Skip to main content

Why My Computer Screen Reads Repair Your Computer?

by
Last updated on 10 min read

Your computer screen reads "Repair Your Computer" because Windows detected a critical startup failure it can't resolve automatically—usually from corrupted system files, a bad update, or a disk error.

What's happening here?

Your PC is stuck in a repair loop because Windows detected a startup problem it can't fix on its own.

That "Repair Your Computer" message pops up when Windows Recovery Environment (WinRE) kicks in after a boot failure. This feature first showed up in Windows 8 and stuck around in Windows 10 and 11. Picture it like a first-aid kit that tries to stabilize your system before you even log in. The loop happens when the repair tool itself fails—either because the damage is too severe, the tool is outdated, or a driver conflict blocks progress. Wikipedia

How to fix it: Using Windows installation media

If the automatic repair loop won't quit, grab a Windows installation USB and use it to access repair tools.

The built-in repair often fails because it relies on the same corrupted files causing the problem. A bootable USB bypasses your broken system entirely and gives you a clean environment to fix things.

  1. Get installation media from another PC: Download Microsoft's official Media Creation Tool on a working computer. Run it to create a bootable USB for your Windows version (10 or 11).
  2. Shut down the broken PC completely: Power off the computer that's stuck in the repair loop.
  3. Plug in the USB and boot from it: Insert the USB, turn on the PC, and immediately press the BIOS/UEFI key (usually F2, F12, Delete, or Esc). Try different keys if the first one doesn’t work—manufacturers love mixing things up.
  4. Set the USB as the first boot device: In BIOS/UEFI, find the "Boot" tab. Look for "Boot Order" or "Boot Priority," move your USB to the top, save changes, and exit.
  5. Start Windows Setup: Your PC should now boot from the USB. Pick your language, time zone, and keyboard layout, then click "Next."
  6. Skip installation and go straight to repair: On the setup screen, don't click "Install now." Instead, look for "Repair your computer" in the bottom-left corner.
  7. Dig into Advanced Options: From the Windows Recovery Environment menu, choose "Troubleshoot" → "Advanced options."
  8. Run Startup Repair: Select "Startup Repair" and let Windows attempt to fix the issue. On Windows 10/11, this process can take 20–60 minutes depending on your system speed and how bad the damage is. Microsoft Support

What if that doesn't work?

When Startup Repair gives up, these alternatives often break the cycle where automatic repair fails.

The automatic repair tool has limits. These next-level fixes often succeed where the first attempt fails.

  1. Turn off the automatic repair loop: If you can reach the Advanced Options menu—either through installation media or the force-shutdown trick—open "Command Prompt." Type bcdedit /set {default} recoveryenabled No and press Enter. This temporarily disables automatic repair, which can free you from the loop and let you boot into Windows if the underlying issue is minor. Restart after running the command.
  2. Run DISM and SFC scans: From the same Command Prompt in Advanced Options, these tools hunt down and fix corrupted system files. First, type DISM /Online /Cleanup-Image /RestoreHealth and press Enter. (Expect to wait 15–30 minutes—patience pays off.) After it finishes, type sfc /scannow and hit Enter. This scans and repairs Windows system files. They're your best bet for damaged core components. Microsoft Learn
  3. Boot into Safe Mode: If you can squeeze past the repair screen, Safe Mode lets you remove recently installed software or driver conflicts. On Windows 10/11, go through Advanced Options: "Troubleshoot" → "Advanced options" → "Startup Settings" → "Restart," then select Safe Mode from the list. Once inside, uninstall anything suspicious.
  4. Reset your PC or restore from a backup: If nothing else works, reset your PC while keeping your files (Settings → Update & Security → Recovery → Reset this PC). For a full restore, use a system image backup if you created one before the problem started.

How to prevent this from happening again

Keep your PC from ever seeing "Repair Your Computer" again with these simple habits.

Prevention beats repair every time. These steps reduce the chance of boot failure and save hours of frustration.

  • Back up regularly: The best defense isn't preventing the error—it's making sure you can recover if things go sideways. Use File History (Windows 10/11) or a third-party tool like Macrium Reflect to automate backups to an external drive or cloud storage.
  • Update your drivers: Outdated or buggy drivers are a top cause of boot failures. Use Windows Update or download fresh versions directly from the manufacturer’s site, especially for graphics, chipset, and storage drivers.
  • Check your disk health: Run chkdsk /f /r from an elevated Command Prompt every few months. It scans for bad sectors and attempts repairs. Microsoft Support
  • Use a UPS: Power surges or outages during updates can corrupt system files. A small uninterruptible power supply (UPS) keeps your PC running long enough to shut down safely during a blackout.
  • Avoid aggressive "optimization" tools: Registry cleaners and aggressive "PC boosters" often cause more harm than good by deleting critical system keys.

Why does my computer keep saying "Preparing Automatic Repair"?

Your computer keeps saying "Preparing Automatic Repair" because Windows has repeatedly detected a startup failure it can't fix—usually due to corrupted boot files, a failed update, or a failing hard drive.

This message appears when Windows Recovery Environment (WinRE) is triggered by a critical boot error. Each time your PC reboots, WinRE tries again, creating a loop. Common triggers include recent Windows updates that didn’t install correctly, a sudden power loss during an update, or a failing hard drive with bad sectors. Microsoft Support

If your hard drive is failing, the loop can persist even after repairs. Listen for unusual clicking noises or check disk health with tools like CrystalDiskInfo. If the drive is aging, consider replacing it before it fails completely.

