Edge is Microsoft’s most secure browser, but this does not mean it works perfectly all the time. Users reported that sometimes Microsoft Edge is not opening, displaying a message saying it’s taking too long to connect.

  • Microsoft Edge is a decent browser, but it sometimes fails to open and might even crash regularly for some users.

  • When Microsoft Edge is not opening, the problem might be caused by damaged system files, obsolete or incompatible drivers, and botched Windows updates.

  • To fix things, perform a clean boot, run the SFC scan, or try the other methods here.

  • Easy migration: use the Opera assistant to transfer exiting data, such as bookmarks, passwords, etc.

  • Optimize resource usage: your RAM memory is used more efficiently than Chrome does

  • Enhanced privacy: free and unlimited VPN integrated

  • No ads: built-in Ad Blocker speeds up loading of pages and protects against data-mining

  • Download Opera

Problems with Microsoft Edge can prevent you from accessing the Internet. Actually, among the issue reported by users are the following:

  • Microsoft Edge not launching, not loading, not opening
  • Microsoft Edge opens then closes
  • Edge won’t run (at all)
  • Microsoft Edge won’t open. Class not registered
  • Microsoft Edge won’t maximize
  • Edge stopped working
  • Microsoft Edge keeps crashing, shutting down, freezing
  • Microsoft Edge crashes on startup

The bottom line is that if Edge is set as the default browser, you might face these issues. For now, let’s focus on why Microsoft Edge is not opening in Windows 10/11 and the solutions for it.

Why is my Microsoft Edge not opening?

If Microsoft Edge won’t launch, it’s most likely due to corrupt system files, misconfigured settings, or a problem with the current user profile. Also, in many cases, it was found that the antivirus was blocking Microsoft Edge, and subsequently, the browser was not responding.

Also, it’s likely that other applications or processes running in the background are preventing Edge from opening, so you would have to check that out as well. Besides, a problematic Windows Update is just as likely to cause the problem.

How do I get Microsoft Edge to open?

1. Try an alternate browser

If Edge won’t load or crashes frequently, perhaps it’s time that you tried an alternative browser. You probably have to use one anyway, in search of solutions.

So why not settle for another browser? In this particular situation, we recommend using Opera.

Downloading Opera takes only a couple of minutes, and making the first settings is extremely easy.

As you get familiarized with the design, you’ll be amazed by the multitude of features that come with this browser and how simple it is to navigate between various tabs, workspaces, and built-in social media chat apps.

The tool comes with customized versions for PC, mobile (including older phones), Mac, or Linux. Besides, you can synchronize the Opera browser across all your devices, to easily manage all the settings.

Starting from the basic version, you can bring your own flavor to the browser, adding icons, sidebars, workspaces, and bookmarks for ease of access and a better-organized workflow.

Add the incorporated VPN that secures your online activity, and you have the perfect browser.

2. Remove your browsing history and cache

If Microsoft Edge won’t open, the problem might be caused by your browsing cache and history. You can either clear your cache directly from your browser settings or use a third-party program to make sure to get rid of any leftovers.

Opera

Have sound web navigation with this browser on all of your devices.

2.1 Clear the cache using Edge

  • Launch Edge, click the Menu button in the top right corner, and choose Settings.
  • Select the Privacy, search, and services tab from the left, and then click on Choose what to clear under the Clear browsing data section.
  • Make sure the Time range is set to All time, all three options, Browsing history, Cookies and other site data, and Cached images and files, are selected, and then click on the Clear now button.

After clearing the cache, the Microsoft Edge not opening problem should be resolved and the browser will start working again.

2.2 Use a third-party tool

Using third-party software to remove cache and trash files can also help you clean the OS effectively and optimize a variety of PC operations.

CCleaner is the most well-known and extensively used free memory cleanup for Windows 10 and 11. This software can eliminate unwanted files, recover space, and be used to save important data.

You may free up space by deleting program cache, browser history, clipboard content, as well as other data.

It will go further, deleting the cookie data stored by Flash Player. Other potentially sensitive data, such as the list of recently opened file names in Microsoft Word, Adobe Reader, Windows Media Player, VLC media player, and other common Windows apps, can be deleted as well.

3. Use a clean boot

  • Log in with an administrator account on the computer.
  • Press Windows + R to launch the Run command, type msconfig in the text field, and then click on OK.
  • Go to the Services tab, select the Hide all Microsoft services check box, and then click on Disable all.
  • Go to the Startup tab and then click on Open Task Manager.
  • Select each item on the list, right-click on it, and then select Disable.
  • Go back to the System Configuration window and click on Apply and OK.
  • Now, restart the computer.

After performing a clean boot, Windows will boot with minimum drivers, services, and programs. If Microsoft Edge is now opening, it’s likely one of these.

So, start enabling them one at a time and restart the computer after each to identify the problematic process, driver, or service. Once done, make sure to keep it disabled until Microsoft Edge addresses the problem in the subsequent versions.

4. Run the System File Checker tool if Microsoft Edge won’t open from Taskbar

  • Press the Windows + R to launch the Run command, type wt, hold the Ctrl + Shift keys, and then click on OK.
  • Click Yes on the UAC prompt that pops up.
  • Press Ctrl + Shift + 2 to open Command Prompt in a new tab.
  • Type the following command, and press Enter to run the SFC scan:sfc /scannow
  • Do not close the Command Prompt window until the verification is 100% complete.

