Forum Discussion

Xaounr's avatar
Xaounr
Copper Contributor
Sep 03, 2026

How to safely uninstall Microsoft Edge browser in Windows 10?

Honestly, I don't like the Edge browser that comes preinstalled on my Windows 10 laptop. It runs automatically in background when the computer starts. The old laptop does not have a decent hardware profile so I decided to remove Edge from Windows 10.

However, the uninstall option is not available in both app settings and control panel. Can someone here tell me how to uninstall Microsoft Edge in Windows 10

P.S. It is totally safe to uninstall Edge browser based on the online user comments!

Thank you!

9 Replies

  • Adiraix's avatar
    Adiraix
    Tin Contributor

    On Windows 10 22H2 systems, a common reason How to uninstall Edge in Windows 10 fails is that the newer Chromium Edge uninstaller performs a check for the presence of the older, legacy Edge (EdgeHTML) files before it will proceed. If the system lacks this old Edge directory structure, the uninstall will often fail with an error code. You can effectively How to uninstall Edge in Windows 10 by creating this placeholder file to satisfy that check.

    The "dummy file" technique has been confirmed by the community to allow the removal process to proceed. The exact internal logic of why this works is not public, but it appears the uninstaller uses the existence of that legacy file path to confirm the system state before allowing removal.

    The purpose of the method is straightforward:

    • Create a Placeholder File: You create an empty file named MicrosoftEdge.exe at the following location:
      C:\Windows\SystemApps\Microsoft.MicrosoftEdge_8wekyb3d8bbwe\MicrosoftEdge.exe
    • Trick the Uninstaller: This action simulates the presence of the legacy Edge browser, allowing the uninstaller to run successfully.

     

    Before you decide to use this method, it's important to understand its nature and limitations.

    • It's a Workaround, Not a Supported Feature: This is a community-discovered trick and not an officially supported removal process from Microsoft. The logic relies on the internal workings of the Edge uninstaller, which may change in future updates.
    • Remaining Files and Reinstallation: This method may not remove all Edge components. Some files and services, like the EdgeUpdate service and WebView2 components, may remain, and future Windows updates are likely to reinstall Edge.
    • System Dependency: Be aware that certain Windows features and applications depend on Edge components. Removing Edge can impact other parts of your system.
  • Mirviam's avatar
    Mirviam
    Tin Contributor

    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).
  • Ishaopan's avatar
    Ishaopan
    Tin Contributor

    Learning How to uninstall Edge in Windows 10. using the registry modification is a core and well-known step in the process to uninstall Edge in Windows 10 . This specific change enables the greyed-out "Uninstall" button within the Windows Settings or Control Panel, making it one of the key workarounds to uninstall Edge in Windows 10 .

    🔧 The Registry Mod

    The process is a straightforward, targeted edit:

    1. Open the Registry Editor: Press Windows Key + R, type regedit, and press Enter. Confirm any User Account Control prompts.
    2. Navigate to the Correct Key: In the Registry Editor, paste the following path into the address bar and press Enter:
      HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Edge 
    3. Modify the NoRemove Value: In the right pane, find the value named NoRemove. Double-click it and change its value data from 1 to 0 .
    4. Exit and Restart: Click OK, close the Registry Editor, and restart your computer for the change to take effect .

     

    After restarting, you should be able to uninstall Edge in Windows 10 through the standard interface:

    • Go to Settings > Apps > Installed apps (or Apps & features).
    • Find Microsoft Edge in the list. The "Uninstall" button should no longer be greyed out .
    • Click it and follow the on-screen prompts to complete the removal .

     

    While this method is effective for how to uninstall Edge in Windows 10, be aware of the following risks:

    • System Updates: Windows Update might reinstall Edge after a future system update. You may need to repeat this process if it returns .
    • System Impact: Edge is integrated with Windows 10. Uninstalling it can affect other features like Windows Widgets, some settings links, and the default PDF viewer.
  • Hasperm's avatar
    Hasperm
    Iron Contributor

    If you’ve ever wondered why can't I uninstall Microsoft Edge from Windows 10?, you’re not the only one. Microsoft has deeply integrated Edge into the operating system, so it’s difficult to uninstall it using standard methods like Settings or Control Panel.

    However, for users familiar with the command line, the Edge installer itself includes a built-in uninstall switch that can force the browser to be uninstalled. This method works directly through the Command Prompt—without the need for PowerShell or third-party tools—and provides a simple, straightforward way to completely remove Edge from your system—at least until a major Windows update reinstalls it.

    How to Fix the Issue of  Why can't I uninstall Microsoft Edge from Windows 10 Being Unable to 

    1. Open Command Prompt as an administrator
    2. Run the following command to navigate to the Edge installer folder:
      cd C:\Program Files (x86)\Microsoft\Edge\Application\Installer
    3. Run the uninstallation command:
      setup.exe --uninstall --system-level --verbose-logging --force-uninstall
    4. Wait for the process to complete; this may take a moment.
    5. Restart your computer to complete the uninstallation.

    Notes:

    force-uninstall

    • parameter is essential. Without it, the uninstaller will be unable to uninstall Edge due to system protection mechanisms.

    If this folder path does not exist, check :

    C:\Program Files\Microsoft\Edge\Application\Installer

    • After running this command, Edge will disappear from the Start menu and the list of apps.

    This command-line workaround still allows you to remove Edge, but since Microsoft designed Edge to be a core system component, it can be difficult to remove.

  • WilliamHuang's avatar
    WilliamHuang
    Iron Contributor

    For users uninstall Edge in Windows 10 permanently, Destroy Windows 10 Spying is an open-source tool. Not only does it easily uninstall the browser, but it also addresses the deep system integration that makes it difficult to completely remove Edge using standard methods. Therefore, it’s a great solution for those who want to uninstall Edge in Windows 10 permanently while also removing other unwanted bloatware, such as Cortana and telemetry services.

    Using the Software:

    1. Download the latest version from the official GitHub repository, run the executable file with administrator privileges, go to the Remove Applications tab, check the box next to Microsoft Edge, and then click Apply.
    2. The tool will then systematically remove Edge components and related registry entries; however, users should carefully review all selected options before applying the changes, as accidentally checking certain options may cause the tool to disable Windows Update, Defender, or other system features.
    3. It is strongly recommended that you create a system restore point before proceeding.

    In summary, this software is a good choice for helping users regain control over the default software stack in Windows 10. Although newer versions of Windows make Edge more difficult to uninstall, the software continues to be updated to address these challenges, providing users with a transparent and auditable alternative to opaque third-party uninstallation tools—provided users proceed with caution and fully understand the potential implications of modifying core operating system components.

  • AidenGarcia's avatar
    AidenGarcia
    Iron Contributor

    If you’re determined to permanently uninstall Microsoft Edge from Windows 10, PowerShell offers a way to completely remove the browser. Although Edge is deeply integrated with Windows, this command-line method will remove the application package for all users on the computer.

    However, it’s important to note that this uninstallation isn’t entirely permanent—major Windows updates may automatically reinstall Edge. For users who wish to permanently uninstall Edge from Windows 10, this method is the most effective built-in solution, but proceed with caution.

    How to Permanently Uninstall Edge in Windows 10

    1. Before uninstalling Edge, make sure you have another browser installed and set it as your default browser.

    2. Open PowerShell as an administrator, or search for PowerShell and select Run as administrator.

    3. Check the installed version of Edge by running the following command:

    Get-AppxPackage edge

    • This will display the exact package name.

    4. Uninstall Edge using the following command:

    Get-AppxPackage -AllUsers *edge* | Remove-AppxPackage

    • This will remove Edge for all users on the computer.

    5. Restart your computer to complete the uninstallation.

    If you uninstall Edge in Windows 10 permanently, PowerShell offers the most thorough built-in method. However, this is not a permanent solution; you'll need to repeat this process after major Windows updates.

    P.S.

    • This will only remove the Edge application package; some Edge-related system files will remain on your system.
    • If you're using Windows 11, the process is similar, but keep in mind that Edge is more deeply integrated with the operating system.
    • To check if Edge has been successfully uninstalled, try searching for Edge in the Start menu. If it doesn't appear, the uninstallation was successful.
  • AidenDavis's avatar
    AidenDavis
    Iron Contributor

    Trying to figure out how to completely uninstall edge on Windows 10? Edge_Uninstaller is a lightweight PowerShell script that removes Edge and Edge WebView2 from your system without leaving behind unnecessary files or registry entries. It works directly from the command line and doesn't require any additional software.

    To use it, open PowerShell as administrator and run the following command:

    irm "https://raw.githubusercontent.com/ctt-jakub/Edge_Uninstaller/main/Edge_Uninstaller.ps1" | iex

    The script will detect your installed Edge version, remove it completely, and clean up leftover components. After the process finishes, restart your PC to apply the changes.

    Still looking for how to completely uninstall edge on Windows 10? Edge_Uninstaller does exactly what it says—no extra steps, no hidden tools. Keep in mind that removing Edge may affect WebView2-dependent apps, and Windows updates might reinstall it later, but it does the job while it lasts.

    Pros:

    • Removes Edge and WebView2 completely in one go.
    • No extra software needed—runs directly from PowerShell.

    Cons:

    • May break apps that rely on WebView2.
    • Windows updates might reinstall Edge later.
  • QuinnRoberts's avatar
    QuinnRoberts
    Iron Contributor

    Removing a built-in browser can be more complicated than uninstalling a normal desktop application because some related components may be integrated into the operating system. For users researching How to completely uninstall edge on Windows 10, BloatyNosy provides Bloatpilot, which displays installed application packages and lets you move selected removable apps into its recycle bin before permanently deleting them.

    How to completely uninstall edge on Windows 10

    Step 1: Open the program and enter the Bloatpilot section. Wait for the installed application list to load completely.

    Step 2: Use the search box to locate Edge-related entries. Review the package names carefully because the list can contain the browser itself as well as separate components used by other applications.

    Step 3: Select only the browser package you intend to remove. Avoid enabling Show system apps unless necessary, because this exposes additional system packages that should not be removed without knowing their purpose.

    Step 4: Click Move to place the selected package in Bloatpilot's recycle bin. This gives you an opportunity to review the selection before permanently removing it.

    Step 5: Check the recycle bin and confirm that only the intended package was moved there. If you selected something by mistake, use the Restore option to return it to the installed-app list.

    Step 6: When you are certain the correct package is in the recycle bin, click Empty bin to complete the removal. Restart the computer afterward and check whether the browser is still present.

    This approach is safer than selecting several similarly named packages at once. Some Edge-related components, particularly WebView components, may be required by other applications and should not be treated as the browser itself. System updates may also restore certain integrated components later..