How to fix a Windows 11 computer that is stuck in a restart loop after an update
Summary
This guide helps you troubleshoot and resolve: How to fix a Windows 11 computer that is stuck in a restart loop after an update. Follow the steps below to fix the issue.
Common Causes
If your Windows 11 computer keeps restarting over and over after a recent update, you're stuck in what's commonly called an "update restart loop." This usually happens when an update fails to install correctly, when a driver conflicts with the new build, or when a system file becomes corrupted during the update process. The good news is that this is almost always fixable without losing your data. This guide walks you through the most effective methods to break the loop, starting with the quickest fixes and moving through to more advanced recovery options.
Quick Fix Steps
Before diving into detailed troubleshooting, try these fast solutions first:
- Interrupt the restart cycle — Hold down the power button for 10 seconds to force the computer off, then wait 30 seconds before turning it back on.
- Boot into Safe Mode — If the loop continues, force the computer off three times in a row during the restart process. Windows should automatically boot into the Windows Recovery Environment (WinRE).
- Uninstall the latest update — From WinRE, navigate to Troubleshoot > Advanced options > Uninstall Updates and remove the most recent quality or feature update.
Detailed Instructions
Method 1: Force Boot into Safe Mode
Safe Mode loads Windows with only the essential drivers and services, which lets you remove or roll back the update that's causing the loop.
- Press and hold the power button for 10 seconds until the computer turns off completely.
- Wait 30 seconds, then turn the computer back on.
- As soon as you see the Windows logo (or the spinning dots), hold the power button again to force a shutdown.
- Repeat steps 2 and 3 two more times. On the third restart, Windows should enter the Automatic Repair screen.
- Click Advanced options.
- Select Troubleshoot > Advanced options > Startup Settings > Restart.
- After the restart, press F5 (or
5) to select Safe Mode with Networking.
Once you're in Safe Mode, proceed to Method 2 to remove the troublesome update.
Method 2: Uninstall the Problematic Update
- In Safe Mode, press
Windows + Ito open Settings. - Navigate to Windows Update > Update history.
- Scroll down and click Uninstall updates.
- You'll see two options: Uninstall latest feature update and Uninstall latest quality update.
- Start with the quality update (these are the smaller monthly patches and are the most common cause of restart loops). Click Uninstall and confirm.
- If the loop started after a major version upgrade (such as moving from 23H2 to 24H2), uninstall the feature update instead.
- Restart your computer normally and check whether the loop has stopped.
Method 3: Use System Restore
If uninstalling the update doesn't work, or you can't reach Safe Mode, System Restore can roll your computer back to a point before the update was installed.
- From the WinRE screen (reached by force-shutting down three times), select Advanced options.
- Choose Troubleshoot > Advanced options > System Restore.
- Select your Windows installation (usually Windows 11) and click Next.
- Pick a restore point dated before the update that caused the loop. If you don't see one, make sure Show more restore points is ticked.
- Click Next > Finish, then confirm to start the restore.
- Your computer will restart and roll back to the selected restore point.
Method 4: Run Startup Repair and System File Checks
Corrupted system files can keep Windows stuck in a restart loop even after an update is removed. These built-in tools can repair them.
- From WinRE, go to Troubleshoot > Advanced options.
- Select Startup Repair and let Windows attempt to fix boot issues automatically.
- If Startup Repair doesn't resolve the issue, return to Advanced options and choose Command Prompt.
- Run the following commands in order, pressing Enter after each:
sfc /scannow
DISM /Online /Cleanup-Image /RestoreHealth - Wait for both scans to complete.
SFCchecks for and repairs corrupted system files, whileDISMrepairs the underlying component store. - Type
exitand restart your computer.
Method 5: Roll Back or Disable a Faulty Driver
A driver installed alongside the update is sometimes the real culprit, particularly graphics, network, or chipset drivers.
- Boot into Safe Mode with Networking (see Method 1).
- Right-click the Start button and select Device Manager.
- Look for any device with a yellow triangle warning icon.
- Right-click the device, choose Properties, then click the Driver tab.
- If a Roll Back Driver button is available, click it and follow the prompts.
- If roll back isn't available, click Uninstall Device, tick Attempt to remove the driver for this device, and confirm.
- Restart your computer. Windows will attempt to install a generic driver, which should break the loop.
Method 6: Reset Windows While Keeping Your Files
If none of the above methods work, a Windows reset will reinstall the operating system while preserving your personal files. Use this as a last resort before a full reinstall.
- From WinRE, select Troubleshoot > Reset this PC.
- Choose Keep my files.
- Select Cloud download (downloads a fresh copy of Windows from Microsoft) or Local reinstall (uses files already on your computer). Cloud download is generally more reliable.
- Click Change settings and confirm that Restore preinstalled apps is set to No unless you want manufacturer bloatware reinstalled.
- Click Next, then Reset.
- The process takes 20–60 minutes. Your files in
C:\Userswill be preserved, but apps and settings will be removed.
Method 7: Perform a Clean Install of Windows 11
If a reset also fails, a clean install is the final option. This erases everything on the drive and installs a fresh copy of Windows 11.
- On another working computer, visit the Microsoft Software Download page and use the Media Creation Tool to create a bootable USB drive (at least 8 GB).
- Back up all important files to an external drive or cloud storage.
- Insert the USB drive into the affected computer and boot from it (you may need to change the boot order in the BIOS/UEFI settings, usually by pressing F2, F12, or Del during startup).
- When prompted, choose Custom: Install Windows only.
- Select the partition where Windows is installed and click Format (this erases all data on that partition).
- Follow the prompts to complete the installation.
- Once Windows is installed, visit your computer manufacturer's website to download the latest drivers, and reinstall your applications.
Preventing Future Restart Loops
Once your computer is running normally again, a few habits can reduce the chance of this happening in future:
- Pause updates for a week or two after major Patch Tuesday releases to let early issues be reported and fixed.
- Create a restore point manually before installing major updates: search for Create a restore point in the Start menu and click Create.
- Keep drivers up to date through your manufacturer's website rather than relying solely on Windows Update.
- Back up regularly using File History, OneDrive, or a third-party backup tool so you always have a recent copy of your files.
Still Having Issues?
💻 Open a Ticket