A rollback loop in Windows 11 crops up when the system repeatedly attempts to install an update or upgrade but reverts to the previous version due to errors. As to what causes this issue, it’s due to a wide range of factors. But there is no need to fret over it! Taking the issue for a task, we’ve jotted down the 19 best tips and tricks to fix the Windows 11 rollback loop problem. So, follow along to sort it out – sooner rather than later – to ensure your ongoing work no longer suffers.
Best Tips & Tricks to Fix the Windows 11 Rollback Loop
What sort of culprits do you need to keep in mind when up against the persistent Windows 11 rollback loop error on your PC? There are quite a few usual suspects that never fail to trigger this issue such as –
- Corrupt Update Files
- Incompatible Drivers
- Boot Configuration Error
- System File Corruption
- Failed Windows Update
- Third-Party Software Conflict
- Malware Infection
- Insufficient Disk Space
Having got the better of this issue a number of times, I know what gaslights it like the back of my palm. Talking about the solutions that are able to eliminate it, tips like invoking the safe mode, taking advantage of the startup repair and getting rid of the auto-rollback often work in resolving the problem.
1. Disconnect Unnecessary Peripherals
External devices like USB drives, printers, or external hard drives can interfere with the upgrade process.
- Unplug all unnecessary peripherals.
- Restart your PC and try the update again.

2. Boot Into Safe Mode
Safe Mode allows Windows to load with minimal drivers, helping diagnose rollback issues.
- Restart your PC and hold Shift + F8 while booting.
- Select Safe Mode with Networking and try updating again.
3. Use Startup Repair
Windows has a built-in tool that can automatically fix boot-related issues.
Method 1: Access Startup Repair via Advanced Startup
- Force Restart your PC by pressing and holding the power button until it turns off.
- Turn it back on and repeat this 2-3 times until you enter Windows Recovery Environment (WinRE).
- In WinRE, select Troubleshoot > Advanced options > Startup Repair.
- Windows will diagnose and attempt to fix startup issues automatically.
- If prompted, sign in with your administrator account and let the process complete.
Method 2: Using Bootable Media (If Windows Won’t Boot)
- Create a Windows 11 installation USB using the Microsoft Media Creation Tool.
- Boot from the USB drive by pressing the BIOS boot key (F2, F8, F12, or DEL, depending on your PC).
- Select Repair your computer > Troubleshoot > Advanced options > Startup Repair.
- Let Windows attempt to fix boot issues automatically.
4. Disable Automatic Rollback
Windows automatically reverts updates after failures, but disabling rollback may help force the installation.
Method 1: Use Command Prompt (Advanced Boot Options)
- Boot into Windows Recovery Mode (WinRE)
- Force restart your PC 2-3 times until you see the Advanced Startup screen.
- Go to Troubleshoot > Advanced options > Command Prompt.
- Run Boot Configuration Commands
- Type the following and press Enter after each command:
bcdedit /set {default} bootstatuspolicy IgnoreAllFailures bcdedit /set {default} recoveryenabled No - This prevents Windows from rolling back updates automatically.
- Type the following and press Enter after each command:
- Restart Your PC
- Now, you have to type Exit > Enter > click Continue to boot into Windows normally.
Method 2: Disable Rollback via Group Policy (Windows Pro & Enterprise)
- Press Win + R, type
gpedit.msc, and press Enter. - Navigate to:
Computer Configuration > Administrative Templates > Windows Components > Windows Update > Manage end user experience - Find “Disable Windows Update Rollback” and double-click it.
- Select Enabled, click Apply, and then OK.
- In the end, make sure to restart your PC for changes to take effect.
Method 3: Modify Registry (Windows Home & Other Editions)
- Press Win + R, type
regedit, and hit Enter. - Navigate to:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update - Right-click Auto Update, select New > DWORD (32-bit) Value, and name it DisableRollback.
- Set its value to 1 > click OK > reboot your PC.
5. Use System Restore
If your PC was working fine before the update, restoring to a previous point may fix the rollback loop.
- Open System Restore: Press Win + R, type
rstrui, and hit Enter. - Select a Restore Point: Choose a restore point created before the issue started.
- Confirm and Restore: Click Next, confirm your selection, and let Windows restore your system.
- Restart Your Windows PC: Once the process is complete, your system will restart with the selected settings.
6. Run SFC and DISM Commands
Corrupted system files can cause update failures, leading to rollbacks.
- Open Command Prompt (Admin) and run:
sfc /scannowDISM /Online /Cleanup-Image /RestoreHealth- Restart your PC and try updating again.
7. Free Up Disk Space
Insufficient storage can prevent Windows from completing updates.
- Open Settings > System > Storage and clear unnecessary files.

