Windows Startup Repair Loop — Automatic Repair Cannot Fix Your PC
About Windows Startup Repair Loop
Fix Windows Automatic Repair loop where the system repeatedly fails to boot and shows 'Automatic Repair couldn't repair your PC' with restart cycles. This guide covers everything you need to know about this topic, including common causes, step-by-step solutions, and answers to frequently asked questions.
Here are the key things to understand: Automatic Repair triggers after two consecutive failed boot attempts. A repair loop occurs when Automatic Repair runs but cannot fix the issue, and Windows fails to boot again. The system shows 'Automatic Repair couldn't repair your PC' with options for Advanced options or Shutdown. The repair loop log is stored at C:\Windows\System32\LogFiles\Srt\SrtTrail.txt. This issue can be caused by corrupted boot files, registry damage, driver issues, or disk errors. Understanding these fundamentals will help you diagnose and resolve this issue more effectively.
The most common reasons this occurs include: Corrupted Windows boot files or BCD store. Critical driver failure preventing Windows from completing startup. Registry hive corruption making system settings unreadable. Recently installed Windows Update causing boot failure. Failing hard drive or SSD with bad sectors in system areas. Identifying the root cause is the first step toward finding the right solution.
To resolve this, follow these recommended steps: From the repair screen: click Advanced options > Troubleshoot > Advanced options. Try System Restore: select a restore point from before the issue started. Try Safe Mode: Startup Settings > Restart > press 4 for Safe Mode — uninstall recent updates/drivers. Open Command Prompt and run: sfc /scannow /offbootdir=C:\ /offwindir=C:\Windows. Rebuild BCD: bootrec /rebuildbcd && bootrec /fixmbr && bootrec /fixboot. Disable Automatic Repair to break the loop: bcdedit /set {default} recoveryenabled No (then troubleshoot manually). Last resort: Reset this PC (keep files) or perform an in-place upgrade repair. If these steps do not resolve the issue, consider consulting additional resources or a qualified professional.
This article is part of our Windows Error Codes collection on Error Codes Wiki. We provide comprehensive, up-to-date information to help you find solutions quickly.
Quick Answer
Can I recover my files from a repair loop?
Yes. From Advanced options > Command Prompt, access C:\ drive to copy files to a USB drive. Or boot from a Linux live USB to access and back up your files.
Overview
Fix Windows Automatic Repair loop where the system repeatedly fails to boot and shows 'Automatic Repair couldn't repair your PC' with restart cycles.
Key Details
- Automatic Repair triggers after two consecutive failed boot attempts
- A repair loop occurs when Automatic Repair runs but cannot fix the issue, and Windows fails to boot again
- The system shows 'Automatic Repair couldn't repair your PC' with options for Advanced options or Shutdown
- The repair loop log is stored at C:\Windows\System32\LogFiles\Srt\SrtTrail.txt
- This issue can be caused by corrupted boot files, registry damage, driver issues, or disk errors
Common Causes
- Corrupted Windows boot files or BCD store
- Critical driver failure preventing Windows from completing startup
- Registry hive corruption making system settings unreadable
- Recently installed Windows Update causing boot failure
- Failing hard drive or SSD with bad sectors in system areas
Steps
- 1From the repair screen: click Advanced options > Troubleshoot > Advanced options
- 2Try System Restore: select a restore point from before the issue started
- 3Try Safe Mode: Startup Settings > Restart > press 4 for Safe Mode — uninstall recent updates/drivers
- 4Open Command Prompt and run: sfc /scannow /offbootdir=C:\ /offwindir=C:\Windows
- 5Rebuild BCD: bootrec /rebuildbcd && bootrec /fixmbr && bootrec /fixboot
- 6Disable Automatic Repair to break the loop: bcdedit /set {default} recoveryenabled No (then troubleshoot manually)
- 7Last resort: Reset this PC (keep files) or perform an in-place upgrade repair