Fix Win10 V1803 KB4346084 Error 0x80080008 Update

Users have been encountering the error 0x80080008 when trying to update Windows 10 version 1803 with the KB4346084 update. This error is preventing them from successfully installing the update. In this article, I will provide solutions to troubleshoot and fix this error.

Key Takeaways:

  • Understanding the causes of the Windows update error 0x80080008 is crucial to finding a solution.
  • Running the SFC and DISM commands can help identify and repair any corrupt system files causing the error.
  • The Windows Update Troubleshooter is a built-in tool that can diagnose and resolve common issues with Windows updates.
  • Restarting the Windows Update components can resolve any issues preventing successful updates.
  • Re-registering the Wups2.dll file can help fix the error 0x80080008.

Understanding the Windows Update Error 0x80080008

The error 0x80080008 is a common Windows update error that can occur when there is a problem with the service registration or when the Windows Update components become corrupted. This particular error can prevent the installation of updates, including the KB4346084 update for Windows 10 version 1803. It is essential to understand the causes of this error in order to find a suitable solution.

When the service registration encounters an issue, it can lead to the failure of Windows Update components, resulting in the error 0x80080008. In some cases, corruption in the Windows Update components themselves can also trigger this error. The corrupted components prevent the successful installation of updates, leaving users stuck with outdated and potentially vulnerable software.

To resolve the Windows Update error 0x80080008, troubleshooting the underlying issues is necessary. By identifying the root cause and implementing the appropriate solutions, users can overcome this error and ensure the seamless installation of updates.

It is crucial to understand the causes of the Windows Update error 0x80080008 to implement the correct troubleshooting steps. This error can occur due to problems with service registration or corruption in Windows Update components, preventing the successful installation of updates.

Understanding the specific reasons behind the error empowers users to fix the issue effectively. In the following sections, I will discuss various solutions to troubleshoot the Windows Update error 0x80080008 and facilitate the smooth updating of your Windows operating system.

Solution 1: Run SFC and DISM Commands

If you’re encountering the Windows update error 0x80080008, one of the solutions to fix this issue is to run the System File Checker (SFC) and Deployment Image Servicing and Management (DISM) commands. These commands are helpful in identifying and repairing any corrupt system files that may be causing the error.

To begin, open Command Prompt as an administrator. Type “sfc /scannow” and press Enter. This command will initiate a scan of your system files for any integrity violations. If any issues are found, the SFC command will attempt to repair them automatically.

Next, you’ll need to run the DISM commands. In the Command Prompt, type the following commands one after the other, pressing Enter after each one:

dism /online /cleanup-image /restorehealth

dism /online /cleanup-image /startcomponentcleanup

These DISM commands help clean up and repair the Windows Update components and dependencies. They may take some time to complete, so be patient.

After running the SFC and DISM commands, restart your computer and try updating Windows again. This solution often resolves the error 0x80080008 and allows for successful updates.

StepsAction
1Open Command Prompt as an administrator.
2Type sfc /scannow and press Enter.
3Wait for the scan to complete and for any issues to be automatically repaired.
4Type dism /online /cleanup-image /restorehealth and press Enter.
5Wait for the command to complete.
6Type dism /online /cleanup-image /startcomponentcleanup and press Enter.
7Wait for the command to complete.
8Restart your computer.
9Try updating Windows again.

Solution 2: Run Windows Update Troubleshooter

If you’re encountering the Windows update error 0x80080008, one effective solution is to run the Windows Update Troubleshooter. This built-in tool in Windows can help diagnose and resolve common issues with Windows updates, including the error you’re experiencing.

To run the Windows Update Troubleshooter, follow these steps:

  1. Go to Settings.
  2. Select Update & Security.
  3. Click on Troubleshoot.
  4. Choose Windows Update.
  5. Follow the prompts to run the troubleshooter.

Running the Windows Update Troubleshooter can help identify any underlying issues that may be causing the error 0x80080008. The troubleshooter will automatically detect and attempt to fix the problems, increasing the chances of successful updates.

For visual reference, here is an example of how the Windows Update Troubleshooter looks:

Windows Update Troubleshooter

The Windows Update Troubleshooter is a valuable tool in troubleshooting Windows update errors, including the error 0x80080008. By utilizing this feature, you can streamline the process of identifying and resolving issues, ensuring successful updates for your Windows system.

Solution 3: Restart Windows Update Components

If you’re encountering the Windows update error 0x80080008, restarting the Windows Update components can help resolve the issue. By stopping and starting the necessary services, you can refresh the system and overcome any potential conflicts or corruptions.

Here’s a step-by-step guide to restart the Windows Update components:

  1. Open Command Prompt as an administrator. To do this, right-click on the Start button and select “Command Prompt (Admin)”.
  2. Type the following commands, pressing Enter after each one:
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver

Note: These commands are used to stop the required services for Windows Update.

  1. Next, rename the SoftwareDistribution and catroot2 folders by executing the commands below:
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 catroot2.old

Note: Renaming these folders will ensure that Windows Update starts with fresh components.

  1. Finally, restart the services by entering these commands:
