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.
Affects: Windows 11 (and Windows 10) Microsoft Store.
Fix time: ~5 minutes for workarounds.
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.
- Open Terminal.
- Find the app in winget’s Store source:
winget search --source msstore "App Name" - Install via winget:
winget install --id 9NBLGGH4NNS1 --source msstoreReplace ID with actual.
- winget shows progress. If interrupted (Ctrl+C or shutdown): re-run the same command. winget often resumes from where it left off.
- For very large games via Xbox Game Pass: use Xbox app on Windows (not Microsoft Store). Xbox app handles game downloads better, including resume.
- 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.
Method 2: Schedule downloads when PC stays on
For Microsoft Store-only apps.
- Plan download time when PC will remain on for the duration. Estimate: app size × (1 / your download speed in MB/s) = minutes.
- For PCs that sleep automatically: Settings → System → Power & battery → Screen and sleep. Set Sleep to Never during the planned download window.
- Disable Windows Update during download to avoid update install rebooting PC mid-download.
- 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).
- For overnight downloads: ensure PC is plugged in (laptops). Disable Battery Saver: Settings → System → Power & battery → Battery saver → auto-trigger at: Never.
- 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.
- Open Settings → Windows Update → Advanced options → Delivery Optimization.
- Toggle on Allow downloads from other PCs (peer-to-peer can speed downloads).
- Pick: PCs on my local network only for safety, or PCs on my local network and PCs on the Internet for max speed.
- 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.
- For PCs where Microsoft Store downloads at 1 MB/s when connection supports 50 MB/s: caps may be the issue. Remove all caps.
- 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.