Windows 10 stuck on Attempting repairs usually comes from disk or system file errors that you can fix through recovery tools and careful checks.
What Attempting Repairs Windows 10 Actually Means
When you see the message Attempting repairs Windows 10 across the bottom of the screen, Windows has already failed to start a few times in a row. At that point, the system triggers Automatic Repair and runs a set of checks against startup files, drivers, and the disk that holds your installation.
The repair phase often appears in a short sequence such as “Preparing Automatic Repair,” then “Diagnosing your PC,” followed by “Attempting repairs.” During this time, Windows scans for damaged boot files, missing configuration data, and corruption inside core system files. If the scan finds clear problems that match known patterns, it applies built-in fixes and reboots.
The loop starts when those fixes either do not match the real problem or cannot run to completion. That is when the screen repeats Attempting repairs on every start or drops you into a blue recovery screen that reports that Startup Repair could not repair your PC. At that point you move from automatic repair into manual troubleshooting so you can protect your files and stop the loop.
Fast Checks Before You Change Anything
Before you launch deep repairs, you can run a few quick checks that sometimes clear the Attempting repairs Windows 10 screen without heavy commands. These steps also give you clues about whether the disk or other hardware is struggling.
Simple Power And Hardware Checks
- Wait A Reasonable Time — If the dots still move and the drive light blinks, give Windows up to 30–60 minutes, since large repairs can take a while on a slow drive.
- Force A Clean Power Cycle — Hold the power button until the machine shuts down, remove the power cable (and battery on older laptops), wait half a minute, then turn it on again.
- Unplug External Devices — Disconnect USB drives, printers, docks, and extra monitors, then boot once more with only keyboard, mouse, and screen attached.
- Listen For Drive Noise — Repeated clicking or grinding from an older hard drive hints at physical trouble; in that case you want to move fast on backups once the system lets you in.
These steps either let Windows complete its own repairs or at least strip away distractions so you can focus on the real fault.
Common Symptoms And What They Point To
| Symptom | What It Suggests | Next Step |
|---|---|---|
| Loop of “Preparing Automatic Repair” then “Attempting repairs” | Startup files or drivers likely corrupted | Use Windows recovery tools and Safe Mode |
| Attempting repairs stays for hours with no change | Repair process stuck or disk struggling to read data | Move on to manual checks and disk scan |
| Blue screen says Startup Repair could not repair your PC | Automatic fixes failed or deeper system damage exists | Run commands such as chkdsk, SFC, and DISM |
Attempting Repairs Windows 10 Fixes To Try From Recovery Tools
Once automatic repair has failed, you need access to the Windows repair menu. On most systems you can reach that menu even from an Attempting repairs loop by interrupting the boot process a few times in a row.
Reach The Advanced Repair Screens
- Interrupt Boot Three Times — Power on the PC, wait for the Windows logo, then hold the power button until it shuts down; repeat this sequence three times.
- Let Windows Load Repair Options — On the next start, Windows usually opens a screen with a button labeled Advanced options.
- Open Troubleshoot Menu — Select Troubleshoot, then choose Advanced options to see the full set of repair tools.
If that sequence does not appear, you can boot from a Windows 10 installation USB and pick Repair your computer on the first screen, which leads to the same repair menus.
Run Startup Repair And System Restore
- Try Startup Repair Again — From Advanced options, choose Startup Repair and let Windows scan and attempt one more automatic fix with extended checks.
- Use System Restore — If restore points exist, select System Restore, pick a point from before the repair loop began, and let Windows roll system files and drivers back to that time.
- Remove Recent Updates — On some builds you see options to Uninstall latest quality update or feature update, which can help when a recent patch triggered the loop.
These tools rely on backup data that Windows already stored. When they work, you often return to a normal desktop without deeper commands.
Boot Into Safe Mode For Extra Control
- Open Startup Settings — From Advanced options, choose Startup Settings and press Restart.
- Select Safe Mode — On the list that appears, press 4 or F4 to boot into plain Safe Mode, or 5 or F5 for Safe Mode with Networking.
- Clean Up Recent Changes — In Safe Mode, uninstall drivers or apps added just before the problem, and remove recently installed Windows updates from Settings.
Safe Mode loads only basic drivers and services, which often lets you undo the last set of changes that triggered the Attempting repairs cycle.
Attempting Repairs In Windows 10 Startup Loop Fixes
When the standard repair screens do not solve the startup loop, command-line tools give you deeper control. These tools repair the file system, scan core Windows files, and rebuild boot data that tells the system where Windows lives on the disk.
Check The Disk For Errors With CHKDSK
- Open Command Prompt — From Advanced options, choose Command Prompt and pick your account if asked.
- Find The Windows Drive Letter — In the window, run diskpart, then list volume to see which letter holds your Windows installation, then type exit.
- Run CHKDSK With Repair Flags — Enter chkdsk C: /f /r (replace C: with your Windows drive letter) and press Enter, then wait for the scan and fix process to complete.
This scan searches for file system errors and bad sectors and tries to repair what it can. On large drives this stage can take a long time, especially on older spinning disks.
Repair System Files With SFC And DISM
- Run System File Checker — In Command Prompt, enter sfc /scannow and press Enter; let the scan finish and follow any messages it prints.
- Repair The Windows Image — If SFC reports damaged files it cannot fix, run dism /online /cleanup-image /restorehealth to repair the underlying system image.
- Run SFC Again — After DISM completes, run sfc /scannow once more so it can replace system files with clean copies.
These two tools often clear the corrupt files that sit behind an Attempting repairs loop, especially after a power cut during an update.
Rebuild Boot Data With BOOTREC
- Fix Master Boot Record — In Command Prompt, run bootrec /fixmbr and press Enter.
- Repair Boot Sector — Run bootrec /fixboot, which writes a fresh boot sector compatible with Windows 10.
- Rebuild Boot Configuration — Run bootrec /scanos followed by bootrec /rebuildbcd to scan for Windows installations and rebuild the boot list.
After these steps, close Command Prompt and restart from the menu to see whether Windows starts normally or still returns to repair mode.
When Attempting Repairs Windows 10 Keeps Returning
If all software-level repairs succeed yet the system still falls back to repair messages, there may be a deeper hardware problem. A failing drive, faulty memory, or even a loose cable can keep Windows from reading files reliably during startup.
Check Drive Health And Hardware
- Run Built-In Drive Tests — Many laptops and desktops include hardware tests in their boot menu; you can open them with keys such as F2, F10, or F12 during power-on, then run a storage test.
- Use SMART Monitoring Tools — From Safe Mode or another working machine, use a disk utility that reads SMART data to see reallocated sectors, pending sectors, and other disk health markers.
- Inspect Cables And Slots — On a desktop, reseat the SATA and power cables for the drive and check that memory modules sit firmly in their slots.
Hard drives that show rising error counts or repeated slow reads often keep triggering repair loops even after software fixes. In that situation, backing up files takes priority over further tuning of Windows.
Get Your Files To Safety
- Copy Files From Safe Mode — If Safe Mode loads, copy documents, photos, and other irreplaceable data to an external drive or cloud storage straight away.
- Use A Bootable USB Tool — When Windows will not start in any mode, boot from a Windows 10 USB or a live Linux USB and copy data from the internal drive to another device.
- Clone A Weak Drive — If reads still work but the disk feels slow or noisy, use a disk imaging tool from a bootable USB to clone it to a fresh drive before it degrades further.
Once copies of your files live somewhere safe, you have more room to experiment with resets or a clean installation without worrying about data loss.
Last Resort Options To Save Your System
When every repair still leads back to Attempting repairs Windows 10, you reach the point where rebuilding Windows itself becomes the cleanest path. At this stage you choose between resetting the current installation and performing a full reinstall on the same drive or a replacement drive.
Reset This PC While Keeping Files
- Open Reset Tool — From the Troubleshoot menu, choose Reset this PC.
- Select Keep My Files — Pick the option that keeps personal files while removing apps and settings, then follow the prompts.
- Let Windows Rebuild Itself — The reset process reinstalls core Windows components and drivers, which often clears persistent startup problems.
This route leaves your documents in place but removes desktop programs, so you will reinstall those later from trusted sources.
Clean Install On A Fresh Or Wiped Drive
- Create Or Use A Windows 10 USB — On a working PC, download the Windows 10 media creation tool and build a bootable USB if you do not have one already.
- Boot From The USB Stick — Set the machine to start from USB, then choose Install now and follow the setup screens.
- Delete Or Replace The Old Partition — When asked where to install Windows, select the old Windows partition, delete or format it, or choose a new drive if you have installed one.
A fresh installation removes the entire previous copy of Windows, including whatever triggered the repair loop, so you start again with a clean baseline. After setup, restore your files from backups and reinstall software in stages, watching for any program or driver that causes fresh trouble.
With these steps, most systems stuck on Attempting repairs in Windows 10 either return to normal or at least reach a state where your files are safe and a clean rebuild can move you forward without the loop returning.
