- Automatic repair tool used when system fails to boot, but can get stuck in a loop
- Hard rebooting PC can fix the issue of automatic repair loop in Windows 11
- Other solutions include rebuilding BCD, running chkdsk, performing DISM, restoring Windows Registry, and disabling automatic startup repair
When your system fails to boot, an automatic repair tool is utilized by the system to diagnose the problem with the system and troubleshoot the issues. This is your systemโs first line of defense which fixes the boot issues with the problem. However, when your system faces boot issues on a loop, your PC will go into an automatic repair loop. If you have been stuck in the automatic repair loop in Windows 11, and you are unable to get out of it, then this article will help you with that.
How to Fix Automatic Repair Loop in Windows 11
In this article, we will be discussing how you can fix the automatic repair loop in Windows 11.ย
Hard Reboot Your PC
The very first thing that you should try doing is hard rebooting your PC. To hard reboot your PC, follow the steps given below-
- Hold down the power button on your PC to shut down your PC. Wait for a few seconds for your system to shut down completely.
- Ensure there is no visible light on your system. If there is no visible light, then that means your system has been shut down.
- Remove the power cable, and then wait for a minute or two.
- After you are done waiting for a minute, plug in the power cable again.
- Now turn on your system, and this should fix the issue.
Rebuild BCD And Run Chkdsk
If you still face the issue, then you will have to rebuild the BCD and then run Chkdsk. Given below are the steps to rebuild BCD and then run Chkdsk-
- In theย Automatic Repair Screen, selectย Advanced Repair Optionsย and then click on theย Troubleshoot.ย After doing so, click onย Advanced Options,ย and then click onย Command Prompt.ย
- In theย Command Promptย window, execute the following command one by one to rebuild the BCD-
- bootrec.exe /rebuildbcd
- bootrec.exe /fixmbr
- bootrec.exe /fixboot
- After doing so, you will have to run the SFC scan. This will check the issues in your PC due to corrupted files, and fix them. To run the SFC scan, type and execute the following command in theย Command Prompt-
- sfc /scannow
- After doing so, run theย chkdsk. To do so, follow the steps given below-
- chkdsk C: /f /r /xย
This should fix the issue most probably. However, if the issue is not fixed, then you should move to the next troubleshooting step mentioned in this article.
Boot Into Safe Mode And Perform DISM
If rebuilding BCD and performing chksdk didnโt help you, then you can try performing DISM. DISM repairs the Windows image file and fixes the issue you face with it. To do so, follow the steps given below-
- When you are on theย Automatic Repairย screen, click onย Advanced Repairย Options and then click onย Troubleshoot.
- Next, click on theย Advanced Options,ย and then selectย Start Settings.ย
- Press the button which saysย Enable safe mode in networking.ย This will generallyย 5, so you will have to pressย 5ย to enable safe mode in networking.
- After you are booted into the safe mode, run theย Command Promptย as administrator. To do so, search forย CMDย in theย Start Menu. Right-click on theย Command Promptย and then click onย Run as administrator.ย
- In theย Command Prompt,ย type the following commandย DISM /Online /Cleanup-Image /RestoreHealthย and hitย Enterย to execute it.ย
- Wait for the process to complete, and then restart your PC.
Restore Windows Registry
If Windows Registry is corrupt, then it can also cause the issue. In this case, you will have to restore the Windows Registry. To restore Windows Registry, follow the steps given below-
- In theย Automatic Repair screen,ย click onย Advanced Repair Optionsย and then select theย Troubleshootย option.
- In theย Troubleshoot,ย click on theย Advanced Optionsย and then head to theย Command Prompt.ย
- Now in theย Command Prompt,ย type the following commandย copy c:\windows\system32\config\RegBack* c:\windows\system32\config\ย and hitย Enter.ย
- When asked to overwrite the files, typeย Allย and then hitย Enter.ย
- Doing so will restore the Windows Registry, and will fix the issue if it is caused due to it.
Disable Automatic Startup Repair
In the case of an automatic startup, the repair is enabled on your PC, then also you may get stuck in the automatic repair loop in Windows 11. You should try disabling automatic startup repair to fix the Automatic Repair Loop in Windows 11-
- Firstly, restart your PC to head to theย Automatic Repair Screen.ย Here, click onย Advanced Repair Options,ย and then selectย Troubleshoot.ย
- In theย Troubleshoot,ย click onย Advanced Optionsย and then head to theย Command Prompt.ย
- Now in theย Command Prompt,ย typeย bcdeditย and hitย Enter.ย
- Here, check whether theย recoveryenabledย value read yes or not. If it reads yes, then you will have to disable it. Continue ahead with the process if the value reads yes.
- In theย Command Prompt,ย type the commandย bcdedit /set {default} recoveryenabled noย and execute it.
- If the above command doesnโt work, then try executing the following commandย bcdedit /set {current} recoveryenabled no
Perform System Restore
If you started facing this problem recently, then you can revert your system to the point when it was working fine. However, to continue with this method, you will have to ensure you have created a restore point earlier. To perform a system restore, follow the steps given below-
- Click on theย Advanced Repair Optionsย in theย Automatic Repair Screen.ย
- After doing so, click onย Troubleshootย and then click onย Advanced Options.ย
- In theย Advanced Options, click onย System Restore.ย
- You will be asked to select the restore point. Select your restore point, and then click onย Next.ย
- Now, follow the on-screen instructions to restore your system.
Reset Windows 11
The last resort will be to reset the Windows. This is the last option that you should go for if any of the above methods didnโt help you.
- In theย Automatic Repair screen,ย click onย Advanced Optionsย and then click onย Troubleshoot.ย
- In theย Troubleshootย option, click onย Reset this PC.ย
- Here, click onย Remove Everythingย to reset the PC.
If you prefer clean installing the Windows, you can do that as well.
RELATED GUIDES:
- How to Create Task Using Windows 11 Task Scheduler
- How To Fix Touchscreen Not Working in Windows 11
- How To Fix Mobile Hotspot Not Working In Windows 11
These were all the methods to help you fix the Automatic Repair loop in Windows 11. Following the above steps, you will be able to fix the issue of the automatic repair loop in Windows 11.