Stuck in a Windows 11 automatic repair loop? Use WinRE tools, offline repairs, and boot fixes to start Windows again without losing files.
When a PC boots into Preparing Automatic Repair and then loops back to the same screen, you’re dealing with a boot problem, damaged system files, a faulty update, or a disk issue. This guide walks you through safe, proven moves that restore startup without data loss. You’ll start with quick checks, then use Windows Recovery Environment (WinRE), run offline repairs with DISM and SFC, rebuild boot files with BCDBoot/Bootrec, and, if needed, use reset or restore. Keep a photo of any error text you see; it speeds the fix.
What Causes The Windows 11 Automatic Repair Loop?
Quick context: The loop usually starts when Windows can’t complete the boot sequence. Common triggers include a failed update, a damaged driver, file system errors, or a broken EFI/BCD store. Power loss during updates and low free space can set this off too. The good news: most machines recover once you repair system files and boot entries, or roll back the bad update.
Fixing The Automatic Repair Loop In Windows 11 — Steps That Work
Work from the least invasive move to the deepest repair. If one step boots you back to the desktop, stop there. If your USB keyboard or mouse won’t respond inside WinRE on a recent build, try a different port, a PS/2 device, or a touchscreen, then update later when you’re back in Windows.
Enter WinRE Reliably
- Trigger recovery from the lockup — Force three failed boots: hold the power button to shut down at the spinning dots, then power on again; repeat until you see Preparing Automatic Repair > Advanced options.
- Use a Windows 11 USB installer — Boot from media, click Repair your computer (not Install), then open Troubleshoot > Advanced options.
Quick Checks That Often Save Time
- Reseat external gear — Unplug USB hubs, docks, and storage. Reboot with only keyboard, mouse, and display.
- Switch the boot target — In firmware, set the correct drive as first boot. Wrong order can feed a loop after a clone.
- Load low-resolution video — In Startup Settings pick Enable low-resolution video to bypass a bad display path, then update the GPU driver once you’re in Windows.
- Disable automatic restart on failure — In Startup Settings, pick the matching line so you can read the stop code instead of looping.
Try Startup Repair, Then Safe Mode
- Run Startup Repair — In Advanced options, choose Startup Repair and let it scan and fix boot issues automatically.
- Boot to Safe Mode — Go to Startup Settings > Restart > press 4 for Safe Mode or 5 for Safe Mode with Networking. If Safe Mode works, remove recent drivers or apps, then reboot.
- Disable ELAM temporarily — In Startup Settings, choose Disable early launch anti-malware protection. If the PC boots after this, update or reinstall your security suite once back on the desktop.
Safe Mode Cleanup That Works
- Roll back a driver — In Device Manager, open the device, use Driver > Roll Back. Remove third-party filter drivers for storage and security if added just before the loop.
- Remove leftover startup apps — Open Settings > Apps > Installed apps. Then open Task Manager > Startup apps and turn off new entries.
- Free space quickly — Run Disk Cleanup for Windows Update Cleanup and Temporary files. Keep space above 20 GB on the system drive.
If BitLocker Asks For A Recovery Key
- Check your Microsoft account — Visit the device page on another PC or phone and look under BitLocker recovery keys.
- Try your work or school portal — If this is an enrolled device, the key often sits in your organization’s portal.
- Avoid turning off BitLocker blindly — Finish repairs first; decrypt later if hardware checks show a failing drive.
Repair System Files Offline With DISM And SFC
Deeper fix: Run the image repair tools from WinRE so open files don’t block the process. If you booted from install media, these commands still work. When possible, connect to the internet so DISM can pull clean components.
Map Drives The Right Way
- Find the Windows drive letter — In WinRE Command Prompt, run
diskpart>list vol. Note the letter that holds theWindowsfolder (oftenD:orE:in WinRE). - Verify with BCDEdit — Run
bcdedit. Check thedeviceandosdevicelines to confirm the same letter.
- Run DISM restore — Use
DISM /Image:D:\\ /Cleanup-Image /RestoreHealth. If there’s no internet, mount a matching ISO and point to a source:DISM /Image:D:\\ /Cleanup-Image /RestoreHealth /Source:E:\\sources\\install.wim:1 /LimitAccess. - Run SFC against that image — Use
sfc /scannow /offbootdir=C:\\ /offwindir=D:\\Windows(replace letters to match your setup). Repeat once if SFC reports fixed files. - Reboot and test — Exit the console and choose Continue. If the loop returns, move on.
Rebuild Boot Files And Fix Disk Errors
When EFI or BCD data breaks, Windows can’t hand off from firmware to the loader. Rebuilding boot files is safe and often resolves the loop fast. You’ll also scan the disk to rule out file system damage.
Recreate Boot Files With BCDBoot
- Assign a letter to the EFI partition — In
diskpartrunlist disk>sel disk 0>list vol. Find the small FAT32 volume (100–300 MB). Runsel vol #thenassign letter=S:, thenexit. - Copy fresh boot files — Run
bcdboot D:\\Windows /s S: /f UEFI(replaceD:with your Windows volume). You should see Boot files successfully created.
Use Bootrec Only If Needed
- Scan and rebuild BCD — Run
bootrec /scanosthenbootrec /rebuildbcd. If Access is denied appears after/fixboot, rely onBCDBootinstead.
Check The Disk
- Run CHKDSK with repair — Use
chkdsk D: /f /r. Bad sectors and file system errors can feed the loop. Let the pass finish before rebooting.
Notes On BIOS/MBR Installs
Most Windows 11 systems use UEFI with GPT. If you run a legacy BIOS and MBR layout, swap the boot command to match. Use bcdboot D:\\Windows /s C: without the UEFI flag, and confirm the Active partition is set on the system volume in diskpart. If both layouts exist due to a past clone, remove the stale entries so the firmware points to one loader.
Last Resorts: Reset, Restore, Or Clean Install
If repairs don’t stick, use the built-in recovery paths to get the system back without losing personal files. Sign-in is not required for these when you launch them from WinRE or install media.
- Reset this PC (keep files) — In WinRE, pick Troubleshoot > Reset this PC > Keep my files. This reinstalls Windows and removes apps and drivers you added.
- Restore from an image backup — If you have a full-disk backup image, restore it now. It’s the fastest path back to a known-good state.
- Clean install — Boot from a Windows 11 USB, delete only the Windows partition (leave data partitions if you separate them), and install fresh. Your data can be copied off later from Windows.old if the installer preserves it.
Stop The Windows 11 Automatic Repair Loop From Coming Back
Prevent repeats: Once you’re back on the desktop, spend ten minutes on prevention. These small moves cut the odds of seeing the loop again and speed up recovery if it ever returns.
- Apply current Windows updates — Install the latest cumulative update. Recent builds include fixes for WinRE glitches and recovery input issues.
- Update drivers from trusted sources — Use Windows Update or the device maker’s support page. Avoid random driver packs.
- Free up space — Keep at least 20 GB free on the system drive. Low space can break updates.
- Run a health check — Open Windows Security and run a Quick scan. Run
chkdskagain if you heard clicks or saw slow reads during repairs. - Create a recovery drive — In the Start menu search, type Create a recovery drive and follow the wizard. Label the USB and keep it in a safe spot.
- Back up weekly — Use File History, OneDrive, or an image tool. Backups turn a bad boot into a minor detour.
Quick Reference: Fixes And When To Use Them
| Method | What It Does | Use When |
|---|---|---|
| Startup Repair | Auto-fixes common boot hand-off issues. | Loop starts after updates or power loss. |
| Safe Mode | Loads bare drivers so you can remove bad ones. | Driver or app change preceded the loop. |
| Uninstall Update | Rolls back the latest Windows release. | Loop began right after Patch Tuesday. |
| DISM + SFC | Repairs the Windows image and system files. | Corruption reports or repeated loop after Startup Repair. |
| BCDBoot | Recreates EFI boot files and a clean BCD. | EFI/BCD errors or Access is denied from FixBoot. |
| CHKDSK | Repairs the file system and maps bad sectors. | Disk errors or sudden freezes before the loop. |
| Reset/Restore | Reinstalls Windows or returns to an image. | Nothing else boots the desktop. |
Many readers search for the phrase windows 11 automatic repair loop when this happens the first time. The fixes above target that exact case and give you a steady path to recovery. If friends send over a laptop stuck on the same screen, you can follow the same list on their machine too, since the steps don’t require sign-in.
When you write up your repair notes, include the line windows 11 automatic repair loop so you can find them later. A simple note with the DISM and BCDBoot commands saves a trip to a forum when the issue returns after a power cut.
Still stuck after all steps? At that point, back up with a bootable Linux USB or the Windows installer’s Shift+F10 copy route, then perform a clean install. Keep your notes, list the exact commands you tried, and stash them with your recovery USB.
