Forum Discussion
Windows 10 stuck on automatic repair loop and never boot into desktop
Command Prompt is one of the most effective built-in tools to fix automatic repair windows 10 loop, as it can repair corrupted boot files, damaged system components, and hard drive errors that cause the endless automatic repair cycle.
How to use:
1.When you reach the Automatic Repair screen, select "Advanced Options".
2.Navigate to Troubleshoot → Advanced Options → Command Prompt.
3.Run the following commands one by one to repair the boot configuration:
bootrec /fixmbr
bootrec /fixboot
bootrec /scanos
bootrec /rebuildbcd
4.Run this command to check and repair disk errors:
- chkdsk c: /f /r /x
5.Run these commands to repair corrupted system files:
- sfc /scannow
- dism /online /cleanup-image /restorehealth
Note: If you get an "access denied" message when running bootrec /fixboot, use this command instead:
- bootsect /nt60 sys /mbr
After each command, wait for the operation to complete and check for success messages. Once all commands finish, type exit and restart your computer to fully resolve the system issues and fix automatic repair windows 10 loop.