Seeing the message “Preparing Automatic Repair” every time you start your PC can be alarming. Instead of booting normally, Windows 11 may enter a continuous repair loop, restart repeatedly, or display a blank or blue screen. This issue prevents access to the desktop and can make your system unusable.
The Automatic Repair loop usually occurs due to corrupted system files, failed Windows updates, disk errors, damaged boot configuration data (BCD), or hardware-related problems. While it may appear serious, the issue can often be resolved using built-in recovery tools available in Windows 11.
If your PC is stuck in the Preparing Automatic Repair loop, follow the detailed solutions below carefully.
How To Fix Preparing Automatic Repair Loop in Windows 11
Most of these steps require accessing the Windows Recovery Environment (WinRE).
If your PC does not enter recovery automatically:
- Turn on your PC.
- As soon as Windows begins loading, hold the power button to force shutdown.
- Repeat this process 2–3 times.
- Windows should display Preparing Automatic Repair and enter recovery mode.
Once in recovery, follow the methods below.
1. Run Startup Repair
Startup Repair automatically detects and fixes common boot issues.
- In the recovery screen, click Advanced options.
- Select Troubleshoot.
- Click Advanced options again.
- Choose Startup Repair.
- Select your Windows account.
- Enter your password if prompted.
- Wait for Windows to diagnose and repair issues.
After completion, restart your PC and check if Windows boots normally.
2. Boot into Safe Mode
Safe Mode loads Windows with minimal drivers and services.
- From Advanced options, click Troubleshoot.
- Select Advanced options.
- Click Startup Settings.
- Press Restart.
- Press 4 to enable Safe Mode.
If Windows starts in Safe Mode:
- Uninstall recently installed updates.
- Remove newly installed drivers.
- Uninstall third-party software.
- Restart normally to test.
If Safe Mode works, a recent change likely triggered the repair loop.
3. Run System File Checker (SFC) in Recovery
Corrupted system files can cause repeated boot failures.
- From Advanced options, select Command Prompt.
- Enter the following command:
sfc /scannow /offbootdir=C:\ /offwindir=C:\Windows - Press Enter.
- Wait for the scan to complete.
- Restart your PC.
This checks and repairs corrupted system files offline.
4. Run CHKDSK to Check Disk Errors
Disk corruption can prevent Windows from booting properly.
- Open Command Prompt from recovery.
- Type:
chkdsk C: /f /r - Press Enter.
- Wait for the scan to complete (this may take time).
- Restart your PC.
If bad sectors or disk errors are detected, CHKDSK will attempt to repair them.
5. Rebuild Boot Configuration Data (BCD)
If the boot configuration is corrupted, Windows may enter a repair loop.
- Open Command Prompt in recovery.
- Enter the following commands one by one:
bootrec /fixmbr bootrec /fixboot bootrec /scanos bootrec /rebuildbcd - Press Enter after each command.
- Restart your PC.
Rebuilding BCD restores proper boot configuration.
6. Disable Automatic Repair
Sometimes disabling automatic repair allows Windows to boot.
- Open Command Prompt in recovery.
- Type:
bcdedit /set {default} recoveryenabled no - Press Enter.
- Restart your PC.
If Windows boots, you can further diagnose underlying issues.
7. Uninstall Recent Updates
Failed updates frequently cause repair loops.
- From Advanced options, select Uninstall Updates.
- Choose Uninstall latest quality update.
- If that does not work, try Uninstall latest feature update.
- Restart your PC.
If a recent update caused the issue, this should restore stability.
8. Perform System Restore
If you have restore points enabled, you can revert to a previous working state.
- Click Advanced options.
- Select System Restore.
- Choose a restore point created before the issue started.
- Follow the prompts.
- Restart your PC.
This restores system files and settings without affecting personal data.
9. Reset Windows 11 (Keep Files)
If none of the above methods work, resetting Windows may be necessary.
- From the recovery screen, select Troubleshoot.
- Click Reset this PC.
- Choose Keep my files.
- Follow on-screen instructions.
This reinstalls Windows while preserving personal files but removes installed apps.
Conclusion
The Preparing Automatic Repair loop in Windows 11 is typically caused by corrupted system files, boot configuration errors, failed updates, or disk problems. In most cases, running Startup Repair, performing SFC and CHKDSK scans, or rebuilding the boot configuration resolves the issue.
By carefully following the step-by-step solutions above, you should be able to break the repair loop and restore normal boot functionality. If the problem persists even after resetting Windows, it may indicate deeper hardware issues such as a failing hard drive that requires further diagnosis.