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.
Windows Server 2019 update Error - 0x800f0986
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
-
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.
-
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.
-
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?
-
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.