How to Fix Microsoft Store Download Failures
Resolve stalled downloads and installation errors in the Microsoft Store on Windows 10 and 11 with these precise troubleshooting steps.
- Reset the Microsoft Store cache. Press the Windows key + R to open the Run dialog. Type wsreset.exe and press Enter. A blank Command Prompt window will appear; wait for it to close automatically, which indicates the cache has been cleared and the Store will launch.
- Verify the Windows Update service. Press the Windows key, type 'Services', and press Enter. Locate 'Windows Update' in the list, right-click it, and select Restart. Ensure the 'Startup type' is set to Automatic to prevent background connection errors.
- Run the Windows Store Apps troubleshooter. Navigate to Settings > System > Troubleshoot > Other troubleshooters. Locate 'Windows Store Apps' and click the Run button. Follow the on-screen prompts to allow Windows to detect and repair platform-specific sync issues.
- Repair the Microsoft Store package. Open Settings and select Apps > Installed apps. Search for 'Microsoft Store' in the list. Click the three-dot icon, select Advanced options, then click the Repair button. If the issue persists, select Reset to revert the app to its default state.
- Re-register the Store via PowerShell. Right-click the Start button and select Terminal (Admin). Paste the following command: Get-AppXPackage *Microsoft.WindowsStore* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}. Press Enter and restart your computer.