How to Remove Microsoft Edge (Windows 10 and 11)

May 26, 2026

Removing Microsoft Edge from your Windows system can be a nuanced process, influenced by the integration level of the browser within your specific Windows build and the regulatory landscape, particularly in regions like the EU where the Digital Markets Act (DMA) is in effect. For many users operating on Windows 10 and standard Windows 11 installations, Edge is embedded as a system component, which complicates the uninstallation process. The typical Settings page may not provide a straightforward Uninstall button, but there are effective methods available ranging from a Settings-based uninstall in certain EU builds to a command-line approach utilizing Edge’s own installer.

Why Microsoft Edge Can Be Hard to Remove

On contemporary Windows systems, Microsoft Edge serves a dual purpose beyond being just a web browser; it also supports various system functionalities, including in-app web content and help links. This integration is the reason Windows often categorizes Edge as a protected component, which may lead to its restoration during system repairs or major updates. Microsoft’s documentation tends to emphasize repairing and reinstalling Edge, indicating an expectation for its presence in default system scenarios. However, recent regulatory changes in the EU have prompted Windows to offer users more options regarding defaults and removals on specific builds.

Before You Uninstall: Quick Checklist

  • Check your Windows version and region: Users in the EU/EEA running Windows 11 may find an easier uninstall option in Settings.
  • Pick a replacement browser first: It’s advisable to install an alternative browser such as Chrome, Firefox, or Brave before removing Edge.
  • Understand update behavior: Be aware that cumulative updates or feature upgrades might reinstall Edge on some non-EU systems.
  • Consider dependencies: Some applications and enterprise workflows may rely on Edge-related components like WebView technologies.
  • Use admin access: Most uninstallation methods require elevated permissions.

Method A: Uninstall Using Edge’s Installer Folder (Most Widely Compatible)

The most commonly recommended technique for uninstalling Edge on Windows 10 and 11 involves using Edge’s own setup.exe in uninstall mode from its Installer directory. This method is compatible across a variety of system configurations since it utilizes the same installer framework that Edge relies on for installation and repair.

Step-by-Step Instructions

  1. Open an elevated terminal: Press Windows + X, then select Windows Terminal (Admin) or Command Prompt (Admin).
  2. Navigate to the Edge Installer folder: Use a wildcard to avoid needing the exact version number:
    cd %PROGRAMFILES(X86)%MicrosoftEdgeApplication*Installer
    Alternatively, for a quoted path, use:
    cd “C:Program Files (x86)MicrosoftEdgeApplication*Installer”
  3. Run the uninstall command: Execute:
    setup.exe –uninstall –system-level –verbose-logging –force-uninstall
    If necessary, some systems may accept the same flags with single hyphens:
    setup.exe -uninstall -system-level -verbose-logging -force-uninstall
  4. Restart your PC: A reboot helps clear any residual integration and release locked processes, even if the uninstall appears silent.

What to Expect After Method A

  • Edge binaries are typically removed from C:Program Files (x86)MicrosoftEdge.
  • Some Windows system experiences may still reference Edge-related behaviors, particularly around help links and system prompts.
  • A future Windows update may reinstall or repair Edge on certain configurations, necessitating a repeat of this process after major updates.

Method B: Settings-Based Uninstall on EU Windows 11 (DMA Behavior)

In certain Windows 11 builds within the EU/EEA, Microsoft has introduced additional controls influenced by DMA requirements. In these builds, enabling a DMA-related option reveals an Uninstall button for Microsoft Edge directly within the Settings menu.

Typical EU Workflow

  1. Open Settings and navigate to System.
  2. Enable the option labeled similarly to Digital Markets Act (exact wording may vary).
  3. Go to SettingsAppsInstalled apps.
  4. Select Microsoft Edge and choose Uninstall.

If the Uninstall option is not initially visible, some users have found that performing a repair or reset of Edge and then revisiting the Installed apps list can activate the option once DMA-mode behavior is enabled. Availability may vary based on Windows build and enterprise policies on managed devices.

Method C: PowerShell AppX Removal (Limited and Build-Dependent)

On certain systems, partial removal of Edge can be achieved through PowerShell by targeting an AppX package identifier. This method’s effectiveness is inconsistent on newer builds where Edge is more deeply integrated, but it can be beneficial in specific scenarios.

Steps

  1. Open Windows Terminal (Admin) or PowerShell (Admin).
  2. Run:
    Get-AppxPackage Microsoft.MicrosoftEdge | Remove-AppxPackage
  3. Restart your PC and verify what remains installed.

If this command fails or Edge reappears after a restart, consider reverting to Method A or the EU Settings path if available on your build.

Method D: Disable Microsoft Edge Without Fully Removing It (Often the Safest Choice)

For those who wish to cease using Edge without fully uninstalling it, disabling the browser is often the most prudent approach. This is particularly relevant for professionals and enterprises where maintaining system stability, update continuity, and application compatibility is paramount.

Recommended Disable Steps

  • Set a different default browser: Navigate to SettingsAppsDefault apps and designate your preferred browser as the default for web browsing.
  • Disable Edge startup behavior: Open Task Manager with Ctrl + Shift + Esc, go to the Startup tab, and disable Microsoft Edge if it appears there.
  • Remove shortcuts: Unpin Edge from the Taskbar and Start menu to keep it out of your daily workflow.
  • Redirect system links to your chosen browser: Tools like MSEdgeRedirect can reroute internal Edge calls to your default browser, mimicking EU-style behavior on non-EU builds.

Advanced and Third-Party Techniques (Use With Caution)

There are community guides that attempt to replicate EU behavior by modifying protected system policy files, taking ownership of system directories, or manually deleting Edge folders. Others utilize third-party uninstallers to clean up residual files once Edge is deemed removable. While these methods can be effective in certain contexts, they are more fragile and carry a higher risk of causing servicing issues, failed updates, or system integrity check failures. Such approaches should be reserved for scenarios where one is prepared to troubleshoot potential Windows recovery and update complications.

Risks, Compatibility, and Enterprise Considerations

Before proceeding with the removal of Microsoft Edge, it is essential to consider the following practical implications:

  • Windows updates may restore Edge on some non-EU systems following feature upgrades or cumulative updates.
  • Application dependencies may exist, particularly concerning embedded web content and specific Microsoft product experiences.
  • Enterprise management typically favors policy-based control over binary deletion. Tools like Group Policy and Microsoft Intune can enforce default browsers, manage Edge startup, and control features without necessitating Edge’s removal from the system.

For IT teams, complete removal is generally reserved for tightly controlled kiosk images or specialized endpoints, and even then, it is often implemented through scripted, repeatable deployment processes.

Future Outlook: DMA, Modular Windows, and WebView Components

The regulatory impetus from the EU DMA is steering Windows toward a more modular architecture and enhanced user choice. The DMA-related toggles that reveal Edge uninstall options on select EU builds are a direct manifestation of this evolution. Concurrently, Windows and third-party applications may continue to rely on web runtime components like WebView technologies, which can be updated independently of the Edge browser interface. This suggests a future where the Edge browser interface can be removed while retaining essential web rendering components for compatibility.

Winsage
How to Remove Microsoft Edge (Windows 10 and 11)