Solved: error code: inet_e_resource_not_found in Microsoft Edge Windows 10
Getting INET_E_RESOURCE_NOT_FOUND Error while trying to open a website from Microsoft Edge or Internet Explorer browser? Most of windows users report after upgrade to Windows 10 1809 Edge Browser results “Hmm… cannot reach this page” with a button “Details”. Once you click the “Details” button you will see an error code “The DNS server might be having problems. Error Code: INET_E_RESOURCE_NOT_FOUND”.
Sometimes the error is different like:
The connection to the DNS server timed out. Error Code: INET_E_RESOURCE_NOT_FOUND
or There was a temporary DNS error. Try refreshing the page. Error Code: INET_E_RESOURCE_NOT_FOUND
or
The DNS name doesn’t exist Error Code: INET_E_RESOURCE_NOT_FOUND
Or
This might be because the site uses outdated or unsafe TLS security settings. If this keeps happening, try contacting the website’s owner.
Contents
error code: inet_e_resource_not_found
The issue, as mentioned above, is mainly seen after the Windows 10 latest update. So the culprit behind it is the Windows update bug. This means that this will most likely get fixed in the upcoming updates. So, all you have to do is wait for the next updates from Microsoft and in the meanwhile, you can go through the methods given below to get around the issue.
Turn off TCP Fast Open feature on Edge
Basically, you have to turn off the option TCP fast open from your Microsoft Edge browser which will solve this issue. If you don’t know, TCP Fast Open is a feature introduced by Microsoft that improves the performance and security of Microsoft Edge. So, disabling it won’t have any ill effect on your computing or browsing.
To disable TCP fast open Feature first open Microsoft Edge browser.
Type about:flags in the URL address bar and hit the enter key.
Now, scroll down to find the Network section.
Here locate TCP Fast Open and uncheck the box next to it.
Check your UAC Settings
To do this press Windows key + r and type ‘control’ and hit enter.
Click “User Accounts” and click “Change User Account Control settings”.
Make sure the setting is at or above the second level, see the attached image below.
Use the DNS flush command
Type cmd on start menu search, Right-click on the command prompt and select run as administrator.
In the command prompt window, type ipconfig /flushdns and press Enter.
A message will appear stating Windows IP configuration successfully flushed the DNS Resolver Cache.
To exit the command prompt, type exit and press Enter.
If flush DNS didn’t fix the problem, then Perform an Internet connection reset via Command Prompt. To reset your Internet connection, again open the command prompt as administrator. Type the following commands, then press Enter after typing each command below:
netsh int ip reset resettcpip.txt
netsh winhttp reset proxy
netsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns
netsh winsock reset
After executing the commands, Restart your PC to complete the process.
Repair Edge browser
Press the Windows key and click on Settings.
Click-on Apps.
Click-on Microsoft Edge under Apps & features.
Click on Advanced Options.
Then click-on Repair.
Reinstall Edge Browser
If all above fails to fix inet_e_resource_not_found error then try to Reinstall the Edge browser by following below.
First, open file explorer Click on View and checkmark on Hidden items box to show hidden files.
Then after navigate to: C:\Users\UserName\AppData\Local\Packages
Note: Replace the “UserName” with your username
Here Search for Microsoft.MicrosoftEdge_8wekyb3d8bbwe folder and delete it.
After That Restart your PC.
Now again open WindowsPowerShell and type the command below to reinstall edge browser.
Get-AppXPackage -AllUsers -Name Microsoft.MicrosoftEdge | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\\AppXManifest.xml” -Verbose}
After Execute the command simple restart windows to give a fresh start. Now open the Edge browser and check There is no more inet_e_resource_not_found error while open web pages.
Also, create a new user account on your Windows system and verify that Edge works probably with a clean install.
Did these solutions help to fix error code: inet_e_resource_not_found on Edge, Chrome, Explorer browsers? Let us know on the comments below, also read
Comments