The Automatic Repair blue screen in Windows 11 typically appears when the operating system fails to boot properly. Instead of loading normally, the system enters the Windows Recovery Environment and displays messages such as “Preparing Automatic Repair” or “Automatic Repair couldn’t repair your PC.” This issue can prevent access to the desktop and may repeatedly loop back to the repair screen.
The problem is usually caused by corrupted system files, failed updates, damaged boot configuration data, disk errors, or hardware-related issues. Since Windows cannot load correctly, troubleshooting must be performed through the Advanced Startup options.
This guide explains how to fix the Automatic Repair blue screen in Windows 11 using structured recovery steps.
How to Fix Automatic Repair Blue Screen in Windows 11
Follow the solutions below in order until Windows boots normally.
1. Restart Your PC from Advanced Options
Sometimes a simple restart can break the repair loop.
- On the Automatic Repair screen, click Advanced options.
- Select Continue to exit and continue to Windows 11.
- If the issue persists, return to Advanced options.
- Click Turn off your PC.
- Wait a few seconds and power it back on.
If Windows still enters Automatic Repair, proceed to the next method.
2. Boot into Safe Mode
Safe Mode allows Windows to load with minimal drivers.
- From the Automatic Repair screen, click Advanced options.
- Select Troubleshoot.
- Click Advanced options again.
- Select Startup Settings.
- Click Restart.
- Press 4 or F4 to enable Safe Mode.
If Windows boots in Safe Mode, uninstall recent drivers or updates that may have caused the issue.
3. Run Startup Repair
Startup Repair can automatically fix boot-related issues.
- Click Advanced options from the Automatic Repair screen.
- Select Troubleshoot.
- Click Advanced options.
- Select Startup Repair.
- Choose your user account and enter the password if prompted.
- Allow Windows to scan and repair boot problems.
After completion, restart your PC.
4. Run System File Checker (SFC) from Recovery
Corrupted system files can prevent Windows from booting.
- From Advanced options, select Troubleshoot.
- Click Advanced options.
- Select Command Prompt.
- Type the following command and press Enter:
sfc /scannow /offbootdir=C:\ /offwindir=C:\Windows - Wait for the scan to complete.
- Restart your computer.
This command repairs corrupted Windows system files offline.
5. Repair Boot Configuration Data (BCD)
Damaged boot files can trigger Automatic Repair loops.
- Open Command Prompt from Advanced options.
- Type the following commands one by one and press Enter after each:
bootrec /fixmbr bootrec /fixboot bootrec /scanos bootrec /rebuildbcd - Restart your PC after completing the commands.
Rebuilding BCD restores proper boot configuration.
6. Check Disk for Errors
Disk errors may prevent Windows from loading.
- Open Command Prompt from Advanced options.
- Type the following command and press Enter:
chkdsk C: /f /r - Wait for the scan to complete.
- Restart your computer.
This checks and repairs disk-related errors.
7. Uninstall Recent Windows Updates
A failed update can trigger boot problems.
- From Advanced options, select Troubleshoot.
- Click Advanced options.
- Select Uninstall Updates.
- Choose Uninstall latest quality update.
- Restart your PC.
If the issue started after a major update, uninstall the latest feature update instead.
8. Reset This PC (Last Resort)
If none of the above solutions work, resetting Windows may be necessary.
- From Advanced options, select Troubleshoot.
- Click Reset this PC.
- Choose Keep my files if you want to preserve personal data.
- Follow the on-screen instructions to complete the reset.
Resetting reinstalls Windows while attempting to preserve your files.
Conclusion
The Automatic Repair blue screen in Windows 11 is typically caused by corrupted system files, boot configuration issues, disk errors, or problematic updates. By using Safe Mode, Startup Repair, SFC scans, BCD repair commands, and disk checks, you can restore normal boot functionality.
If necessary, resetting Windows provides a final recovery option. Following the troubleshooting steps above methodically should help you resolve the Automatic Repair loop and regain access to your Windows 11 system.