How to fix and reset the Microsoft Store when apps won't download or update on Windows 10/11
Summary
This guide helps you troubleshoot and resolve: How to fix and reset the Microsoft Store when apps won't download or update on Windows 10/11. Follow the steps below to fix the issue.
Common Causes
When the Microsoft Store refuses to download, install, or update apps on Windows 10 or 11, the cause is usually a corrupted cache, a misregistered Store component, or a temporary service glitch. The good news is that most of these issues can be resolved without reinstalling Windows. This guide walks you through the fixes in order, starting with the quickest and least invasive options.
Before You Begin
Before diving into the troubleshooting steps, make sure your computer meets these basic requirements:
- You are signed in to Windows with an account that has administrator privileges.
- Your device is connected to the internet and network connectivity is working.
- Your copy of Windows is up to date. See How to update Windows if you need help checking.
- The date and time on your device are set correctly, as an incorrect clock can prevent Store authentication.
Quick Fix Steps
If you are in a hurry, try these steps first. They resolve the majority of Microsoft Store issues.
- Restart your computer and try the download again.
- Sign out of the Microsoft Store and sign back in.
- Run the built-in Store Apps troubleshooter.
- Reset the Microsoft Store cache using
wsreset. - Repair or reset the Microsoft Store app from Windows Settings.
Detailed Instructions
Sign Out and Sign Back In to the Microsoft Store
- Open the Microsoft Store.
- Click your profile icon in the top-right corner.
- Select Sign out.
- Close the Store, wait 30 seconds, then reopen it.
- Click your profile icon again and select Sign in.
- Enter your Microsoft account credentials and try downloading the app again.
Run the Windows Store Apps Troubleshooter
- Press
Win + Ito open Settings. - Navigate to System > Troubleshoot > Other troubleshooters.
- Locate Windows Store Apps in the list.
- Click Run and follow the on-screen prompts.
- Restart your computer when finished.
Reset the Microsoft Store Cache with WSReset
The wsreset command clears the local cache that the Store uses to display apps and manage downloads. This is the single most effective fix for stuck downloads and update errors.
- Press
Win + Rto open the Run dialog. - Type
wsreset.exeand press Enter. - A blank Command Prompt window will appear briefly. Do not close it.
- When the process finishes, the Microsoft Store will open automatically.
- Try downloading or updating your app again.
Repair or Reset the Microsoft Store App
Windows includes built-in repair options for Store-related apps. Use repair first, as it preserves your data; reset only if repair does not work.
- Press
Win + Ito open Settings. - Go to Apps > Installed apps (Windows 11) or Apps > Apps & features (Windows 10).
- Scroll down and click the three dots next to Microsoft Store.
- Select Advanced options.
- Scroll down to the Reset section.
- Click Repair and wait for the process to complete.
- Try the Store again. If the issue persists, return here and click Reset.
Re-register the Microsoft Store Using PowerShell
If the Store app is missing or unresponsive, re-registering it can restore functionality.
- Click Start, type
PowerShell, and select Run as administrator. - Confirm the User Account Control prompt.
- Type the following command and press Enter:
Get-AppXPackage *Microsoft.WindowsStore* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"} - Wait for the command to finish. You may see some red text appear briefly; this is normal during re-registration.
- Restart your computer and test the Store.
Check That Required Services Are Running
Several Windows services must be running for the Microsoft Store to function correctly.
- Press
Win + R, typeservices.msc, and press Enter. - Locate each of the following services and confirm the Status column shows Running:
- Windows Update
- Background Intelligent Transfer Service (BITS)
- Cryptographic Services
- Application Identity
- If any service is stopped, right-click it and select Start.
- To set a service to start automatically, right-click it, choose Properties, and set Startup type to Automatic.
- Click OK and restart your computer.
Troubleshooting Persistent Issues
Clear the SoftwareDistribution Folder
If Windows Update is interfering with Store downloads, clearing the SoftwareDistribution folder can help.
- Open Command Prompt as an administrator.
- Run the following commands one at a time, pressing Enter after each:
net stop wuauserv net stop bits ren C:\Windows\SoftwareDistribution SoftwareDistribution.old net start wuauserv net start bits - Restart your computer and try the Store again.
Switch to a Different Network or DNS
Some internet service providers block or throttle Microsoft Store traffic. To rule this out:
- Try connecting from a different network, such as a mobile hotspot.
- Change your DNS settings to a public provider such as
1.1.1.1or8.8.8.8. - If you use a VPN, disconnect from it and try again.
Check for Conflicting Software
Third-party antivirus products, firewall tools, and proxy utilities can interfere with Store connections. Temporarily disable any non-Microsoft security software and test the Store. If the issue resolves, contact the software vendor for an updated version or whitelist.
Create a New Windows User Profile
A corrupted user profile can prevent the Store from working even when everything else is configured correctly.
- Open Settings > Accounts > Family & other users.
- Click Add account next to Other user.
- Follow the prompts to create a local or Microsoft account.
- Sign in to the new account and test the Microsoft Store.
If the Store works in the new profile, your original profile is likely corrupted. See Managing User Accounts in Windows 11 for guidance on repairing or migrating to a new profile.
Perform an In-Place Repair Install
If none of the above steps resolve the issue, an in-place repair install reinstalls Windows system files while keeping your apps, files, and settings intact. This is more thorough than a reset and is often the last resort before a full reinstall.
- Download the official Windows 10 or Windows 11 media creation tool from Microsoft.
- Use the tool to create a bootable USB or ISO file.
- Run the setup from within Windows and choose to keep personal files and apps.
- Follow the prompts to complete the repair install.
Still Having Issues?
💻 Open a Ticket