Troubleshooting download errors in the Microsoft Store: a practical and complete guide

Last update: 17/09/2025
Author Isaac
  • Most errors are resolved with cache, resolver, and SFC/DISM.
  • Re-registering the Store and using winget helps isolate the problem.
  • Proxy/VPN, DNS and policies can block downloads without it seeming so.

Troubleshooting download errors in the Microsoft Store

When the Microsoft Store refuses to download or update apps, it can be a real headache. The good news is that most errors can be solved with adjustments and commands simple, and you don't need to be an expert to put them into practice safely.

In this guide, you'll find an organized and comprehensive walkthrough of all the checks and fixes that work: from checking time and region, clearing cache and running troubleshooter, to re-registering the store, using SFC/DISM and adjusting the networkWe also include how to interpret typical errors and what to do in each case.

Quick Checklist

Before we get into the nitty-gritty, it's a good idea to follow a mini checklist to get our bearings. Mentally mark each point as you verify it.:

  • Confirm that Microsoft Store is installed and registered to your account.
  • Check that the store is open and that There are no policies or system settings that block it.
  • Consider using winget to install packages when the Store is giving you trouble, This is how you verify connectivity and permissions.
  • Make sure that the firewall or a proxy They are not cutting the necessary connection points for the store and updates.

Check the time, region, and that the store is open normally.

something as basic as A wrong date/time or region can break authentication and licensing from the Store. Go to Start > Settings > Time & Language. Set the time zone, turn on "Set time automatically," and Check Region and Language.

Then, try to open Microsoft Store from the search engine. Windows. If it doesn't start or closes with a crash message, an organization's policy may prevent this. The most common policy is RemoveWindowsStore, which prevents the app from opening, although, be careful, it does not block updates. apps already installed.

Update the Microsoft Store and its apps

Sometimes the problem is as simple as that The Store or its internal components need to be updated. Open the Microsoft Store, tap the three dots icon in the top right corner, go to "Downloads and updates" and choose "get updates".

If the button freezes or does not respond, wait a moment or restart the computer to release internal blockagesYou can also skip to the next section to clear your cache and relaunch your store with a clean slate.

Troubleshooter and cache cleaner

Windows includes a specific assistant for the Store that checks configurations and corrects common errors automatically. It is one of the first things that should be done. In Windows 10, go to Start > Settings > Update & Security > Troubleshoot > Additional troubleshooters > Windows Store apps and click Run.

En Windows 11 You will find the tool in System > Troubleshoot > Other Troubleshooters. Locate "Microsoft Store Apps", press Run and follow the steps that I suggest to you.

  How to change the wallpaper automatically based on the time of day in Windows

To clear the Store cache, open Run with Windows + R, type wsreset.exe and accept. You will see a blank window for a few seconds.; when closed, the store will reopen automatically with the cache refreshed.

Repair system files with SFC and DISM

If your system has corrupted files, the Store may silently fail. Run the Symbol of the system as administrator (search CMD, right click > Run as administrator) or open Windows PowerShell (admin) and launch these commands, one by one and confirming with Enter:

sfc /scannow
DISM /Online /Cleanup-Image /CheckHealth
DISM /Online /Cleanup-Image /ScanHealth
DISM /Online /Cleanup-Image /RestoreHealth

When they finish, Restart your computer for the changes to take effect. This combo is usually a godsend if there was corruption in components that touch the Store or Windows Update.

Check if the Microsoft Store is registered and register it again

It may happen that the store is not correctly registered in your user profile. Check it in PowerShell (normal window, no privileges) with:

Get-AppxPackage *Microsoft.WindowsStore*

If it returns package information, great; the app exists for your user. If you don't see anything, check if the package is in the system For other users with PowerShell (Administrator):

Get-AppxPackage *Microsoft.WindowsStore* -AllUsers

If you get package details, it means the content is there and you can register it again for your account with the following command:

Add-AppxPackage -RegisterByFamilyName -MainPackage Microsoft.WindowsStore_8wekyb3d8bbwe

In extreme cases, you can uninstall the store and reinstall it. Do it with caution, as it affects Store-dependent features. To uninstall (PowerShell as administrator):

Get-AppxPackage *WindowsStore* | Remove-AppxPackage

And to re-register the application to all users from his manifesto:

Get-AppXPackage -AllUsers -Name Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)AppXManifest.xml" -Verbose}

Install and test with winget

The Windows Package Manager (winget) is a great alternative to install apps when the Store fails. It is used to validate connectivity and permissions, and in many cases it allows you to get by while you fix up the tent.

Search for the desired app with:

winget search <Nombre de la app>

Install the application with:

winget install <Nombre de la app>

If winget installs without a problem, but the Store still doesn't download, The focus of the problem is in the store app itself or its registration and not in the network or base permissions.

Network and Security: Proxy, VPN, DNS, and Endpoints

A misconfigured proxy or a VPN aggressive actions can disrupt communication with Microsoft servers. Temporarily disable the VPN from Settings > Network & Internet > VPN and check that the Proxy section does not have “Use proxy server” activated if you don’t need it.

