Removing Microsoft Edge from Windows 10 can be a bit tricky since it’s deeply integrated into the system. However, with a few steps, you can completely remove it. Here’s a simple guide to help you do just that.
How to Remove Edge from Windows 10
Following these steps will completely remove Microsoft Edge from your Windows 10 system. You’ll need to use some basic command line instructions, so it’s handy to have a little comfort with the Command Prompt or PowerShell.
Step 1: Open Command Prompt as Administrator
First, open the Command Prompt with elevated privileges by searching for "cmd" in the Start menu, right-clicking it, and selecting "Run as administrator."
Doing this ensures you have the necessary permissions to make changes to your system.
Step 2: Navigate to the Microsoft Edge Directory
Type cd %PROGRAMFILES(X86)%MicrosoftEdgeApplication
and hit Enter.
This command takes you directly into the Edge application folder, where all the files related to the browser are stored.
Step 3: Find the Edge Version Number
In the Command Prompt, type dir
and press Enter to list all directories and files. Note down the version number of Microsoft Edge.
This step is crucial because you’ll need this version number to proceed. Treat it like a key to open the next door.
Step 4: Access the Installer Directory
Type cd [version-number]Installer
and press Enter, replacing [version-number]
with the actual version number you noted down.
Now you’re in the Installer directory, where you’ll run the command to remove Edge.
Step 5: Uninstall Edge
Type setup.exe --uninstall --system-level --verbose-logging --force-uninstall
and press Enter.
This command will finally uninstall Microsoft Edge from your system. The verbose logging helps you see what’s happening in real-time.
After these steps, Microsoft Edge will be removed from your Windows 10 computer. You should no longer see it in your list of installed programs or as a default browser option.
Tips on How to Remove Edge from Windows 10
- Create a System Restore Point: Before you start, creating a system restore point can save you from any accidental missteps.
- Backup Important Data: Always backup your important files just in case anything goes wrong.
- Double-Check Commands: Make sure you carefully type each command to avoid errors.
- Use Admin Privileges: Ensure you are using an account with administrative privileges.
- Check for Updates: Sometimes updates can restore Edge, so check for any pending Windows updates before proceeding.
Frequently Asked Questions
Will removing Microsoft Edge cause issues with my Windows 10?
Removing Edge shouldn’t cause major issues, but some Windows features might rely on it. Creating a system restore point can help you revert back if needed.
Can I reinstall Microsoft Edge later if I want to?
Yes, you can always reinstall Microsoft Edge by downloading it from the official Microsoft website.
Is it safe to use Command Prompt for uninstalling programs?
Using Command Prompt is safe as long as you follow the instructions carefully and know what each command does.
Are there alternative browsers I can use?
Absolutely! You can use browsers like Google Chrome, Mozilla Firefox, or Opera as alternatives.
Does this method work for all versions of Windows 10?
This method works for most versions of Windows 10, but if you’re using an older or very new version, steps might slightly differ.
Summary of Steps
- Open Command Prompt as Administrator.
- Navigate to the Microsoft Edge Directory.
- Find the Edge Version Number.
- Access the Installer Directory.
- Uninstall Edge.
Conclusion
Removing Edge from Windows 10 can free up system resources and allow you to use another browser of your choice. While it takes a few command line steps, the process is straightforward if you follow the guide closely. Remember, taking precautions like creating a system restore point and backing up important data can save you from any unintended consequences. So go ahead, try it out, and enjoy a leaner Windows 10 experience without Microsoft Edge. If you ever need it back, reinstalling is just a download away. For more detailed guidance on similar issues, keep exploring and learning.
Matt Jacobs has been working as an IT consultant for small businesses since receiving his Master’s degree in 2003. While he still does some consulting work, his primary focus now is on creating technology support content for SupportYourTech.com.
His work can be found on many websites and focuses on topics such as Microsoft Office, Apple devices, Android devices, Photoshop, and more.