Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security, Veeam & DevOps

  • Home
  • About
  • Advertise With US
  • Reviews
  • Contact
  • Toggle search form

How to fix Windows Update Fails with Error 0x80092004

Posted on 07/11/202407/11/2024 IT Expert By IT Expert No Comments on How to fix Windows Update Fails with Error 0x80092004
  1. Home
  2. Windows
  3. How to fix Windows Update Fails with Error 0x80092004
How to fix Windows Update Fails with Error 0x80092004

In this article, we shall discuss the fix to Windows Update Fails with Error 0x80092004 (Windows Update Logs in Windows: 2023-KB5022498 Cumulative Update for .NET Framework 3.5 and 4.8.1 for Windows 10 failed)”. We can unravel more information from the Windows Event Log. Windows Events provides a standard, centralized way for applications (and the operating system) to record important software and hardware events. Please see how to Fix the Port used for the Virtualhost is not an Apache Listen Port, and how to Create a Child and Tree Domain.

Note: This error can be especially frustrating for users who have recently provisioned their PCs or are trying to upgrade their machines. These updates play a crucial role in maintaining the system, as they fix specific bugs and vulnerabilities within the operating system.

Without these updates, unresolved issues may lead to further complications and could significantly impact the machine’s performance and security.

Note: Starting with Windows 10 build 9926, Windows Update logs are no longer saved to “%windir%\Windowsupdate.log”. Windows Update client now uses Event Tracing for Windows (ETW) to generate diagnostic logs saved as .etl files in the “%windir%\Logs\WindowsUpdate” folder. This method improves performance and reduces disk space usage. However, the logs are not immediately readable as written.

As discussed above, the Windows Event Log is go to for a quick investigation into AU installations, pending installations, or client reboots. The installer writes entries such as following:

  • Detection of corrupted configuration data.
  • Success or failure of the installation; removal or repair of a product.
  • Errors that occur during product configuration.

You may be interested in these articles: How to install, upgrade and uninstall Chocolatey, how to install, upgrade and uninstall software with Chocolatey, and how to install applications with Winget CLI on Windows.

Detect Windows Update Failure with Error 0x80092004

Use your Event log file to filter by “source” to display only one of the three event sources at a time. When filtering by Windows Update Agent. You will likely see many events about the successful installation of updates and whether those updates required a reboot.

The AU client logs everything to the System Event log as we can see from the image below. To read Windows Update event logs in Event Viewer. Please launch the Windows Event Viewer.

Windows update error

Note this issue occurred across multiple machines in my lab environment. The same updates deploy fine to other machines with the same OS and applications.

Also, from the Event Viewer, under the Application and Services Logs\Microsoft\Windows\WindowsUpdateClient. In the left pane, navigate to the location below, and open the Operational log.

 Applications and Service Logs\Microsoft\Windows\WindowsUpdateClient

You can now select event logs in the middle pane of Event Viewer to see their details.

Available logs

Error messages from log

  • The description for Event ID 26 from source Microsoft-Windows-WindowsUpdateClient cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
  • The description for Event ID 41 from source Microsoft-Windows-WindowsUpdateClient cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.

Please see How to find out who restarted Windows Server, and the Various methods to Install .NET Framework in Windows. Also, see how to Check .NET Framework version on Windows.

Reasons for Windows Update 0x80092004 Error

1: This error occurs on newly provisioned devices as it is the case for me. Microsoft recommends the February 14, 2023 update for Windows 10 versions 20H2, 21H2, and 22H2, which includes cumulative reliability improvements for .NET Framework 3.5 and 4.8.1.

Microsoft recommends fulfilling the  prerequisites as discussed in this blogpost by Microsoft.

2: Also, NetFramework 4.8 and 4.8.1 have separate updates which Microsoft has combined into a double update (KB5022729). Since this has already failed before, we have already separated this into individual updates (KB5022502 and KB5022498) and found that it fails on the 4.8.1 part.

The error indicates a missing signed file component from the core .NET Framework 4.8.1 installation. PCs that previously received the full .NET Framework 4.8.1 updates do not encounter this issue.

Please see how to Install and Manage Applications with Winget, how to install Windows Package Manager (Winget CLI), and Windows App Package: How to Bundle MSIX packages.

