Symptoms
- Automatic repair loop persists despite prior repair attempts
- Startup Repair, chkdsk, or sfc reported completing without clear errors
- System Restore may have also failed or wasn't available
- Problem has now persisted across multiple troubleshooting sessions
Likely causes
- CommonUnderlying disk corruption too extensive for standard repair toolsSome damage goes beyond what chkdsk and Startup Repair are designed to fix.
- PossibleA specific driver or startup program reinstalling itself as the causeIf the root cause keeps regenerating, surface-level fixes won't stick.
- PossibleFailing drive hardware masking as a repeated software problemIntermittent hardware failure can make repairs appear to work temporarily before failing again.
- PossibleDeep corruption in core Windows system files beyond what sfc can fixSome corruption requires DISM or a repair install to fully address.
- Less commonMalware actively reintroducing the problem after each repair attemptPersistent malware can specifically resist standard repair tools.
What to do
- From Windows Recovery Environment Command Prompt, run 'DISM /Image:C:\ /Cleanup-Image /RestoreHealth' if you have another way to supply the Windows installation source, since DISM can fix deeper corruption sfc alone can't.
- Try booting from a Windows installation USB directly (rather than the internal recovery partition) to rule out a damaged recovery partition contributing to repeated failures.
- Run a thorough 'chkdsk C: /f /r' (the /r flag does a more thorough bad-sector scan) and let it complete fully, even if it takes hours.
- If a bootable antivirus rescue disk is available, run a full scan to rule out malware actively causing repeated corruption.
- Back up all accessible personal files via Command Prompt or File Explorer from the Recovery Environment to an external USB drive as a priority at this stage.
- If repair tools genuinely cannot resolve it, use 'Reset this PC' choosing to remove everything, or perform a clean install from installation media, after confirming your backup is complete.
- If a clean install also runs into the same repair loop immediately, this strongly points to failing drive hardware needing replacement.
Tools and parts
- Bootable Windows installation USB drive
- External USB drive for backing up files
nameSearch: “search”
When to call a pro
When repair tools fail repeatedly across multiple sessions, this is a strong sign of drive hardware failure or very deep corruption; a professional can confirm this and recover data safely before any reinstall.
Safety
Generally low risk
Generally low risk for a careful person. Stop if anything looks different from what this guide describes.