2024-09 Cumulative Update for Windows Server 2019 (1809) for x64-based Systems (KB5043050) - Error 0x800f0831

Anonymous
2024-09-20T12:50:19+00:00

Hi everyone,

I have this error about windows update on windows server 2019. Because of this, server doesn.t work properly.

2024-09 Cumulative Update for Windows Server 2019 (1809) for x64-based Systems (KB5043050) - Error 0x800f0831

Does anyone know how to resolve this?

Thanks!

Windows Server | Devices and deployment | Install Windows updates, features, or roles

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question. To protect privacy, user profiles for migrated questions are anonymized.

0 comments No comments
{count} votes
Accepted answer
  1. Anonymous
    2024-09-24T07:15:24+00:00

    Thanks, but this didn't solve my problem.

    At the end, I run from backup and everything goes fine after that.

    0 comments No comments

3 additional answers

Sort by: Most helpful
  1. Anonymous
    2024-09-23T00:49:19+00:00

    Hello,

    Thank you for posting in Microsoft Community forum.

    Based on the description, I understand your question is related to update failure.

    When you try to install a Windows update, especially a cumulative update, you receive the following error message in WindowsUpdate.log: 0x800f0831. This issue is more likely to occur when there's no access to Microsoft Update.

    This issue occurs because the update that can't be installed requires the manifest of a previous update package.

    To fix the issue, use one of the following methods. Repair the component store with DISM commands, follow these steps:

    1. Open an elevated command prompt and run these commands:
       DISM /ONLINE /CLEANUP-IMAGE /SCANHEALTH
      
       DISM /ONLINE /CLEANUP-IMAGE /CHECKHEALTH
      
       DISM /ONLINE /CLEANUP-IMAGE /RESTOREHEALTH
      
       Sfc /Scannow
      
    2. Restart the device.
    3. Retry the update installation.

    Have a nice day. 

    Best Regards,

    Molly

    1 person found this answer helpful.
    0 comments No comments
  2. Anonymous
    2024-09-25T00:52:11+00:00

    Hello,

    Thanks for sharing your solution, this may help others with same issue.

    Have a nice day. 

    Best Regards,

    Molly

    0 comments No comments
  3. Anonymous
    2024-10-03T03:32:30+00:00

    Thanks! Its working for me.

    0 comments No comments