how to fix error 0x800F0922 when windows update

Bejjaram, Narsaiah 5 Reputation points
2023-10-11T13:16:04.4433333+00:00

Installation Failure: Windows failed to install the following update with error 0x800F0922: 2023-10 Cumulative Update for .NET Framework 3.5, 4.7.2 and 4.8 for Windows Server 2019 for x64 (KB5031222).

Windows Server 2019
Windows Server 2019
A Microsoft server operating system that supports enterprise-level management updated to data storage.
3,469 questions
0 comments No comments
{count} vote

2 answers

Sort by: Most helpful
  1. Adilson Alcantara 0 Reputation points
    2023-10-13T17:54:31.0366667+00:00

    I heve the same probleman

    0 comments No comments

  2. Hania Lian 8,106 Reputation points Microsoft Vendor
    2023-10-24T06:44:02.19+00:00

    Hello

    This error code usually indicates that there is not enough free space on the system partition or that the system partition is corrupted. To resolve this issue, you can try the following steps:

    1. Free up disk space on the system partition by deleting unnecessary files or moving them to an external drive.
    2. Disable any third-party antivirus software temporarily and try installing the update again.
    3. If the issue persists, you can try resetting the Windows Update components. To do this, open Command Prompt as an administrator and type the following commands one by one, pressing Enter after each one:

    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