Windows

"Automatic Repair couldn't repair your PC" Loop? How to Break Out and Fix It

Published ✓ Verified ⏱️ 2 min read January 16, 2025 · by Ryan Bennett

Your PC boots straight into a blue Automatic Repair screen that says “Automatic Repair couldn’t repair your PC”, and restarting just lands you back there.

Why: Windows tried to self-repair a startup problem (a damaged boot file, a corrupted system file, or a bad update), failed, and is now stuck launching the repair tool on every boot instead of loading Windows. The fastest path is to break that cycle, then repair the real cause from the Windows Recovery Environment (Windows RE).

Fix 1: Run Startup Repair from the recovery menu

The Automatic Repair screen already gives you the door into Windows RE.

  1. On the “Automatic Repair couldn’t repair your PC” screen, select Advanced options.
  2. Choose Troubleshoot > Advanced options > Startup Repair.
  3. Pick your account, enter the password if asked, and let it run. If you have BitLocker, you’ll need your recovery key.
  4. When it finishes, select Shutdown, then power back on to see if Windows starts.

Startup Repair automatically looks for missing or damaged system files, corrupted Boot Configuration Data (BCD), and a damaged master boot record. If it succeeds, you’re done.

Fix 2: Break the repair loop with a command

If it keeps dropping you back into Automatic Repair, disable the automatic relaunch so Windows is forced to attempt a normal boot.

  1. From the recovery menu, choose Troubleshoot > Advanced options > Command Prompt.
  2. Run:
bcdedit /set {default} recoveryenabled no
  1. Close the window and restart.

This stops the auto-repair cycle. If Windows now boots normally, run sfc /scannow and DISM /Online /Cleanup-Image /RestoreHealth from an admin Command Prompt to repair whatever was damaged. If it still won’t boot, continue to Fix 3.

Fix 3: If it started after an update or a recent change

The loop very often appears right after a Windows update or a new driver.

  1. From Troubleshoot > Advanced options, choose Uninstall Updates, then Uninstall latest quality update (or feature update).
  2. Or choose System Restore and roll back to a point from before the loop started.
  3. Or boot into Safe Mode (Advanced options > Startup Settings > Restart, then press 4) and uninstall the recent driver or app from there.

FAQ

Where’s the repair log? Startup Repair writes details to %windir%\System32\LogFiles\Srt\Srttrail.txt, which you can open from the Command Prompt in Windows RE.

Will this erase my files? No. Startup Repair, the bcdedit command, and update rollback all leave your personal files alone. Keep “Reset this PC” as a last resort.

It won’t even reach the repair screen. Boot from a Windows 11 installation USB, choose Repair your computer, and you’ll land in the same Windows RE menu.

Sources: Microsoft Support — Startup Repair, Microsoft Learn — Windows startup issues troubleshooting

↑↓ navigate · ↵ open · Esc close See all results →