Windows Update

Daniel Cowgill 0 Reputation points
2026-08-08T21:24:11.5666667+00:00

During the last Update (as part of the Insider Program) our power went out. Now, this Windows 11 PC will not update. It seems to think it is still updating, which it was when the power went out, so now all updates fail. Tried services restarting, used the trouble shooter and even got on with Microsoft Support, but to no avail. I am thinking my last thing will be Windows Recovery. Does this sound correct?

Windows for home | Windows 11 | Windows update

2 answers

Sort by: Oldest
  1. AI answer

    2026-08-08T21:24:27.3333333+00:00

    Yes. A recovery-based repair path is supported for update failures, especially after an interrupted update.

    Recommended order:

    1. Restart once more if prompted Some updates only finish after a restart. Go to Start > Power and use Update and restart or Update and shut down if shown.
    2. Run the Windows Update troubleshooter again In Windows 11, go to Start > Settings > System > Troubleshoot > Other troubleshooters > Windows Update > Run. After it finishes, restart the PC and check again at Start > Settings > Windows Update > Check for updates.
    3. Use the Windows recovery repair option for update problems For update install/apply problems, Windows provides Reinstall Windows using Windows Update as a recovery option. This is the most relevant next step before a full reset.
    4. If the PC is stuck because the interrupted update cannot be removed, use System Restore from Recovery Environment Go to Advanced options > Troubleshoot > System Restore and choose a restore point from before the failed update, if one exists.
    5. If needed, use command-line repair tools Open Command Prompt as administrator and run:
         DISM.exe /Online /Cleanup-image /Restorehealth
         sfc /scannow
      
      Then try Windows Update again.
    6. If update components are still stuck, reset the update cache Warning: these steps require administrator permissions and command-line work. Run these commands one at a time in an elevated Command Prompt:
         net stop bits
         net stop wuauserv
         ren %systemroot%\softwaredistribution softwaredistribution.bak
         ren %systemroot%\system32\catroot2 catroot2.bak
         net start bits
         net start wuauserv
      
      Restart the PC afterward.
    7. If the failure started after Insider update interruption, try a clean restart A clean restart can help rule out third-party software conflicts during update installation.

    If choosing between waiting and recovery, using the recovery repair option is a reasonable next step. Prefer Reinstall Windows using Windows Update first, then System Restore if the system is stuck in a failed-update state, and use Reset only if those do not resolve it.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

    1 person found this answer helpful.
  2. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

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.