What to Do When Internet Browsers Not Working on Windows 11?
Internet browsers are vital applications that allow us to browse online. But the thing is internet browsers not working on Windows 11 problem is getting pretty common.
Windows 11 users often complain about web browsing crashing, freezing, or becoming non-responsive. Besides this, there are many other web browser errors that users face.
In most cases, internet browsers not working on Windows 11 are fixable. With a small tweaking, you can make your web browsers work again.
And this guide will show all those tweaks in detail. So, let’s get moving!
Why Is My Internet Browser Not Working on Windows 11?
There is no trivial reason behind web browsers stopping working on Windows. Many reasons can make web browsers behave funny, such as:
- Corrupted web browser settings can cause Windows 11 to misinterpret the default browser.
- After a Windows upgrade, browser settings sometimes change.
- Old browsers or addons can interfere with other software on your computer.
- Corrupted or changed Registry keys.
- The browser is not properly installed, etc.
How to Fix Internet Browsers Not Working on Windows 11?
Now that you know what might have disturbed your PC’s internet browsers, let’s discuss some possible solutions to fix the problem. Here’s how you can fix internet browsers not working on Windows 11:
Solution 1. Use a Different Web Browser
So, the obvious solution is to use a different web browser. However, sometimes the browser you are using can’t support the web content, or there is some error on the server end.
So, you can simply switch to another browser on your computer. For example, if Microsoft Edge is not working properly, use Chrome, Firefox, or any other Windows web browser.
If the problem persists across all web browsers, you might need to try the aforementioned solutions.
Solution 2. Update Your Internet Browser
When your internet browsers are not working after a system update, the best way is to update browsers.
There is a possibility that the new Windows version might not support your old browser version. So, just go to Microsoft App Store and search for your web browser to update it. Or, you can go to the web browser’s website to install the latest version.
Solution 3. Use Network Troubleshooter
Network troubleshooter is a built-in Windows 11 diagnostic tool to fix internet browsers not working. It is a quick and automatic solution to fix all web browser-related troubles on Windows. Just follow these steps:
Step 1. Go to the Windows search bar and type troubleshooter.
Step 2. Go to Network and Internet > Connect to internet on the troubleshooter window.

Step 3. Now, the wizard will automatically run and scan your PC for potential network problems.
Step 4. You can now resolve all the issues with a click and restart your computer to test your browser.
Solution 4. Check and Fix Internal System Errors
Often unknown system errors can block web browsers from working. So, you can run a CHKDSK Command to fix it.
If the manual command is not working for you, get EaseUS Partition Master. This tool will fix your system errors in no time.
Solution 5. Disable Adobe Flash Player
Adobe Flash Player is a prominent reason for internet browsers not working on Windows 11, especially Google Chrome. Thus, you can disable Adobe Flash Player to fix your web browser. Here’s how to do it:
Step 1. Launch your web browser, let’s say Microsoft Edge.
Step 2. Click on the three-dot menu to open Settings.
Step 3. Go to Advanced Settings > uncheck the Use Adobe Flash Player option. Then, restart your web browser to see if it is working now.
Solution 6. Run DISM Command
Deployment Image Servicing and Management tool can help to fix Windows corruption errors and damaged system files. Once the broken files are repaired, restart your PC to fix the error. Here’s how you can run the DISM command:
Step 1. Press Windows + S to open the Search menu. Then, search for Terminal and run it as administrator.

Step 2. Click Yes in the User Account Control pop-up window.

Step 3. Press Ctrl + Shift + 2 to open Command Prompt.
Step 4. Copy paste the following commands one by one and press Enter after each:

Dism /Online /Cleanup-Image /ScanHealth
Dism /Online /Cleanup-Image /RestoreHealth
Solution 7. Run a System File Checker
Besides the DISM scan, SFC can also help. A System File Checker can look for all protected system files and replace them with their correct versions. To run an SFC scan, follow these steps:
Step 1. Press Windows + X to open the Quick Access menu. After that, select Windows Terminal as an administrator.
Step 2. Tap Yes when the UAC prompt asks.
Step 3. Press Ctrl + Shift + 2 to open Command Prompt in a new tab.
Step 4. Copy/paste the following command and hit Enter:
sfc / scanow

Solution 8. Perform a Clean Boot
A clean system boot can resolve conflicts related to software. These conflicts are triggered by services or applications that startup with your Windows. So, you can perform a clean boot as follows:
Step 1. Press Windows + R to open the Run command box, type MSConfig and hit Enter.

Step 2. Go to the Service tab, check the Hide all Microsoft services option, and then click on Disable all.
Step 3. Navigate to the Startup tab and then click on the Open Task Manager.
Step 4. Look for programs that are set to open at startup, select them and click Disable.

Step 5. After that, close the Task Manager, not before saving the changes.
Step 6. When the prompt asks, click on Restart.
Solution 9. Uninstall Other Browsers
If you have multiple web browsers installed on your computer, all their network settings can conflict, leading to internet browsers not working on Windows 11.
So, you can uninstall all other browsers from your system while keeping the one you want to use.
Solution 10. Run for Malware Scan
If there’s malware or virus on your computer system, it can cause several problems, including the browser not working. So, you can use the best Windows antivirus program to scan your system and eliminate any virus. The most popular antivirus programs for Windows are McAfee, Norton, etc.
Solution 11. Check Your Firewall or Security Software Settings
Sometimes your firewalls and antivirus software can prevent web browsers from working.
We don’t recommend turning off your security software. But you can temporarily do that to check if it is the cause behind internet browsers not working on Windows 11.
Once you turn off your security system, be extra careful. Don’t open any unauthorized emails or websites.
Solution 12. Restore Your System
Remember, the system restore might not affect your personal files. But it will indeed remove apps, drivers, or other updates installed before the restore.
This solution will take your system to the condition when your web browser works properly. Follow these steps to restore your system:
Step 1. Go to the Search menu, and enter your Create a restore point in the search field.
Step 2. Click on the System Restore button > Next.

