Why Microsoft Store Cancels Pending Downloads on Restart
🔍 WiseChecker

Why Microsoft Store Cancels Pending Downloads on Restart

Quick fix: Microsoft Store cancels in-progress downloads on shutdown by design — downloads don’t persist across reboots. To resume: open Store → Library → click Get updates → the canceled downloads restart from scratch. For large downloads, keep PC on until complete; use winget for resumable installs.

You start a Microsoft Store download (large game or app). It’s 60% done when you shut down for the night. Next morning: download isn’t there, must restart from 0%. Store doesn’t support resume across reboots. Workarounds: use winget, or schedule downloads when PC stays on.

Symptom: Microsoft Store cancels in-progress downloads when PC restarts; downloads don’t resume.
Affects: Windows 11 (and Windows 10) Microsoft Store.
Fix time: ~5 minutes for workarounds.

ADVERTISEMENT

What causes this

Microsoft Store uses Delivery Optimization for downloads. By design, DO doesn’t persist incomplete downloads across PC restarts — checksum validation and reliability concerns. winget (Microsoft’s newer package manager) handles downloads differently and can be more resilient.

Method 1: Use winget for resumable installs

The right path for large downloads.

  1. Open Terminal.
  2. Find the app in winget’s Store source:
    winget search --source msstore "App Name"
  3. Install via winget:
    winget install --id 9NBLGGH4NNS1 --source msstore

    Replace ID with actual.

  4. winget shows progress. If interrupted (Ctrl+C or shutdown): re-run the same command. winget often resumes from where it left off.
  5. For very large games via Xbox Game Pass: use Xbox app on Windows (not Microsoft Store). Xbox app handles game downloads better, including resume.
  6. For Microsoft 365 Office: use the Microsoft 365 installer directly from office.com. More reliable than Store version.

winget is the modern replacement for Store CLI; better for large downloads.

ADVERTISEMENT

Method 2: Schedule downloads when PC stays on

For Microsoft Store-only apps.

  1. Plan download time when PC will remain on for the duration. Estimate: app size × (1 / your download speed in MB/s) = minutes.
  2. For PCs that sleep automatically: Settings → System → Power & battery → Screen and sleep. Set Sleep to Never during the planned download window.
  3. Disable Windows Update during download to avoid update install rebooting PC mid-download.
  4. For Bluetooth/Wi-Fi reliability: connect via Ethernet if possible. Wi-Fi drops can pause Store downloads (Store sometimes can’t resume after pause; treats as cancellation).
  5. For overnight downloads: ensure PC is plugged in (laptops). Disable Battery Saver: Settings → System → Power & battery → Battery saver → auto-trigger at: Never.
  6. For Microsoft Store specifically: Store closes if PC enters Modern Standby. Use traditional Sleep instead (if BIOS allows).

This is the workaround for Store’s lack of resume.

Method 3: Verify Delivery Optimization settings allow large downloads

For PCs that throttle Store downloads.

  1. Open Settings → Windows Update → Advanced options → Delivery Optimization.
  2. Toggle on Allow downloads from other PCs (peer-to-peer can speed downloads).
  3. Pick: PCs on my local network only for safety, or PCs on my local network and PCs on the Internet for max speed.
  4. Click Advanced options below. Check bandwidth caps. If set, raise or disable:
    • Limit how much bandwidth used for foreground downloads: 100% (no cap).
    • Same for background.
  5. For PCs where Microsoft Store downloads at 1 MB/s when connection supports 50 MB/s: caps may be the issue. Remove all caps.
  6. For corporate networks: WSUS may proxy Store downloads. Contact IT if downloads are unreasonably slow.

This ensures full bandwidth is available.

How to verify the fix worked

  • winget install completes successfully even if you Ctrl+C and re-run mid-download.
  • Or: Microsoft Store download completes uninterrupted because PC stayed on.
  • Library shows installed status. App launches.

If none of these work

If downloads consistently fail or restart: Disk space issues: temp space for downloads on C:. Free 20+ GB. Antivirus inspecting: third-party AV scanning downloaded chunks can corrupt them. Disable AV scanning of C:\Windows\SoftwareDistribution and C:\Users\me\AppData\Local\Packages temporarily. For Game Pass titles: use Xbox app. Has better download manager than Store. For repeated cancellation: Reset Microsoft Store via Settings → Apps → Microsoft Store → Advanced options → Reset. Or wsreset.exe. For network issues: try a different DNS (Cloudflare 1.1.1.1, Google 8.8.8.8). Sometimes ISP DNS causes Store communication issues.

Bottom line: Microsoft Store doesn’t resume downloads across reboots. Use winget for resumable Store-source installs. Schedule downloads when PC stays on. For Xbox content: use Xbox app instead of Store.

ADVERTISEMENT