Vizio preparing automatic repair windows 10

Vizio preparing automatic repair windows 10

Read time 9 minutes

“I installed Windows 10 updates a couple of days ago. Amid using my laptop, the Windows froze and went into “not responding.” Even after leaving the Windows to unfreeze for some time, it did not work out.”

After a few minutes, it gave me the dreaded blue screen. It states that there is a problem with Windows and is collecting information. After waiting for an awful lot of time, it changed from 0% to some percent, and it eventually went into “Preparing Automatic Repair” and then cut to a black screen. This cycles repeatedly. How can I get out of it?

Automatic repair on Windows 10 is a handy repair feature that can troubleshoot issues that stop you from booting correctly. If the computer fails to start properly two consecutive times, then Automatic Repair will be triggered as a system’s response to rectify the booting issue. Many of the users are complaining that after installing the latest Windows updates, they got stuck in the “Preparing Automatic Repair” boot loop.

Reasons behind Windows “Preparing Automatic Repair”

Mostly this “Preparing Automatic Repair” issue happens more on Windows 10/11. Basically, this problem arises right after or in between the Windows update. But why? So, let us discuss the cause-

  • Hardware driver problems
  • Problems related to Windows Registry led to the automatic repair issues
  • BOOTMGR (Windows Boot Manager) file corruption
  • Corrupted system files

Even after spending a lot of time trying to get out of this loop using various methods, they are unable to find a solution. This goes with the blue screen or black screen error, causing complete inaccessibility of booting issues in the system. And even after following the hard reboot of the system, the error continues to appear. In this post, we will walk you through the steps required to get out of this dreaded situation and recover deleted files.

  1. Scenario 1 Automatic Repair Couldn’t Repair Your PC- No Boot Loop
  2. Scenario 2 Automatic Repair Couldn’t Repair Your PC- Stuck in Boot Loop
  3. Kernel for Windows Data Recovery

Scenario 1 Automatic Repair Couldn’t Repair Your PC- No Boot Loop

If you get a message stating that “Automatic repair couldn’t repair your PC” with no boot loop, then this section is for you; you can apply the methods and steps described in this section to get out of this issue.

Method #1 Using Command Prompt to Access Boot Menu Options

You can use bootrec.exe to update the master boot record, partition boot sector, and the boot configuration data to correct boot issues on Windows. The detailed steps are outlined below:

  1. Click on the Troubleshoot button > Advanced Options > choose Command Prompt from the list.
    Vizio preparing automatic repair windows 10
  2. In the Command Prompt, enter the following commands one-by-by

    bootrec.exe /rebuildbcd

    bootrec.exe /fixmbr

    bootrec.exe /fixboot

  3. Running chkdsk alongside bootrec.exe can be helpful in these situations. Chkdsk checks the metadata of a drive for logical and physical errors and is used with parameters. Try running the following commands:

    chkdsk /r c:

    chkdsk /r d:

    Note: If you have more partitions, replace the drive letter in the previous syntax with the drive (letter) you want to perform chkdsk on.

  4. Restart your PC to check if the problem is resolved. Move to the next fix, if not.

Method #2 Boot in Safe Mode to Repair Windows 10 Image

If your system has performance or boot-related issues, then the System File Checker (SFC) tool can be used to scan, detect and replace the corrupted or missing system files using the Windows 10 recovery image. But, if the replacement files inside this recovery image are damaged, then the SFC command won’t work. Hence one can use Deployment Image Servicing and Management (DISM) tool to scan and repair the install.wim image, which can then be used to run the SFC tool. The detailed steps are outlined below:

  1. Go to Troubleshoot > Advanced options > Startup Settings.
  2. Next, click on the Restart button.
  3. After the restart, from the list of options, choose Enable Safe Mode with Networking.

Vizio preparing automatic repair windows 10

  1. When in Safe Mode, if you suspect a driver issue associated with any of your software, then you should download the updated driver from the manufacturer’s website and save it to an external drive for later use.
  2. Hold
    Vizio preparing automatic repair windows 10
    +X and select Command Prompt (admin) from the list.
  3. In the command Prompt, enter the following command and press enter:
    DISM /Online /Cleanup-Image /RestoreHealth
  4. It might take a while for the process to complete, so be patient.
  5. After the process, restart your PC and install the updated driver that you have downloaded in step 4.

Method #3 Run the Windows Startup Repair
You can run the Windows startup repair as a troubleshooting method.

  1. Go to the Advanced Options button and click it.
  2. Choose the Troubleshoot button and click Advanced Options.
  3. Click the Startup Repair button and let Windows 10 run the diagnosis for you.
  4. After the successful diagnosis, check the results and see if the problem continues to persist.

Method #4 Check the hardware specification of your computer
If Windows 10 is not able to overcome the endless repair loop issue, then the issue could be with the hardware and not the software. Perhaps, the RAM of the computer is not able to load the Windows on a hard drive, or the hard drive (SSD or HDD) may be failing to handle the large Windows files. There are multiple troubleshooting methods to check the hardware specification of your computer.

