When the Microsoft Store won’t download apps, it can stop you from installing everything from productivity software to games and system utilities. Sometimes downloads remain stuck on Pending, freeze at a certain percentage, or fail with an error code. In other cases, the Install button does nothing at all.
The good news is that most Microsoft Store download problems have a specific cause. It could be a corrupted Store cache, Windows Update services that aren’t running properly, network issues, damaged system files, or a problem with your Microsoft account.
This guide walks through the fixes in the order that makes the most sense. Start with the simpler solutions before moving on to the more advanced ones. In many cases, one of the first few methods is enough to get downloads working again.
Why Microsoft Store Stops Downloading Apps

The Microsoft Store depends on several Windows components working together. If any of them fail, downloads may stop completely.
Common causes include:
- Corrupted Microsoft Store cache
- Poor or unstable internet connection
- Insufficient storage space
- Incorrect system date and time
- Windows Update service problems
- Damaged system files
- Problems with your Microsoft account
- VPN or proxy interference
- Antivirus or firewall conflicts
- Bugs introduced by outdated Windows builds
Understanding the cause helps you choose the right fix instead of trying random solutions.
Check Your Internet Connection First
The Store needs a stable connection throughout the download process.
Before changing Windows settings:
- Open a website in your browser.
- Try streaming a video.
- Pause any large downloads running in other applications.
- Restart your router if the connection seems unstable.
If you’re using Wi-Fi, moving closer to the router or temporarily switching to Ethernet can eliminate connection drops that interrupt Store downloads.
Restart the Microsoft Store
Sometimes the Store application itself simply becomes unresponsive.
- Close Microsoft Store completely.
- Press Ctrl + Shift + Esc to open Task Manager.
- End any Microsoft Store processes.
- Launch the Store again.
Now try downloading the app again.
Restart Your Computer
A restart clears temporary glitches affecting Windows services.
This is especially helpful after:
- Windows Updates
- Driver installations
- Store updates
- Network changes
Although simple, restarting resolves many temporary Store problems because it reloads all required background services.
Make Sure You’re Signed In to the Correct Microsoft Account
If your Microsoft account authentication fails, downloads may never begin.
To verify:
- Open Microsoft Store.
- Click your profile icon.
- Confirm you’re signed in.
- If necessary, sign out.
- Sign back in with the correct account.
If you’ve purchased paid apps before, ensure you’re using the same account that owns the licenses.
Check Available Storage Space
Apps cannot download if Windows doesn’t have enough free storage.
To check storage:
- Open Settings.
- Go to System > Storage.
- Review available disk space.
If storage is running low:
- Delete temporary files.
- Empty the Recycle Bin.
- Uninstall unused applications.
- Move large files to another drive.
Keeping several gigabytes of free space helps Windows install applications without interruption.
Verify Date, Time, and Region Settings
Incorrect system time can prevent Microsoft services from authenticating correctly.
To fix it:
- Open Settings.
- Select Time & Language.
- Open Date & Time.
- Enable:
- Set time automatically
- Set time zone automatically
Also verify your region:
Settings > Time & Language > Language & Region
Choose the correct country or region.
Run the Windows Store Apps Troubleshooter
Windows includes a troubleshooter designed specifically for Store-related problems.
Depending on your Windows version:
- Open Settings.
- Navigate to System > Troubleshoot.
- Open Other troubleshooters.
- Run Windows Store Apps if available.
Some newer Windows 11 versions have removed certain built-in troubleshooters. If you don’t see it, continue with the remaining fixes.
Clear the Microsoft Store Cache
A corrupted Store cache is one of the most common reasons downloads fail.
Windows includes a utility called WSReset.
To use it:
- Press Windows + R.
- Type:
wsreset.exe
- Press Enter.
- Wait for the blank Command Prompt window to close automatically.
- Microsoft Store should reopen.
This process clears cached Store data without deleting installed apps.
Repair the Microsoft Store App
Windows allows you to repair applications without removing their data.
To repair Microsoft Store:
- Open Settings.
- Go to Apps > Installed apps.
- Locate Microsoft Store.
- Open Advanced options.
- Select Repair.
Once completed, restart the Store and test downloads again.
Reset Microsoft Store
If repairing doesn’t work, resetting restores the Store to its default state.
- Open:
Settings > Apps > Installed apps
- Select Microsoft Store.
- Choose Advanced options.
- Click Reset.
Keep in mind:
- You’ll need to sign in again.
- App settings may be cleared.
- Installed apps remain on your computer.
Check Windows Update
The Microsoft Store relies on several Windows components that receive updates through Windows Update.
To check for updates:
- Open Settings.
- Select Windows Update.
- Click Check for updates.
- Install all available updates.
- Restart your PC.
Older Windows builds occasionally contain Store bugs that have already been fixed in newer updates.
Restart Required Windows Services
Several background services are necessary for Store downloads.
Press Windows + R, type:
services.msc
Check that these services are running:
- Windows Update
- Background Intelligent Transfer Service (BITS)
- Microsoft Store Install Service
- Delivery Optimization
If one is stopped:
- Double-click the service.
- Set Startup Type to Automatic if appropriate.
- Click Start.
- Apply the changes.
These services handle downloading, licensing, and installing Store applications.
Disable VPN or Proxy Connections
VPNs and proxy servers occasionally interfere with Microsoft Store servers.
Temporarily disconnect:
- VPN software
- Corporate VPN
- Proxy settings
To disable Windows proxy:
- Open Settings.
- Go to Network & Internet > Proxy.
- Turn off manual proxy settings if enabled.
After testing the Store, you can re-enable your VPN if downloads work normally.
Temporarily Disable Third-Party Antivirus
Security software can sometimes block Store downloads by mistakenly identifying them as suspicious.
Temporarily disable:
- Third-party antivirus
- Internet security suites
- Firewall software provided by security vendors
Do not disable Microsoft Defender permanently.
If downloads begin working, add Microsoft Store as an exception before turning your antivirus back on.
Run System File Checker
Damaged Windows system files can prevent Microsoft Store from functioning correctly.
Open Command Prompt as Administrator and run:
sfc /scannow
Allow the scan to complete.
If Windows repairs corrupted files, restart your computer before testing the Store again.
Run DISM to Repair Windows Image Files
If SFC cannot repair everything, use DISM.
Open Command Prompt as Administrator and run:
DISM /Online /Cleanup-Image /RestoreHealth
This process may take several minutes.
After completion:
- Restart the computer.
- Run sfc /scannow again.
This combination repairs many underlying Windows issues affecting Microsoft Store.
Re-register Microsoft Store
If Store components become improperly registered, PowerShell can reinstall their registration without reinstalling Windows.
Open Windows PowerShell (Administrator) and run:
Get-AppxPackage -AllUsers Microsoft.WindowsStore | Foreach {
Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)AppXManifest.xml"
}
Wait for the command to finish.
Restart Windows afterward.
Create a New Windows User Account
Sometimes the problem is limited to your user profile.
Create another account:
- Open Settings.
- Navigate to Accounts.
- Select Other users.
- Add a new local or Microsoft account.
- Sign into the new account.
- Open Microsoft Store.
If downloads work there, your original profile may have become corrupted.
Check for Error Codes
Microsoft Store often displays an error code that identifies the problem more precisely.
Examples include:
| Error Code | Possible Cause |
|---|---|
| 0x80072EE7 | DNS or network issue |
| 0x80070005 | Permission problem |
| 0x80073CF9 | Installation failure |
| 0x80070422 | Windows Update service disabled |
| 0x803F8001 | Licensing or account issue |
The exact solution depends on the code shown.
Common Mistakes That Keep the Problem from Going Away
Many users unintentionally make troubleshooting harder.
Avoid these mistakes:
- Resetting Windows before trying simpler fixes
- Using registry cleaners
- Force-closing Windows Update services during downloads
- Installing unofficial Store replacement packages
- Leaving Windows updates unfinished
- Running multiple repair utilities simultaneously
Following one troubleshooting method at a time makes it easier to identify what actually solved the problem.
When the Problem Is Limited to One App
Sometimes the Microsoft Store itself works normally, but one application refuses to download.
In that case:
- Check whether the app is available in your region.
- Verify your Windows version meets the app’s requirements.
- Ensure the app supports your processor architecture (x64, ARM, or x86 where applicable).
- Remove any failed installation attempts from your Library and try again.
- Look for updates to the app if it previously installed successfully.
If other apps download without issue, the problem is usually specific to that application’s compatibility or availability rather than the Store itself.
If Nothing Works
If you’ve tried every solution and the Microsoft Store still won’t download apps, the issue may involve deeper Windows corruption or enterprise policies restricting the Store.
At this stage, you can try:
- Performing an in-place Windows repair installation, which reinstalls Windows while keeping your files and installed applications.
- Checking whether Group Policy or organizational management settings have disabled Microsoft Store features, especially on work or school devices.
- Using System Restore if the problem began after a recent software installation or update.
- Resetting Windows as a last resort, after backing up important files.
These options require more time than the earlier fixes, but they can resolve issues that simpler troubleshooting cannot.
Final Thoughts
Most cases where the Microsoft Store is not downloading apps come down to a corrupted Store cache, Windows Update service problems, damaged system files, or account-related issues.
Working through the fixes in order, from checking your connection and clearing the Store cache to repairing Windows with SFC and DISM, usually restores normal download functionality without requiring a full Windows reset.
If the issue persists after completing every step, pay close attention to any error code the Store displays. Those codes often point directly to the underlying cause and can save you from unnecessary troubleshooting.
Related Articles
- Windows 11 Taskbar Not Responding After Startup: How to Fix It
- Fix Laptop Webcam Showing Black Screen in Zoom
- How to Fix High Disk Usage Caused by Windows Search
- How to Fix Laptop Touchpad Scrolling Not Working After Windows Update
If you think there’s been a mistake here, please do let us know by commenting on this post or Contact Us. And a member of our Content Integrity Team will review this decision with you.
