If you have ever tried removing “Microsoft Edge” from Windows 11, you probably noticed something frustrating. It does not behave like a regular app. You cannot simply uninstall it from Settings and call it a day. Unlike most apps, “Microsoft Edge” is treated as a core part of Windows 11. That means Microsoft intentionally hides or disables the usual uninstall option to ensure system stability and compatibility. However, Edge is still installed like a program behind the scenes, which means it can be removed using the right commands.
The process involves locating the exact version folder where Edge is installed, opening a command line interface with elevated permissions, and executing an uninstall command that includes a force removal parameter. This ensures that all components are removed, not just the surface-level files.
Before you start, it is worth noting a couple of things. Removing Edge may affect certain Windows features such as widgets, web search integration, or default app behaviors. Also, Windows updates may reinstall Edge automatically in the future. If that happens, you can repeat the process.
Now, let’s learn the complete process to Completely Uninstall Edge on your Windows 11 system!
How to Completely Uninstall Edge on Windows 11?

To completely uninstall “Microsoft Edge” on Windows 11, you need to use “Command Prompt” with administrator privileges, navigate to the Edge installation folder, and run a specific uninstall command. This bypasses the default system restrictions and removes Edge entirely from your computer.
Now, let’s walk through it step by step.
Step 1: Locate the Edge Installation Folder
The first thing you need to do is find where “Microsoft Edge” is installed on your system. This is important because the uninstall command must be run from inside the correct directory.
Open “File Explorer” and navigate to the following path:
C:\Program Files (x86)\Microsoft\Edge\Application
Inside this folder, you will see one or more subfolders named with version numbers. These look something like “123.0.2420.81”. Each version corresponds to an installed build of Edge.
Open the folder with the highest version number. Inside it, look for another folder named “Installer”. This is where the uninstall executable lives.
Keep this folder open because you will need it in the next step. Think of this as setting the stage before running the actual removal command.
Step 2: Open Command Prompt as Administrator
Now you need to open “Command Prompt” with administrative privileges. This is crucial because uninstalling a system-level app requires elevated permissions.
Click on the Start menu and type “cmd”. When you see “Command Prompt” in the search results, right-click it and select “Run as administrator”.
A black command window will appear. This is where you will enter the commands needed to remove Edge.
At this point, you are essentially telling Windows that you want to override its default restrictions. Without admin access, the uninstall process will fail.
Inside the command prompt, you need to navigate to the folder you opened earlier.
Type the following command and press Enter:
cd “C:\Program Files (x86)\Microsoft\Edge\Application\VERSION\Installer”
Replace “VERSION” with the actual version number you saw in the folder. For example:
cd “C:\Program Files (x86)\Microsoft\Edge\Application\123.0.2420.81\Installer”
This command changes the working directory to the location where the Edge installer executable is stored.
If you get an error, double-check the version number and make sure you typed the path correctly.
Once you are in the correct directory, you are ready to execute the uninstall command.
Step 4: Run the Uninstall Command
This is the step where the actual removal happens.
Type the following command exactly as shown and press Enter:
setup.exe –uninstall –system-level –verbose-logging –force-uninstall
This command does several things at once. It tells the installer to uninstall Edge, applies the removal at the system level, enables logging for troubleshooting, and forces the uninstall even if restrictions exist.
After running the command, you may see some processing activity. In most cases, there will be no flashy confirmation message. The process runs quietly in the background.
Once it completes, “Microsoft Edge” should be removed from your system.
Step 5: Verify That Edge Is Removed
Now it is time to confirm that everything worked as expected.
Try searching for “Microsoft Edge” in the Start menu. If it does not appear, that is a good sign.
You can also check the installation directory again. If the Edge folders are gone or mostly empty, the uninstall was successful.
Another way to verify is by checking the default apps in Windows settings. If Edge is no longer listed as an option, it has been fully removed.
This step is important because sometimes partial files can remain if the process is interrupted.
Step 6: Clean Up Remaining Files and Shortcuts
Even after a successful uninstall, a few leftover files or shortcuts may remain.
Go back to the Edge installation directory and delete any remaining folders manually. You may also want to check your desktop and taskbar for any pinned shortcuts and remove them.
Additionally, open “Settings” and navigate to Apps. Scroll through the list to ensure Edge is no longer present.
This cleanup step ensures that your system is completely free of Edge-related components.
Step 7: Prevent Automatic Reinstallation
Here is something many people overlook. Windows updates can reinstall “Microsoft Edge” automatically.
To reduce the chances of this happening, you can take a few precautions.
First, set another browser as your default. This reduces dependency on Edge.
Second, keep an eye on major Windows updates. If Edge reappears, you may need to repeat the uninstall process.
Advanced users sometimes use group policies or registry edits to block reinstallation, but those methods require extra caution and are not necessary for most people.
Faqs
Is it safe to uninstall “Microsoft Edge” from Windows 11?
Yes, it is generally safe, but you should be aware that some Windows features rely on Edge components. Removing it might affect certain system functions like widgets or integrated web previews.
Can I reinstall Edge later if I need it?
Absolutely. You can download and reinstall “Microsoft Edge” anytime from the official Microsoft website. The process is simple and works like installing any other browser.
Why does Microsoft make Edge difficult to uninstall?
Because Edge is tightly integrated into Windows 11, Microsoft treats it as a core component rather than a standalone app. This is done to ensure compatibility, security, and a consistent user experience.
Will Windows updates bring Edge back?
Yes, in some cases. Major updates can reinstall Edge automatically. If that happens, you can follow the same steps in this guide to remove it again.
Do I need technical skills to do this?
Not really. As long as you follow the steps carefully and type the commands correctly, anyone can do it. Just take your time and double-check each step.