Forum Discussion

Benamin's avatar
Benamin
Copper Contributor
Jun 18, 2026

Windows Update Fails to Install or Gets Stuck on Windows 11

The issues with my Windows 11 system where Windows Update either fails to install updates or gets stuck during the process, causing frustration and preventing my device from staying current. Despite multiple attempts to troubleshoot, the problem persists, and I haven't found a clear solution that resolves the issue completely, leaving my system vulnerable to security risks and missing out on new features.

3 Replies

  • RileyMurphy's avatar
    RileyMurphy
    Iron Contributor

    Run the Windows Update Troubleshooter, or use the Command Prompt to run

    sfc /scannow

    and

    DISM /Online /Cleanup-Image /RestoreHealth.

     

  • Hi!

    I’m really happy to help you with this — Windows Update issues can be frustrating, but we can fix them step by step.

    If the basic fixes don’t work, I can guide you through advanced servicing commands since I work with these tools a lot.

    1) Reset Windows Update components

    Run CMD as admin:

     

    net stop wuauserv

    net stop bits

    net stop cryptsvc

    ren C:\Windows\SoftwareDistribution SoftwareDistribution.old

    ren C:\Windows\System32\catroot2 catroot2.old

    net start wuauserv

    net start bits

    net start cryptsvc

    2) Run DISM servicing repair

    DISM /Online /Cleanup-Image /RestoreHealth

    sfc /scannow

    4) Check for pending.xml corruption

    Go to:

    C:\Windows\WinSxS

    Delete pending.xml if it exists.

    If the update still fails, I can help you check CBS logs and identify the exact package causing the failure.

     

  • It seems you're on Version 23H2, and it reached end of updates:

    https://learn.microsoft.com/en-us/windows/release-health/windows11-release-information#windows-11-current-versions-by-servicing-option

    I highly recommend to upgrade to current version i.e. 25H2:

    You can try manual upgrade using Windows 11 25H2 ISO file.

     

    Follow these steps: 

     

    Download Windows 11 25H2 ISO from the official Microsoft website.

     

    Double click on it to mount it to a DVD drive.

     

    Then go to DVD drive, double click on setup.exe to proceed.

     

    Follow on-screen instructions to complete upgrade.

     

    For detailed instructions, refer this step-by-step guide:

     

    https://www.kapilarya.com/how-to-upgrade-to-windows-11-version-25h2#method-3-upgrade-to-windows-11-25h2-using-iso-file

     

    Let us know if this helps!

     

    Note: Included link in this reply refers to blog by a trusted Microsoft MVP.