Trusted Certifications for 10 Years | Flat 25% OFF | Code: GROWTH
Blockchain Council
blogs6 min read

How to Remove Microsoft Edge on Windows 10 and 11 (EU and Non-EU Methods)

Suyash RaizadaSuyash Raizada
How to Remove Microsoft Edge on Windows 10 and 11 (EU and Non-EU Methods)

How to remove Microsoft Edge depends on how tightly it is integrated into your Windows build and whether your region is covered by newer compliance options such as the EU Digital Markets Act (DMA). On many Windows 10 and standard Windows 11 installations, Microsoft Edge is treated as a system component, which is why the usual Settings page may not show a straightforward Uninstall button. There are, however, reliable approaches that range from a Settings-based uninstall on some EU builds to a command-based uninstall using Edge's own installer.

This guide covers the safest, most practical methods, what to expect after removal, and when disabling Edge is the better choice over uninstalling it.

Certified Artificial Intelligence Expert Ad Strip

Why Microsoft Edge Can Be Hard to Remove

On many modern Windows systems, Microsoft Edge is not just a standalone browser. It supports system experiences such as in-app web content, help links, and components that rely on embedded web rendering. This design is why Windows often treats Edge as a protected component and may restore it during repairs or major updates.

Microsoft's own documentation focuses primarily on repairing and reinstalling Edge, which reflects the expectation that Edge will be present for many default system scenarios. Regulatory changes in the EU have, however, pushed Windows to expose more user choice around defaults and removals on certain builds.

Before You Uninstall: Quick Checklist

  • Check your Windows version and region: Windows 11 in the EU/EEA may offer an easier Settings-based uninstall.
  • Pick a replacement browser first: Install Chrome, Firefox, Brave, or another browser before removing Edge.
  • Understand update behavior: Cumulative updates or feature upgrades may reinstall Edge on some non-EU systems.
  • Consider dependencies: Some applications and enterprise workflows rely on Edge-related components such as WebView technologies.
  • Use admin access: Most removal methods require an elevated terminal.

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

The most broadly documented technique for Windows 10 and Windows 11 is running Edge's own setup.exe in uninstall mode from its Installer directory. This method works across a wide range of system configurations because it uses the same installer framework 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 so you do not need to know the exact version number:

    cd %PROGRAMFILES(X86)%\Microsoft\Edge\Application\*\Installer

    If you prefer a quoted path, use:

    cd "C:\Program Files (x86)\Microsoft\Edge\Application\*\Installer"

  3. Run the uninstall command

    Execute:

    setup.exe --uninstall --system-level --verbose-logging --force-uninstall

    Some systems accept the same flags with single hyphens. If needed, try:

    setup.exe -uninstall -system-level -verbose-logging -force-uninstall

  4. Restart your PC

    Even if the uninstall appears silent, a reboot helps clear residual integration and release locked processes.

What to Expect After Method A

  • Edge binaries are typically removed from C:\Program Files (x86)\Microsoft\Edge.
  • 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, so you may need to repeat this process after major updates.

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

On some Windows 11 builds in the EU/EEA, Microsoft has introduced additional controls shaped by DMA requirements. In these builds, enabling a DMA-related option exposes an Uninstall button for Microsoft Edge directly within Settings.

Typical EU Workflow

  1. Open Settings and go to System.

  2. Enable the option labeled similarly to Digital Markets Act (exact wording varies by build and language).

  3. Go to Settings - Apps - Installed apps.

  4. Select Microsoft Edge and choose Uninstall.

If the Uninstall option is initially unavailable, some users have found that performing a repair or reset of Edge and then returning to the Installed apps list causes the option to appear once DMA-mode behavior is active. Availability can vary by Windows build and may be restricted by enterprise policy on managed devices.

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

Some systems allow partial removal using PowerShell by targeting an AppX package identifier. This method is inconsistent on newer builds where Edge is more deeply integrated and not purely AppX-based, but it can be useful 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, fall back 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)

If the goal is to stop using Edge rather than delete it entirely, disabling is frequently the lowest-risk approach. This is particularly relevant for professionals and enterprises where system stability, update continuity, and application compatibility are priorities.

Recommended Disable Steps

  • Set a different default browser

    Go to Settings - Apps - Default apps and set your preferred browser as the default for web browsing.

  • Disable Edge startup behavior

    Press Ctrl + Shift + Esc to open Task Manager, 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 the daily workflow.

  • Redirect system links to your chosen browser

    Tools such as MSEdgeRedirect can route internal Edge calls to your default browser, with certain modes designed to replicate EU-style behavior on non-EU builds.

Advanced and Third-Party Techniques (Use With Caution)

Community guides exist that attempt to simulate EU behavior by editing protected system policy files, taking ownership of system directories, or manually deleting Edge folders. Others use third-party uninstallers to clean up residual files once Edge is exposed as removable.

These approaches can work in specific cases, but they are more fragile and carry a higher risk of causing servicing issues, failed updates, or system integrity check failures. Reserve them for situations where you are prepared to troubleshoot Windows recovery and update problems.

Risks, Compatibility, and Enterprise Considerations

Before deciding how to remove Microsoft Edge, consider these practical impacts:

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

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

Future Outlook: DMA, Modular Windows, and WebView Components

Regulatory pressure from the EU DMA is pushing Windows toward more modular architecture and greater user choice. The DMA-related toggles that expose Edge uninstall options on certain EU builds are a direct result of this shift.

At the same time, Windows and third-party applications may continue to depend on web runtime components such as WebView technologies, which can be updated independently of the Edge browser UI. In practice, this points toward a future where the Edge browser interface is removable while underlying web rendering components remain in place for compatibility purposes.

Conclusion

Removing Microsoft Edge comes down to selecting the least risky method for your specific Windows build and compliance environment. For users on EU Windows 11 builds with DMA options enabled, the Settings-based uninstall is the most straightforward and supportable path. On most other systems, running Edge's installer in uninstall mode from its Installer folder using the --uninstall, --system-level, and --force-uninstall flags remains the most compatible approach. PowerShell-based AppX removal can assist in limited cases, but results vary significantly by Windows version.

For managed devices and enterprise environments, disabling Edge and assigning another default browser typically offers the best balance between user preference and long-term system reliability.

Related Articles

View All

Trending Articles

View All