How to Resume an Interrupted Windows 11 Feature Update
🔍 WiseChecker

How to Resume an Interrupted Windows 11 Feature Update

Quick fix: If Windows 11 feature update interrupted (power loss, crash), reboot. Windows usually auto-resumes. If it doesn’t: Settings → Windows Update → Check for updates. Update Assistant resumes from where left off (uses cached files). For corrupted state: Microsoft Update Assistant or in-place upgrade via ISO usually fixes.

Feature updates (Windows 11 22H2 to 23H2, 23H2 to 24H2) take 30-60 minutes. Interrupted by: power loss, force restart, crash, BSOD. Windows handles most cases automatically. For stubborn fails: manual intervention.

Symptom: Want to resume an interrupted Windows 11 feature update.
Affects: Windows 11.
Fix time: ~45 minutes.

ADVERTISEMENT

What causes this need

Feature updates run in phases: download → verify → prepare → install → reboot → configure. Interruption at install / configure phase is risky:

  • Boot may fail (Recovery loop).
  • Update may be applied partially.
  • System may roll back to previous version.
  • Specific files corrupted.

Method 1: Wait for auto-resume

The first step.

  1. Boot the PC after interruption.
  2. Windows tries to auto-resume install or roll back to previous version.
  3. If rolled back: you’re on previous Windows version. Update Assistant re-applies on next attempt.
  4. If installed but unstable: Windows boots but has issues. Continue to Method 2.
  5. For PC stuck on boot: force restart 3 times to enter Recovery. Pick Troubleshoot → Advanced options.
  6. For Recovery shows “Go back to previous version”: use it if within 10 days of feature update.
  7. For PC won’t boot at all: continue to Method 3.

This is the auto-resume.

ADVERTISEMENT

Method 2: Manually trigger update from Settings

For when partial install.

  1. Once at desktop: Settings → Windows Update.
  2. Click Check for updates.
  3. If update detected as pending: click Resume or Download.
  4. Windows resumes from cached files (in C:\$Windows.~BT).
  5. Faster than full re-download.
  6. For Update Assistant interrupted specifically: re-run Update Assistant. Likely it resumes.
  7. For Update Assistant restarting from zero (loops): see “Update Assistant restarts download” article for fix.
  8. For after partial install with errors: SFC + DISM repair before retrying:
    sfc /scannow
    dism /online /cleanup-image /restorehealth

This is the manual resume.

Method 3: In-place upgrade via ISO

For when normal resume fails.

  1. Download Windows 11 ISO from microsoft.com/software-download/windows11.
  2. Mount: right-click .iso → Mount. Note drive (e.g., F:).
  3. Run setup.exe from mounted drive.
  4. Pick Download and install updates.
  5. Pick Keep files and apps. Walk through wizard.
  6. Wait 30-60 minutes. Multiple reboots.
  7. After: Windows reinstalled, all data preserved. Same as if a feature update completed normally.
  8. For Media Creation Tool: alternative installer. Same effect.
  9. This is the safest recovery from interrupted feature updates.
  10. For Surface devices: Surface Recovery Image USB (from Microsoft) handles complex interrupted states.

This is the comprehensive fix.

How to verify the fix worked

  • winver shows the new Windows build.
  • Settings → Windows Update → Update history shows feature update as Installed.
  • System functional. Apps and files intact.
  • No leftover update files (Disk Cleanup → Windows Update Cleanup to confirm).

If none of these work

If PC won’t boot: Recovery Environment: force restart 3 times to enter. Pick System Restore or Go back to previous version. For complete boot failure: boot from Windows 11 USB. Pick Repair your computer → Startup Repair. For BitLocker: have recovery key ready. May need to enter during recovery. For chronic update failure: clean install Windows 11. Lose installed apps but data preserved if you back up first. For specific error code: search at support.microsoft.com. For corporate-managed PCs: WSUS / Intune may have specific recovery path. Contact IT. For hardware issues: failed disk causes update interruptions. Test drive health. Last resort: Microsoft support: support.microsoft.com for activation and recovery help.

Bottom line: Reboot first — Windows usually auto-resumes. Or Settings → Windows Update → Check for updates → resume. For stubborn: in-place upgrade via Windows 11 ISO + setup.exe with “Keep files and apps.”

ADVERTISEMENT