How to Install Microsoft Store on Windows 10
The Microsoft Store is the hub for downloading apps, games, movies, and other media on Windows 10. If for some reason it is not installed or needs to be reinstalled, there are a few simple steps to get it back. In this article, we’ll walk you through how to install Microsoft Store on Windows 10.
Step 1: Check if Microsoft Store is Disabled
Before proceeding with installation, first check if Microsoft Store has been accidentally disabled in the system settings. To do this:
- Open Settings (you can press Win + I).
- Go to Apps — Programs and Features.
- Look for Microsoft Store in the list of installed programs and make sure it is not disabled.
Step 2: Restore Microsoft Store via PowerShell
If Store is not working or is missing, you can try restoring it using PowerShell. To do this:
- Press Win + X and select Windows PowerShell (Admin).
- In the PowerShell window, type the following command:
Get-AppxPackage -allusers *Microsoft.Store* | Remove-AppxPackage
and press Enter. This will remove the store if it's installed. - Next, type this command:
Get-AppxPackage -allusers Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
and press Enter. This will restore the Microsoft Store.
Step 3: Download and Install from the Official Website
If the second method didn’t work, you can download Microsoft Store from the official website or other trusted sources:
- Go to the Microsoft website and find the page for Microsoft Store for Windows 10.
- Download the installation file and follow the on-screen instructions.
Step 4: Check for Windows Updates
Issues with the Microsoft Store are sometimes related to outdated versions of Windows. In such cases, it’s a good idea to check for system updates:
- Open Settings (Win + I) and go to Update & Security.
- Click on Check for Updates and install any available updates.
Step 5: Use Third-Party Tools
If the standard methods haven’t worked, you can use third-party tools like WSReset, a utility for resetting Microsoft Store. To do this:
- Open the Start Menu and type wsreset in the search bar.
- Press Enter, and the tool will automatically reset the Microsoft Store.