Microsoft always encourages customers to use its browser, pre-install Microsoft Edge and set it to default as soon as you boot your new computer. Despite their efforts, Edge rarely makes up 4% of browser market share, Most users choose popular browsers like Safari or Chrome. With Windows 11, it’s not only difficult to change your default web browser, it’s impossible to remove Edge from your computer settings. Of course, you can leave it on your desktop screen as an unused application, but why allow it to take in extra gigabytes? Here’s how to uninstall Microsoft Edge from Windows 11.
Read more: Top ten privacy browsers for Android
Quick answer
To uninstall Microsoft Edge from Windows 11, run Command prompt app As a system administrator and when pressing enter the following lines of code Enter In each:
CD /
cd program file (x86) \ Microsoft \ Edge \ Application \ 102.0.1245.33 \ Installer
setup.exe –uninstall –system-level –verbose-logging –force-uninstall
How to uninstall Microsoft Edge on Windows 11
You may have already tried to uninstall Microsoft Edge from your computer’s application settings, just to find out Uninstall The option is unavailable. This is because Microsoft doesn’t really want you to keep it as an option if you ever change your mind.
Adam Barney / Android Authority
To uninstall Edge, you’ll need to use some command-line magic, which we’ll take you through step by step. First, you need to find out which version of Edge you are running. To do this, open Microsoft Edge and click on the three dots in the top right corner. Select from there Help and response And select About Microsoft Edge.
Adam Barney / Android Authority
You will be taken to a settings page Be sure to update Edge to the latest version and then copy the new version number of the Edge application. You will need it to be used in the command prompt application.
Adam Barney / Android Authority
Now you search for that version number Command prompt app In Windows 11 and click Run as administrator.
Adam Barney / Android Authority
You will then see a black window with some lines of command code. First, type CD / At the command prompt and press Enter. Then, copy and paste the following code into the command prompt screen. This will identify the appropriate file pathway.
Code
cd Program Files (x86)\Microsoft\Edge\Application\102.0.1245.33\Installer
Press Enter On your keyboard. Then, copy and paste the following command and press Enter To complete the uninstall Microsoft Edge from Windows 11 again.
Code
setup.exe --uninstall --system-level --verbose-logging --force-uninstall
Adam Barney / Android Authority
When you see the Microsoft Edge icon disappear from your desktop screen, you know the process worked. To reinstall Microsoft Edge, you need to do this from the Microsoft Store on your PC.
Read more: How to uninstall apps in Windows 11
FAQs
Yes, Microsoft Edge can be downloaded for free from the Microsoft Store.
Yes, but to do so you need to run a command prompt as a system administrator. You cannot uninstall Microsoft Edge from application settings.