Method #5 Run the System Restore
System Restore is ideal for fixing issues like the endless repair loop. When the issue is stopping you from accessing the Windows 10 operating system, you need to boot the computer from a Windows installer DVD or USB drive and go through the below steps:

  1. Choose your language and other preferences. On the same screen, where you see the Install button, there is a Repair your Computer button on the left-hand side.
  2. Select the Windows Operating System to repair.
  3. Choose System Restore on the menu.
  4. Follow the given instructions and install Windows with point-in-time recovery.
  5. Restart the computer after the completion of System Restore, and if the process was followed clearly, then you should be no problem opening the Windows.

Scenario 2 Automatic Repair Couldn’t Repair Your PC- Stuck in Boot Loop

It can also be the case that you got stuck in the “Automatic repair couldn’t repair your PC” boot loop and couldn’t find a way to get out of it. In this section, we will discuss several fixes that can aid you in this situation.

Method #1 Disable Early Launch Anti-Malware

Early Launch Anti-malware (ELAM) drivers are the first line of defense against the malicious boot-start drivers as it helps the Windows kernel decide whether they should be initialized or not. This might falsely classify any crucial boot-start file as malicious and hence can cause issues during the boot. To disable ELAM, follow the steps mentioned below:

  1. In the boot menu, choose to Troubleshoot > Advanced options > Startup Settings.
  2. From the list of options, choose Disable early launch anti-malware protection.
  3. Restart the PC to check if the problem is resolved or not.

Method #2 Get Rid of Problematic Files

It might be the case that a problematic file is causing the Automatic repair boot loop issue. Hence, deleting the problematic file might be the right thing to do. To delete the problematic file, follow the steps mentioned below:

  1. In the boot menu, choose to Troubleshoot > Advanced options > Command Prompt.
  2. Enter the following command in the prompt:
    C:\Windows\System32\LogFiles\Srt
    SrtTrail.txt
  3. This will show you the boot critical files.
  4. To delete the boot critical files then in the command prompt, enter the following command:cd c:\windows\system32\drivers
    del <Enter the name of the corrupt file with extension>
  5. Restart the PC and check if the problem is solved.

Method #3 Disable Automatic Startup Repair

  1. In the boot menu, choose to Troubleshoot > Advanced options > Command Prompt.
  2. Now in the command prompt, run:
    bcdedit /set {default} recoveryenabled No
  3. This will disable the startup repair.

Method #4 Restore Windows Registry
A corrupted Windows registry might be the reason behind the Automatic repair boot loop. To restore your registry, follow the steps mentioned below:

  1. In the boot menu, choose to Troubleshoot > Advanced options > Command Prompt.
  2. In the command prompt, enter the following comment:
    copy c:\windows\system32\config\RegBack*c:\windows\system32\config
  3. If asked to overwrite the files, then type All and press Enter.
  4. Exit the command prompt and restart your PC.

Method #5 Refresh or Reset Your PC

If you are still facing issues, then resetting and refreshing the system may fix the issue. This will remove the installed applications, but Universal apps will be saved if you chose the refresh options. Reset option will delete the installed files, settings and apps. It is advised to back up the important files before trying out this option.

Vizio preparing automatic repair windows 10

After choosing the appropriate option, follow the instructions to complete the process.

Kernel for Windows Data Recovery

If these methods do not work successfully, you can try the Windows re-installation, and if that fails too, then it implies that you need a reliable third-party tool. Kernel for Windows Data Recovery software is just the tool that you might need. It is highly capable of recovering lost and inaccessible files. It can help you to recover your lost data in various situations such as hard disk failures, bad sectors on the drive, corrupted registry and disk partitions, virus infection, physical damage, and more. If you have a large amount of data to recover, then the recovery needs to be performed in multiple settings. Hence the Snapshot feature of the tool allows you to do just that. One can pause and save the snapshot; later, this snapshot can be uploaded into the tool to resume from where you have left. Therefore, it can be regarded as the best tool to restore files from corrupt drive.

Vizio preparing automatic repair windows 10

Conclusion

In conclusion, we have extensively discussed two scenarios that can be useful to solve “Automatic repair couldn’t repair your PC” using manual methods. If you still could not boot into Windows, it implies that there could be several reasons causing this issue. This demands a need for a reliable third-party tool such as Kernel for Windows Data Recovery that can quite easily fix and repair bad sectors in Windows. We highly recommend this tool as it can offer several beneficial features.

How do I fix preparing automatic repair in Windows 10?

How to Fix Windows Automatic Repair Loop with Blue Screen.
Fix 1. Use Windows 10 Repair Services..
Fix 2. Extend the System Partition..
Fix 3. Disable Early Launch Anti-Malware Protection..
Fix 4. Run System File Checker & CHKDSK..
Fix 5. Rebuild BCD..
Fix 6. Restore Windows Registry..
Fix 7. Perform System Restore..

How do I turn off preparing automatic repair?

Method 1: Disable Automatic Repair Before Windows 10 Fails to Boot.
Open the Command Prompt as administrator and run the bcdedit command: ... .
To disable automatic repair at Windows 10 startup, execute this command: bcdedit /set {current} recoveryenabled no..