How to Fix Microsoft Store Stuck on Updating?
When the Microsoft Store gets stuck while updating, it prevents users from installing or updating any apps. This issue often occurs due to a large cache buildup or an internal error in the store.
Fortunately, this problem can usually be resolved by clearing the cache and resetting the store’s configuration. If these steps don’t work, reinstalling the Microsoft Store is another effective solution. Below, we’ll walk you through these and other troubleshooting methods step by step.
1. Run the Windows Store App Troubleshooter
The Windows Store App Troubleshooter is a built-in tool that automatically detects and fixes issues with the Microsoft Store. Running it often resolves the problem, allowing the store to update properly again.
- Click Start > Settings.
- Select Update & Security.
- Click on Troubleshoot and select Additional troubleshooters.
- Select Windows Store apps.
- Run the troubleshooter.
- Once the scan is complete, try updating the store again.
2. Reset the Microsoft Store Cache
A large cache buildup can slow down the Microsoft Store and prevent it from updating properly. Clearing the cache improves the store’s performance and often resolves the issue.
- Press Win + R to open the Run dialog box.
- Type wsreset.exe and press Enter.
A command prompt window will appear and close automatically after a few seconds. The Microsoft Store will then reopen, and you can try updating it again.
3. Reset the Microsoft Store to Default Settings
Resetting the Microsoft Store to its default settings can resolve many issues, including update problems. Sometimes, turning off the “Automatic updates” setting can interfere with the store’s functionality. Resetting the settings ensures everything is back to normal.
- Go to Settings > Apps.
- Find and click on Microsoft Store.
- Click on Advanced options.
- Click on Reset to restore the store to its default settings.
- Try updating the store again.
4. Restart or Enable the Microsoft Store Install Service
If the Microsoft Store Install Service is disabled or not running, it can prevent the store from updating. Ensuring the service is enabled and restarting it can resolve the issue.
- Press the Windows key.
- Type services.msc and press Enter.
- Look for the Microsoft Store Install Service.
- Double-click on the service to check its status.
- If it is Running, click Restart.
- If it is Disabled, select Automatic in the Startup type dropdown, and then click Start.
- Click Apply and OK.
5. Reinstall the Microsoft Store
If none of the above methods work, reinstalling the Microsoft Store is your final option. This process removes and reinstalls the store, which can resolve persistent issues.
- Press Win + X.
- Run Windows PowerShell as Administrator.
- Paste the following command:
get-appxpackage *WindowsStore* | remove-appxpackage
- Press Enter.
Once uninstalled, follow these steps to reinstall it:
- Press Win + X.
- Run Windows PowerShell as Administrator again.
- Paste the following command:
Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
- Once the installation is complete, launch the Microsoft Store and try updating it again.
If the issue persists, you can contact Microsoft Support for further assistance. There may be an issue specific to your system, and their team can help you resolve it.