If your Microsoft Store is stuck on "checking dependencies" or "queued" and you are unable to download or update apps, here are some troubleshooting steps you can try:
- Check the Microsoft Store Install Service:
- Press
Windows Key + Sand type inservices.msc. - Find the Microsoft Store Install Service and double-click it. If the status is running, right-click it and select Restart. If it's disabled, change it to Automatic, click Start, and then click OK.
- Press
- Reset Microsoft Store Settings:
- Go to
Settings > Apps > Installed apps. - Find Microsoft Store, click on the three dots next to it, and select Advanced options. Then choose Reset.
- Go to
- Re-register Microsoft Store:
- Open PowerShell as an administrator and run the following command:
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"} - Wait for it to finish and restart your PC.
- Open PowerShell as an administrator and run the following command:
- Check for Windows Updates: Make sure your Windows is fully updated, as updates can sometimes resolve issues with the Microsoft Store.
- Check your Internet Connection: Ensure that your Internet connection is stable and not being restricted by a VPN or firewall.
If these steps do not resolve the issue, consider checking if there are any policies or configurations that might be blocking the Microsoft Store from functioning properly.
References: