Windows 10 Automatic Repair Loop: 12 Fixes

Windows 10 Automatic Repair Loop: 12 Ways to Fix It Without Reinstalling Windows

How to fix Windows 10 automatic repair loop startup error

Is Windows 10 stuck in an Automatic Repair loop? If your PC repeatedly shows messages such as Preparing Automatic Repair, Diagnosing your PC, or Automatic Repair couldn't repair your PC, Windows may be unable to start normally.

You do not always need to reinstall Windows. In many cases, you can repair the startup problem using the recovery tools already included with Windows.

Important: Windows 10 reached end of support on October 14, 2025. If your computer supports Windows 11, upgrading is the better long-term choice. If you must continue using Windows 10, keep your system backed up and consider Microsoft's available security support options.

Quick Answer

If Windows 10 is stuck in an Automatic Repair loop, first enter the Windows Recovery Environment and try Startup Repair. If that does not work, try System Restore, uninstall a recent update, start Windows in Safe Mode, and then use tools such as SFC, CHKDSK, DISM, and BCDBoot.

If none of these methods work, you can use Reset this PC or perform a clean Windows installation.

What Is the Windows 10 Automatic Repair Loop?

Windows Automatic Repair is a recovery feature designed to help repair startup problems.

When Windows detects that it cannot start correctly, it may enter the Windows Recovery Environment and attempt to repair the problem automatically.

The problem occurs when Windows cannot complete the repair. The computer may restart and show the same recovery messages again.

This creates an Automatic Repair loop.

Why Does Automatic Repair Keep Running?

Several problems can cause Windows 10 to repeatedly enter Automatic Repair.

  • Corrupted or missing Windows system files
  • A failed Windows update
  • Damaged boot configuration data
  • Hard drive or SSD errors
  • Incorrect or damaged drivers
  • File-system corruption
  • Startup configuration problems
  • Software changes that prevent Windows from starting

Common Signs of an Automatic Repair Loop

Windows 10 stuck on preparing automatic repair screen

You may be experiencing an Automatic Repair loop if your computer repeatedly displays:

  • Preparing Automatic Repair
  • Diagnosing your PC
  • Attempting repairs
  • Automatic Repair couldn't repair your PC
  • A blue recovery screen
  • A black screen followed by automatic restarting
  • Advanced Startup Options after every restart
What You See Possible Problem
Preparing Automatic Repair repeatedly Windows cannot complete startup recovery
Automatic Repair couldn't repair your PC Startup files or system files may be damaged
Blue screen before recovery Driver, system, hardware, or update problem
Black screen and restart Startup, driver, display, or hardware issue

Before You Start the Fixes

Most of the following repairs are performed from the Windows Recovery Environment.

Windows may automatically enter this environment after several failed startups. You can also boot from a Windows installation USB and select Repair your computer.

Important: If your drive is protected by BitLocker, Windows may ask for the BitLocker recovery key before allowing access to some recovery options.

If possible, disconnect unnecessary USB devices, external drives, printers, and other peripherals before troubleshooting.

Fix 1: Run Startup Repair

Startup Repair should usually be your first repair option because it is specifically designed to fix common Windows startup problems.

  1. Enter the Windows Recovery Environment.
  2. Select Troubleshoot.
  3. Select Advanced options.
  4. Select Startup Repair.
  5. Choose your Windows account if requested.
  6. Enter your password if required.
  7. Allow Windows to complete the repair.

Restart the computer after the repair finishes.

Tip: If Startup Repair reports that it cannot repair your PC, return to Advanced options and continue with the next method.

Fix 2: Use System Restore

Windows 10 System Restore to fix automatic repair loop

If the problem started after installing software, drivers, or making system changes, System Restore may help.

  1. Open Troubleshoot.
  2. Select Advanced options.
  3. Select System Restore.
  4. Choose your Windows account.
  5. Select a restore point created before the problem appeared.
  6. Follow the instructions to complete the restore.

