You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: support/windows-server/installing-updates-features-roles/troubleshoot-windows-update-error-0x80244007.md
+33-27Lines changed: 33 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: Troubleshoot Windows Update Error 0x80244007
3
-
description: Learn how to resolve the Windows Update error 0x80244007, which occurs during update scans.
3
+
description: Learn how to resolve Windows Update error 0x80244007 that occurs during update scans.
4
4
manager: dcscontentpm
5
5
audience: itpro
6
6
ms.date: 11/7/2025
@@ -19,19 +19,19 @@ appliesto:
19
19
20
20
## Summary
21
21
22
-
The Windows Update error 0x80244007 normally occurs when Windows clients or virtual machines (VMs) attempt to scan and download updates from Windows Server Update Services (WSUS) or Configuration Manager endpoints. This error is commonly linked to Simple Object Access Protocol (SOAP) faults returned by the server during the update process. This indicates issues with communication or configuration between the client and the update service.
22
+
Windows Update error 0x80244007 typically occurs when Windows clients or virtual machines (VMs) try to scan and download updates from Windows Server Update Services (WSUS) or Configuration Manager endpoints. This error is commonly linked to Simple Object Access Protocol (SOAP) faults that are returned by the server during the update process. This error indicates issues that affect communication or configuration between the client and the update service.
For VMs running Windows in Azure, make sure that you back up the OS disk. For more information, see [About Azure Virtual Machine restore](/azure/backup/about-azure-vm-restore).
28
+
For Microsoft Azure VMs that are running Windows, make sure that you back up the OS disk. For more information, see [About Azure Virtual Machine restore](/azure/backup/about-azure-vm-restore).
29
29
30
30
## How to identify the issue
31
31
32
32
### Symptom 1
33
33
34
-
When a WSUS client computer scans for updates on the WSUS server, you might see the following error message in the `WindowsUpdate.log` file on the client computer:
34
+
When a WSUS client computer scans for updates on the WSUS server, the following error entry is logged in the `WindowsUpdate.log` file on the client computer:
@@ -42,7 +42,7 @@ This issue occurs when the number of updates to be synchronized exceeds the maxi
42
42
43
43
### Symptom 2
44
44
45
-
Updates fail to install, and the scan itself fails due to an issue with `OtherCachedUpdateIDs`. You might see similar log entries in *C:\Windows\Logs\WindowsUpdate.log*as shown in the following example:
45
+
Updates don't install, and the scan itself fails because of an issue that affects the `OtherCachedUpdateIDs` parameter. You might see log entries in *C:\Windows\Logs\WindowsUpdate.log*that resemble the following example:
46
46
47
47
```output
48
48
2015-10-30 17:12:53:980 880 1160 IdleTmr WU operation (CAgentProtocolTalker::SyncUpdates_WithRecover) started; operation # 584; does use network; is at background priority
@@ -61,7 +61,7 @@ Updates fail to install, and the scan itself fails due to an issue with `OtherCa
61
61
62
62
### Symptom 3
63
63
64
-
The check for updates fails with the internal server `error code: 0x80244007`along with `error code: 0x803d0013`. These are caused by a missing WSUS client entry used for authentication and authorization of client access. The `Windows Update` log shows:
64
+
The check for updates fails and generates internal server `error code: 0x80244007`together with `error code: 0x803d0013`. These error codes are caused by a missing WSUS client entry that's used for authentication and authorization of client access. The `Windows Update` log shows:
This error is primarily caused by SOAP faults returned by the server during the update process. This can occur due to:
90
+
This error is primarily caused by SOAP faults that are returned by the server during the update process. This issue can occur because of the following conditions:
91
91
92
-
-Exceeding the maximum number of installed prerequisites that a WSUS client can pass to `SyncUpdates`.
93
-
- Issues with`OtherCachedUpdateIDs` during the update scan.
94
-
- A missing WSUS client entry used for authentication and authorization of client access.
92
+
-The client exceeded the maximum number of installed prerequisites that a WSUS client can pass to the `SyncUpdates` method.
93
+
- Issues that affect`OtherCachedUpdateIDs` during the update scan.
94
+
- A missing WSUS client entry that's used for authentication and authorization of client access.
95
95
96
96
## Resolution or troubleshooting steps
97
97
98
-
### Mitigation 1: Increase `maxInstalledPrerequisites` in WSUS configuration
98
+
### Resolution 1: Increase `maxInstalledPrerequisites` in WSUS configuration
99
99
100
-
Edit the `web.config` file on the WSUS server located at *%programfiles%\Update Services\WebServices\ClientWebService\web.config*. Change the value for **maxInstalledPrerequisites** from **400** to **800**.
100
+
Edit the `web.config` file on the WSUS server. The file is located at *%programfiles%\Update Services\WebServices\ClientWebService\web.config*. Change the value for **maxInstalledPrerequisites** from **400** to **800**.
101
101
102
102
For more information, see [Error 80244007 when a WSUS client scans for updates](/mem/configmgr/update-management/error-80244007-when-wsus-client-scans-updates).
103
103
104
-
### Mitigation 2: Decline superseded updates in WSUS
104
+
### Resolution 2: Decline superseded updates in WSUS
105
105
106
-
Decline all superseded updates on the WSUS server. Detailed instruction on how to do this can be found at[PowerShell script to decline superseded updates in WSUS](/mem/configmgr/update-management/decline-superseded-updates).
106
+
Decline all superseded updates on the WSUS server. For detailed instruction to do this procedure, see[PowerShell script to decline superseded updates in WSUS](/mem/configmgr/update-management/decline-superseded-updates).
107
107
108
108
For more information, see [The complete guide to WSUS and Configuration Manager SUP maintenance](/mem/configmgr/update-management/wsus-maintenance-guide).
109
109
110
-
### Mitigation 2.1: Increase `maxCachedUpdate` in WSUS configuration
110
+
### Resolution 2.1: Increase `maxCachedUpdate` in WSUS configuration
111
111
112
-
Edit the `web.config` file on the WSUS server at *C:\Program Files\Update Services\WebServices\ClientWebService\web.config*. Change the **maxCachedUpdate** value to a larger number.
112
+
Edit the `web.config` file on the WSUS server at *C:\Program Files\Update Services\WebServices\ClientWebService\web.config*. Increase the **maxCachedUpdate** value.
113
113
114
-
### Mitigation 3: Resetthe WSUS client
114
+
### Resolution 3: Reset the WSUS client
115
115
116
-
Open an elevated command prompt on the affected WSUS client and run the following commands in this order:
116
+
Open an elevated Command Prompt window on the affected WSUS client, and run the following commands in the given order:
Messages like **ERROR: The system was unable to find the specified registry key or value** are normal and don't need mitigation. Once all the commands are run, wait for 10-15 minutes, go to **Control Panel > All Control Panel Items > Windows Update**, check for updates, and monitor the status.
126
+
You might receive messages such as the following message:
127
+
128
+
> **ERROR: The system was unable to find the specified registry key or value**
129
+
130
+
These messages are expected and don't require mitigation.
131
+
132
+
After all the commands are run, wait 10-15 minutes, go to **Control Panel** > **All Control Panel Items** > **Windows Update**, check for updates, and monitor the status.
0 commit comments