Uninstalling Microsoft Store: A Step-by-Step Guide
Microsoft Store, a one-stop shop for apps, games, movies, and TV shows, is a useful feature for many Windows users. However, if you find that it's not serving your needs or you're experiencing issues, you might want to uninstall it. Here's a comprehensive guide on how to do that, along with some troubleshooting tips.
Why Uninstall Microsoft Store?
There are several reasons why you might want to uninstall Microsoft Store. Perhaps you're experiencing performance issues, or you prefer using alternative app stores. Maybe you're concerned about privacy, as the store collects usage data. Whatever your reason, it's important to note that uninstalling the store will also remove all the apps, games, and other content you've purchased through it. Before proceeding, ensure you have a backup of any important data.
Uninstalling Microsoft Store: The Easy Way
Before you dive into the uninstallation process, it's worth trying a simpler solution. You can disable Microsoft Store instead of uninstalling it. Here's how:

- Press Win + I to open Settings.
- Click on Apps.
- Select Apps & features from the left sidebar.
- Find Microsoft Store in the list, click on it, and then click the Modify button.
- Select Off and click OK.
If you're still determined to uninstall Microsoft Store, follow the steps below.
Uninstalling Microsoft Store: The Manual Way
Uninstalling Microsoft Store involves using the Windows PowerShell. Here's how to do it:
- Press Win + X and select Windows PowerShell (Admin).
- Type the following command and press Enter:
Get-AppxPackage *MicrosoftStore* | Remove-AppxPackage
- Restart your computer.
This command will remove all Microsoft Store-related packages from your system.

What Happens After Uninstalling Microsoft Store?
After uninstalling Microsoft Store, you won't see its icon in your Start menu or app list. However, you might still see some leftover files and folders. To remove these, you can use the Cleanup option in the Apps & features settings:
- Go to Settings > Apps > Apps & features.
- Click on Cleanup.
- Select Microsoft Store and click Uninstall.
This will remove any remaining files and folders associated with Microsoft Store.
Troubleshooting: Can't Uninstall Microsoft Store?
If you're having trouble uninstalling Microsoft Store, here are a few troubleshooting tips:
| Issue | Solution |
|---|---|
| You're not an administrator. | You need administrator privileges to uninstall Microsoft Store. Try running the PowerShell command as an administrator. |
| The PowerShell command isn't working. | Try using the command Get-AppxPackage -AllUsers | Where-Object { $_.Name -like "*MicrosoftStore*" } | Remove-AppxPackage -AllUsers instead. |
| You're seeing error messages. | Try running the Windows Store Apps troubleshooter. You can find this in the Settings > Update & Security > Troubleshoot menu. |
If none of these solutions work, you might need to perform a clean boot of your system or use the System File Checker (SFC) tool to repair corrupted system files.