Share via

Cumulative Update KB5075904 Fails to Install with Error 0x800f0923

Haritha Duraisamy 0 Reputation points
2026-03-05T11:43:42.96+00:00

Hi Microsoft Support Team,

We are facing an issue while installing the cumulative update KB5075904 on a machine running Windows Server 2019.

Issue Description: The cumulative update downloads and begins installation successfully. However, after the system reboot, the update installation fails and the system performs an automatic rollback.

Error Observed: While reviewing the Event Viewer logs, we found the following error message:

"Package KB5075904 failed to be changed to the Installed state. Status: 0x800f0923."

Environment Details:

OS: Windows Server 2019

  • Update: KB5075904 (Cumulative Update)

Result: Installation fails after reboot and rolls back to the previous state.

We would like your assistance in understanding the root cause of this issue and guidance on how to successfully install this update.

Looking forward to your support.

Regards,
Haritha

Windows for business | Windows Server | Devices and deployment | Install Windows updates, features, or roles
0 comments No comments

2 answers

Sort by: Most helpful
  1. HLBui 5,120 Reputation points Independent Advisor
    2026-03-05T14:55:15.2566667+00:00

    Hi Haritha Duraisamy

    From the error code 0x800f0923 during the installation of KB5075904, this usually indicates that the update process is encountering a driver compatibility issue or a component conflict during the reboot phase.

    A good first step would be to check the C:$WINDOWS.~BT\Sources\Panther folder and review the setuperr.log and setupact.log files. These logs typically identify the exact driver or component that is blocking the update. I’d also recommend running the following commands to repair any potential component store corruption before attempting the update again:

    1. DISM /Online /Cleanup-Image /RestoreHealth
    2. sfc /scannow

    After that, reboot the server and try installing the update again. If the issue persists, another useful approach is to temporarily disconnect non-essential hardware or update older drivers, especially storage, network, or security drivers, as those are commonly involved with this specific error. In some environments, performing the update using the latest Servicing Stack Update (SSU) and installing the cumulative update manually from the Microsoft Update Catalog can also help bypass the problem.

    Additionally, you can run DISM /Online /Get-Packages | findstr KB5075904 to confirm whether the package is partially staged or left in a pending state after rollback. If it is, clearing the pending actions with DISM /Online /Cleanup-Image /StartComponentCleanup may help before retrying the installation.

    Please try and let me know how it goes . And if this answer helps point you in the right direction, please consider clicking "Accept Answer" so others facing the same issue can find the solution easily . If you need more information, feel free to leave a message.

    1 person found this answer helpful.

  2. HLBui 5,120 Reputation points Independent Advisor
    2026-03-06T10:45:59.4+00:00

    Good day Haritha Duraisamy

    Thank you for letting us know the update and I am glad to hear that everything is working as expected.

    If you need more information, feel free to leave a message. We are happy to help!

    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.