What should I do if my computer shows "Automatic Repair"?

If your computer shows "Automatic Repair," force a shutdown by holding the power button for 10 seconds, repeat this two more times, then restart—the third boot should load the Windows Recovery Environment.

This trick overrides the stuck repair process and forces WinRE to appear. Once there, choose "Troubleshoot" → "Advanced options" to access repair tools like Startup Repair, System Restore, or Command Prompt. Microsoft Support

If the force-shutdown trick doesn’t work, your motherboard may be preventing access to WinRE. In that case, use Windows installation media to boot into recovery tools instead.

How long does automatic repair take on Windows 10?

On Windows 10, automatic repair typically takes 10 to 30 minutes, but it can drag on for 60 minutes or more on slower systems or when the damage is severe.

The duration depends on your CPU speed, RAM, disk type, and the type of corruption. On a modern SSD with a fast CPU, repairs often finish in under 20 minutes. On an older HDD, expect 30–60 minutes. Microsoft Answers

If it runs longer than 90 minutes, the repair is likely stuck. Force a shutdown and try the installation media method instead.

How long does Windows attempt repairs before giving up?

Windows attempts repairs during the first 3 boot cycles after detecting a failure, with each attempt taking 10 to 60 minutes depending on system specs and damage severity.

After the third failed boot, Windows usually stops trying and shows the "Automatic Repair couldn’t repair your PC" screen. This is why the force-shutdown trick works—it resets the counter and forces WinRE to appear on the next boot. Microsoft Docs

If repairs keep timing out, the issue may be deeper than a simple boot file corruption—perhaps a failing disk or a BIOS misconfiguration.

How do I disable the automatic repair loop?

To disable the automatic repair loop, boot into Advanced Options via installation media or the force-shutdown trick, open Command Prompt, and run bcdedit /set {default} recoveryenabled No.

This command tells Windows not to run automatic repair on startup, which can bypass the loop and let you boot into Windows if the underlying issue is minor. After running it, restart your PC. Microsoft Learn

This is a temporary fix. Once you fix the root cause (like a corrupted driver or update), re-enable it with bcdedit /set {default} recoveryenabled Yes to restore automatic repair functionality.

How do I stop the automatic repair loop in Windows 10?

To stop the automatic repair loop in Windows 10, use the force-shutdown trick three times, then boot into WinRE and run Startup Repair, or use installation media to access Command Prompt and disable recovery temporarily.

The loop usually starts after a failed boot. By forcing the system to fail three times, you trigger WinRE’s recovery menu, where you can run diagnostics or disable automatic repair. Microsoft Support

If the loop persists after disabling automatic repair, the issue may be a failing hard drive, a corrupted BCD (Boot Configuration Data), or a faulty RAM module.

What exactly does "automatic repair" mean?

Automatic repair is a built-in Windows feature that attempts to diagnose and fix startup failures without requiring user intervention.

Introduced in Windows 8 and kept in Windows 10/11, it runs when Windows detects a critical boot error—like missing or corrupted system files, a failed update, or a drive error. The tool checks boot files, registry hives, and disk health. Wikipedia

But here’s the catch: if the repair tool itself is damaged or the underlying hardware is failing, the loop can get stuck. That’s when you need to bypass WinRE and use installation media or Command Prompt tools directly.

Is Windows 11 still coming out?

Yes, Windows 11 was released in October 2021 and continues to receive updates and new features as of 2026.

Windows 11 introduced a refreshed interface, improved gaming features, and stricter hardware requirements like TPM 2.0. As of 2026, it remains the current supported version alongside Windows 10, which is in extended support until October 2025. Microsoft

If your PC is stuck in a repair loop, Windows 11 handles these situations similarly to Windows 10, with WinRE and installation media as your main recovery tools.

Why does Startup Repair take forever?

Startup Repair takes a long time because it scans and repairs multiple system components—including boot files, registry hives, disk sectors, and driver databases—on a potentially failing drive.

On a healthy SSD, repairs usually finish in under 20 minutes. On an older HDD, expect 30–60 minutes. The scan includes checking for bad sectors, rebuilding the BCD (Boot Configuration Data), and repairing registry hives—all CPU- and disk-intensive tasks. Microsoft Support

If it runs longer than 90 minutes, the drive may be failing or the corruption is too deep. In that case, use installation media to run DISM and SFC scans instead.

How do I actually get into Safe Mode?

To enter Safe Mode on Windows 10/11, boot into WinRE via installation media or the force-shutdown trick, go to "Troubleshoot" → "Advanced options" → "Startup Settings" → "Restart," then select Safe Mode from the list.

Safe Mode loads only essential drivers and services, making it ideal for troubleshooting driver conflicts or removing problematic software. You can also use the Shift + Restart trick from the login screen: hold Shift while clicking Restart. Microsoft Support

Once in Safe Mode, use the Control Panel or Settings to uninstall recently added software, update drivers, or run antivirus scans without interference from startup programs.

Edited and fact-checked by the TechFactsHub editorial team.
Alex Chen
Written by

Alex Chen is a senior tech writer and former IT support specialist with over a decade of experience troubleshooting everything from blue screens to printer jams. He lives in Portland, OR, where he spends his free time building custom PCs and wondering why printer drivers still don't work in 2026.

What Does ICIMS Mean?How Do I Connect My Cable Box To My Receiver And TV?