Important: It is not recommended to uninstall Microsoft Store on Windows systems. It is tightly integrated into the operating system and removing it can disrupt system updates, built-in apps, and functionality. However, if you are an advanced user and still wish to proceed, follow the PowerShell method outlined below.
Why Someone Might Want to Uninstall Microsoft Store
Some system administrators or advanced users may want to uninstall Microsoft Store for specific reasons, such as:
- Enforcing application control policies on enterprise computers
- Minimizing distractions or preventing users from downloading unapproved software
- Reducing resource usage or surface area for potential vulnerabilities
PowerShell Method (Advanced Users Only)
This method should only be used by users who understand how PowerShell works and the impact of modifying built-in system components.
- Press the Windows key and type “PowerShell” in the search box.
- Right-click on Windows PowerShell and choose Run as administrator.
- Click Yes if prompted by User Account Control.
- In the PowerShell window, enter the following command:
Get-AppxPackage -allusers *WindowsStore* | Remove-AppxPackage
This command removes the Microsoft Store app package from all user profiles on your system.
Risks of Uninstalling Microsoft Store
There are significant risks when removing Microsoft Store:
- You will no longer be able to download apps or updates from the Store
- Built-in apps like Calculator, Mail, and Photos may stop working properly
- It may interfere with updates or Windows licensing mechanisms
- Reinstalling the Store can require registry tweaks or system recovery
Better Alternatives to Uninstalling
Instead of removing the Microsoft Store entirely, consider these alternatives:
- Disable Store access via Group Policy: Ideal for organizations. Navigate to
gpedit.msc > Computer Configuration > Administrative Templates > Windows Components > Store
and disable it. - Use AppLocker or Intune: Control which apps users can run without removing core system features.
- Hide the Microsoft Store shortcut: Remove desktop/start menu access while keeping system integrity.
How to Reinstall Microsoft Store (If Needed)
If you accidentally remove the Microsoft Store or face errors afterward, follow our full recovery tutorial: How to Reinstall Microsoft Store in Windows.
Related Articles
- How to Repair or Reset Microsoft Store
- Fix: Cannot Find Path for AppxManifest.xml
- Enable Find My Device in Windows 11
Frequently Asked Questions
1. Can you uninstall Microsoft Store in Windows 11?
Yes, but it is discouraged and requires PowerShell with admin rights.
2. What is the risk of uninstalling Microsoft Store?
You lose access to updates, Microsoft apps, and certain settings.
3. How do I reinstall Microsoft Store?
You can use PowerShell or Windows reset options.
4. Can I disable the Store without uninstalling?
Yes. Group Policy can be used to disable access without removal.
5. Is there a safer way to fix Microsoft Store issues?
Yes. Use the reset and repair tools in Settings under Apps > Microsoft Store > Advanced Options.