Home Apps Windows How To Fix Windows Update Error 0x80080005?

How To Fix Windows Update Error 0x80080005?

0

Windows Update Error 0x80080005: Windows 10’s speed and security rely heavily on Windows Update, particularly the drastic changes that improve system stability. Even if you wish to avoid updates, you can’t since Windows Updates are required. As a result, you will undoubtedly encounter a plethora of error codes. Not all errors are the same, but certain persistent ones arise for various users with varying system conditions. This error was nicely described by one of our readers:

0x80080005

Error code 0x80080005, in particular, has proven to be a difficult nut to crack, prohibiting updates every time you check for new versions. To assist, we have created a list of workarounds that should be beneficial in dealing with this issue.

Many users encountered 0x80080005 update errors on their PC. This can be a major problem, and in light of this error, below are some other issues that users have reported:

0x80080005 Windows Update error – can happen in any version of Windows, including Windows 8.1 and 7.

The 0x80080005 Microsoft Store error – will appear when you access the Microsoft Store.

0x80080005 – 0x90017 error provides fewer details, but you should be able to fix the problem using one of our solutions.

Most Common Reasons For Windows Update Error Code 0x80080005

It’s also vital to understand why certain Windows Update errors occur, particularly the code 0x80080005, because some are avoidable. Here are the main reasons:

Windows Update Components Are Not Working Properly – When you run a Windows Update, various services in your system are activated, and if they are not functioning properly, the 0x80080005 error appears. This is the main source of the problem, which is why we’re addressing it first in this post.

Windows Update Service Is Not Functioning – Although it is one of the least likely reasons, it has occurred in the past and can be disruptive. You may always go to Microsoft’s update website and click the update now option or download and utilize the Media Creation Tool to update.

The Missing Or Corrupt System Files – As you might expect, system files are critical to the proper running of your device, and if any or all of them get damaged or removed for any reason, Windows Update may fail horribly. A method for repairing faulty system files is provided below.

Antivirus May Block Update – Some antiviruses are renowned for blocking certain services, and if they start bossing about with your Windows Update, things may become nasty. This is not a common event, but you should be aware of the possibility.

Of course, there are several alternative possibilities, but we focused on the main irritants. However, the part below will fix you in resolving the error code 0x80080005.

How Can I Fix Windows 10 Update Error 0x80080005?

Install An Automatic PC Repair Tool

You should install an advanced third-party program to scan your PC and fix Windows modifications automatically. System stability issues are caused by various variables, most of which are related to the Windows registry.

A regularly updated operating system and registry cleansing will improve your computer’s speed and protect it from infection. Windows Update is designed to improve your operating system’s overall efficiency, incorporate new features, and even upgrade current ones. However, certain errors may occur out of nowhere at times.

If you have similar problems, there is a specialist Windows repair software called Restoro that may assist you in resolving them quickly. This is how Restoro can help you fix registry errors:

1 – First, download and install Restoro. 

2 – Open the app. 

3 – Allow the app to detect system stability issues and potential malware infections.

4 – Now, press Start Repair. 

5 – Restart your computer to have the changes take effect.

After the process, your computer should function normally, and you will no longer have any Windows Update errors.

Run Windows Update Troubleshooter

1 – To open the Settings app, press Windows Key + I.

2 – Go to the Update & Security section. 

3 – From the menu on the left, select Troubleshoot.

4 – Select Windows Update in the right pane and click Run the troubleshooter.

5 – To complete the troubleshooter, follow the directions on the screen.

A tiny problem may occasionally occur, preventing you from downloading the most recent updates. If you are experiencing update error 0x80080005, you may be able to fix the problem by using the Windows Update troubleshooter. Windows has several troubleshooters that may be used to fix various common issues. Check the steps above to utilize the Windows Update troubleshooter.

Scan System For Issues

Run SFC Scan 

1 – In the Search bar, type command and then click on Run as administrator to launch Command Prompt with elevated permissions, as we did in the first step.

2 – Type the following line on the command line and press Enter to confirm:

sfc/scannow

3 – Once the operation is completed, attempt updating.

Run DISM Scan 

1 – Press Windows key + X to select the PowerShell (admin) menu.

2 – In the command line, type and press Enter the following:

DISM /Online /Cleanup-Image /RestoreHealth

3 – If you’ve a Windows 10 ISO mounted on physical media or a virtual drive, you may use the following alternative command (enter to run it):

DISM /Online /Cleanup-Image /RestoreHealth /source:WIM:X:SourcesInstall.wim:1 /LimitAccess

  • Remember to replace X with the drive letter on which your Windows 10 ISO is installed.

If you meddle with the process before it is finished, you will not profit from the outcomes. Check to see whether the problem persists after the DISM scan. If the issue persists, check the SFC scan again to see if it resolves the issue.

Run Chkdsk Scan 

1 – Open PowerShell by pressing Windows key + X and selecting PowerShell (admin) from the list.

