How to Uninstall Microsoft Edge From Windows 10?
Last Updated :
23 Jul, 2025
The built-in web browser that comes with Windows 10 is Microsoft Edge. That has become popular due to its efficiency, speed, and compatibility with Windows services. You can dispose of your Microsoft Edge in case you want, there are a few steps that you should comply with to get it achieved.
Methods to Uninstall Microsoft Edge From Windows 10
Even if Microsoft does not offer a smooth way to uninstall Edge, there are nonetheless methods to do away with it. This is an in-depth manual to show you how to remove Microsoft Edge from Windows 10.
Method 1: Uninstall via Settings
Step 1: Press the Windows key and "l" to open the Settings app
Uninstall via Settings - 01Step 2: Now, Click on Apps to open the Apps menu.
Uninstall via Settings - 02Step 3: Scroll down the listing of set-up apps to locate Microsoft Edge.
Uninstall via Settings - 03Step 4: Now, Click on Microsoft Edge after which click on the Uninstall button. If the button isn't always clickable then it indicates that this model of Edge can't be uninstalled through this method.
Note: This method may only work for older versions of Microsoft Edge. For the new versions, follow the next method.
Method 2: Uninstall via Command Prompt
Step 1: Press Win S, type cmd, and then right-click on Command Prompt, and select Run as administrator.
Uninstall via Command Prompt - 01Step 2: Find the Version Number of Microsoft Edge.
Uninstall via Command Prompt - 02Step 3: Navigate to the Edge installation listing by using coming into the following command.
cd %PROGRAMFILES(X86)%\Microsoft\Edge\Application
Uninstall via Command Prompt - 03Step 4: Use the dir command to list the contents of the directory. Look for the folder named with the version amount (e.g., 90.0.818.66).
Uninstall via Settings - 04Step 5: You must use the version variety that you positioned in the preceding step inside the following command.
setup.exe --uninstall --system-level --verbose-logging --force-uninstall
For example, if your version is 90.0.818.66, the command would be:
"C:\Program Files (x86)\Microsoft\Edge\Application\90.0.818.66\Installer\setup.exe" --uninstall --system-level --verbose-logging --force-uninstall
Step 6: After jogging the command, you must restart your computer to finish the uninstallation system.
Method 3: Use Windows PowerShell
Step 1: Press the Windows button plus X and pick out Windows PowerShell (Admin).
Step 2: Enter the following command to list all hooked-up programs and locate Microsoft Edge.
Get-AppxPackage | Select Name, PackageFullName
Step 3: MicrosoftEdge within the list and word the PackageFullName.
Step 4: Use the Package Full Name from the preceding step inside the following command.
Get-AppxPackage *MicrosoftEdge* | Remove-AppxPackage
Step 5: Restart Your Computer: After going for walks the command, restart your laptop.
Considerations
- Updates: Windows updates may reinstall Microsoft Edge. You might need to repeat the uninstallation process after major updates.
- Default Browser: Ensure you have another browser installed and set it as the default before uninstalling Edge.
- System Stability: Uninstalling Edge may affect system stability or other applications that depend on it.
Conclusion
There are a few greater steps involved in uninstalling Microsoft Edge from Windows 10. You might also successfully uninstall Edge from your machine by following those strategies, regardless of whether you operate the Settings app, PowerShell, or Command Prompt. Don't overlook consider how this may have an effect on system performance and ensure you have a backup browser handy.
Similar Reads
How to Uninstall Firefox on Windows? If you're considering changing your web browser or facing problems, you might be interested in learning how to remove Firefox from your Windows computer. This manual offers a detailed method for thoroughly getting rid of Firefox from your Windows system, including instructions for both standard unin
2 min read
How to Uninstall an Application on Windows 11? Uninstalling applications on Windows 11 is a straightforward process that can help you free up space and keep your system running smoothly. Whether you're removing unused software, troubleshooting issues, or simply cleaning up your PC, knowing how to uninstall programs efficiently is essential. In t
6 min read
How to Uninstall SCCM Client From Windows On-Premises Server? SCCM Client agent is application software used for configuration management on the on-premise environment. In this article, we will show step-by-step instructions on removing the SCCM client or uninstalling the Microsoft System Center Configuration Management Client from your Windows Client or Windo
2 min read
How to uninstall OpenCV in Windows? OpenCV (Open Source Computer Vision Library) is a powerful open-source computer vision and machine learning software library. While it provides incredible functionality for image processing and analysis, there may come a time when you need to uninstall it from your Windows system. This article will
1 min read
How to Upgrade from Windows 7 to Windows 10 for Free Microsoft launched Windows 10 in July 2015 and initially offered a free upgrade to users with computers running Windows 7. To be eligible for this free upgrade, you need to have an existing installation of Windows 7 and possess a valid product key. Microsoft provides these product keys, which are es
7 min read
How to Fix Microsoft Edge Slow Speed? Microsoft Edge is a popular browser. It is used by a lot of users throughout the globe. This browser is closely associated with Microsoft services. Some Microsoft services can only be accessible from the Edge browser. For such reasons, Microsoft Edge is an important browser nowadays. Since the disco
4 min read