Fix: Windows Update Error 0x80092004

The updates released by Microsoft for Windows are an essential component. All the people out there using Windows operating system are always grateful for new updates and releases. Packed with security fixes, a lot more stability, bug fixes and new drivers for your hardware, most of the users tend to install the new updates without giving it a second thought or without seeing the contents of the update. However, for some of them, updating their system becomes quite the task as they face issues that are completely unknown to them.

When the Windows updates don’t go the way they’re supposed to, they usually revert and uninstall the update, having the potential of messing up your system files and show an error code. The ‘Error 0x80092004’ is no exception to this.

Error 0x80092004

What causes the Update to Fail with Error 0x80092004?

Whenever you encounter this error, your system or hardware is not to blame but rather the update pushed by Microsoft itself. Therefore, the causes are —

  • Turmoil update from Microsoft. You might confront this error whenever you try to install an update that has been just released (which usually contains bugs and errors) without waiting for a reply from the community.
  • Corrupted system files. If you are trying to update your device while your system files are corrupted, the error might show up and you won’t be able to proceed.

Now that we know about the error and its cause, what could one possible do to solve it? Well, we’ve picked the most effective solutions off the internet to help you get rid of this issue.

Solution 1: Downloading Servicing Stack Update

A Servicing Stack Update is used to update the Component Based Servicing that is responsible for installing updates on the operating system.

To start off, you should download the latest Servicing Stack Update (SSU) for your Windows version and install it. Beware that before you run SSU, make sure to turn off automatic updates. To do that:

  1. Hit the Winkey and open Settings.
  2. Select Windows Update.
  3. Click on ‘Advanced Options’.
    Click on Advanced Options
  4. Select ‘Never’ to hit OK.
    Choose Never from the drop-down list.
  5. Restart your device.

Once your device has restarted, install SSU and then try to update your windows by turning on the automatic updates. Follow the same procedure as above but select ‘Automatic’ while changing the update settings to turn on automatic updates.

Solution 2: Fix Corrupted System Files

If installing SSU doesn’t work out for you, don’t worry you can still resolve the problem. Before you update your device, let us make sure there are no corrupted system files in your PC that are stopping your device from updating. For this:

  1. Open Start Menu and enter cmd.
  2. Right click on cmd and select ‘Run as an Administrator’.
    Select Run as an administrator
  3. When cmd loads, type in the following command and hit enter:
DISM.exe /Online /Cleanup-image /Restorehealth
Paste the command hit enter.

This is gonna take a while so make sure to wait for it.

  1. Once that has finished, type in:
sfc /scannow
Scans for corrupted files.

After it has completed, exit cmd and try to update your device.

Solution 3: Removing the Faulty Update

It could a possibility that your update hadn’t installed properly and now you are stuck with this issue. In such an event, you have to remove the update and try again. Here’s how to remove the packages:

    1. Open Start Menu and run cmd as an administrator.
    2. Enter the following commands one by one:
dism.exe /online /remove-package /packagename:Package_for_RollupFix_Wrapper~31bf3856ad364e35~amd64~~16299.248.1.17

dism.exe /online /remove-package /packagename:Package_for_RollupFix_Wrapper~31bf3856ad364e35~amd64~~16299.192.1.9

dism.exe /online /remove-package /packagename:Package_for_RollupFix~31bf3856ad364e35~amd64~~16299.192.1.9
DISM Removes Packages

Your device is going to need a reboot after this.

3. When your device reboots, open cmd as an administrator again and enter the following command:

Dism.exe /online /Cleanup-Image /StartComponentCleanup
Paste the command and press enter.

Upon completion, try to update your PC again.

Solution 4: Installing the Update Manually

If your problem still persists, your only resort is installing the update manually. For this, you’ll have to download the update you’ve been trying to install all this way from Microsoft’s website. To download the update, do the following:

  1. Go to Microsoft Update Catalog.
  2. Search in your update, for the sake of this article, we are going to use KB4291495.
    Microsoft Update Catalog Homepage
  3. Look out for the Product (Windows version) it has been allotted to.
    Watch out for your Windows version

When your download completes, here’s how to install the update:

  1. Open cmd as an Administrator.
  2. Type in the following and hit enter:
wusa C:\PATH-TO-UPDATE\NAME-OF-UPDATE.msu /quiet /norestart
Installing the update

Note:

/quiet and /norestart tells your device not to restart once the update has been installed. Do make sure to restart your device manually afterwards.

ABOUT THE AUTHOR

Kevin Arrows


Kevin Arrows is a highly experienced and knowledgeable technology specialist with over a decade of industry experience. He holds a Microsoft Certified Technology Specialist (MCTS) certification and has a deep passion for staying up-to-date on the latest tech developments. Kevin has written extensively on a wide range of tech-related topics, showcasing his expertise and knowledge in areas such as software development, cybersecurity, and cloud computing. His contributions to the tech field have been widely recognized and respected by his peers, and he is highly regarded for his ability to explain complex technical concepts in a clear and concise manner.