2 – When the window appears, paste the following command into it and press Enter to run it:

chkdsk /f c

This command with chkdsk will fix any corrupted files on your drive and may also resolve the error 0x80080005, so it wouldn’t harm to try it. If you want to avoid using many commands to scan and fix issues on your system, you can utilize Restoro to conduct the same tasks efficiently.

Reset Windows Update Components

1 – In Windows search, type cmd and select Run as administrator from the list.

2 – Now, one by one, type or paste the following commands and press Enter after each one to run them:

  • net stop wuauserv
  • net stop cryptSvc
  • net stop bits
  • net stop msiserver
  • ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
  • ren C:\Windows\System32\catroot2 catroot2.old
  • net start wuauserv
  • net start cryptSvc
  • net start bits
  • net start msiserver
  • pause

The error 0x80080005 frequently occurs due to problems with Windows Update components. To fix this, you must manually reset the relevant components. After running these commands, all essential components will be restarted, and you can download updates again. Well, if you don’t want to run all these commands manually, you can always create a Windows Update reset script and use it to reset the required components automatically.

Accept Control Of The System Volume Information Directory

1 – Press the Windows key + X combination and select Windows PowerShell (Admin) from the list of options.

2 – Now type and press Enter the following command:

cmd.exe /c takeown /f “C:System Volume Information*” /R /D Y && icacls “C:System Volume Information*” /grant:R SYSTEM:F /T /C /L

While Windows was attempting to access the System Volume Information directory, several of our readers received the error 0x80080005. Windows appears unable to access this directory for some reason; however, this may be resolved by altering system permissions. After running this command, you will fully access the System Volume Information directory, and the Windows Update problem will be rectified.

Use Registry Editor

1 – Press Windows Key + R to open Regedit. Now press the Enter key or click OK.

2 – Navigate to the following route in the left pane:

Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control

3 – In the right pane, right-click on an empty area, select New, DWORD (32-bit) Value, and name it RegistrySizeLimit.

4 – Double-click the newly formed RegistrySizeLimit DWORD and set its value to 4294967295.

According to users, update error 0x80080005 might happen due to registry issues. To fix the problem, follow the steps above to create a single value for your registry.

Disable Windows Update Service

1 – Press Windows Key + R to open services.msc. Enter or click OK to continue.

2 – When the Services window appears, identify and double-click the Windows Update service to open its properties.

3 – Now, change the Startup type to Disabled and save the changes by clicking Apply and OK.

4 – Restart your computer. 

5 – Return to the Services window, open the Windows Update service settings, set Startup Type to Automatic, and restart the service.

Some of our users discovered that disabling the Windows Update service, as described in the steps above, will occasionally fix update error 0x80080005.

Disable Third-party Antivirus Software

Third-party antiviruses work most of the time effectively, but various issues might arise during the Windows update process. For example, they may prevent some updated files from downloading or even delete and damage them. As a result, third-party antivirus software might be your computer’s source of error 0x80080005.

To fix the problem, consider disabling certain antivirus functions or your antivirus before attempting to install updates. Of course, this depends on the antivirus software you have installed since, in some cases, you may be able to pause the protection for a set time using the built-in option.

Because we use Eset NOD 32, we may pause the protection whenever we want, selecting from a menu of options for when to reactivate the software’s protection. Well, to enable this option in Eset antivirus software, follow the following steps:

1 – From the taskbar, right-click the Eset icon and select Pause protection.

2 – Click the preferred option from the drop-down menu.

3 – Select Apply.

The precise steps will alter if you are using another antivirus software. There may be times when your antivirus does not allow you to pause protection, in which case you will need to uninstall it from your computer.

Even if you uninstall your antivirus, Windows Defender will continue to defend your computer, so you don’t have to worry about your security. However, if deleting the antivirus resolves the problem, it may be time to explore switching to a new antivirus solution.

How Do I Prevent Error 0x80080005 From Occurring Again?

Given that the error code 0x80080005 comes when you attempt to update your operating system, there are a few steps you may do to avoid it. First, however, you may take some basic steps to avoid Windows Update errors like this.

Update System Regularly

Windows is routinely updated, but not all updates are installed automatically. Optional updates are also available for drivers that are not installed by default. To receive them, go to Settings, Windows Updates, and select the View optional updates option.

Then, by selecting the Driver updates tab, you can view the available drivers. Select the ones you wish to install and click the download and install button.

Keep System As Tidy As Possible

Installing too many programs might clog your system, which invites faulty system files to arise and disrupt your updates. So, try to maintain your system as clean as possible by uninstalling any essential programs and eliminating some old, unwanted apps in your Apps area from Settings. Then, select the app you wish to delete and press the uninstall button.

Also, Take A Look At:

Conclusion:

We hope one of our solutions above helped you fix the Windows 10 update error 0x80080005. If you have any suggestions or questions about the solutions offered, please leave them in the comments area below.

Exit mobile version