How to Reinstall Microsoft Store in 3 Easy Steps

The Microsoft Store is an essential component of the Windows ecosystem, offering a centralized platform for accessing and installing various apps, games, and services. Sometimes, due to various reasons such as system updates, errors, or compatibility issues, users might find themselves in a situation where the Microsoft Store is missing or not functioning properly. In this article, we will guide you through the process of reinstalling the Microsoft Store on your Windows device, ensuring a seamless and straightforward experience.
Step 1: Prepare Your System

Before initiating the reinstallation process, it is crucial to ensure that your Windows system is updated and optimized. Outdated or corrupted system files can sometimes lead to issues with the Microsoft Store. Follow these steps to prepare your system:
Update Windows
Navigate to the Settings app on your Windows device. Click on Update & Security, and then select Windows Update. Here, check for any available updates and install them. Ensure your system is running the latest version of Windows to avoid potential compatibility issues.
Check for Corrupted Files
Corrupted system files can cause various issues, including problems with the Microsoft Store. To address this, you can use the System File Checker (SFC) tool. Open the Command Prompt as an administrator. Type the following command and press Enter: sfc /scannow
. This command will scan your system files and repair any corrupted ones.
Optimize Storage
Insufficient storage space can sometimes interfere with the Microsoft Store’s functionality. Ensure that your device has adequate storage available. You can free up space by deleting unnecessary files, clearing the recycle bin, and uninstalling unused applications.
Step 2: Uninstall and Reset the Microsoft Store

In some cases, simply resetting the Microsoft Store can resolve issues and restore its functionality. However, if that doesn’t work, you might need to completely uninstall it and reinstall a fresh copy.
Reset the Microsoft Store
To reset the Microsoft Store, you can use the Windows PowerShell. Open the PowerShell as an administrator. Execute the following command to reset the Microsoft Store: Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “(_.InstallLocation)\AppXManifest.xml”}
. This command will reset the Microsoft Store to its default settings, potentially fixing any underlying issues.
Uninstall the Microsoft Store
If resetting doesn’t work, you can try uninstalling the Microsoft Store. Please note that this step should be approached with caution, as it might impact other Windows features. To uninstall the Microsoft Store, follow these steps:
- Open the PowerShell as an administrator.
- Execute the following command:
Get-AppxPackage -AllUsers *WindowsStore* | Remove-AppxPackage
. This command will remove the Microsoft Store from your system. - After uninstalling, restart your device to ensure all changes take effect.
Step 3: Reinstall the Microsoft Store
Once you have uninstalled the Microsoft Store, it’s time to reinstall it. Microsoft provides an official tool called the Windows App Installer to facilitate the reinstallation process. Follow these steps to reinstall the Microsoft Store:
- Navigate to the Microsoft Store website and download the Windows App Installer tool.
- Locate the downloaded file, usually named
AppInstaller.exe
, and double-click to run it. - The tool will scan your system and automatically reinstall the Microsoft Store. Follow the on-screen instructions to complete the installation process.
- After the reinstallation is finished, restart your device to ensure the Microsoft Store is fully functional.
Troubleshooting and Tips
Reinstalling the Microsoft Store should resolve most issues related to its functionality. However, if you encounter any problems during or after the reinstallation process, here are some additional tips and troubleshooting steps:
Check Windows Version Compatibility
Ensure that your Windows version is compatible with the Microsoft Store. Some older Windows versions might not support the latest Microsoft Store version. Check the Microsoft documentation for compatibility information.
Run Windows Store Apps Troubleshooter
Windows provides a built-in troubleshooter specifically for Windows Store apps. You can run this troubleshooter to automatically detect and fix any issues with the Microsoft Store. Navigate to the Settings app, click on Update & Security, and select Troubleshoot. Under Find and fix other problems, select Windows Store Apps and run the troubleshooter.
Reset Windows App Data
If the Microsoft Store still shows errors or doesn’t function properly, resetting the Windows app data might help. This process will remove any corrupted or outdated app data. Follow these steps:
- Open the PowerShell as an administrator.
- Execute the following command:
Get-AppXPackage -AllUsers -Name Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml" -Verbose}
. This command will reset the app data for the Microsoft Store. - Restart your device to apply the changes.
Conclusion

Reinstalling the Microsoft Store is a straightforward process that can be accomplished in just a few steps. By following the guide provided in this article, you should be able to restore the Microsoft Store’s functionality and access all your favorite apps and services without any issues. Remember to always keep your Windows system updated and optimized to prevent potential problems with the Microsoft Store.
FAQ
Can I reinstall the Microsoft Store without losing my installed apps and data?
+
Yes, when you reinstall the Microsoft Store, your installed apps and their data should remain intact. The reinstallation process only affects the Microsoft Store itself and does not touch your installed applications.
What if I encounter errors during the reinstallation process?
+
If you face errors while reinstalling the Microsoft Store, try restarting your device and then attempt the reinstallation again. Additionally, ensure that you have followed the steps accurately and that your Windows system is up-to-date.
Is it necessary to uninstall the Microsoft Store before reinstalling it?
+
Uninstalling the Microsoft Store is an optional step. If resetting the store doesn’t resolve the issue, you can try uninstalling it and then reinstalling a fresh copy. However, resetting should be the first troubleshooting step.
Can I manually download and install the Microsoft Store if the automatic reinstallation fails?
+
Yes, if the automatic reinstallation process fails, you can manually download the Microsoft Store installer from the Microsoft website. Look for the Windows App Installer tool and follow the installation instructions provided.