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

how to uninstall microsoft store windows 11

Uninstalling Microsoft Store in Windows 11 is a straightforward process that involves using PowerShell commands to remove the app from your system. This guide will walk you through each step to ensure you can complete the task without any headaches. By following these instructions, you’ll be able to remove the Microsoft Store and free up some space on your computer.

Step-by-Step Tutorial: How to Uninstall Microsoft Store Windows 11

This tutorial will show you how to use PowerShell to uninstall the Microsoft Store app from Windows 11. It’s a step-by-step guide designed to make the process as simple as possible.

Step 1: Open PowerShell as an Administrator

Right-click the Start button and select "Windows Terminal (Admin)."

Opening PowerShell as an administrator is crucial because you’ll need elevated privileges to uninstall system apps like Microsoft Store. If prompted, click "Yes" to allow changes to your device.

Step 2: Retrieve the Microsoft Store Package Name

Type Get-AppxPackage *WindowsStore* and press Enter.

This command will list the details of the Microsoft Store app. Look for the package full name, which is a long string of characters you’ll need for the next step.

Step 3: Copy the Package Full Name

Find the PackageFullName and copy it.

The package full name is essential for removing the app. It will look something like Microsoft.WindowsStore_22110.1402.11.0_x64__8wekyb3d8bbwe. Make sure to copy it accurately.

Step 4: Uninstall Microsoft Store

Type Remove-AppxPackage [PackageFullName] and press Enter.

Replace [PackageFullName] with the actual package name you copied in the previous step. This command will uninstall the Microsoft Store from your system.

Step 5: Restart Your Computer

Restart your computer to complete the uninstallation process.

Rebooting your computer ensures that all changes take effect and the app is entirely removed from the system.

After completing these steps, the Microsoft Store will be uninstalled from your Windows 11 computer. You might notice some changes in how your system behaves, especially if you frequently use the Microsoft Store for app installations.

Tips for Uninstalling Microsoft Store Windows 11

  • Backup Your Data: Before making significant changes to your system, always backup your important files.
  • Understand the Impact: Uninstalling Microsoft Store removes access to many apps that you may need.
  • Use PowerShell Wisely: Only use PowerShell commands you fully understand to avoid accidental system changes.
  • Reinstall if Needed: If you change your mind, you can reinstall the Microsoft Store using PowerShell.
  • Check Dependencies: Some apps or features may rely on the Microsoft Store, so uninstalling it could affect those services.

Frequently Asked Questions

Can I reinstall Microsoft Store after uninstalling it?

Yes, you can reinstall it using PowerShell commands.

Will uninstalling Microsoft Store affect other apps?

Only apps installed via the Microsoft Store might be affected.

Is it safe to uninstall Microsoft Store?

Yes, but be cautious as it can impact app availability and system functionality.

Do I need administrator privileges to uninstall Microsoft Store?

Yes, administrative privileges are required to use PowerShell for this task.

Can I use third-party apps to uninstall Microsoft Store?

It’s not recommended, as using PowerShell is the safest method.

Summary

  1. Open PowerShell as an Administrator.
  2. Retrieve the Microsoft Store Package Name.
  3. Copy the Package Full Name.
  4. Uninstall Microsoft Store.
  5. Restart Your Computer.

Conclusion

Uninstalling Microsoft Store on Windows 11 isn’t rocket science, but it does require some caution and a few technical steps. By following the steps outlined in this guide, you can easily remove the app if you find it’s not serving your needs. Remember, you can always reinstall it if you change your mind down the road.

PowerShell is a powerful tool, and using it responsibly can help you manage your computer more effectively. Whether you’re freeing up space or streamlining your system, this guide has you covered. So, dive in and take control of your Windows 11 experience, knowing you can always retrace your steps if needed.

Get Our Free Newsletter

How-to guides and tech deals

You may opt out at any time.
Read our Privacy Policy