I am unable to update windows

KGS 40 Reputation points
2026-06-28T00:03:26.3433333+00:00

When I click on update and shut down, it goes through downloading the updates. Then, it goes to diagnose and then repair. Thereafter, it downloads updates. Next it says 'Something went wrong. Undoing Changes.' Then, the computer restarts without installing the updates.

Windows for home | Windows 11 | Windows update
0 comments No comments

Answer accepted by question author
John DeV 170.2K Reputation points Independent Advisor
2026-06-28T14:05:27.7866667+00:00

Thank you for updating me with that information.

Let's start with a few things you can try:

  • Please try to run SFC and DISM to check for any system errors and corrupted files.  https://support.microsoft.com/windows/using-system-file-checker-in-windows-365e0031-36b1-6031-f804-8fd86e0ef4ca  Restart your computer
  • Reset Windows Update components manually Press Windows key+X then select either Windows PowerShell (Admin) or Terminal (Admin) Copy each command line into PowerShell or Terminal, and then press Enter (one line at a time)
                net stop bits
                net stop wuauserv
                net stop appidsvc
                net stop cryptsvc
                Del "%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader\*.*"
                rmdir %systemroot%\SoftwareDistribution /S /Q
                rmdir %systemroot%\system32\catroot2 /S /Q
                regsvr32.exe /s atl.dll
                regsvr32.exe /s urlmon.dll
                regsvr32.exe /s mshtml.dll
                netsh winsock reset
                netsh winsock reset proxy
                net start bits
                net start wuauserv
                net start appidsvc
                net start cryptsvc
    
    Restart your computer

Was this answer helpful?

1 person found this answer helpful.

Answer accepted by question author
John DeV 170.2K Reputation points Independent Advisor
2026-06-28T00:48:46.99+00:00

Hi, good day!

Is it stuck in an update loop or were you able to boot into Windows after the computer restarted?

I look forward to receiving your update and I'm willing to collaborate with you till we resolve the issue. Do keep me informed by clicking "Add comment" below.

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

2 additional answers

Sort by: Most helpful
  1. KGS 40 Reputation points
    2026-06-29T15:55:38.8766667+00:00

    Not sure what it means to 'mark the answer.' I did accept it. Thank you.

    Was this answer helpful?

    0 comments No comments

  2. KGS 40 Reputation points
    2026-06-28T13:52:37.01+00:00

    I was able to use the computer thereafter.  In fact, it either turns the computer off so all I need to do is start it again OR it takes me back to the sign in screen.

    Thank you.

    Was this answer helpful?

    0 comments No comments

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.