The SFC (System File Checker) scan is used to identify the corrupt system files and replace them with the cached copy stored on the PC. In case of the process does not complete or is stuck, find out what to do when the SFC scan stops on Windows.

5. Run PowerShell Command

  • Press Ctrl + Shift + Esc to launch the Task Manager.
  • Click the File menu at the top-right, and then select Run new task.
  • Enter powershell in the text field, check the Create this task with administrative privileges option, and then click on OK.
  • Type the following command in the Powershell window and hit Enter:Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)AppXManifest.xml”}
  • Wait for PowerShell to complete the process. Ignore the errors (in red) that might pop up.

If Microsoft Edge is not opening in Windows 10/11, this command would get things up and running in no time.

6. Close all other Edge processes

  • Press Ctrl + Shift + Esc to start Task Manager.
  • Right-click on processes related to Edge and choose End Task from the menu.
  • Do this for all of the Edge processes.

After ending all such processes, you should be able to start Microsoft Edge again without any issues. Keep in mind that you might have to repeat this solution if the issue reappears.

Some PC issues are hard to tackle, especially when it comes to corrupted repositories or missing Windows files. If you are having troubles fixing an error, your system may be partially broken. We recommend installing Restoro, a tool that will scan your machine and identify what the fault is.Click here to download and start repairing.

Expert tip:

SPONSORED

Also, find out how to speed up the Task Manager.

Create a batch file to end all Edge processes

  • Open Notepad.
  • Paste the following lines:

::

:: uses TaskKill (/F = Force, /IM = image name) to exit all Microsoft Edge Processes

@ECHO OFF

taskkill /F /IM microsoftedge.exe

taskkill /F /IM microsoftedgeCP.exe

  1. Click on the File menu and select Save as.

  2. Set Save as type to All files and enter edge.bat as the file name. Choose Desktop as the save location and click on Save to continue.

  3. Now just run edge.bat file and it will automatically close Edge processes that might be running in the background.

If the issue reappears, simply run the file again to close all the processes related to Microsoft Edge instantly.

8. Install the latest Windows version if Microsoft Edge is not opening after update

  • Press Windows + I to open the Settings app, and select Windows Update from the tabs on the left.
  • Now click on the Check for updates button.
  • If updates are available, install them, and then restart your PC.

9. Make changes to the Group Policy

  • Press Windows + R, enter gpedit.msc, and then click OK.
  • In the left pane, navigate the following path:Computer Configuration > Administrative Templates > Windows Components
  • Double click on Allow deployment operations in special profiles on the right.
  • Select Enabled and click on OK to save changes.

After doing that, the Microsoft Edge not opening problem should be resolved and you’ll be able to use the browser without any issues.

7. Disable your antivirus

Antivirus tools can often interfere with your PC and cause various problems. Several users reported that Microsoft Edge won’t open due to their antivirus software.

To fix the issue, we advise you to disable your antivirus and check if that solves the problem.

If not, you might have to remove your antivirus using the dedicated removal tool or an alternative uninstaller software. After the antivirus is removed, check if the issue still persists.

However, we rather advise you to switch to a different antivirus solution that won’t interfere with other processes running on your PC.

Also, find out how to install Group Policy Editor in Windows 11, in case you running the Home edition of the OS.

10. Repair Microsoft Edge

  • Press Windows + I to launch Settings, and select Apps from the tabs on the left.
  • Click on Apps & features on the right.
  • Now, locate Microsoft Edge, click on the ellipsis next to it, and select Modify from the menu.
  • Click Yes in the UAC prompt.
  • Finally, click on Repair.

11. Create a new user account

  • Press Windows + I to open the Settings app, and go to the Accounts tab.
  • Click on Family & other users.
  • Now, click on the Add account button next to Add other user.
  • Click on I don’t have this person’s sign-in information.
  • Now click on Add a user without a Microsoft account.
  • Enter the desired user name and a password for it though it’s not mandatory, and then click on Next.

After creating a new user account, switch to it and the problem would be fixed.

What do I do if Microsoft Edge is not opening on Mac?

As is the case with Windows, several users reported that Microsoft Edge is not opening on Mac. And, the solutions remain pretty much the same.

For instance, closing all the Microsoft Ege processes or creating a new user account. So, simply look for the corresponding settings or options on your Mac for the fixes listed here, and you should get Microsoft Edge running in a jiffy.

Fix: A problem with Windows is preventing Microsoft Edge from opening

  • Press Windows + I to launch Settings, and click on Troubleshoot on the right in the System tab.
  • Next, click on Other troubleshooters.
  • Locate the Windows Store Apps troubleshooter, and click on the Run button next to it.
  • Follow the on-screen instructions to complete the process.

In this case, you can try running the Windows Store app troubleshooter. And, even the methods listed in the previous section should do the trick for most users.

These are all the ways you can fix the problem on a Windows PC. Also, find out what to do if you come across the Out of Memory error in Edge.

Tell us which method worked best for you.  As always, if you have any other questions and suggestions, feel free to leave them in the comments section below.

If the advices above haven’t solved your issue, your PC may experience deeper Windows problems. We recommend downloading this PC Repair tool (rated Great on TrustPilot.com) to easily address them. After installation, simply click the Start Scan button and then press on Repair All.

Still having issues? Fix them with this tool:

  • Microsoft Edge issues

Email *

Commenting as . Not you?

Comment