Share via

Microsoft Store: All downloads are either stuck on queued or fail mysteriously

tongieboi 0 Reputation points
2026-05-09T14:19:45.31+00:00

I've tried restarting. I've tried wsreset.exe . I've tried Disc Cleanup, I've tried Powershell. I've tried reregistering and I've tried repairing and the troubleshooter. Nothing has worked. It has been 17 hours since the issue first arose. My most recent attempt through the store page for Minecraft for Windows has prompted me to install gaming components. (I already had Xbox at this point) which succeeded before I faced the same issue with the actual game.

So far it has reached 541MB out of 1.79 GB and has only done so through repeated pause and starting the install. As I'm sure you'll agree, this is unacceptable.

Additonally to the game I have been trying to download, App Installer has failed to install with the following error: 0X80070001. In this case, the install reaches 100% before cutting out.

I am using Windows 10 Pro, Version 22H2 OS build 19045.7184.

Windows for home | Windows 10 | Microsoft Store
0 comments No comments

2 answers

Sort by: Most helpful
  1. Sin-D 9,930 Reputation points Microsoft External Staff Moderator
    2026-05-10T02:28:00.6266667+00:00

    Hi tongieboi,

    I understand how frustrating this is, especially after you’ve already tried most of the common fixes and the downloads are still stuck or failing. Have you already tried the Q&A Assist suggestions? In addition, please try the following:

    1, Check required services

    Make sure these services are running:

    1. Press Windows + R > type “services.msc”
    2. Locate and check:
      • “Background Intelligent Transfer Service” (BITS)
      • “Windows Update”
      • “Delivery Optimization”
    3. For each:
      • Status should be Running
      • Startup type > Automatic or Manual (Trigger Start)
    4. If not running > right‑click > Start

    2, Sign out and re‑sign into Microsoft Store

    This can fix stuck “Queued” states tied to account tokens:

    1. Open Microsoft Store
    2. Click your profile icon > “Sign out”
    3. Restart the PC
    4. Sign back in and test download again

    3, Test with a new local user profile

    This helps isolate profile corruption (very common with Store issues):

    1. Go to “Settings” > “Accounts” > “Family & other users”
    2. Select “Add someone else to this PC” > choose “I don’t have this person’s sign-in info” > local account
    3. Sign into the new account
    4. Open Store and try downloading the same app

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".    

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    Was this answer helpful?


  2. Q&A Assist
    2026-05-09T14:20:00.76+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    Follow these steps in order, testing Microsoft Store downloads after each major step:

    1. Reset Microsoft Store cache again
      1. Press Windows key + R.
      2. Type wsreset.exe and select OK.
      3. Wait for the blank Command Prompt window to close and Microsoft Store to reopen.
      4. Try the download again.
    2. Run the Windows Store Apps troubleshooter (Windows 10)
      1. Select Start > Settings > Update & Security > Troubleshoot.
      2. Select Windows Store apps > Run the troubleshooter.
      3. Apply any fixes it suggests and retry the download.
    3. Verify Microsoft Store is correctly registered for the user
      1. Open PowerShell as a normal (non‑admin) user.
      2. Run:
              Get-AppxPackage *Microsoft.WindowsStore*
        
      3. If no package is returned, open PowerShell as Administrator and run:
              Get-AppxPackage *Microsoft.WindowsStore* -AllUsers
        
        If the package exists, re‑register it for the user:
              Add-AppxPackage -RegisterByFamilyName -MainPackage Microsoft.WindowsStore_8wekyb3d8bbwe
        
      4. Reopen Microsoft Store and test downloads.
    4. Check that Microsoft Store is not blocked and that endpoints are reachable
      1. Confirm Microsoft Store opens without a policy message like “Microsoft Store is blocked”. If such a message appears, a policy such as RemoveWindowsStore is disabling it and must be changed by the administrator.
      2. Ensure firewall or proxy is not blocking required endpoints used by Microsoft Store and Windows Update. See the guidance under Verify that the required endpoints aren't blocked by the firewall or proxy and Manage connection endpoints for Windows 11 Enterprise / Windows Update proxy guidance in the referenced article, then test downloads again.
    5. Try installing via winget (Windows Package Manager)
      1. Open PowerShell.
      2. Search for the app:
              winget search "App Installer"
        
      3. Install it:
              winget install "App Installer"
        
      4. Repeat similarly for other Store apps (for example, Minecraft launcher if available) and see if installation succeeds this way.
    6. Reinstall apps from Microsoft Store library
      1. Open Microsoft Store.
      2. Select See more (three dots) > My Library.
      3. Locate App Installer, Minecraft for Windows, and other affected apps.
      4. Select Install for each and monitor whether they complete without getting stuck on “Queued” or failing at 100%.
    7. General Windows 10 Store‑app health checks
      1. Ensure Windows 10 is fully updated: Settings > Update & Security > Windows Update > Check for updates and install any available updates.
      2. Update Microsoft Store itself: open Store > See more > Downloads and updates > Get updates.
      3. If a specific app still misbehaves after it installs, use Settings > Apps > select the app > Advanced options to Repair or Reset it.

    If, after these steps, downloads remain stuck on “Queued” or fail with 0x80070001 at 100%, focus on firewall/proxy inspection and Store re‑registration (steps 3–4) and use winget as a workaround for installing critical apps.


    References:

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.