System Error, Update Client, Code 0x800f0991, Version 24H2 x64-bit (KB5053598)

shaun mann 0 Reputation points
2025-03-24T01:35:34.4166667+00:00

System

  • Provider [Name] Microsoft-Windows-WindowsUpdateClient [Guid] {945a8954-c147-4acd-923f-40c45405a658} EventID 20 Version 1 Level 2 Task 1 Opcode 13 Keywords 0x8000000000000028
  • TimeCreated [SystemTime] 2025-03-23T22:16:49 EventRecordID 98752 Correlation
  • Execution [ProcessID] 2732 [ThreadID] 5540 Channel System
  • Security [UserID] S-1-5-18

EventData errorCode 0x800f0991 updateTitle 2025-03 Cumulative Update for Windows 11 Version 24H2 for x64-based Systems (KB5053598) updateGuid {cf029d0a-8a20-4e41-9e48-7fe00436e2fa} updateRevisionNumber 1 serviceGuid {8b24b027-1dee-babb-9a95-3517dfb9c552}

DMPfile.zip

Windows for business Windows Client for IT Pros User experience Other
{count} votes

1 answer

Sort by: Most helpful
  1. Anonymous
    2025-03-24T08:02:56.96+00:00

    Hi,

    The error code 0x800f0991 often relates to issues with updating system components. This could be because of corrupted files, missing dependencies, or conflicts with other software. You can try the following steps to resolve this issue:

    1. Use the Built-in Windows Update Troubleshooter

    Windows includes a built-in troubleshooter that can automatically detect and fix common problems with Windows Update. You can access it through Settings > Update & Security > Troubleshoot > Additional troubleshooters.

    1. Reset Windows Update Components

    Resetting Windows Update components involves stopping related services and renaming certain folders so they can be recreated by the system:

    • Open Command Prompt as Administrator.
    • Stop the following services: wuauserv, bits, cryptsvc, and msiserver.
    • Rename the SoftwareDistribution and catroot directories.
    • Restart the services you stopped earlier.
    1. Run System File Checker (SFC) and Deployment Imaging Service and Management Tool (DISM)

    These tools help repair corrupted system files:

    • Open Command Prompt as Administrator and run sfc /scannow to scan for and attempt to repair corrupt system files.
    • Follow up with DISM commands to restore health of the system image:
    DISM /Online /Cleanup-Image /CheckHealth
    DISM /Online /Cleanup-Image /ScanHealth
    DISM /Online /Cleanup-Image /RestoreHealth
    
    1. Manually Download and Install the Update

    If automatic updates fail, consider downloading the update package manually from the Microsoft Update Catalog. Ensure you download the correct version matching your system architecture.

    https://www.catalog.update.microsoft.com/Search.aspx?q=KB5053598

    Best Regards,

    Ian Xue


    If the Answer is helpful, please click "Accept Answer" and upvote it.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.