net start wuauserv
net start cryptSvc
net start bits
net start msiserver

Note: These commands will start the previously stopped services, allowing Windows Update to function properly again.

After completing these steps, try running the Windows Update again to see if the error 0x80080008 is resolved. Restarting the Windows Update components can often fix any underlying issues and ensure successful updates.

Windows Update Error 0x80080008

Benefits of Restarting Windows Update ComponentsConsiderations
Resolves conflicts and corruption in Windows Update componentsAdministrative privileges are required to perform the commands
Refreshes the system, allowing for a clean start of Windows UpdateThis solution does not guarantee a fix for all error scenarios
Can significantly improve the success rate of Windows updatesRenaming folders might affect other Windows functionality

Solution 4: Re-register Wups2.dll

The Wups2.dll file can sometimes be the cause of the Windows update error 0x80080008. Re-registering this file can help fix the issue. To do this, follow the steps below:

  1. Open Command Prompt as an administrator.
  2. Execute the following commands one by one:

regsvr32 wups2.dll /s

regsvr32 wuapi.dll /s

regsvr32 wuaueng.dll /s

regsvr32 wucltux.dll /s

regsvr32 wups.dll /s

regsvr32 wuwebv.dll /s

regsvr32 atl.dll /s

regsvr32 appidsvc.dll /s

regsvr32 cryptdlg.dll /s

regsvr32 softpub.dll /s

regsvr32 wintrust.dll /s

regsvr32 initpki.dll /s

regsvr32 dssenh.dll /s

regsvr32 rsaenh.dll /s

regsvr32 gpkcsp.dll /s

regsvr32 sccbase.dll /s

regsvr32 slbcsp.dll /s

regsvr32 cryptapi.dll /s

regsvr32 msxml3.dll /s

After executing the commands, restart your computer. Then, try running Windows Updates again to see if the error 0x80080008 is resolved.

CommandDescription
regsvr32 wups2.dll /sRegisters the Wups2.dll file
regsvr32 wuapi.dll /sRegisters the Wuapi.dll file
regsvr32 wuaueng.dll /sRegisters the Wuaueng.dll file
regsvr32 wucltux.dll /sRegisters the Wucltux.dll file
regsvr32 wups.dll /sRegisters the Wups.dll file
regsvr32 wuwebv.dll /sRegisters the Wuwebv.dll file
regsvr32 atl.dll /sRegisters the Atl.dll file
regsvr32 appidsvc.dll /sRegisters the Appidsvc.dll file
regsvr32 cryptdlg.dll /sRegisters the Cryptdlg.dll file
regsvr32 softpub.dll /sRegisters the Softpub.dll file
regsvr32 wintrust.dll /sRegisters the Wintrust.dll file
regsvr32 initpki.dll /sRegisters the Initpki.dll file
regsvr32 dssenh.dll /sRegisters the Dssenh.dll file
regsvr32 rsaenh.dll /sRegisters the Rsaenh.dll file
regsvr32 gpkcsp.dll /sRegisters the Gpkcsp.dll file
regsvr32 sccbase.dll /sRegisters the Sccbase.dll file
regsvr32 slbcsp.dll /sRegisters the Slbcsp.dll file
regsvr32 cryptapi.dll /sRegisters the Cryptapi.dll file
regsvr32 msxml3.dll /sRegisters the Msxml3.dll file

Windows update error 0x80080008 - troubleshoot Windows update

Solution 5: Manually Download and Install the Update

If the error persists, you can try manually downloading and installing the update from the Microsoft Update Catalog website. This method allows you to bypass any issues with the Windows Update process and ensure a successful installation.

Follow these steps to manually download and install the update:

  1. Find the KB number of the update you’re trying to install. You can usually find this information in the Windows Update settings or from Microsoft’s official support documentation.
  2. Go to the Microsoft Update Catalog website.
  3. Search for the KB number of the update you want to download and install.
  4. Click on the appropriate result that matches your system architecture (32-bit or 64-bit).
  5. Download the update file to your computer.
  6. Once the download is complete, locate the downloaded file and double-click on it to run the setup.
  7. Follow the on-screen prompts to install the update.

By manually downloading and installing the update, you can bypass any issues that may be causing the Windows update error 0x80080008. This method ensures that you have the correct update file and gives you more control over the installation process.

Example:

Let’s say you’re experiencing the Windows update error 0x80080008 when trying to install the KB4346084 update for Windows 10 version 1803. You would follow the steps mentioned above to manually download and install the update.

Windows update error 0x80080008

StepDescription
1Find the KB number: KB4346084
2Go to the Microsoft Update Catalog website
3Search for KB4346084
4Click on the appropriate result for your system architecture
5Download the update file
6Locate the downloaded file and run the setup
7Follow the on-screen prompts to install the update

By following these steps, you can manually download and install the KB4346084 update, bypassing the Windows update error 0x80080008 and ensuring a successful installation.

Common Related Errors and Troubleshooting Tips

