Encountering a ‘Preparing Automatic Repair’ loop on your Windows 11 PC can be both frustrating and alarming. This issue prevents your system from booting properly, leaving you stuck on a black screen without access to your desktop. Thankfully, this is typically a software-related problem that can be resolved using several methods, which we’ll explore in this guide.
Before proceeding with the solutions, you’ll need to access the Windows Recovery Environment (WinRE) since most of the fixes require it. To do this, start by powering on your PC. As soon as it begins to boot, press and hold the power button for about 20 seconds to force a shutdown. Repeat this process three times. On the fourth attempt, allow your computer to boot without interruption; it should enter the WinRE automatically.
1. Rebuild the Boot Configuration Data and Run CHKDSK
Corrupted Boot Configuration Data (BCD) can often cause the ‘Preparing Automatic Repair’ loop. Rebuilding the BCD and running the Check Disk utility may resolve the issue.



bootrec.exe /rebuildbcd
bootrec.exe /fixmbr
bootrec.exe /fixboot

Enter after each:chkdsk /r c:
chkdsk /r d:

shutdown /r in the Command Prompt and pressing Enter, or simply close the Command Prompt window.After restarting, check if the issue persists.
Join readers who trust AllThings.How
Add us as a preferred source on Google so our practical guides show up first next time you search.
Add to Google Preferences →2. Delete the Corrupted or Damaged File
Sometimes, a critical boot file may be corrupted or damaged, preventing the Automatic Repair tool from functioning properly. Deleting this problematic file can help resolve the loop.



Enter:cd C:\Windows\System32\LogFiles\Srt

cd c:\windows\system32\drivers

del vsock.sys


After the restart, check if the ‘Preparing Automatic Repair’ loop persists.
3. Boot Your Device in Safe Mode
A corrupted third-party service or software interference might be causing the loop. Booting into Safe Mode can help you identify and resolve such issues by loading only essential Microsoft services.




F4 for Safe Mode or F5 for Safe Mode with Networking.Once in Safe Mode, you can uninstall any recently installed software or drivers that might be causing the issue.
4. Restore Your Device Using System Image Recovery
If the issue started after installing new software or a major system update, restoring your PC to an earlier point might resolve the problem.








5. Factory Reset Your PC
If all else fails, performing a factory reset may be the solution. This will reinstall Windows and remove all files, applications, and settings, bringing your PC back to its original state.



Note: Neither option requires external installation media.



Once the reset is complete, your PC will restart, and the ‘Preparing Automatic Repair’ loop should be resolved.
Hopefully, one of these solutions has helped you fix the ‘Preparing Automatic Repair’ loop on your Windows 11 PC.