- Run Disk Cleanup and remove temporary update files.
8. Uninstall Recent Updates
A problematic update can trigger the rollback loop.
Method 1: Using Settings
- Open Settings → Press Win + I.
- Go to Windows Update > Update history.
- Scroll down and click Uninstall updates.
- Select the recent update and click Uninstall.
- Restart your PC if prompted.
Method 2: Using Control Panel
- Open Control Panel → Search for Programs and Features.
- Click View installed updates on the left.
- Find the update you want to remove and click Uninstall.
Method 3: Using Advanced Startup
- If Windows won’t boot properly:
- Restart your PC and enter Advanced Startup (press F8 or hold Shift while clicking Restart).
- Navigate to Troubleshoot > Advanced options > Uninstall Updates.
- Choose either Uninstall the latest quality update or Uninstall the latest feature update.
- Follow the on-screen instructions.
9. Check for Driver Issues
Outdated or incompatible drivers can cause rollback failures.
- Boot into Safe Mode and open Device Manager.
- Update or uninstall problematic drivers, especially for graphics, network, or storage controllers.
10. Disable Secure Boot and TPM
Some updates require Secure Boot and TPM, while others may fail because of them.
- Restart your PC and enter BIOS (F2 or Del key).
- Disable Secure Boot and TPM under Security settings.
11. Try a Clean Boot
Background applications may interfere with updates.
- Open Run (Win + R) and type
msconfig. - Go to Services, check Hide all Microsoft services, and disable unnecessary ones.
- Now, restart and retry the update.

12. Delete Pending Update Files
Corrupt update files can cause installation loops.
- Open Command Prompt (Admin) and run:
net stop wuauserv net stop cryptsvcnet stop bitsren C:\Windows\SoftwareDistribution SoftwareDistribution.oldren C:\Windows\System32\catroot2 catroot2.oldnet start wuauservnet start cryptsvcnet start bits- Having run all the commands, restart your PC and check for updates.
13. Reset Windows Update Components
Resetting update components can fix stuck rollbacks.
- Open Command Prompt (Admin) and run:
wuauclt /detectnow wuauclt /updatenow - Restart and try updating again.
14. Check Your Boot Configuration
A misconfigured bootloader can prevent updates from applying correctly.
- Open Command Prompt (Admin) and run:
bcdedit /export C:\bcdbackup bootrec /fixmbr bootrec /fixboot bootrec /scanos bootrec /rebuildbcd - Restart your PC and retry the update.
15. Manually Install Windows 11 Update
If Windows Update is failing, manually installing the update can bypass the rollback loop.
- Go to Microsoft Update Catalog and download the latest Windows 11 update.
- Run the installer and follow the instructions.
16. Perform an In-Place Upgrade
An in-place upgrade can fix system issues while keeping your files.
- Download the Windows 11 Installation Media from Microsoft.
- Run the setup and choose Upgrade this PC now.
17. Check Your Partition Scheme
Windows updates require the correct disk partition setup (GPT for UEFI, MBR for Legacy).
- Open Disk Management (Win + X > Disk Management) and check your disk partition type.
- Convert MBR to GPT using:shellCopy code
mbr2gpt /convert /allowfullOS - Retry the update.
18. Perform a Clean Install
If nothing works, a clean install of Windows 11 can fix persistent rollback issues.
- Back up your important files.
- Create a bootable USB drive using Media Creation Tool.
- Boot from the USB and install Windows 11 from scratch.
19. Contact Microsoft Support
If all else fails, Microsoft support can provide assistance for unique issues.
- Visit the Microsoft Support website or use the Get Help app.
- Provide details about error codes and rollback logs for better troubleshooting.
Wrapping up…
And that’s pretty much it! A Windows 11 rollback loop can be rather frustrating – without an iota of doubt. However, these 19 solutions should help resolve the issue. Whether it’s clearing update files, fixing boot settings, or performing a clean install, these methods will ensure you get Windows 11 running smoothly again.