Home
The Real Ways to Uninstall or Disable Microsoft Edge on Windows and Mac
Microsoft Edge has evolved from a basic browser into a deeply integrated component of the Windows ecosystem. For many users, particularly those who prefer Google Chrome, Mozilla Firefox, or Brave, the persistence of Edge can be a source of frustration. Whether it is the browser hijacking PDF associations or appearing unbidden after a system update, the desire to remove it is a common technical query.
The process of uninstalling Microsoft Edge is not uniform. It depends heavily on the geographic location of the user, the version of the operating system, and the level of technical risk one is willing to take. This article examines the various methods available to remove or effectively silence Microsoft Edge, ranging from official settings to advanced command-line interventions.
Understanding the Integration of Microsoft Edge in Modern Windows
Before attempting to remove Microsoft Edge, it is essential to understand why Microsoft makes this process difficult. In Windows 10 and Windows 11, Edge is not merely a standalone application like a media player or a calculator. It serves as the underlying engine for several system functions.
The Windows web platform relies on the Edge Chromium engine to render content within the Start menu, the Widgets panel, and various built-in help dialogues. This integration is known as WebView2. When a user attempts to force the removal of Edge files, they may inadvertently break these system components, leading to broken links in the Settings app or crashes in third-party software that relies on the Edge framework for internal web rendering.
Furthermore, Microsoft considers Edge a "core component" for security updates. Because it is used to download other browsers and access online support during system recovery, the OS is designed to protect its presence.
The Official Method for Users in the European Economic Area
A significant shift occurred in early 2024 due to the European Union's Digital Markets Act (DMA). To comply with these regulations, Microsoft updated Windows 10 and Windows 11 to allow users within the European Economic Area (EEA) to uninstall Microsoft Edge as easily as any other app.
If the system region is set to an EEA country (such as Germany, France, or Italy), the "Uninstall" button is active.
How to Uninstall Edge in the EEA via Settings
For users in compliant regions, the steps are straightforward:
- Open the Settings application by pressing
Windows Key + I. - Navigate to Apps and then select Installed Apps (or Apps & Features on Windows 10).
- Utilize the search bar to locate Microsoft Edge.
- Click the three dots (...) or the options menu next to the application entry.
- Select Uninstall and confirm the choice.
Once completed, the system removes the browser binaries while retaining the necessary WebView2 components for system stability. For users outside this region, the "Uninstall" button remains greyed out, necessitating more complex workarounds.
Managing Microsoft Edge Without Uninstallation
For most users in North America, Asia, and other non-EEA regions, the safest approach is not to delete the browser but to "neuter" its presence. This avoids system instability while ensuring that Edge never interferes with the daily workflow.
Changing the Default Browser and File Associations
The most common grievance is Edge opening links instead of the preferred browser. Correcting this requires a thorough adjustment of file associations.
- Install the preferred browser (e.g., Firefox).
- Go to Settings > Apps > Default Apps.
- Search for the preferred browser and select Set default.
- Scroll down to ensure that specific file types like
.html,.htm, and especially.pdfare assigned to the preferred application. Microsoft often resets the.pdfhandler to Edge after major updates; checking this periodically is recommended.
Disabling Edge in the Startup Sequence
Edge often runs background processes even when the window is closed to speed up launch times. This consumes system resources.
- Right-click the Taskbar and select Task Manager.
- Navigate to the Startup apps tab.
- Locate any entries related to Microsoft Edge or Microsoft Edge Update.
- Right-click these entries and select Disable.
Removing Edge from the User Interface
To treat Edge as if it does not exist, it should be removed from all visible areas:
- Taskbar: Right-click the Edge icon and select Unpin from taskbar.
- Start Menu: Find Edge in the "All apps" list, right-click, and select Unpin from Start.
- Desktop: Delete any Edge shortcuts.
By following these steps, the browser remains on the disk for system use but never interacts with the user.
Using PowerShell to Forcefully Uninstall Microsoft Edge
For users who insist on a complete removal and are aware of the potential risks, the PowerShell method is the most effective technical workaround. This method targets the installer executable directly and invokes a "force-uninstall" flag that bypasses the standard GUI restrictions.
Step 1: Locating the Version Number
The command requires the exact version path of the Edge installation.
- Open File Explorer and navigate to:
C:\Program Files (x86)\Microsoft\Edge\Application. - Inside this folder, there will be a subfolder named with a series of numbers (e.g.,
124.0.2478.80). This is the current version number. - Open that folder and then enter the Installer folder.
Step 2: Executing the Command
- Right-click the Start button and select Terminal (Admin) or Windows PowerShell (Admin).
- Change the directory to the installer path. Type
cdfollowed by the path found in the previous step. For example:cd "C:\Program Files (x86)\Microsoft\Edge\Application\124.0.2478.80\Installer" - Input the following command exactly:
.\setup.exe --uninstall --system-level --verbose-logging --force-uninstall - Press Enter.
After a brief pause, the Edge icon should disappear from the taskbar and the Start menu. Note that this action is user-specific or system-wide depending on the installation type, but generally, it removes the executable from the standard application path.
How to Prevent Windows from Reinstalling Microsoft Edge
A common issue with the PowerShell method is that the browser often reappears after the next Windows Update. This occurs because the Windows Update service detects a "missing" core component and attempts to repair the installation. To prevent this, a Registry modification is required.
Modifying the Windows Registry
Warning: Incorrect changes to the Registry can cause significant system errors. Always create a backup or a System Restore point before proceeding.
- Press
Windows Key + R, typeregedit, and press Enter. - Navigate to the following path:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft - Right-click the Microsoft folder, select New > Key, and name it
EdgeUpdate. - Select the new
EdgeUpdatekey. In the right-hand pane, right-click in the empty space and select New > DWORD (32-bit) Value. - Name this value
DoNotUpdateToEdgeWithChromium. - Double-click the newly created value and change the Value Data to
1. - Click OK and restart the computer.
This registry key signals to the Windows Update agent that it should not attempt to push the Edge Chromium browser to the system if it is found to be absent.
Uninstalling Microsoft Edge on macOS
Unlike the Windows version, Microsoft Edge for macOS is a standard application that does not have deep system-level integration. It can be removed as easily as any other third-party software.
The Standard Removal Process
- Ensure Microsoft Edge is completely closed. Right-click the icon in the Dock and select Quit.
- Open the Finder and navigate to the Applications folder.
- Locate Microsoft Edge.
- Drag the application to the Trash, or right-click it and select Move to Trash.
- Empty the Trash to finalize the removal.
Removing Leftover Files on Mac
To ensure all user data, cached files, and preferences are removed, check the Library folders:
- In Finder, click Go > Go to Folder....
- Type
~/Library/Application Support/Microsoft Edgeand delete the folder. - Repeat the process for
~/Library/Caches/Microsoft Edgeand~/Library/Saved Application State/com.microsoft.edgemac.savedState.
Troubleshooting Common Issues
The "Uninstall" Option is Greyed Out
As discussed, this is the default state for users outside the EEA. If the button is greyed out even within the EEA, ensure the latest Windows Updates are installed, as the DMA compliance features were rolled out in specific cumulative updates (March 2024 onwards).
Edge Icons Still Appear in the Start Menu
If the PowerShell command was successful but icons remain, these are often "dead" shortcuts. Right-clicking and selecting "Unpin" or "Delete" should remove them. In some cases, rebuilding the Windows Search Index may be necessary to remove Edge from search results.
Windows Search is Slow After Removal
Since Windows Search uses the Edge engine to display web results, removing the browser can sometimes cause a lag in the search UI. If this occurs, it is recommended to disable "Web Search" in the Start menu via Group Policy or Registry tweaks to force the search bar to focus solely on local files.
Summary of Methods and Their Risks
| Method | Target Audience | Risk Level | Persistence |
|---|---|---|---|
| Settings App (EEA) | EU/EEA Users | Low | Permanent |
| Changing Default Apps | All Users | None | High (survives updates) |
| PowerShell Force | Advanced Users | Medium | Low (may be reinstalled) |
| Registry Block | Advanced Users | Medium | High |
| Third-Party Uninstallers | Casual Users | Low/Medium | Varies |
Conclusion
Uninstalling Microsoft Edge is a process defined by a conflict between user preference and operating system architecture. For users in the European Economic Area, the process has been simplified to a few clicks thanks to regulatory changes. For the rest of the world, the browser remains a permanent fixture of the Windows installation.
While the PowerShell and Registry methods provide a way to forcefully remove the browser, they carry risks of system instability. For the vast majority of users, the most effective strategy is a combination of changing default browser settings, disabling startup tasks, and unpinning icons. This "ghosting" of the browser achieves the same practical result as uninstallation—freedom from Edge—without compromising the integrity of the Windows operating system.
Frequently Asked Questions
What happens if I uninstall Microsoft Edge and don't have another browser?
If you remove Edge without having Chrome, Firefox, or another browser installed, you may find it difficult to access the internet to download a replacement. Windows does not include a secondary "backup" browser. It is critical to install an alternative before attempting any removal method.
Will removing Edge delete my saved passwords?
Yes, if you uninstall the browser, the local database containing your history, cookies, and saved passwords will be removed. If you have synced your data to a Microsoft Account, you can retrieve it by signing into Edge on another device or reinstalling it later.
Can I uninstall Microsoft Edge WebView2?
It is strongly recommended that you do not uninstall Microsoft Edge WebView2. Many modern applications (including Outlook, Teams, and even some third-party games) use this specific runtime to display web content. Removing WebView2 will cause these applications to fail or display blank windows.
Why does Microsoft Edge keep coming back?
Edge is tied to the Windows Update service. When Windows performs a system integrity check, it sees the absence of Edge as a corrupted installation and attempts to "fix" it by downloading the latest version. Using the Registry tweak DoNotUpdateToEdgeWithChromium is the only known way to signal the updater to stop this behavior.
Is it safe to use third-party "bloatware removers" for Edge?
Tools like Revo Uninstaller or specialized "Windows Debloater" scripts can be effective, but they often perform aggressive deletions that can affect other Windows features. If using these tools, always ensure a full system backup is available.
-
Topic: how do I go back to the previous version of microsoft edge or uninstall microsoft edge altogether? - Microsoft Q& Ahttps://answers.microsoft.com/en-us/microsoftedge/forum/all/how-do-i-go-back-to-the-previous-version-of/81b8c939-e7f1-4726-b1f3-5836f2893355
-
Topic: TURN OFF EDGE PERMANENTLY - Microsoft Q& Ahttps://answers.microsoft.com/en-us/microsoftedge/forum/all/turn-off-edge-permanently/018a7e94-4d86-4bc8-91b8-5805133cec29
-
Topic: How to Uninstall Microsoft Edge: A Complete Guidehttps://ipcmaster.com/resource/software-issues/how-to-uninstall-microsoft-edge/