After the latest windows 11 update, I was only able to access about 30% of the websites I tried. The odd part was being able to access docs.github.com but not www.github.com on my Win 11 machine, regardless of browser, but everting worked fine on my Mac. That ruled out browse extensions and possible issues with my router firewall or internet service provider.
I tried disabling the windows firewall and tested various commands to reset the dns cache and winsock, but what finally fixed it was:
A. Saving Open Tabs in Edge to Favorites
- My tabs actually restored afterward, but when clearing cache, this is always good practice to ensure no current work is lost.
B. Clearing the Webview2 Cache
- Open the Start menu, type "Command Prompt", right-click the top result, and select Run as administrator.
- If prompted by UAC, click Yes.
- To delete the relevant cache folders, type the following command and press Enter:
rd /s /q "%LOCALAPPDATA%\Microsoft\Edge\User Data\Default\Cache" rd /s /q "%LOCALAPPDATA%\Microsoft\Edge\User Data\Default\Code Cache"
C. Performing a Full Network Reset
- Go to Settings > Network & internet.
- Scroll down and click Advanced network settings.
- Click Network reset.
- Click "Reset now" and confirm the action. Your PC will restart
D. Network Connection Setup
- For my machine, this was going back to Settings > Network & internet and selecting my WiFi and entering the password.
Best of luck!After the latest windows 11 update, I was only able to access about 30% of the websites I tried. The odd part was being able to access docs.github.com but not www.github.com on my Win 11 machine, regardless of browser, but everting worked fine on my Mac. That ruled out browse extensions and possible issues with my router firewall or internet service provider.
I tried disabling the windows firewall and tested various commands to reset the dns cache and winsock, but what finally fixed it was:
A. Saving Open Tabs in Edge to Favorites
- My tabs actually restored afterward, but when clearing cache, this is always good practice to ensure no current work is lost.
B. Clearing the Webview2 Cache
- Open the Start menu, type "Command Prompt", right-click the top result, and select Run as administrator.
- If prompted by UAC, click Yes.
- To delete the relevant cache folders, type the following command and press Enter:
rd /s /q "%LOCALAPPDATA%\Microsoft\Edge\User Data\Default\Cache"
rd /s /q "%LOCALAPPDATA%\Microsoft\Edge\User Data\Default\Code Cache"
C. Performing a Full Network Reset
- Go to Settings > Network & internet.
- Scroll down and click Advanced network settings.
- Click Network reset.
- Click "Reset now" and confirm the action. Your PC will restart
D. Network Connection Setup
- For my machine, this was going back to Settings > Network & internet and selecting my WiFi and entering the password.
Best of luck!