How to Fix Microsoft Store Not Downloading Apps

How to Fix Microsoft Store Not Downloading Apps
How to Fix Microsoft Store Not Downloading Apps

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

How to Fix Microsoft Store Not Downloading Apps
How to Fix Microsoft Store Not 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:

  1. Open a website in your browser.
  2. Try streaming a video.
  3. Pause any large downloads running in other applications.
  4. 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.

  1. Close Microsoft Store completely.
  2. Press Ctrl + Shift + Esc to open Task Manager.
  3. End any Microsoft Store processes.
  4. 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:

  1. Open Microsoft Store.
  2. Click your profile icon.
  3. Confirm you’re signed in.
  4. If necessary, sign out.
  5. 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:

  1. Open Settings.
  2. Go to System > Storage.
  3. 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:

  1. Open Settings.
  2. Select Time & Language.
  3. Open Date & Time.
  4. 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:

  1. Open Settings.
  2. Navigate to System > Troubleshoot.
  3. Open Other troubleshooters.
  4. 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:

  1. Press Windows + R.
  2. Type:
wsreset.exe
  1. Press Enter.
  2. Wait for the blank Command Prompt window to close automatically.
  3. 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:

  1. Open Settings.
  2. Go to Apps > Installed apps.
  3. Locate Microsoft Store.
  4. Open Advanced options.
  5. 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.

  1. Open:

Settings > Apps > Installed apps

  1. Select Microsoft Store.
  2. Choose Advanced options.
  3. 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:

  1. Open Settings.
  2. Select Windows Update.
  3. Click Check for updates.
  4. Install all available updates.
  5. 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:

  1. Double-click the service.
  2. Set Startup Type to Automatic if appropriate.
  3. Click Start.
  4. 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:

  1. Open Settings.
  2. Go to Network & Internet > Proxy.
  3. 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:

  1. Restart the computer.
  2. 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:

  1. Open Settings.
  2. Navigate to Accounts.
  3. Select Other users.
  4. Add a new local or Microsoft account.
  5. Sign into the new account.
  6. 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


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.

You Might Also Like:

Muili Muhammed

Muili Muhammed Kolawole is the founder and editor of DeepHacks.ng, where he publishes practical technology tutorials, troubleshooting guides, and software recommendations. His mission is to help readers understand technology through clear, accurate, and easy-to-follow content covering Windows, Android, iPhone, MacBook, software, and everyday tech solutions.

Leave a Reply

Your email address will not be published. Required fields are marked *