If you suspect name resolution, change your DNS. In Windows 11: Settings > Network & Internet > Your adapter's properties > DNS server assignment > Edit > Manual > Activate IPv4 and enter 1.1.1.1 (Cloudflare) or 8.8.8.8 / 8.8.4.4 (Google). In Windows 10: Settings > Network & Internet > Change adapter options > Properties of your connection > Internet Protocol version 4 (TCP / IPv4) > Properties and configure the preferred DNS.

  Enable experimental flags and source testing for new web APIs in Edge

Also, remember that Microsoft Store relies on Windows Update endpoints to install and update apps. If you manage the device, check that your firewall or proxy isn't blocking the required domains. In managed environments, also review any CSPs or GPOs that affect the Store.

Finally, a malware active can sabotage the store. Run a full scan (not a quick scan) with your antivirus. or with Windows Defender updated from Windows Update, and removes any detected threats.

Empty the Store's LocalCache folder

A full local cache can cause conflicts when downloading or updating. Open Run (Windows + R), type %localappdata% and hit Enter. Navigate to:

packages\Microsoft.WindowsStore_8wekyb3d8bbwe\LocalCache

Delete the contents of LocalCache with the store closed. Then open Microsoft Store and try again. to download or update.

Adjusting network profile permissions in the Registry (connection error)

If you receive a persistent connection error message when opening or using the Store, you can check registry permissions here. Only do it if you know what you're playing.. Open Run, type regedit and navigate to:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\Profiles

Right click on Profiles > Permissions > Advanced. Check the option to include child object entries, accept, and restart your PC. This may unlock strange states by identifying networks and associated permissions.

Resets Windows Update components

When Store app updates fail, the problem may be in Windows Update components. Microsoft offers a script to reset them. Download it (ZIP file), unzip it, and run the file ResetWUEng.cmd as administrator. Confirm with Y and choose option 2 to Reset Windows Update components. Restart when finished.

Keep Windows up to date (or roll back the last update if necessary)

Many issues disappear with a system update. Go to Settings > Update & Security > Windows Update and press Check for updates. Install any pending updates and check the store again.

If the problem appeared just after an updateConsider uninstalling the latest one. In Windows Update, go to "View update history" and uninstall the most recent one. Restart and test. It's rare, but sometimes a specific patch causes problems in certain configurations.

Other time-saving checks

Before burning any more cartridges, confirm that your internet connection is working by downloading something from your browser. If you can't either, the problem is not the Store, but your network. Close bandwidth-hogging applications (e.g., torrent clients) and try again.

  Tips to find out the IMEI range of an Android phone

It seems obvious, but don't underestimate it: restart the pc resolves intermediate states, service hangs, and stuck processes that prevent the Store from responding as it should.

Common Microsoft Store Errors and What They Mean

These codes help guide you as to what is going wrong. Here are the most common ones and how to act:

  • 0x80073d23- Corrupted app installation logs (sometimes linked to Game Pass). Check for app updates or clear the cache with wsreset.
  • 0 x 80080206: This is usually a connection issue with the Store. Check your network. disable proxy/VPN and clear cache.
  • "Give us a minute": The app is being used by the Store (e.g., it is being updated). Wait or restart; if it persists, uninstall and reinstall the app.
  • 0 x 80070141: : conflict with the app license. Reboot and retry to force license validation.
  • 0x8004e108: Generic error when downloading or updating. Try: logged in with your Microsoft account, connection OK, cache, resolver, and SFC/DISM if necessary.
  • 0x000001F7: when opening the Store. This is usually due to server crash, system failure, or malware. Check connection and service status, and run a scan.
  • 0x80D02017: Error downloading apps. Run the solver, disable IPv6 or VPN temporarily and check proxies.
  • 0 x 80070520: : login problem. The problem solver usually fixes it in seconds.
  • 0x800704cf: Apps do not connect to the Internet (DRM, etc.). Make sure you do not use proxy/VPN and that the connection is fine.
  • 0x801901f4: Linked to Microsoft account when downloading/updating. Solver and if it persists, run SFC/DISM.
  • 0x80073cf4: Move apps to another disk/partition without enough space. Free up space or choose another unit.
  • 0xc03f40c8: : Communication failure with Microsoft servers. Please confirm connection, reset the Store and use the solver.
  • "Get" or "Install" button not responding: This is usually the Store itself. It runs the solver, reset the store from Settings and/or use wsreset.exe.
  • The "Get" or "Install" button is not displayed: there may be age restriction (Microsoft Family Safety). Adjust the limits on the child's account so the app remains available.

If the store is blocked by policy

When a directive such as RemoveWindowsStore If the store is blocked, you'll see a message when you open it and won't be able to use the interface. In that case, ask your administrator to Review applied GPO/CSPAlthough this policy prevents the app from being opened, app updates from the Store are not necessarily blocked.

microsoft store
Related article:
Solution to the most common installation errors in the Microsoft Store