Forum Discussion
How to safely uninstall Microsoft Edge browser in Windows 10?
The "Force Uninstall via Command Prompt" method is a viable workaround for uninstalling Edge on Windows 10, but it's important to understand why it's necessary. This method directly addresses the core question of why can't I uninstall Microsoft Edge from Windows 10?.
The main reason why can't I uninstall Microsoft Edge from Windows 10? is that Microsoft has intentionally integrated the browser as a core system component . Unlike a standard application, Edge is tied to other Windows functions, such as the rendering engine for certain system panels and mail clients, which is why the standard uninstall option in Settings is often greyed out or disabled.
If you've decided this is the best path for you, the general process is to use Edge's own uninstaller with specific flags to bypass the system blocks.
1.Close Microsoft Edge: Ensure all Edge windows and processes are completely closed. Check your system tray and close any background Edge processes via Task Manager if necessary.
2.Navigate to the Edge Installer Folder:
Open File Explorer and go to:
- C:\Program Files (x86)\Microsoft\Edge\Application
- Inside the Application folder, you will see a subfolder named with a version number (e.g., 124.0.2478.51). Open that version folder.
- Inside the version folder, open the Installer folder.
3. Open Command Prompt in That Folder:
Click in the File Explorer address bar, type cmd, and press Enter. This opens Command Prompt with the correct working directory.
4.Run the Uninstall Command:
In the Command Prompt window, type or paste the command exactly as shown above:
text
setup.exe --uninstall --system-level --verbose-logging --force-uninstall
Press Enter.
5.Wait for Completion: A new window will appear showing the uninstallation progress. Wait until it finishes.
6.Restart Your Computer: Once the process completes, restart your PC to finalize the removal.
Important Warnings
- System Impact: Removing Edge can break Windows features that depend on it, such as Widgets, Windows Search, and applications that use WebView2.
- Reinstallation: Microsoft Edge will likely be reinstalled during the next major Windows Update.
- Supported Edge Versions: The --force-uninstall flag works for Edge versions 80.0.361.55 and newer. The --system-level flag should be used if Edge is installed system-wide (which is the default for most users).