How to Uninstall Microsoft Store on Windows 11: A Step-by-Step Guide

Photo of author

By Matthew Simpson

How to Uninstall Microsoft Store on Windows 11

Uninstalling Microsoft Store on Windows 11 can be a bit tricky since it’s a built-in app, but it’s possible through PowerShell. By following these steps, you’ll be able to remove Microsoft Store from your computer. Just be cautious, as this action is generally not recommended because the Store is integral to many other system functions.

Uninstall Microsoft Store on Windows 11

In this section, we’ll guide you through the process of uninstalling Microsoft Store using PowerShell. Make sure to follow each step carefully to avoid any issues.

Step 1: Open PowerShell as Administrator

To start, you need to access PowerShell with administrative rights.

Right-click the Start button and select "Windows Terminal (Admin)" or search for PowerShell, right-click it, and choose "Run as administrator." This ensures you have the necessary permissions to remove system apps.

Step 2: Check Microsoft Store Package Name

Find the specific package name for Microsoft Store.

Enter the command Get-AppxPackage *WindowsStore* in PowerShell. This command will display details about the Microsoft Store, including its full package name, which you’ll need for the next step.

Step 3: Remove Microsoft Store

Now, use the package name to uninstall Microsoft Store.

Type the command Get-AppxPackage *WindowsStore* | Remove-AppxPackage and press Enter. This command directs the system to remove the Microsoft Store from your computer.

Step 4: Verify Uninstallation

Confirm that Microsoft Store has been uninstalled.

After running the command, check your Start menu to see if the Microsoft Store icon is gone. This will confirm the uninstallation was successful.

Step 5: Restart Your Computer

Restarting helps finalize the process.

Once you’ve verified the removal, restart your computer to ensure all changes take effect properly and to avoid any glitches.

After you complete these steps, Microsoft Store will be removed from your system. This can impact other apps and updates, so you might want to consider reinstalling it later if needed.

Tips for Uninstalling Microsoft Store on Windows 11

  • Backup: Before making major changes, always back up important data.
  • Research: Understand the consequences of uninstalling system apps.
  • Troubleshooting: Be prepared to troubleshoot issues that might arise.
  • Alternative: Consider using the Store for app installations.
  • Restore: Learn how to reinstall Microsoft Store if you change your mind.

Frequently Asked Questions

Can I reinstall Microsoft Store after uninstalling it?

Yes, you can reinstall it using PowerShell or by resetting your PC.

Will uninstalling Microsoft Store affect other apps?

Potentially, as some apps depend on the Store for updates and downloads.

Is uninstalling Microsoft Store safe?

It’s generally safe, but not recommended due to possible system impacts.

Can I use a third-party app store instead?

Yes, but be cautious of security risks associated with third-party stores.

Do I need administrative rights to uninstall Microsoft Store?

Yes, administrative rights are required to make this change.

Summary

  1. Open PowerShell as Administrator.
  2. Check Microsoft Store Package Name.
  3. Remove Microsoft Store.
  4. Verify Uninstallation.
  5. Restart Your Computer.

Conclusion

Uninstalling Microsoft Store on Windows 11 might seem like a daunting task, but with the steps outlined above, it becomes manageable. Remember, the Store is not just another app; it’s deeply integrated into the Windows ecosystem. Removing it can lead to unintended consequences, such as issues with updates or app installations.

If you find yourself needing the Store again, reinstalling it is possible, though it might require a bit more technical know-how. Before you proceed, consider the alternatives and whether uninstalling is necessary. Sometimes, simply disabling or hiding the Store might achieve your desired result without the hassle.

If you’re determined to proceed, ensure you’re comfortable using PowerShell as it’s a powerful tool that can significantly alter your system. Always double-check commands before executing them to avoid mistakes.

Curious about more Windows tips or tech insights? Stay tuned for more articles that dive into the nitty-gritty of making technology work for you!