Start up loop after update fail

Pamela Piyavunno 0 Reputation points
2026-08-11T04:20:10.5566667+00:00

Tried to do a Windows update, now Alienware laptop continuously restarts, states "Attempting to recover installation...", then "Undoing changes made to your computer", then restarts all over again.

Need help what to do.

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

2 answers

Sort by: Most helpful
  1. Ramesh Srinivasan 86,840 Reputation points Independent Advisor
    2026-08-11T04:58:27.5333333+00:00

    Hi Pamela,

    Please run winver.exe and post a screenshot of that dialog. The dialog shows your OS build number and Edition.

    To narrow down the Windows Update issue, upload your CBS logs to OneDrive or GoFile.io and post the link here.

    The logs are available in the following folder. Copy the following folder to the desktop.

    c:\windows\logs\cbs
    

    Zip the folder and share the file on OneDrive or GoFile.io and post the link here.

    Was this answer helpful?

    0 comments No comments

  2. AI answer

    2026-08-11T04:20:33.0366667+00:00

    Try recovery in this order:

    1. Disconnect removable media and nonessential peripherals. Remove any USB drives, SD cards, DVDs, and other removable media before restarting. These can interfere with startup after an update.
    2. Enter Windows Recovery Environment (WinRE). Turn the laptop off and try to boot it again. After two failed boot attempts, Windows should enter WinRE automatically.
    3. In WinRE, open Troubleshoot > Advanced options. From there, use these options:
      • Startup Repair if Windows does not start or keeps loading.
      • System Restore if a restore point exists from before the failed update.
    4. If the restart loop started after the update and WinRE gives access to Command Prompt, run this command to revert pending update actions:
         DISM /image:C:\ /cleanup-image /revertpendingactions
      
      Then restart the device and wait for Windows to start.
    5. If Windows starts after that, install the latest Servicing Stack Update (SSU) first, then try the Windows update again.
    6. If Safe Mode is available, boot into Safe Mode, let Windows start, then restart the device normally. After that, install the latest SSU and retry the update.
    7. If recovery options still fail, use System Restore from installation media:
      • Boot from Windows installation media.
      • Select Repair your computer.
      • Go to Troubleshoot / Advanced options and run System Restore.
      • Choose a restore point dated before the first time the error appeared.

    If the system reaches a Recovery screen related to boot configuration data, in Command Prompt run:

    bootrec /scanos
    bootrec /rebuildbcd
    bootrec /fixmbr
    bootrec /fixboot
    

    Then restart and check whether Windows starts.


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

    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.