
Fix Windows 11 Boot Loop After Reset Restart Cycle 2025
Resolve Windows 11 infinite boot loop after factory reset. Fix automatic repair loop, startup repair cycle, and continuous restart problems preventing Windows 11 from booting after reset 2025.
What is Windows 11 Boot Loop After Reset?
Windows 11 boot loop after factory reset is a critical startup failure where the system continuously restarts without reaching desktop, often displaying "Preparing Automatic Repair", "Diagnosing your PC", or directly restarting before login screen. This occurs when Windows Reset process corrupts boot files, system files, or encounters hardware incompatibilities.
Types of boot loops
Different loop patterns after reset:
- Automatic Repair loop (Preparing > Diagnosing > Restart)
- Spinning dots loop (Loading screen loops indefinitely)
- BSOD restart loop (Blue screen flashes then restarts)
- Black screen loop (Black screen with cursor then restart)
- BIOS/Logo loop (Never reaches Windows)
Common causes after reset
- Corrupted BCD (Boot Configuration Data) during reset process
- System file corruption from interrupted reset
- Incompatible hardware drivers preventing boot
- Fast Startup enabled causing initialization conflicts
- Secure Boot certificate issues after reset
- Corrupted Windows Registry hives
- Disk errors on system partition
Step-by-step fixes
- Force restart 3 times - Triggers Windows Recovery Environment automatically
- Boot into Safe Mode - WinRE > Troubleshoot > Startup Settings > Safe Mode
- Disable Fast Startup - Power Options > Power button settings > Disable
- Run Startup Repair - WinRE > Troubleshoot > Advanced options > Startup Repair
- Rebuild BCD manually - Command Prompt with bootrec commands
- Run SFC and DISM - Repair system files from WinRE
- System Restore - If available, restore before reset attempt
- Clean Windows installation - Last resort with installation media
Accessing Windows Recovery Environment
Force WinRE if can't boot normally:
Method 1: Power button method
- Press power button to turn on
- When Windows logo appears, hold power button to force shutdown
- Repeat 3 times total
- Fourth boot automatically enters WinRE
Method 2: Installation media
- Boot from Windows 11 USB/DVD
- Click "Repair your computer" instead of Install
- Enters WinRE from installation media
Rebuilding Boot Configuration Data
Fix corrupted BCD causing loops:
From WinRE Command Prompt:
\\\`cmd
bootrec /fixmbr
bootrec /fixboot
bootrec /scanos
bootrec /rebuildbcd
\\\`
If bootrec /fixboot fails with "Access Denied":
\\\`cmd
diskpart
list disk
select disk 0
list partition
select partition 1 (EFI System Partition)
assign letter=Z:
exit
bcdboot C:\\Windows /s Z: /f UEFI
\\\`
Disabling Fast Startup
Fast Startup causes boot loop conflicts:
From Safe Mode:
- Control Panel > Power Options
- Choose what power buttons do
- Change settings currently unavailable
- Uncheck "Turn on fast startup"
- Save changes
From Command Prompt (WinRE):
\\\`cmd
reg add "HKLM\\SYSTEM\\CurrentControlSet\\Control\\Session Manager\\Power" /v HiberbootEnabled /t REG_DWORD /d 0 /f
\\\`
Running Startup Repair
Automated repair process:
- WinRE > Troubleshoot > Advanced options > Startup Repair
- Select user account and enter password
- Wait for diagnostic and repair (10-30 minutes)
- If repair fails, shows log file location
- Try repair 2-3 times (sometimes fixes incrementally)
System File Repair from WinRE
Fix corrupted Windows files:
Load system hive:
\\\`cmd
reg load HKLM\\TEMP C:\\Windows\\System32\\config\\SYSTEM
\\\`
Run DISM:
\\\`cmd
DISM /Image:C:\\ /Cleanup-Image /RestoreHealth /Source:wim:D:\\sources\\install.wim:1
\\\`
(D: is installation media drive letter)
Run SFC:
\\\`cmd
sfc /scannow /offbootdir=C:\\ /offwindir=C:\\Windows
\\\`
Checking for disk errors
Disk problems cause boot loops:
From WinRE Command Prompt:
\\\`cmd
chkdsk C: /f /r /x
\\\`
This scans for bad sectors and file system errors. Takes 1-3 hours depending on disk size. If many errors found, hard drive may be failing (backup and replace).
Safe Mode troubleshooting
If Safe Mode boots successfully:
- Uninstall recently installed drivers (Device Manager)
- Uninstall recent Windows Updates (Settings > Update)
- Disable all startup programs (Task Manager > Startup)
- Run full antivirus scan (malware can cause boot loops)
- Check Event Viewer logs (critical errors before loop started)
- Perform clean boot to isolate third-party software
Secure Boot and UEFI fixes
BIOS-level boot issues:
- Enter BIOS/UEFI setup
- Disable Secure Boot temporarily
- Change boot mode to UEFI (not Legacy or CSM)
- Ensure correct boot drive selected as first priority
- Reset BIOS to default settings
- Update BIOS/UEFI firmware if available
Hardware-related boot loops
Physical issues causing loops:
- Remove all USB devices, external drives
- Test with single RAM stick (remove others)
- Disconnect unnecessary peripherals
- Check if hard drive cable seated properly
- Try different SATA port for boot drive
- Test RAM with MemTest86 (faulty RAM causes boot issues)
Clean Windows installation
If repair attempts fail:
Keeping files method:
- Boot from Windows 11 installation media
- Install Windows > Upgrade option
- Choose "Keep personal files only"
- System will reinstall Windows without deleting documents
Complete clean install:
- Boot from installation media
- Install Windows > Custom installation
- Delete all partitions (BACKUP FIRST)
- Install to unallocated space
- Fresh installation without reset issues
Third-party boot repair tools
Additional repair options:
EasyBCD:
- Free tool to edit BCD store
- Can fix boot configuration without command line
- Rebuild BCD with GUI interface
Hiren's BootCD PE:
- Bootable environment with repair tools
- Includes partition tools, file recovery
- Can fix boot issues Windows tools can't
Preventing future boot loops
After successfully fixing:
- Create complete system image backup
- Keep Windows 11 installation media handy
- Don't interrupt Windows Reset process
- Ensure system on AC power during reset
- Check hard drive health regularly (CrystalDiskInfo)
- Create restore points before major changes
- Update BIOS if many boot issues occur
\\\`
Related errors
Resolve Windows 11 Secure Boot violation preventing boot. Fix UEFI firmware errors, certificate problems, and boot security violations causing Secure Boot errors in Windows 11 2025.
Resolve Windows 11 black screen after latest 2025 updates. Complete guide to fix post-update black screens with cursor, blank display, and boot failures after KB patches on Windows 11.