How to Delete Microsoft Edge: What's Actually Possible (And What Isn't)

Microsoft Edge comes pre-installed on every modern Windows machine, and many users want it gone. Whether it's taking up space in the taskbar, loading on startup, or simply not being the browser you want, the desire to remove it is completely understandable. But the process isn't as straightforward as uninstalling a typical app — and the answer depends heavily on your Windows version and what you mean by "delete."

Why You Can't Simply Uninstall Edge Like Other Apps

Microsoft Edge is deeply integrated into Windows 10 and Windows 11. Unlike third-party software, it's classified as a system component, which means it doesn't appear in the standard Apps & Features list with a regular "Uninstall" button — or if it does, that button may be greyed out.

This is intentional. Microsoft has tied Edge to core Windows functionality, including the Windows Search interface, PDF rendering in File Explorer, and certain system notifications. Removing it entirely can, in some configurations, affect how these functions behave.

That said, there are several approaches ranging from hiding and disabling Edge to forcing a full removal via command line, depending on how far you want to go.

Option 1: Remove Edge from the Taskbar and Startup (The Lightweight Fix) 🛠️

If your main frustration is Edge appearing uninvited, this level of removal may be all you need:

  • Unpin from Taskbar: Right-click the Edge icon → Unpin from taskbar
  • Disable from Startup: Open Task ManagerStartup tab → find Microsoft Edge → right-click → Disable
  • Turn off background running: In Edge settings, go to System and performance → toggle off Continue running background extensions and apps when Microsoft Edge is closed

This doesn't delete Edge, but it effectively removes it from your daily experience without touching system files.

Option 2: Uninstall Edge via Settings (Windows 10 — Older Versions)

On some earlier builds of Windows 10, Microsoft Edge appeared in Settings → Apps → Apps & Features with a functional uninstall option. If you're on an older feature update and haven't received the Chromium-based Edge yet, this path may still work:

  1. Open Settings
  2. Go to Apps → Apps & Features
  3. Search for Microsoft Edge
  4. Click Uninstall if the option is available

On most current systems, this button either doesn't appear or is disabled. Microsoft locked down uninstallation more tightly starting with the Chromium-based Edge rollout (version 79 onward).

Option 3: Force Uninstall via Command Prompt (Advanced Users)

For users comfortable with the command line, Microsoft does ship a setup executable that accepts an uninstall flag. This is the most complete removal method for standard Windows 10 and 11 installations.

General process:

  1. Open File Explorer and navigate to: C:Program Files (x86)MicrosoftEdgeApplication
  2. Open the folder named after your current Edge version number (e.g., a folder with a version string like 120.x.x.x)
  3. Inside that folder, find the Installer subfolder
  4. Open Command Prompt as Administrator
  5. Run the setup executable with the --uninstall --system-level --verbose-logging --force-uninstall flags

The exact command path will vary based on the version number installed on your machine. Searching for the current version-specific syntax before running this is strongly recommended, as using an incorrect path will simply return an error.

⚠️ Important: This process removes the Edge browser application but does not remove all Edge-related components from Windows. The WebView2 Runtime — which other apps depend on — often remains, and removing it can break unrelated software including some Microsoft 365 apps.

Option 4: Use Group Policy or Registry Edits (Enterprise/Power Users)

In Windows 11 Pro, Enterprise, and Education editions, administrators can use Group Policy Editor to prevent Edge from launching, updating, or reinstalling itself after removal:

  • Path: Computer Configuration → Administrative Templates → Microsoft Edge
  • Policies like Allow Microsoft Edge to pre-launch at Windows startup can be disabled here

Registry edits can accomplish similar outcomes on Home editions, though this carries more risk if done incorrectly and is generally not recommended for casual users.

What Happens After You Remove Edge

A few outcomes are worth knowing before you proceed:

What Gets RemovedWhat Usually Stays
Edge browser interfaceWebView2 Runtime
Edge desktop shortcutEdge update service (in some cases)
Taskbar/Start menu presenceEdgeHTML components (older systems)

Some users also report that Windows Update can reinstall Edge after removal, particularly on Windows 11. Preventing reinstallation typically requires a separate registry or policy change.

The Variables That Change Everything 🖥️

How straightforward this process is depends on several factors specific to your setup:

  • Windows version and build number — Windows 11 Home behaves differently than Windows 10 Pro or Enterprise
  • Whether Edge has pending updates — some uninstall methods fail if Edge is mid-update
  • Your technical comfort level — command-line methods are effective but carry risk if steps are misread
  • What you're actually trying to solve — removing startup behavior, reclaiming disk space, and eliminating the app entirely are three different goals requiring different approaches
  • Other software on your system — apps using WebView2 or Edge-based rendering will be affected by a deep removal

The right approach for one user — say, a developer running a clean Windows 11 Pro build — looks very different from the right approach for someone on a standard Windows 10 Home laptop where third-party software depends on Edge components. Understanding exactly which of these describes your situation is the piece that determines which method actually makes sense to use.