Uninstalling the Microsoft Store on Windows 11 isn’t as straightforward as uninstalling regular programs, but it’s possible with some technical know-how. You’ll need to use PowerShell, a task automation framework in Windows, to remove it. Follow these steps to safely and effectively uninstall the Microsoft Store.
How to Uninstall Microsoft Store Windows 11
This step-by-step guide will walk you through the process of uninstalling the Microsoft Store on your Windows 11 computer. We’re going to use PowerShell, a powerful scripting tool, to get the job done.
Step 1: Open PowerShell as Administrator
First, you need to open PowerShell with administrative privileges.
To do this, right-click the Start button and select "Windows Terminal (Admin)" or search for "PowerShell" in the Start menu, right-click it, and choose "Run as administrator."
Step 2: Enter the Uninstall Command
Next, you’ll enter a special command to uninstall the Microsoft Store.
In the PowerShell window, type the following command: Get-AppxPackage *WindowsStore* | Remove-AppxPackage
and press Enter.
Step 3: Wait for the Process to Complete
After entering the command, wait for PowerShell to process your request.
This might take a few moments. You’ll know it’s done when you see the PowerShell prompt appear again.
Step 4: Close PowerShell
Once the command is executed, close the PowerShell window.
Simply click the ‘X’ on the top-right corner or type exit
and press Enter.
Step 5: Restart Your Computer
To ensure all changes take effect, restart your computer.
Click the Start button, select "Power," and choose "Restart."
Once you complete these steps, the Microsoft Store will be uninstalled from your Windows 11 system.
What Happens Next
After you uninstall the Microsoft Store, you won’t be able to download or update any apps from it. All pre-installed apps that rely on the Microsoft Store for updates might also stop receiving updates. If you ever need the Microsoft Store again, you can reinstall it using PowerShell.
Tips for How to Uninstall Microsoft Store Windows 11
- Backup Your Data: Always back up your important data before making any significant changes to your system.
- Use PowerShell Carefully: PowerShell is a powerful tool. Be cautious with the commands you enter.
- Understand the Consequences: Know that uninstalling the Microsoft Store will prevent you from accessing apps and updates from it.
- Check for Alternatives: If you’re uninstalling the store due to issues, look for solutions to fix those issues first.
- Reinstalling is Possible: If needed, the Microsoft Store can be reinstalled via PowerShell.
Frequently Asked Questions
Can I reinstall the Microsoft Store?
Yes, you can reinstall it using a PowerShell command: Get-AppxPackage -allusers Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)AppXManifest.xml"}
.
Will uninstalling the Microsoft Store affect my installed apps?
Uninstalling the Microsoft Store won’t remove your installed apps, but it may stop them from receiving updates.
Is it safe to use PowerShell?
Yes, it’s safe if you follow the steps accurately. Be cautious with the commands you use.
Can I uninstall other pre-installed apps?
Yes, you can uninstall other pre-installed apps using similar PowerShell commands.
Why would I want to uninstall the Microsoft Store?
You might want to uninstall it if it’s causing system issues or if you don’t use it and want to free up system resources.
Summary
- Open PowerShell as Administrator.
- Enter the Uninstall Command.
- Wait for the Process to Complete.
- Close PowerShell.
- Restart Your Computer.
Conclusion
Uninstalling the Microsoft Store on Windows 11 might seem daunting, but it’s quite manageable with the right instructions. Use PowerShell carefully, follow the steps, and you’ll have it uninstalled in no time. Remember, if you ever need the Microsoft Store again, reinstalling it is straightforward.
If you’re interested in more Windows 11 tips and tricks, look into our other guides. Understanding how to manage your system effectively can save you time and prevent headaches down the line. So, before making any significant changes, always do your research and backup your data. Happy computing!

Kermit Matthews is a freelance writer based in Philadelphia, Pennsylvania with more than a decade of experience writing technology guides. He has a Bachelor’s and Master’s degree in Computer Science and has spent much of his professional career in IT management.
He specializes in writing content about iPhones, Android devices, Microsoft Office, and many other popular applications and devices.