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-0x80070490.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,20 +18,20 @@ Windows Update error 0x80070490 typically occurs due to driver failures when use
18
18
19
19
## Prerequisites
20
20
21
-
Before proceeding with the mitigations, ensure you have backed up the OS disk. If you are using Windows in an Azure virtual machine, refer to the [Backup OS Disk](/azure/backup/backup-azure-vms) guide for detailed instructions.
21
+
Before proceeding with the mitigations, ensure you have backed up the OS disk. If you're using Windows in an Azure virtual machine, refer to the [Backup OS Disk](/azure/backup/backup-azure-vms) guide for detailed instructions.
22
22
23
23
## Root cause
24
24
25
-
The primary cause of error 0x80070490 is driver failure during Windows Update installations. This can occur due to:
25
+
The primary cause of error 0x80070490 is driver failure during Windows Update installations. This failure can occur due to:
26
26
27
27
- Pending updates that block new installations.
28
28
- Stale or incorrect registry entries related to driver operations.
29
29
- Corrupted or malformed SetupConfig.ini files.
30
-
- Missing driver files or hardlinks in the system directories.
30
+
- Missing driver files or hard links in the system directories.
31
31
32
32
## Symptom 1: Pending update state
33
33
34
-
When an update is in an Install Pending state, the driver operation may fail due to an inability to read the identity for driver operation sequence ID 1. Check the CBS logs at `C:\Windows\Logs\CBS\CBS.log` for entries like:
34
+
When an update is in an Install Pending state, the driver operation might fail due to an inability to read the identity for driver operation sequence ID 1. Check the CBS logs at `C:\Windows\Logs\CBS\CBS.log` for entries like:
35
35
36
36
```output
37
37
Info CBS Failed reading Identity for driver operation sequenceID 1 [HRESULT = 0x80070490 - ERROR_NOT_FOUND]
@@ -55,7 +55,7 @@ Info CBS Perf: InstallUninstallChain complete.
55
55
56
56
## Symptom 2: Servicing stack update failure
57
57
58
-
Servicing Stack Updates (SSU) may fail with error 0x80070490. Check the CBS.log for similar entries:
58
+
Servicing Stack Updates (SSU) might fail with error 0x80070490. Check the CBS.log for similar entries:
@@ -73,7 +73,7 @@ Error CBS Failed to process single phase execution. [HRESULT = 0x80070490 - ERRO
73
73
74
74
## Symptom 3: Feature update installation failure
75
75
76
-
Feature updates may fail with error code 0x80070490. This behavior can be observed through "Check for updates" and in Software Center (WSUS). Review the WindowsUpdate.log for entries like:
76
+
Feature updates might fail with error code 0x80070490. This behavior can be observed through "Check for updates" and in Software Center (WSUS). Review the WindowsUpdate.log for entries like:
Cumulative updates may fail with error code 0x80070490 along with 0x8e5e03fa. Check the Setup Events logs for errors like:
100
+
Cumulative updates might fail with error code 0x80070490 along with 0x8e5e03fa. Check the Setup Events logs for errors like:
101
101
102
102
```output
103
103
Information XXXXXXX.corp. 1 Microsoft-Windows-Servicing N/A NT AUTHORITY\SYSTEM Initiating changes for package KB5004122. Current state is Resolved. Target state is Installed. Client id: WindowsUpdateAgent.
0 commit comments