The error 0x80080008 is not the only Windows update error that users may encounter. In addition to this error, there are other related errors that can hinder the successful update of Windows systems. Some of these errors include the feature update to Windows 10, version 1803 error 0x80080008, Microsoft update error 0x80080008, and more. Understanding these related errors and having troubleshooting tips can assist users in resolving similar issues and ensuring the smooth update of their Windows systems.


Related Errors and Troubleshooting Tips
Error CodeDescriptionTroubleshooting Tip
0x80080008Error occurs during Windows updateRun the Windows Update Troubleshooter to identify and fix common update issues.
Feature update to Windows 10, version 1803 error 0x80080008Error occurs during the feature update processRestart Windows Update components and manually download and install the update from the Microsoft Update Catalog.
Microsoft update error 0x80080008Error occurs during Microsoft updatesRe-register the Wups2.dll file and run the System File Checker (SFC) and Deployment Image Servicing and Management (DISM) commands.

By familiarizing themselves with these related errors and adopting the corresponding troubleshooting tips, users can overcome similar obstacles and successfully update their Windows systems. It is important to follow the recommended solutions and steps outlined in the previous sections to ensure a smooth and error-free update process.

Note: If none of the troubleshooting tips provided in this article resolve the error, it is recommended to seek further assistance from Microsoft support or consult with a professional technician who specializes in Windows updates.

Recommended Tool: MiniTool Partition Wizard

If you encounter issues during the Windows update process and need assistance with troubleshooting, I recommend using MiniTool Partition Wizard. This powerful tool offers a range of functionalities that can help you overcome common Windows update problems. From converting MBR to GPT without data loss to recovering partitions and data from hard drives, MiniTool Partition Wizard has got you covered. With its user-friendly interface and comprehensive features, it is an invaluable tool for resolving Windows update errors.

Here are some key features of MiniTool Partition Wizard:

  1. Converting MBR to GPT without data loss
  2. Migrating OS to a new hard drive or SSD
  3. Cloning hard drives or partitions
  4. Recovering lost or deleted partitions
  5. Recovering data from damaged or corrupted hard drives

By utilizing MiniTool Partition Wizard, you can effectively troubleshoot Windows update errors and ensure the smooth installation of updates. To download and try MiniTool Partition Wizard, visit their official website and follow the instructions for installation.

With MiniTool Partition Wizard by your side, you can overcome Windows update obstacles with ease. Its robust features and intuitive interface make it a trusted companion for troubleshooting and ensuring the successful installation of updates.

Conclusion

The Windows update error 0x80080008 can be a frustrating obstacle when attempting to install important updates like the KB4346084 update for Windows 10 version 1803. However, by following the solutions provided in this article, you can effectively troubleshoot and fix this error, ensuring successful updates for your system.

Remember to carefully try each solution step by step and follow the instructions provided. If one solution doesn’t work, don’t give up. Instead, move on to the next solution until you’re able to resolve the error.

With the knowledge and strategies outlined in this article, you will be equipped to overcome the Windows update error 0x80080008 and keep your Windows 10 system up to date with the latest updates and improvements.

FAQ

What is the error 0x80080008 when updating Windows 10 version 1803 with the KB4346084 update?

The error 0x80080008 is a common Windows update error that prevents the successful installation of updates, including the KB4346084 update for Windows 10 version 1803.

How can I fix the error 0x80080008?

There are several solutions to fix the error 0x80080008, including running the System File Checker (SFC) and Deployment Image Servicing and Management (DISM) commands, running the Windows Update Troubleshooter, restarting the Windows Update components, re-registering the Wups2.dll file, and manually downloading and installing the update from the Microsoft Update Catalog website.

How do I run the System File Checker (SFC) and Deployment Image Servicing and Management (DISM) commands?

Open Command Prompt, type “sfc /scannow” and execute the command. After that, execute the DISM commands to repair any corrupt system files that may be causing the error.

How do I run the Windows Update Troubleshooter?

Go to Settings, select Update & Security, click on Troubleshoot, choose Windows Update, and follow the prompts to run the troubleshooter.

How can I restart the Windows Update components?

Open Command Prompt as an administrator, run a series of commands to stop and start the necessary services, rename certain folders, and then start the services again.

How do I re-register the Wups2.dll file?

Open Command Prompt as an administrator, execute a series of commands to register the Wups2.dll file, and then restart the computer to see if the error is resolved.

What should I do if none of the solutions fix the error 0x80080008?

If the error persists, you can manually download and install the update from the Microsoft Update Catalog website to bypass any issues with the Windows Update process.

Are there any other related errors to the error 0x80080008?

Yes, there are other related errors, such as the feature update to Windows 10, version 1803 error 0x80080008 and Microsoft update error 0x80080008, among others.

What is MiniTool Partition Wizard?

MiniTool Partition Wizard is a useful tool that offers various functionalities, including troubleshooting Windows updates, converting MBR to GPT without data loss, migrating OS, cloning hard drives, recovering partitions, and recovering data from hard drives.

Nilesh Kamble is Certified in Microsoft & GCP, having 13+ Years of Experience in IT Industry. As a Senior IT Employee, having vast experience on Windows Server, Windows Client, Powershell, Cloud Technologies. Passionate about Laptop, Mobiles & Other emerging Technologies.