Prerequisites/Recommendation

You must have .NET Framework 3.5 or 4.8.1 installed to apply this update. Restart your PC after applying the update if any affected files are in use. We recommend exiting all .NET Framework-based applications before applying the update.

You can now install .NET updates using the Windows Package Manager CLI (winget) as well. This update (kb5022498) provides security improvement for CVE-2023-21808 (.NET Framework Remote Code Execution Vulnerability), and CVE-2023-21722 (.NET Framework Denial of Service Vulnerability).

Note: There are tons of recommendations online such as to have the Windows Update Components repaired, and to run the System File Checker and DISM etc. For me, I did not try any of these. I took a look at the reference Microsoft documentation I shared above and installed the necessary .Net Framework prerequisites. And was able to install the latest Windows Updates.

I hope you found this article on “How to fix Windows Update Fails with Error 0x80092004′ useful. Please feel free to leave a comment below.

5/5 - (1 vote)

Thank you for reading this post. Kindly share it with others.

  • Share on X (Opens in new window) X
  • Share on Reddit (Opens in new window) Reddit
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Facebook (Opens in new window) Facebook
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Mastodon (Opens in new window) Mastodon
  • Share on Bluesky (Opens in new window) Bluesky
  • Share on Threads (Opens in new window) Threads
  • Share on Nextdoor (Opens in new window) Nextdoor
Windows, Windows Server Tags:Microsoft Windows, Windows 10, Windows 11, Windows Server 2016

Post navigation

Previous Post: Fix the Port used for the Virtualhost is not an Apache Listen Port
Next Post: How to Install OpenSSL on Windows Computers

Related Posts

  • How to visualize MBAM Recovery Audit Report with Python
    Visualize MBAM Recovery Audit Report with Python Automation
  • article 1280x720.166f8634
    Configure Windows client to obtain IP Address via a DHCP Server Windows Server
  • microsoft warns windows 10 cumulative update kb4494441 breaks down some websites 526066 2
    Launch an application automatically during startup on Windows Windows
  • Lets Encryp
    How to install Let’s Encrypt Certificates with IIS on a Windows Server Windows
  • PowerShell Exec
    Determine the execution policy configured on Windows PC Windows
  • image 30
    How to Fix “Insufficient System Resources Exist to Complete the Requested Service” error Windows

More Related Articles

How to visualize MBAM Recovery Audit Report with Python Visualize MBAM Recovery Audit Report with Python Automation
article 1280x720.166f8634 Configure Windows client to obtain IP Address via a DHCP Server Windows Server
microsoft warns windows 10 cumulative update kb4494441 breaks down some websites 526066 2 Launch an application automatically during startup on Windows Windows
Lets Encryp How to install Let’s Encrypt Certificates with IIS on a Windows Server Windows
PowerShell Exec Determine the execution policy configured on Windows PC Windows
image 30 How to Fix “Insufficient System Resources Exist to Complete the Requested Service” error Windows

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

Veeam Vanguard

  • Fix Network related MSSQL instance error
    Fix a network-related or instance-specific error occurred while establishing a connection to SQL Server [Part 2] Oracle/MSSQL/MySQL
  • Set Microsoft Defender AV to Passive mode on a Windows Server
    Set Microsoft Defender AV to Passive mode on a Windows Server Security | Vulnerability Scans and Assessment
  • OOTBI virtual appliance setup on Proxmox
    How to set up the OOTBI Virtual Appliance on Proxmox VE Backup
  • Remove Frequently Used Folders from Quick Access in Windows 11
    How to Remove Frequently Used Folders from Quick Access in Windows 11 Windows
  • TasteWP Homepage
    Launch a free WordPress test site with TasteWP JIRA|Confluence|Apps
  • Auto Update Upgrade issues
    Fix Microsoft Office Showing “Upgrade Required” in AutoUpdate JIRA|Confluence|Apps
  • Screenshot 2020 11 09 at 11.26.54
    The logon attempt failed for the remote desktop connection Windows Server
  • hero windowsadmincenter
    Failed to create a scheduled task: Cannot perform the operation because the runspace pool is not in the open state Windows Server

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,801 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

Active Directory Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2025 TechDirectArchive

Loading Comments...

You must be logged in to post a comment.