0

Resolving Error Code 0x800f0922 on Windows Server 2019

To tackle error code 0x800f0922 in Windows Server 2019, which typically occurs when Windows cannot install updates, follow these troubleshooting actions:

  1. Ensure Internet Connectivity: Confirm that your server has a stable internet connection, as a lack of connectivity can prevent updates from downloading and installing properly.
  2. Utilize the Windows Update Troubleshooter: Navigate to Settings > Update & Security > Troubleshoot > Windows Update to run the troubleshooter designed to fix update issues automatically.
  3. Install Pending Updates: Check for any pending updates by going to Settings > Update & Security > Windows Update. Install these updates first, then attempt to reinstall the problematic updates.
  4. Temporarily Disable Antivirus: Antivirus software can sometimes block the update process. Temporarily disable your antivirus and attempt the update installation again.
  5. Run the DISM Tool: Launch Command Prompt as an administrator and execute the command: DISM /Online /Cleanup-Image /RestoreHealth. This command helps fix corruption errors that may be affecting the update process.
  6. Scan with System File Checker: Still in Command Prompt as an administrator, type: sfc /scannow to scan for and repair corrupted system files which might be causing the error.
  7. Reset Windows Update Components: To fully reset the update mechanism, enter these commands in Command Prompt as an administrator:
        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
    This sequence stops the update services, renames the update cache folders to clear them, and restarts the update services, potentially resolving any blockages in the update process.

Check out what our happy customers have to say.

We’re committed to your success, and their stories show why we’re the trusted source for Microsoft licences.