Whether you are trying to install a massive Xbox Game Pass title or just download a simple utility like WhatsApp, the Microsoft Store can occasionally be infuriatingly stubborn. You click "Get," the loading animation spins, and absolutely nothing happens. Or worse, the download crawls to 99% and abruptly fails with a cryptic error code.
In 2026, the Microsoft Store is deeply tied into the core of Windows 11's architecture. When it breaks, it is rarely just an app issue; it usually points to underlying problems with Windows Update, corrupted local cache, or misconfigured background services. If you are already utilizing our best free Windows 11 utilities to manage your PC, fixing the native Store is your next critical maintenance step.
This comprehensive guide covers the 14 most effective solutions to unfreeze your Microsoft Store downloads, ranging from basic account resets to advanced PowerShell commands.
Why Apps Won't Download from Microsoft Store
Before diving into the fixes, it helps to understand what causes the bottleneck. The most common culprits include:
- Microsoft Store cache corruption: Temporary files that the Store uses to track downloads become corrupted.
- Windows Update issues: The Store relies on the same background services as Windows Update. If one breaks, the other halts.
- Incorrect date and time settings: SSL security certificates fail if your system clock is out of sync with Microsoft's servers.
- Microsoft account synchronization problems: The digital license tied to your account cannot be verified.
Before You Start Troubleshooting
Do not jump straight into the command prompt. Start with these quick hardware and network checks:
- Restart your PC: The oldest trick in the book solves 50% of background service hangs.
- Check server status: Sometimes, the issue is on Microsoft's end. Check the Xbox Status or Windows service health pages for ongoing outages.
- Verify free disk space: If your C: drive is in the red, the Store cannot allocate space for the download. Need help? Follow our guide to clean up your storage safely (while this guide is for Android, the principle of keeping 15% free space applies to Windows SSDs too!).
14 Fixes for Microsoft Store Download Issues
Fix 1: Check Your Internet Connection
The Store requires a highly stable connection to verify DRM licenses before downloading. Disable any active VPNs, proxy servers, or strict custom firewalls temporarily. If you are on Wi-Fi, try plugging in an Ethernet cable to rule out packet loss.
Fix 2: Restart the Microsoft Store Process
Closing the window doesn't actually kill the app in Windows 11.
- Press Ctrl + Shift + Esc to open Task Manager.
- Find Microsoft Store in the list of processes.
- Right-click it and select End task.
- Reopen the Store and try your download again.
Fix 3: Run the Windows Store Apps Troubleshooter
Microsoft built a dedicated tool specifically for this issue. Go to Settings > System > Troubleshoot > Other troubleshooters. Scroll down to Windows Store Apps and click Run. Apply any fixes it recommends.
Fix 4: Clear Microsoft Store Cache (WSReset)
This is the most effective fix for downloads stuck on "Pending."
wsreset.exe
Press Win + R, type the command above, and hit Enter. A blank Command Prompt window will appear for about 10 seconds. When it closes, the Store will launch automatically with a fresh cache.
Fix 5: Sign Out and Sign Back In
If your Microsoft account session has timed out, the Store cannot verify your license. Open the Store, click your profile picture in the top right, select Sign out, and close the app. Reopen it and sign back in.
Fix 6: Check Date, Time, and Region Settings
Navigate to Settings > Time & language > Date & time. Ensure that Set time automatically is toggled ON. If your clock is off by even a few minutes, Microsoft's DRM servers will reject your connection.
Fix 7: Install Pending Windows Updates
The Store requires the latest Windows core frameworks to operate. Go to Settings > Windows Update and install everything, including optional driver updates. If your updates are stuck in a loop, check out our guide on fixing Windows update boot loops.
Fix 8: Repair or Reset Microsoft Store
Windows 11 allows you to repair UWP (Universal Windows Platform) apps without reinstalling them.
- Go to Settings > Apps > Installed apps.
- Scroll down to Microsoft Store, click the three dots, and select Advanced options.
- Click Repair. If that doesn't work, go back and click Reset (this will delete app data, but not your purchased apps).
Fix 9: Restart Windows Update Services
The Store shares services with Windows Update. If these services crash, downloads halt.
- Press Win + R, type
services.msc, and hit Enter. - Locate Windows Update. Right-click it and select Restart.
- Do the exact same thing for Background Intelligent Transfer Service (BITS).
Power User Tip:
If you frequently experience background service issues, learning how to optimize Windows 11 background processes can permanently resolve these conflicts.
Fix 10: Check Available Storage
Windows is notoriously bad at telling you why a download failed. Often, it is simply because you do not have enough space. Go to Settings > System > Storage and use the "Cleanup recommendations" tool to clear out old temporary files.
Fix 11: Re-register Microsoft Store via PowerShell
If the Store's core registry keys are damaged, you can force Windows to reinstall the entire package silently.
Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Right-click the Start button, select Terminal (Admin) or PowerShell (Admin), paste the command above, and hit Enter. Restart your PC afterward.
Fix 12: Repair Corrupted System Files (SFC & DISM)
If Windows itself is damaged, the Store will not function. Open Terminal (Admin) and run these two commands one after the other, allowing each to finish 100%:
sfc /scannowDISM /Online /Cleanup-Image /RestoreHealth
Fix 13: Disable Antivirus Temporarily
Aggressive third-party antivirus suites can flag Microsoft Store downloads as false positives and silently block the traffic. Pause your firewall or real-time protection for 10 minutes and attempt the download. Remember to turn it back on immediately after!
Fix 14: Create a New Windows User Account
If absolutely none of the above works, your local Windows user profile is corrupted. Go to Settings > Accounts > Other users and create a new local administrator account. Log into it, open the Store, and try downloading an app. If it works, you will need to migrate your files to the new profile.
Common Microsoft Store Error Codes
If your download fails with a specific hex code, here is what Windows is trying to tell you:
| Error Code | What it Means | Best Fix |
|---|---|---|
| 0x80073CF9 | App install directory is missing or corrupted. | SFC/DISM Scan (Fix 12) |
| 0x80070005 | Access Denied. Folder permission issues. | Reset the Store (Fix 8) |
| 0x80072EE7 | Network failure or DNS resolution issue. | Check VPNs/DNS (Fix 1) |
| 0x803F8001 | App is not available in your region or account. | Check Region Settings (Fix 6) |
| 0x80070422 | Windows Firewall is disabled. | Enable Windows Firewall in Services. |
Frequently Asked Questions
Why is Microsoft Store stuck on "Pending"?
This usually happens when the Store cache is full or when Windows Update is actively downloading something else in the background. Running the `wsreset` command almost always clears the pending queue.
Does WSReset delete installed apps?
No. `wsreset.exe` only clears the temporary cache files the Store uses to track downloads. It does not delete any of your installed applications, games, or account settings.
Is Microsoft Store required for Windows apps?
While the Store is the safest way to download UWP apps, it is not the only way. For advanced users who prefer not to use the Store, checking out a safer way to install Windows apps using Package Managers like Winget is highly recommended.
Final Thoughts
Microsoft Store download issues are incredibly common, but they are rarely fatal to your operating system. They almost always stem from a simple cache bottleneck, a misconfigured clock, or a paused Windows Update service.
By starting with the simplest solutions—like running `wsreset` and ensuring your Windows clock is synced—before moving on to advanced PowerShell reinstalls, you can usually restore full download functionality in just a few minutes.
.webp)