The error “Your device ran into a problem and couldn’t be repaired” usually appears when Windows 11 fails to fix startup issues using Automatic Repair. This means the system has encountered serious problems such as corrupted system files, boot configuration errors, or disk issues.
While it may seem critical, you can fix this error using recovery tools and built-in repair commands. In this guide, we’ll walk you through step-by-step solutions.
How to Fix “Your Device Ran Into a Problem and Couldn’t Be Repaired”
Follow these methods in order from the Windows Recovery Environment (WinRE).
1. Access Advanced Startup Options
If you’re stuck in a loop:
- Turn your PC on and off 2–3 times during boot.
- Windows will enter Recovery Mode.
- Click:
- Advanced options → Troubleshoot
2. Run Startup Repair Again
Sometimes retrying works.
- Go to:
- Troubleshoot → Advanced options → Startup Repair
- Select your account and continue.
3. Use System Restore
If you have restore points:
- Go to:
- Troubleshoot → Advanced options → System Restore
- Choose a restore point before the issue started.
- Follow the prompts.
4. Run SFC and DISM Offline
Repair corrupted system files.
- Open:
- Advanced options → Command Prompt
- Run: sfc /scannow /offbootdir=C:\ /offwindir=C:\Windows
- Then run: DISM /Image:C:\ /Cleanup-Image /RestoreHealth
5. Rebuild Boot Configuration (BCD)
Fix boot-related issues.
- In Command Prompt, run: bootrec /fixmbr
bootrec /fixboot
bootrec /scanos
bootrec /rebuildbcd - Restart your PC.
6. Check Disk for Errors
Disk corruption can cause repair failures.
- In Command Prompt, run: chkdsk C: /f /r
- Wait for the scan to complete.
7. Disable Automatic Repair Loop
- Open Command Prompt in recovery.
- Run: bcdedit /set {default} recoveryenabled No
- Restart your PC.
8. Reset This PC
If nothing works:
- Go to:
- Troubleshoot → Reset this PC
- Choose:
- Keep my files (recommended)
- Or Remove everything
9. Reinstall Windows 11 (Last Resort)
If the system is beyond repair:
- Create a bootable USB using Windows 11 ISO.
- Boot from USB.
- Perform a fresh installation.
Common Causes of This Error
- Corrupted system files
- Damaged boot configuration (BCD)
- Failed Windows updates
- Disk errors or bad sectors
- Driver or hardware issues
Conclusion
The “Your device ran into a problem and couldn’t be repaired” error in Windows 11 indicates serious system issues, but it is often fixable using recovery tools. By running Startup Repair, restoring the system, repairing files, and rebuilding boot configuration, you can resolve the problem without losing data.
If all else fails, resetting or reinstalling Windows will restore your system to a working state.