Skip to content

Commit fb2b076

Browse files
committed
aa
1 parent 09fa166 commit fb2b076

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

support/windows-server/installing-updates-features-roles/troubleshoot-windows-update-error-0x80070490.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,20 @@ Windows Update error 0x80070490 typically occurs due to driver failures when use
1818

1919
## Prerequisites
2020

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.
2222

2323
## Root cause
2424

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:
2626

2727
- Pending updates that block new installations.
2828
- Stale or incorrect registry entries related to driver operations.
2929
- 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.
3131

3232
## Symptom 1: Pending update state
3333

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:
3535

3636
```output
3737
Info CBS Failed reading Identity for driver operation sequenceID 1 [HRESULT = 0x80070490 - ERROR_NOT_FOUND]
@@ -55,7 +55,7 @@ Info CBS Perf: InstallUninstallChain complete.
5555

5656
## Symptom 2: Servicing stack update failure
5757

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:
5959

6060
```output
6161
Error CBS Doqi: Failed loading driver operations queue. [HRESULT = 0x80070490 - ERROR_NOT_FOUND]
@@ -73,7 +73,7 @@ Error CBS Failed to process single phase execution. [HRESULT = 0x80070490 - ERRO
7373

7474
## Symptom 3: Feature update installation failure
7575

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:
7777

7878
```output
7979
hh:mm:ss.fffff tt 1092 10968 downloadmanager_cpp16907 [DownloadManager] Preparing update for install, updateId = {0FFD49D9-5418-4D5E-9AA3-0163C0CCF57B}.202.
@@ -97,7 +97,7 @@ hh:mm:ss.fffff tt 11736 12104 uhwinsetup_cpp776 [Handler] Exit code = 0x80070490
9797

9898
## Symptom 4: Cumulative update failure
9999

100-
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:
101101

102102
```output
103103
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.
@@ -139,7 +139,7 @@ Error XXXX.corp. 3 Microsoft-Windows-WUSA N/A CORP\xxa790741it5 Windows update "
139139

140140
## Symptom 5: Monthly rollup update failure
141141

142-
Monthly rollup updates may fail with error code 0x80070490. Check the CBS log for entries like:
142+
Monthly rollup updates might fail with error code 0x80070490. Check the CBS log for entries like:
143143

144144
```output
145145
Error CBS Shtd: Failed while processing non-critical driver operationsqueue. [HRESULT = 0x80070490 – ERROR_NOT_FOUND]
@@ -159,4 +159,4 @@ If the issue persists, consider engaging with the WSUS team for further assistan
159159

160160
**Partial Use of AI disclaimer**
161161

162-
Certain sections of this document have been generated or enhanced using artificial intelligence (AI) technology.
162+
Certain sections of this document was generated or enhanced using artificial intelligence (AI) technology.

0 commit comments

Comments
 (0)