Microsoft Windows Server 2022 Standard -Windows updates failed showing the error (0x800f081f)

Anonymous
2023-10-09T15:42:02+00:00

Microsoft Windows Server 2022 Standard -Windows updates failed showing the error (0x800f081f)

Windows for business | 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

2 answers

Sort by: Most helpful
  1. Anonymous
    2023-10-10T01:06:34+00:00

    Hello Sutheesh Poothappara

    The error code 0x800f081f usually indicates that there is a problem with the Windows Update component or the installation files. Here are some steps you can try to resolve the issue:

    1. Run the Windows Update troubleshooter. You can do this by going to Settings > Update & Security > Troubleshoot > Windows Update.
    2. Check if there are any pending updates that need to be installed before the failed update can be installed. You can do this by going to Settings > Update & Security > Windows Update > View update history.
    3. Try to manually download and install the update from the Microsoft Update Catalog website.
    4. If none of the above steps work, you can try resetting the Windows Update components. You can do this by running the following commands in an elevated Command Prompt:

    net stop wuauserv

    net stop cryptSvc

    net stop bits

    net stop msiserver

    ren C:\Windows\SoftwareDistribution SoftwareDistribution.old

    ren C:\Windows\System32\catroot2 catroot2.old

    net start wuauserv

    net start cryptSvc

    net start bits

    net start msiserver

    Best Regards,

    Hania Lian

    1 person found this answer helpful.
    0 comments No comments
  2. Anonymous
    2024-02-05T01:39:01+00:00

    I have this issue trying to install KB5034129. Anybody else? I've tried all the troubleshooting steps in Xiuyun Lian post but still get error.

    0 comments No comments