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.

  1. Click Start > Settings.
  2. Select Update & Security.Update and Security settings
  3. Click on Troubleshoot and select Additional troubleshooters.Additional troubleshooters
  4. Select Windows Store apps.
  5. Run the troubleshooter. Running the Windows Store Apps Troubleshooter
  6. 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.

  1. Press Win + R to open the Run dialog box.
  2. Type wsreset.exe and press Enter.

Running wsreset.exe command

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.

  1. Go to Settings > Apps.Windows apps settings
  2. Find and click on Microsoft Store.
  3. Click on Advanced options.Microsoft Store advanced options
  4. Click on Reset to restore the store to its default settings.Resetting the Microsoft Store
  5. 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.

  1. Press the Windows key.
  2. Type services.msc and press Enter.
  3. Look for the Microsoft Store Install Service.
  4. Double-click on the service to check its status.
  5. If it is Running, click Restart.Restart Microsoft Store Install Service
  6. If it is Disabled, select Automatic in the Startup type dropdown, and then click Start.Microsoft Store install service automatic startup
  7. 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.

  1. Press Win + X.
  2. Run Windows PowerShell as Administrator.Running Windows PowerShell as Administrator
  3. Paste the following command:
    get-appxpackage *WindowsStore* | remove-appxpackage

    Uninstalling Microsoft Store via PowerShell

  4. Press Enter.

Once uninstalled, follow these steps to reinstall it:

  1. Press Win + X.
  2. Run Windows PowerShell as Administrator again.
  3. Paste the following command:
    Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

    Installing Microsoft Store via PowerShell

  4. 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.

ABOUT THE AUTHOR

Abdullah Iqbal


Abdullah is a Google IT certified Help Desk Technician with extensive experience in providing technical support to system users. He has a proven track record of effectively resolving IT issues, and is adept at working with tools like Jira and ZenDesk to efficiently manage support tickets. Abdullah is committed to staying up-to-date with the latest technological advancements and constantly seeks to improve his skills and knowledge through professional development opportunities.