Uninstalling the Microsoft Store on Windows 11 can be a bit tricky since it’s a core component of the operating system. However, with the right steps, you can achieve this task. This guide will walk you through using PowerShell to uninstall the Microsoft Store from your Windows 11 system. Remember, this action is not reversible in the usual way, so proceed with caution.
Uninstall Microsoft Store Windows 11
Uninstalling the Microsoft Store from Windows 11 involves using PowerShell, a powerful command-line tool. The following steps will guide you through the process and help you remove this app safely from your system.
Step 1: Open PowerShell as an Administrator
First, locate PowerShell on your computer by typing “PowerShell” in the search bar, and then right-click on it and select ‘Run as Administrator’.
Running PowerShell as an Administrator is crucial because it grants you the necessary permissions to make significant changes to your system, including uninstalling built-in apps.
Step 2: Enter the Command to Get Package Details
Next, type the following command and press Enter: Get-AppxPackage *WindowsStore*.
This command lists all details related to the Microsoft Store package installed on your system. You need this information to proceed with the uninstallation.
Step 3: Copy the PackageFullName
Find the line that says ‘PackageFullName’. Highlight the entire string next to it and copy it by pressing Ctrl + C.
The PackageFullName is a unique identifier for the Microsoft Store app on your system. You’ll need it for the next step to correctly uninstall the app.
Step 4: Uninstall the Microsoft Store
Now, type the following command and press Enter: Remove-AppxPackage [PackageFullName], replacing [PackageFullName] with the string you copied.
By executing this command, you’re instructing Windows to remove the Microsoft Store from your system. Double-check the PackageFullName to ensure accuracy.
Step 5: Close PowerShell
Finally, after the process is complete, close the PowerShell window.
Closing PowerShell signifies the end of the uninstallation process. You’ve successfully removed the Microsoft Store from your system.
Once you’ve completed these steps, the Microsoft Store will be uninstalled from your Windows 11 device. You won’t be able to access or download apps from it unless you reinstall it later using PowerShell commands or restore your system.
Tips for Uninstalling Microsoft Store Windows 11
- Before you uninstall, consider if you might need any apps exclusive to the Microsoft Store in the future.
- If you change your mind, you can reinstall the Microsoft Store using PowerShell.
- Always back up your data before making significant changes to your system.
- Ensure your system is up to date to avoid compatibility issues.
- Understand that some apps might rely on the Microsoft Store for updates.
Frequently Asked Questions
Can I reinstall the Microsoft Store after uninstalling it?
Yes, you can reinstall it using PowerShell commands or by performing a system restore.
Will uninstalling the Microsoft Store affect other apps?
Uninstalling might impact apps that require the Store for updates or licensing.
Is there an easier way to uninstall the Microsoft Store?
PowerShell is the recommended method, as there are no built-in options for uninstalling system apps.
Are there any risks involved in uninstalling the Microsoft Store?
Yes, you may lose access to apps and updates that rely on the Store.
Can I reverse this action without reinstalling Windows 11?
You can only reverse it by reinstalling the Microsoft Store or restoring your system.
Summary of Steps
- Open PowerShell as Administrator.
- Enter command to get package details.
- Copy PackageFullName.
- Uninstall Microsoft Store using command.
- Close PowerShell.
Conclusion
Uninstalling the Microsoft Store from Windows 11 may seem daunting, but with a methodical approach, it’s entirely manageable. This guide has equipped you with the steps necessary to accomplish this task using PowerShell.
While removing the Store can help declutter your system, it’s important to weigh the potential downsides, such as losing access to app updates and exclusive content.
If you decide to uninstall, ensure that your system’s needs are met through other means. Remember, the world of tech is ever-evolving, and there are always alternatives to explore. If anything goes awry, the Microsoft community and support forums can provide additional guidance.
For those who frequently tweak their systems, learning PowerShell can be a valuable skill that opens the door to further customization.
Stay curious and continue exploring the vast landscape of Windows customization—your system, your rules.

Matthew Burleigh has been writing tech tutorials since 2008. His writing has appeared on dozens of different websites and been read over 50 million times.
After receiving his Bachelor’s and Master’s degrees in Computer Science he spent several years working in IT management for small businesses. However, he now works full time writing content online and creating websites.
His main writing topics include iPhones, Microsoft Office, Google Apps, Android, and Photoshop, but he has also written about many other tech topics as well.