Fix Windows Update Error 0xc00000f0 (Solved!)

Methods to solve Update Error 0xc00000f0 in Windows.

0xc00000f0

Windows Updates are crucial to push new features, fixes, and security patches to the system. Ideally, you could ignore latest enhancements but never security updates. However, while trying to install them, users encounter the error code 0xc00000f0. If you face the same problem, then please read this article for the solutions.

What causes Windows Update Error 0xc00000f0? This issue can be caused by issues with the boot configuration, inconsistent services, missing or corrupt system files, or damaged Windows update cache. Honestly, we are not sure of the exact cause. This error hasn’t been discussed sufficiently across the forums. But if you encounter this error, we can try the following solutions sequentially: See: How to Fix Windows Update Error “0x800f020b”. Now let’s walk through the methods:

Windows Update Error 0xc00000f0

Here is how to fix Windows Update Error 0xc00000f0:

Run the Windows Update troubleshooter

We can always try more complicated solutions, but wouldn’t it be great if a built-in tool fixed the problem? This can be done by using the Windows Update troubleshooter. The procedure to use the tool is as follows:

  1. Right-click on Start button and choose Settings from the menu.
  2. In the Settings menu, go to System.
  3. In the right pane, select Troubleshoot.
  4. Choose Other troubleshooters.
  5. Click on Run corresponding to the Windows Update.
how to fix Windows Update Error 0xc00000f0
  1. Wait for the window to load and solve the error.

Reference: Use Common Windows Update Troubleshooter on Windows 11, 10, 8.1, 7.

Run SFC and DISM

Another reason for Update error 0xc00000f0 is missing or corrupt system files. Windows provides its users with a tool to check for malfunctioning elements and repair them if possible. This is called SFC Scan. Furthermore, DISM will rectify the Windows image file. You can run the SFC Scan and DISM as follows:

  1. Type cmd in the Windows Search bar.
  2. Click on Run as administrator.
  3. In the elevated Command Prompt window, type the following cmd command and hit Enter to execute it: SFC /SCANNOW
sfc scan cmd command running on elevated command prompt
  1. Reboot your system once the command has been executed.
  2. Go to Settings > Windows Update and click on Check for updates.
  3. If the error code still persists then once more launch elevated command prompt.
  4. Run the below commands sequentially:
DISM /Online /Cleanup-Image /CheckHealth
DISM /Online /Cleanup-Image /ScanHealth
DISM /Online /Cleanup-Image /RestoreHealth
  1. Restart your computer.

Rebuild BCD

As mentioned earlier, repairing the Boot Configuration can fix the problem. The method to rebuild BCD is as follows:

  1. Open Command Prompt as Administrator.
  2. Type the following command and hit “Enter” to run it:
bootrec /fixmbrbootrec /fixbootbootrec /scanosbootrec /rebuildbcd
Windows Update Error 0xc00000f0
  1. Once the command has been executed, reboot the system.

Clear the contents of the SoftwareDistribution and Catroot2 folders

If the issue is caused by missing or corrupt files associated with Windows Update, then the next solution will be to clear the contents of the SoftwareDistribution and Catroot2 folders.

  1. Launch elevated command prompt and run the below lines of commands sequentially:
net stop wuauserv
net stop bits
net stop cryptsvc
rename c:\windows\SoftwareDistribution SoftwareDistribution.bak
md %systemroot%\system32\catroot2.old
xcopy %systemroot%\system32\catroot2 %systemroot%\system32\catroot2.old /s
net start wuauserv
net start bits
net start cryptsvc
Clear the contents of the SoftwareDistribution and Catroot2 folders
  1. Reboot the system once the commands have been executed.

Download Windows Updates manually

By the time, you exhaust the previous solution, the problem should be fixed. But if not, then you can download the latest updates manually from the Microsoft Update Catalog and manually install them. Move forward with the steps:

  1. Go to catalog.update.microsoft.com.
  2. In the Search bar, type the knowledge base number of the update.
fix Windows Update Error 0xc00000f0
  1. Press ‘Enter’ to find the patch.
  2. Click on Download.
  3. install the update using the standalone file.
  4. Restart the PC.

Install latest audio driver from manufacturer’s website

Some users report that installing the latest audio driver directly from the manufacturer’s website has fixed the Windows Update Error 0xc00000f0. This seems weird but it is true so, advance with the steps:

  1. Go to the website of manufacturer.
  2. Enter the model number of your system if you are asked and go to the software download page.
  3. Download the audio driver and install it.

Execute In-Place Upgrade

In-Place Upgrade can help you install the error making trouble without affecting your personal files and apps.

  1. Visit the website: https://www.microsoft.com/en-in/software-download/windows11.
  2. Scroll down and find Download Windows 11 Disk Image (ISO).
  3. Click on the drop-down that says Windows 11 (multi-edition ISO).
  4. Then select Download.
  5. Set the Product language and click on Confirm.
  6. Next, click on “64-bit Download”.
  7. Double-click on the ISO file from the folder and choose Mount from the top.
  8. Open the setup.exe file.
  9. If any prompt appears, select Yes for approval.
  10. On the Install Windows 11 window; click on Next.
  11. Select Accept on the license agreement.
  12. The setup file will scan if sufficient space is available on the local disk and show the Ready to Install page.
  13. Select Keep personal files and apps.
  14.  Finally, click on Install.

Was this helpful? Please let us know in the comment section.

Methods:
Run the Windows Update troubleshooter
Run an SFC Scan
Rebuild BCD
Clear the contents of the SoftwareDistribution and Catroot2 folders
Download Windows Updates manually
Install latest audio driver from manufacturer’s website
Execute In-Place Upgrade

That’s all!!

Sharing is caring    Share Whatsapp

 
Topics:  Windows
  
About Karan Khanna
Karan is a B.Tech graduate and a technology enthusiast. He has worked towards Windows troubleshooting since 2013.