Windows Update got stuck and now I can’t boot into Windows

Jacob Tegen 0 Reputation points
2026-08-13T14:29:24.5233333+00:00

51AC9F51-3307-47C9-A6E8-0597CC76B2A1

So I had let and update start before I had called it a day and when I woke up the computer was still “trying” to update. I shut it off to see if that would jumpstart it but no success there. I’ve tried using the repair tools but all of them fail. I’m unable to get into safe boot, it just sits there spinning. I’ve been using GPT to help me through but it’s gets repetitive with its steps. It did find thought what part in the update it was working on before it got stuck. I’ll attach a photo, any help is much appreciated!

Windows for home | Windows 11 | Windows update

1 answer

Sort by: Most helpful
  1. Emma1-N 10,230 Reputation points Microsoft External Staff Moderator
    2026-08-13T23:48:10.75+00:00

    Welcome Jacob Tegen,

    Thank you for the additional information. I completely understand why you want to avoid a reinstall, especially since you've already backed up your data and it sounds like the installation itself is still being detected. Based on what you've described, you're actually in a better position than many update-related boot failures because you can still access Command Prompt from the Windows installation USB.

    Since Windows Repair Environment is unavailable but Command Prompt from the USB works, I'd focus on checking whether Windows is stuck with pending update operations.

    First, identify the Windows partition:

    • diskpart
    • list volume

    Look for the volume that contains your Windows installation, then exit DiskPart: exit

    Once you know the correct drive letter (for example D:), verify it by running: dir D:\

    You should see folders such as:

    • Windows
    • Program Files
    • Users

    If those folders are not present, try another drive letter.

    Then run: dism /image:D:\ /cleanup-image /revertpendingactions

    Replace D: with the actual Windows drive letter.

    If the command completes successfully, restart the PC and test booting normally.

    If DISM reports an error, please post the exact error message and the results from list volume. That information will help determine whether this is a pending update issue, a damaged component store, or a disk-related problem without immediately resorting to a clean installation.


    If the answer is helpful, please click "Yes". 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?


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.