Troubleshooting website display or functionality issues in Edge on Windows 11
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Sometimes on a website that I frequently use I will see "Hmmmm...can't reach this page .....IP address could not be found"
Why??? I have to restart my computer to be able to go to that website
Troubleshooting website display or functionality issues in Edge on Windows 11
Hi, I'm Bernard. I'm happy to help!
This error occurs when there is a DNS or network error on the PC. To sort out the issue, kindly follow the steps below:
Method 1. Roll back the network driver:
-Press the Windows key + X
-Go to Device Manager
-Expand the Network Adapters
-Look for the Wireless driver that was installed
-Right-click and click Update Driver
-Select Browse my computer for drivers
-Click Let me pick from a list of available drivers on my computer
-Choose an old driver or another driver name, then select it and hit next until it installs.
-Restart the PC and check.
If the issue persists, run the following command in Terminal (Admin). Follow the steps below to do so.
These sets of commands will reset the internet connection and recalibrate the internet settings you have.
Press Windows Key + X.
Click on the Terminal (Admin) or Windows PowerShell (Admin)
Type the following commands, and hit Enter after each command:
netsh int tcp set heuristics disabled
netsh int tcp set global autotuninglevel=disabled
netsh int tcp set global rss=enabled
netsh winsock reset
netsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns
If the same issue follows the methods below:
Do a clean boot:
A “clean boot” starts Windows with a minimal set of drivers and startup programs so that you can determine whether a background program is interfering with your game or program.
Troubleshooting reference:
Note: This is a public forum. I may respond shortly, but I apologize in advance for any delays. I am simply a fellow user trying to provide helpful insights and information.
The error means the browser cannot resolve the website’s name to an IP address or cannot reach that IP address reliably. Restarting the PC temporarily clears network state (DNS cache, IP configuration, etc.), which is why access works again after a reboot.
Use these steps instead of restarting the whole computer:
ipconfig /release
ipconfig /renew
ipconfig /flushdns
ipconfig /all and note the DNS Servers.ping to that DNS server. If it fails, there may be a problem with the router, ISP DNS, or local security software.If the problem persists only with one specific site, it can also be caused by:
These steps replicate what a reboot effectively does (reset IP, clear DNS, reset network stack) without restarting the entire system and help identify whether the issue is with local configuration, DNS, or the router/ISP.
References: