Windows Server 2019 update Error - 0x800f0986

Har 0 Reputation points
2025-12-15T09:18:08.81+00:00

I am getting an error while trying to update server 2019. Version 1809 OS Build 17763.7314

2025-12 Cumulative Update for Windows Server 2019 (1809) for x64-based Systems (KB5071544) - Error 0x800f0986

I have tried freeing up space in the EFI drive, disconnecting the network card, installing older previous updates, and this update manually by going on Microsofts update catalog. They continue to fail. Anyone know why?

Thank you

Windows for business | Windows Server | Performance | Other

6 answers

Sort by: Most helpful
  1. Kurt Schneider 5 Reputation points
    2026-07-27T03:02:22.79+00:00

    This exact failure mode (months of CUs failing 0x800f0986 while DISM/SFC report clean) is usually a corrupt file in the WinSxS delta chain - a piece DISM never deep-verifies. You can pinpoint the exact corrupt file by replaying the hydration math with msdelta.dll and often reconstruct the correct replacement from files already on disk, no donor or reinstall needed. I hit this on a production Server 2019 / SQL host (root cause: the stored RTM base of driversipolicy.p7b was truncated to 1,395 bytes) and published the method + PowerShell toolkit here: https://github.com/<YOUR-USERNAME>/winsxs-hydration-repair . Start with Collect-CbsEvidence.ps1 -> hydration_failures.txt names the failing component and file, then Test-ComponentDeltaChain.ps1 gives a verdict. Do not run DISM /ResetBase while broken - it destroys the reverse deltas the recovery needs.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments

  2. Har 0 Reputation points
    2026-01-19T14:31:06.1066667+00:00

    Still struggling with this issue. We have multiple servers that we have not been able to patch. I really need someone at MS Support to reach out.

    Was this answer helpful?

    0 comments No comments

  3. Ray Waldron 51 Reputation points
    2026-01-19T14:19:33+00:00

    None of the suggestions above worked. And none of the suggested fixes online have worked either.

    Can I open a support call with Microsoft to try get this fix with a hot fix ?

    R.

    Was this answer helpful?

    0 comments No comments

  4. Har 0 Reputation points
    2026-01-06T09:49:49.4766667+00:00

    Could you please put me towards someone in Microsoft Support of who could help resolve this?

    Was this answer helpful?

    0 comments No comments

  5. Harry Phan 27,165 Reputation points Independent Advisor
    2025-12-15T12:39:52.88+00:00

    Hello Har

    The error code 0x800f0986 typically indicates that certain update components or system files have become corrupted, preventing the cumulative update (KB5071544) from installing successfully. I recommend running the DISM tool (DISM /Online /Cleanup-Image /RestoreHealth) followed by SFC (sfc /scannow) to repair any underlying component store corruption. Additionally, please ensure the Servicing Stack Update (SSU) for December 2025 is installed prior to applying the cumulative update, as missing SSUs often cause installation failures. If the issue persists, you may want to reset the Windows Update components or use the in-place upgrade repair option, which refreshes system files without affecting applications or data.

    If this guidance resolves your issue, kindly hit “Accept Answer” so others can benefit from the solution 🙂. Thank you.

    Harry.

    Was this answer helpful?


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.