Share via

KB5065432 failed to install with 0x80244011

Sank M 0 Reputation points
2026-02-23T14:04:42.1633333+00:00

Installation of KB5065432 failed on my Windows server with code error 0x80244011.

I tried to restart the windows agent with no success. Any suggestions ?

image

image

Windows for business | Windows Server | Devices and deployment | Set up upgrades and drivers
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Domic Vo 17,745 Reputation points Independent Advisor
    2026-02-23T14:48:30.0466667+00:00

    Hello Sank M,

    This issue is related to Windows for Business, specifically Windows Server update servicing, but it is not tied to Windows 365 Enterprise. The error code 0x80244011 indicates a Windows Update communication problem, usually pointing to a timeout or synchronization failure between the server and the Windows Update service. In practice, this often occurs when the Windows Update Agent cannot properly connect to WSUS or Microsoft Update servers, or when the update metadata is corrupted.

    For KB5065432, which is a cumulative update for Windows Server 2022 (21H2), the first step is to clear the Windows Update cache. Stop the Windows Update service (net stop wuauserv) and the Background Intelligent Transfer Service (net stop bits). Then delete the contents of C:\Windows\SoftwareDistribution\Download and C:\Windows\SoftwareDistribution\DataStore. After that, restart the services with net start wuauserv and net start bits. This forces the agent to redownload update metadata and binaries.

    If the error persists, run a health check on the servicing stack. Execute DISM /Online /Cleanup-Image /RestoreHealth followed by sfc /scannow. These commands repair corruption in the component store that can block cumulative updates. Check the CBS.log under C:\Windows\Logs\CBS\CBS.log for detailed error traces if DISM fails.

    In environments using WSUS, verify that the server can reach the WSUS endpoint and that the update is approved. Sometimes 0x80244011 is triggered by expired or incomplete metadata on WSUS. Synchronize WSUS manually and reapprove KB5065432.

    If none of these steps resolve the issue, the update package itself may be problematic. In that case, download the standalone .MSU installer for KB5065432 directly from the Microsoft Update Catalog and apply it manually. This bypasses the agent’s metadata handling and often succeeds where automatic update fails.

    I hope you've found something useful here. If it helps you get more insight into the issue, it's appreciated to accept the answer. Should you have more questions, feel free to leave a message. Have a nice day!

    Domic Vo.

    0 comments No comments

Your answer

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