Step 3. Next, select a restore point from the list and click on the Next button. Finally, click on the Finish button.
Solution 13. Create a New User Account
If you are unable to access the web browser on your Windows device, your user profile might be the problem. It might have gotten corrupted.
So, you should create a new local account on your computer. Local accounts are simple to create and help you access all Microsoft’s services.
Solution 14. Check for System Updates
This can also be a problem if your Windows 11 updates are pending. So, to fix internet browsers not working on Windows 11, go check for system updates. To do so:
Step 1. Press Windows + I to open Settings and select Windows Update from the left pane.
Step 2. Click on the Check for updates button from the right pane.
Step 3. If there are any updates after the scan, click on Download & Install.

Solution 15. Use PowerShell
If none of the above-mentioned solutions worked, you could use PowerShell settings. This will cause system errors on your computer. To implement this solution, follow these steps:
Step 1. Open the Search menu, enter Terminal and select Run as administrator.
Step 2. On the UAC prompt, click on Yes.
Step 3. On the PowerShell tab, copy/paste the following command and hit Enter:

Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like “*SystemApps*”} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)AppXManifest.xml”}
Step 4. Restart your computer to make the changes effective.
Parting Note
Internet browsers not working on Windows 11 are annoying. But, you can easily fix this error using the top 15 methods mentioned in this post.
Based on your expertise level, you can select the right solution to make a web browser work for you. However, first, you should start with basic solutions like using different browsers or updating browsers.
If nothing works, you can move to more technical solutions.
That’s it for now! Keep on exploring more Windows 11 articles on this website.
Popular Post
Recent Post
How to Fix a Kmode Exception Not Handled Error in Windows
Introduction: If you use Windows frequently, encountering bugs and errors is quite inevitable, especially the Blue Screen of Death (BSOD) errors. And well, one such frustrating issue is the kmode exception not handled error that barges out of the blue hindering your workflow. Whether you are a tech-savvy enthusiast or a casual user, understanding and […]
How to Fix the “Class not Registered” Error on Windows
Introduction: If you’ve ever encountered the frustrating “Class not Registered” error message on your Windows computer, you’re not alone. This common issue can occur when you attempt to open a file, launch an application, or perform certain actions on your system. It often leaves users puzzled and wondering what went wrong. The “Class not Registered” […]
How to Screen Record on Windows 11
Introduction Open the Snipping Tool to begin a screen recording in Windows 11 to capture what is on your screen. You can also open the Game Bar on your Xbox by pressing Windows+G, then launch the recording window and tap the record button. Use a third-party program, such as OBS, ScreenPresso, or GeForce Service, to […]
Best Apple Pencil Apps for Productivity in 2023
Introduction The Ecosystem of the Apple company is huge as once you purchase any Apple device, you cannot resist other accessories of the Apple company. An Apple pencil is a part of the ecosystem and accessories for iOS Tablets and Macs. Whether you own a Tablet, MacBook, or iPhone, Apple pencil works on every device. […]
How to Customize the Taskbar in Windows 11
Introduction Taskbar is very useful in quick access to any other Windows directly from the Taskbar panel. But are you aware of the advantages and features you can access with a taskbar? Many people have no clue about what you can do with your Taskbar and how you can customize it. Therefore you can enjoy […]
Top 10 Offline RPGs For Windows in 2023
Introduction Looking for offline games! We got you a list of RPGs in 2023. In the developing World, the gaming community is rising with lightning speed. People play multiple role play games online with friends or for earning purposes. Nowadays, there are many popular platforms like YouTube and Twitch where you can earn money by […]
10 Best Coding Apps for Kids on Android And iOS
Introduction There has never been a better opportunity to get a competitive edge on whatever you want your young champ to learn, whether it is how to build some of the best useful apps or beautiful websites. The nicest aspect is the absence of an age requirement. It gives everyone—adults, teenagers, and children—endless opportunities. As […]
The Best 5 Screenshot Applications for Android to try now
You often struggle with taking screenshots on your Android phone following the default method, i.e., pressing the lock and volume down buttons together. The situation worsens further when either of the keys is not working properly. Besides, you need to synchronize the press times of both keys to take the screenshot, which often leads to […]
10 Best Translator Apps for Android & iOS
Introduction Technology has made it easy for people to connect worldwide. Whether you are interacting online or traveling to other locations, you can talk directly to people from those areas. Yet, just because the means to do it is now available, it does not remove the problem of language barriers. While you can learn the […]
How To Fix WhatsApp Voice Or Video Call With No Sound?
Introduction WhatsApp is a popular way to stay in touch with friends and family worldwide. However, a WhatsApp call without your friend’s voice or smile is the worst. Poor network connectivity, device malfunction, or software glitches can cause this. WhatsApp calls without sound can be fixed easily. You can quickly resolve the problem and resume […]