Fixing Problems with the Microsoft Store
The Microsoft Store is used to download applications. It may sometimes stop working correctly; this article covers the process of repairing and, if necessary, reinstalling it.
Method 1: Clearing the Microsoft Store cache
There are two ways to clear the Microsoft Store cache.
Clearing the Microsoft Store cache in Settings
Open the Settings app. You can do this by searching for it in the Start menu, pressing Win + I, or clicking the Settings button found above the Power button in Start.
Click Apps.
Find Microsoft Store, click it, and click Advanced options.
Note
If you don't see Microsoft Store here, you will have to reinstall it completely. Skip to Method 2.
Scroll down and click the Reset button. Then wait for a check mark to appear. Once you see the check mark, you're done; if the Microsoft Store still doesn't work, try the next option below.
Clearing the Microsoft Store cache with wsreset
Note
The wsreset
function is outdated and may not function correctly in the latest versions of Windows 10 or Windows 11. If you try wsreset
and it does not work, consider reinstalling the Microsoft Store.
Open the Run dialog. You can do this by searching for it in the Start menu, or by pressing Win + R.
Type
wsreset.exe
, then press Enter or click OK.A black Command Prompt window will appear briefly; once it closes, restart your PC and the Microsoft Store might work again. If it still doesn't work, try Method 2 below.
Method 2: Reinstalling the Microsoft Store
Run PowerShell as administrator by either right-clicking the Start button or pressing Win + X and clicking "PowerShell (Admin)". You can also use Search; if using Search, make sure to right-click Windows PowerShell and select Run as Administrator. You may be shown a User Account Control prompt ("Do you want to allow this program to make changes to your device?"); click Yes or enter an administrator's username and password to continue.
Once PowerShell is open, it should look like the image below:
Type or paste
Get-AppxPackage *windowsstore* | Remove-AppxPackage
and press Enter.Note
This command will completely remove the Microsoft Store from your PC. The command in the next step will reinstall it.
After the last command finishes, type or paste
Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
and press Enter.After completing these steps, PowerShell should look like the image below. If it looks different or displays any errors, make sure you typed the commands correctly.
If PowerShell looks like the image above, restart your PC to ensure any changes are applied, then try opening the Microsoft Store again. If you are still having issues, try repairing Windows.