Error 0x80244007 is a Windows Update SOAP fault. In WSUS-based environments, it is commonly caused by WSUS metadata/configuration issues, cached update ID issues, or a missing WSUS client identity entry.
For Windows Server 2022, use this troubleshooting path:
- Confirm whether the server is scanning against WSUS This error in the provided guidance is tied to WSUS or Configuration Manager update endpoints.
- If WSUS is in use, check the WSUS server first
On the WSUS server:
- Verify Update Services and World Wide Web Publishing Service are running.
- Verify the Default website or WSUS Administration website is running.
- Review IIS logs in
c:\inetpub\logfilesfor WSUS errors.
- Increase WSUS client web service limits
On the WSUS server, edit:
%programfiles%\Update Services\WebServices\ClientWebService\web.configUpdate these values:
This raises the defaults from 400 to 800 and from 22,000 to 44,000. Then run:<add key="maxInstalledPrerequisites" value="800"/> <add key="maxCachedUpdates" value="44000"/>IISReset - Decline superseded updates in WSUS Excess superseded updates can contribute to this issue. Decline superseded updates on the WSUS server.
- Reset the affected WSUS client
Warning: the following steps delete Windows Update client identity registry values and should be run in an elevated Command Prompt. Run these commands in order:
Ifnet stop wuauserv reg Delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate /v PingID /f reg Delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate /v AccountDomainSid /f reg Delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate /v SusClientId /f reg Delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate /v SusClientIDValidation /f net start wuauserv wuauclt.exe /resetauthorization /detectnowThe system was unable to find the specified registry key or valueappears, that is expected. After that, wait 10–15 minutes, then open Control Panel > All Control Panel Items > Windows Update, check for updates, and monitor the result. - If the server is not using WSUS
The provided material does not include a separate non-WSUS fix path for Windows Server 2022. The documented
0x80244007resolutions here are WSUS-focused.