If you have recently tried to turn on your computer and been through to the Start up Repair screen or got caught in a boot cycle that doesn't go anywhere. You're going to have to do some major troubleshooting as something has caused a catastrophic collapse of the boot process. In my experience this is almost always Windows update related so don't freak out that you have done something wrong. This guide is going to guide you through some steps you can use to hopefully fix this issue, however we're also going to be real with you and say things probably won't end well...

Takeaways:

  1. Learn how to fix Windows 11 error: Device Ran Into a Problem and Couldn’t Be Repaired
  2. What's the best way to save a PC from Device Ran Into a Problem and Couldn’t Be Repaired error?

Be Prepared for the Worst...

Before trying any repair steps, it is important to understand a hard truth. In some cases this error cannot be resolved. If a Windows update has severely damaged the operating system, recovery tools may fail completely. When that happens, no built in fix will restore your system to a working state.

You should be prepared for the possibility of a clean installation of Windows using a bootable USB drive. This process removes everything on the system drive. Because of that, you may need to physically remove the drive and connect it to another computer to copy important files before proceeding. If your data is critical, prioritize backing it up before attempting further repairs.

How to Access and Use Recovery Options on Windows 11

To fix the issue, you need to enter the Windows Recovery Environment.

Forced Restart: Turn on your computer and interrupt the boot process by holding the power button when the logo appears. Repeat this several times until recovery options appear.

Bootable USB: If recovery does not load, create a Windows installation USB on another computer and boot from it. Choose Repair your PC instead of installing Windows.

How to Fix Your Device Ran Into a Problem and Couldn’t Be Repaired

Once you have entered the Windows Recovery Environment using one of the methods shown above, go to Troubleshoot and select Startup Repair.

How to Fix Your Device Ran Into a Problem and Couldn’t Be Repaired

This tool scans for and fixes common startup issues. Allow it to complete without interruption. Depending on how bad Microsoft has screwed things this process might not work and show an error message. This is the first sign that things probably aren't going to have a happy ending.

Uninstall Recent Updates

Go to Troubleshoot and then Uninstall Updates. Remove the latest feature or quality update and restart your system. A lot of the time this will fail and you will have to try something else. Again, if this fails as well things aren't looking good and you're more than likely looking at a clean installation of Windows.

Rebuild BCD Boot Configuration Data (BCD)

  • Boot into Recovery Mode as shown above.
  • Open Command Prompt
  • In Recovery, go to Troubleshoot > Advanced Options > Command Prompt.
  • Enter the following command.

bootrec /rebuildbcd

  • The tool will scan for installed Windows versions.
  • Press Y to add detected installations.
  • Optional: Fix the Boot Path

bcdboot c:\windows /s c:

  • This copies new boot files to the system partition.
  • Must be run in Recovery Mode to avoid errors.

Scan for Drive Issues

Use Command Prompt to run a disk check on the system drive. This process looks for bad sectors and repairs logical errors.

  • Boot into Recovery Mode and open Command Prompt.
  • Type the following and press Enter:

chkdsk c: /f /r /x

c: is the drive letter of your Windows installation. Change it if needed.

/f fixes errors, /r locates bad sectors, /x forces the drive to dismount if necessary.

  • Wait for the scan to finish.
  • Restart your PC and see if Windows boots normally.

Roll Back to a Working State

If restore points are available, select one created before the issue started. This can undo recent system changes without affecting personal files. I've yet to have this solve the problem for me as it always shows an error message but you might have more luck so give it ago.

Clean Install Windows 11 from a USB Drive

If none of the above methods work, reinstalling Windows is the final solution. Boot from your USB installation media and install a fresh copy of Windows. Be aware that all data on the selected partition will be deleted.

Always double check the selected drive before proceeding. If possible, back up your data first to avoid permanent loss.