Fix Windows Update Database Corruption Error: While updating Windows 10 your update might get stuck or you will not be able to update your Windows because of Windows Update Database Corruption Error. You will only be able to find out this error when running Window Update Troubleshooter, while in some cases troubleshooter is able to fix all the issue related to Windows update but in this particular case it shows the cause as Potential Windows Update Database error detected but when you click Apply fix it won’t be able to fix this issue and returns “Not fixed” after running some time.

If you’re not able to download new updates your PC might become vulnerable to security threats and malware, hence it is very important to fix this Windows Update issue as soon as possible. And without wasting any time let’s see how to fix this error.

Windows Update Database Corruption Error [SOLVED]

Make sure to create a restore point just in case something goes wrong.

Contents

  • Windows Update Database Corruption Error [SOLVED]
  • Method 1: Run the Windows Update Troubleshooter
  • Method 2: Perform a Clean boot and then try to Update Windows
  • Method 3: Run System File Checker (SFC) and Check Disk (CHKDSK)
  • Method 4: Run DISM (Deployment Image Servicing and Management)
  • Method 5: Rename SoftwareDistribution Folder

Method 1: Run the Windows Update Troubleshooter

1.Type “troubleshooting” in Windows Search bar and click on Troubleshooting.

2.Next, from the left window pane select View all.

3.Then from the Troubleshoot computer problems list select Windows Update.

4.Follow on-screen instruction and let the Windows Update Troubleshoot run.

5.The Troubleshooter will Fix Windows Update Database Corruption Error.

6.Restart your PC and again try to install the updates.

7.In case the above troubleshooter doesn’t work or is corrupted you could manually download the Update Troubleshooter from Microsoft Website.

Method 2: Perform a Clean boot and then try to Update Windows

1.Press the Windows Key + R button, then type ‘msconfig’ and click OK.

2.Under General tab under, make sure ‘Selective startup’ is checked.

3.Uncheck ‘Load startup items‘ under selective startup.

4.Select Service tab and check the box ‘Hide all Microsoft services.’

5.Now click ‘Disable all’to disable all the unnecessary services which might cause conflict.

6.On Startup tab, click ‘Open Task Manager.’

7.Now in Startup tab (Inside Task Manager) disable all the startup items which are enabled.

8.Click OK and then Restart. Now again try to Update Windows and this time you will be able to successfully update your Windows.

9.Again press the Windows key + R button and type ‘msconfig’ and click OK.

10.On the General tab, select the Normal Startup option, and then click OK.

11.When you are prompted to restart the computer, click Restart. This would definitely help you Fix Windows Update Database Corruption Error.

Method 3: Run System File Checker (SFC) and Check Disk (CHKDSK)

1.Press Windows Key + X then click on Command Prompt(Admin).

2.Now type the following in the cmd and hit enter:

Sfc /scannow sfc /scannow /offbootdir=c:\ /offwindir=c:\windows

3.Wait for the above process to finish and once done restart your PC.

4.Next, run CHKDSK from here Fix File System Errors with Check Disk Utility(CHKDSK).

5.Let the above process complete and again reboot your PC to save changes.

Method 4: Run DISM (Deployment Image Servicing and Management)

1.Press Windows Key + X then select Command Prompt(Admin).

2.Enter the following command in cmd and hit enter:

Important: When you DISM you need to have Windows Installation Media ready.

DISM.exe /Online /Cleanup-Image /RestoreHealth /Source:C:\RepairSource\Windows /LimitAccess

Note: Replace the C:\RepairSource\Windows with the location of your repair source

2.Press enter to run the above command and wait for the process to complete, usually, it takes 15-20 minutes.

NOTE: If the above command doesn’t work then try on the below: Dism /Image:C:\offline /Cleanup-Image /RestoreHealth /Source:c:\test\mount\windows Dism /Online /Cleanup-Image /RestoreHealth /Source:c:\test\mount\windows /LimitAccess

3.After the DISM process if complete, type the following in the cmd and hit Enter: sfc /scannow

4.Let System File Checker run and once it’s complete, restart your PC.

Method 5: Rename SoftwareDistribution Folder

1.Press Windows Key + X then select Command Prompt (Admin).

2.Now type the following commands to stop Windows Update Services and then hit Enter after each one:

net stop wuauserv net stop cryptSvc net stop bits net stop msiserver

3.Next, type the following command to rename SoftwareDistribution Folder and then hit Enter:

ren C:\Windows\SoftwareDistribution SoftwareDistribution.old ren C:\Windows\System32\catroot2 catroot2.old

4.Finally, type the folowing command to start Windows Update Services and hit Enter after each one:

net start wuauserv net start cryptSvc net start bits net start msiserver

5.Reboot your PC to save changes.

Recommended for you:

  • Fix REGISTRY_ERROR Blue Screen Errors
  • How to Fix Windows 10 not using full RAM
  • Fix Internet Explorer Has Stopped Working Because of iertutil.dll
  • Fix WiFi keeps disconnecting issue on Windows 10

That’s it you have successfully Fix Windows Update Database Corruption Error but if you still have any queries regarding this post feel free to ask them in the comment’s section.