System Restore can return system files, drivers, registry settings, and installed program changes to an earlier state without normally removing your personal files.

Fix 3: Uninstall Recent Windows Updates

A recently installed Windows update can sometimes cause startup problems.

  1. Open Troubleshoot.
  2. Select Advanced options.
  3. Select Uninstall Updates.
  4. Try uninstalling the latest quality update.
  5. Restart the computer.

If the problem began immediately after a larger Windows version update, the recovery environment may also offer an option to remove the latest feature update.

Fix 4: Start Windows in Safe Mode

How to boot Windows 10 into Safe Mode for troubleshooting

Safe Mode starts Windows with a limited set of drivers and services. This can help determine whether a recently installed driver or program is causing the startup problem.

  1. Open Troubleshoot.
  2. Select Advanced options.
  3. Select Startup Settings.
  4. Select Restart.
  5. Press 4 or F4 for Safe Mode.

If Windows starts successfully in Safe Mode, remove recently installed drivers or software that may have caused the problem.

For more detailed instructions, see our guide on how to boot Windows in Safe Mode.

Fix 5: Run System File Checker

Corrupted Windows system files can prevent Windows from starting correctly.

From the Windows Recovery Environment, open Command Prompt.

First, determine the drive letter assigned to your Windows installation. In recovery mode, Windows may not always be installed on C:.

You can check the drives by entering:

diskpart list volume exit

Look for the volume containing the Windows folder.

For example, if Windows is installed on C:, run:

sfc /scannow /offbootdir=C:\ /offwindir=C:\Windows

Replace C: with the correct Windows drive letter if necessary.

Note: If you are unsure of the correct drive letter, do not assume that C: is the Windows partition. Check it first from Command Prompt.

Fix 6: Check the Drive with CHKDSK

File-system errors or drive problems can also cause Windows startup failures.

From Command Prompt in Windows Recovery Environment, run:

chkdsk C: /f

Replace C: with the correct Windows drive letter.

If you suspect physical drive problems, a deeper scan can take much longer:

chkdsk C: /f /r
Important: The /r option can take a long time, especially on large or damaged drives. If the drive is showing signs of physical failure, back up important data as soon as possible and consider replacing the drive.

Fix 7: Run DISM

Windows 10 command prompt repair commands for startup problems

DISM can repair problems in the Windows component store. When Windows is running normally, the common command is:

DISM /Online /Cleanup-Image /RestoreHealth

However, when you are working from the Windows Recovery Environment, you should not automatically use the /Online option because you are repairing the Windows installation on the disk rather than the currently running recovery environment.

You can first identify the correct Windows drive and then use an offline repair command such as:

DISM /Image:C:\ /Cleanup-Image /RestoreHealth

Replace C: with the actual Windows partition.

Important: Offline DISM repair can depend on the condition of the Windows component store and available repair source. If DISM cannot complete the repair, continue with the other recovery options.

Fix 8: Repair Windows Boot Files

Damaged boot configuration data can prevent Windows from starting.

Open Command Prompt from Advanced options.

On some systems, the following Bootrec commands can help:

bootrec /fixmbr bootrec /scanos bootrec /rebuildbcd

The /fixboot command can also be useful on some systems, but it may return an Access is denied error on modern UEFI installations.

For modern UEFI systems, BCDBoot is often a better method for recreating the Windows boot files.

First identify the Windows partition and the EFI System Partition. Then, after assigning the EFI partition a drive letter, a command may look like:

bcdboot C:\Windows /s S: /f UEFI

Here, C: represents the Windows partition and S: represents the EFI System Partition. Your drive letters may be different.

Warning: Do not run boot-repair commands with guessed drive letters. Confirm the Windows and EFI partitions first.

Fix 9: Disable Early Launch Anti-Malware Protection

If a security driver is preventing Windows from starting, temporarily disabling Early Launch Anti-Malware Protection may allow Windows to boot.

  1. Open Troubleshoot.
  2. Select Advanced options.
  3. Select Startup Settings.
  4. Select Restart.
  5. Choose the option to disable early launch anti-malware protection.

If Windows starts after this change, investigate recently installed security software or drivers.

Fix 10: Temporarily Disable Automatic Recovery

This is mainly a troubleshooting step, not a permanent repair.

From Command Prompt in the Windows Recovery Environment, you can temporarily disable automatic recovery with:

bcdedit /set {default} recoveryenabled No

Restart the computer and see whether Windows can start normally.

If you need to restore automatic recovery later, use:

bcdedit /set {default} recoveryenabled Yes
Important: Disabling automatic recovery does not repair the underlying problem. Use this only as a diagnostic step and restore the setting after troubleshooting.

Fix 11: Reset This PC

Reset Windows 10 PC without losing personal files

If the previous methods do not work, the Windows Recovery Environment provides the option to reset the PC.

  1. Select Troubleshoot.
  2. Select Reset this PC.
  3. Choose Keep my files or Remove everything.
  4. Follow the instructions on the screen.

Keep my files normally keeps personal files but removes installed applications and resets many settings.

Remove everything removes personal files, applications, and settings.

Important: Back up important files before resetting Windows whenever possible. Do not assume that your files are safe simply because you selected Keep my files.

Fix 12: Perform a Clean Windows Installation

If Windows remains stuck in the Automatic Repair loop after all other recovery methods, a clean installation may be necessary.

A clean installation removes the existing Windows installation and installs Windows again from installation media.

Before doing this:

  • Back up important personal files.
  • Make sure you have access to required software installers and licenses.
  • Check whether your computer supports Windows 11.
  • Create Windows installation media using another working computer if necessary.
  • Confirm which drive and partitions contain your important data.
Windows 10 support reminder: Because Windows 10 support ended on October 14, 2025, consider Windows 11 instead of reinstalling Windows 10 if your hardware supports it.

Windows 10 Automatic Repair Troubleshooting Checklist

  • Disconnect unnecessary external devices.
  • Try Startup Repair.
  • Try System Restore.
  • Uninstall the latest quality update.
  • Try Safe Mode.
  • Run SFC.
  • Check the Windows drive with CHKDSK.
  • Run offline DISM if appropriate.
  • Repair boot files when necessary.
  • Check recently installed drivers and security software.
  • Reset Windows if other recovery methods fail.
  • Back up data before performing a clean installation.

Frequently Asked Questions

Why is Windows 10 stuck on Preparing Automatic Repair?

Windows may be unable to complete startup because of corrupted system files, damaged boot files, a failed update, driver problems, or drive errors. Try Startup Repair first, followed by System Restore, Safe Mode, and the other recovery tools in this guide.

Can I fix the Automatic Repair loop without reinstalling Windows?

Yes. Many Automatic Repair problems can be investigated and repaired using Startup Repair, System Restore, Safe Mode, SFC, CHKDSK, DISM, and boot-repair tools.

Will System Restore delete my personal files?

System Restore is designed to roll back system settings, drivers, and program changes. It normally does not remove personal documents, pictures, or other personal files.

Should I use Reset This PC?

Use Reset This PC when normal recovery methods do not solve the problem. Back up important data first whenever possible.

Is Windows 10 still supported?

No. Microsoft ended standard Windows 10 support on October 14, 2025. If your computer supports Windows 11, upgrading is the preferred long-term option.

What if none of these fixes work?

If the computer still cannot start, the problem may involve serious Windows corruption, a failing SSD or hard drive, or another hardware problem. Back up your data if possible and consider professional hardware diagnosis or a clean Windows installation.

If you are troubleshooting Windows startup, hardware, or system-file problems, these Computerdok guides may also help:

Final advice: Do not jump straight to reinstalling Windows when Automatic Repair appears. Start with the least destructive recovery options and move gradually toward Reset or a clean installation if necessary.

Last updated: September 2026

Post a Comment

Previous Post Next Post