Skip to content

Commit f560a3c

Browse files
Merge pull request #10435 from MicrosoftDocs/main
Auto Publish – main to live - 2025-12-31 18:00 UTC
2 parents 737201a + ce54365 commit f560a3c

5 files changed

Lines changed: 221 additions & 119 deletions

File tree

support/azure/virtual-machines/windows/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ items:
108108
href: ../../../windows-server/installing-updates-features-roles/troubleshoot-windows-update-error-0x8000ffff.md?context=/troubleshoot/azure/virtual-machines/windows/context/context
109109
- name: Error code 0x80070002
110110
href: ../../../windows-server/installing-updates-features-roles/troubleshoot-windows-update-error-0x80070002.md?context=/troubleshoot/azure/virtual-machines/windows/context/context
111+
- name: Error 0x80070003 when Windows Update fails
112+
href: ../../../windows-server/installing-updates-features-roles/error-0x80070003-windows-update-fails.md?context=/troubleshoot/azure/context/context
111113
- name: Error code 0x8007000d
112114
href: ../../../windows-server/installing-updates-features-roles/error-invalid-data-startup-installing-updates.md?context=/troubleshoot/azure/virtual-machines/windows/context/context
113115
- name: Error code 0x8007000e or 0x800705aa

support/windows-client/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1421,6 +1421,8 @@ items:
14211421
items:
14221422
- name: Analyze log file entries that SFC.exe generates
14231423
href: ./installing-updates-features-roles/analyze-sfc-program-log-file-entries.md
1424+
- name: Error 0x80070003 at startup after you install a Windows update
1425+
href: ../windows-server/installing-updates-features-roles/error-0x80070003-windows-update-fails.md?context=/troubleshoot/windows-client/context/context
14241426
- name: Error code 0x8024402C when you try to install a Windows update or a Feature on Demand
14251427
href: ./installing-updates-features-roles/error-0x8024402c-installing-update-feature-on-demand.md
14261428
- name: Fix errors found in CheckSUR.log
Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
---
2+
title: Error 0x80070003 at Startup after You Install a Windows Update
3+
description: Discusses how to fix Windows Update error 0x80070003. When this issue occurs, the update can't install correctly. After the computer restarts, the installation rolls back.
4+
manager: dcscontentpm
5+
audience: itpro
6+
ms.date: 12/30/2025
7+
ai.usage: ai-assisted
8+
ms.topic: troubleshooting
9+
ms.reviewer: kaushika, dougking, v-appelgatet
10+
ms.custom:
11+
- sap:windows servicing,updates and features on demand\windows update fails - installation stops with error
12+
- pcy:WinComm Devices Deploy
13+
appliesto:
14+
- ✅ <a href=https://learn.microsoft.com/windows/release-health/supported-versions-windows-client target=_blank>Supported versions of Windows Client</a>
15+
- ✅ <a href=https://learn.microsoft.com/windows/release-health/windows-server-release-info target=_blank>Supported versions of Windows Server</a>
16+
- ✅ <a href=https://learn.microsoft.com/lifecycle/products/windows-365target=_blank>Supported versions of Windows 365</a>
17+
- <a href=https://learn.microsoft.com/lifecycle/products/azure-virtual-machine target=_blank>Supported versions of Azure Virtual Machine</a>
18+
---
19+
# Error 0x80070003 at startup after you install a Windows update
20+
21+
This article discusses how to fix Windows Update error 0x80070003. When this issue occurs, the update can't install correctly. After the computer restarts, the installation rolls back.
22+
23+
## Symptoms
24+
25+
When you try to install a Windows update, the installation fails, and you receive the following error message:
26+
27+
> Some update files are missing or have problems. We'll try to download the update again later. Error code: (0x80070003).
28+
29+
## Cause
30+
31+
This error typically means that driver files are missing or inaccessible.
32+
33+
## Resolution
34+
35+
> [!IMPORTANT]
36+
>
37+
> - If the affected computer is a Windows virtual machine (VM) that can't restart correctly or that you can't access by using SSH, make sure that you can use the Azure Serial Console to access the VM.
38+
> - Before you troubleshoot this issue, back up the operating system disk. For information about this process for VMs, see [About Azure Virtual Machine restore](/azure/backup/about-azure-vm-restore).
39+
40+
The most reliable way to fix this issue is to perform an in-place upgrade on the affected computer.
41+
42+
> [!NOTE]
43+
> For more information about how to upgrade VMs, see one of the following articles:
44+
>
45+
> - [In-place upgrade for VMs running Windows Server in Azure](/azure/virtual-machines/windows-in-place-upgrade)
46+
> - [In-place upgrade for supported VMs running Windows in Azure (Windows client)](../../azure/virtual-machines/windows/in-place-system-upgrade.md)
47+
48+
If you experience error 0x80070003 during the in-place upgrade, see ["0x80070003" error and Windows upgrade fails during "Process Drivers for Migration"](../setup-upgrade-and-drivers/error-0x80070003-during-process-drivers-for-migration.md).
49+
50+
If the issue persists, contact Microsoft Support. In the support request, share the path or file that isn't found. For information about how to identify this information, see the next section.
51+
52+
## More information
53+
54+
To identify the path that Windows Update can't find, follow these steps:
55+
56+
1. On the affected computer, go to the %Windir%\logs\CBS folder (%Windir% represents the Windows directory on the computer's system drive).
57+
1. Use a text editor to open the most recent CBS.log file, and search for a ", error" string.
58+
1. Check the log entries that share the same timestamp as the error, and locate the path that's related to the error.
59+
60+
For example, the following excerpt shows that the issue occurred during the installation of Ntprint.inf (the Windows printer driver):
61+
62+
```output
63+
2017-12-06 15:30:46, Info CBS INSTALL index: 69, phase: 1, result 3, inf: ntprint4.inf
64+
2017-12-06 15:30:46, Info CBS Doqe: Recording result: 0x80070003, for Inf: ntprint4.inf
65+
2017-12-06 15:30:46, Info CBS DriverUpdateInstallUpdates failed [HRESULT = 0x80070003 - ERROR_PATH_NOT_FOUND]
66+
2017-12-06 15:30:46, Info CBS Doqe: Failed installing driver updates [HRESULT = 0x80070003 - ERROR_PATH_NOT_FOUND]
67+
2017-12-06 15:30:46, Info CBS Perf: Doqe: Install ended.
68+
2017-12-06 15:30:46, Info CBS Failed installing driver updates [HRESULT = 0x80070003 - ERROR_PATH_NOT_FOUND]
69+
2017-12-06 15:30:46, Error CBS Startup: Failed while processing non-critical driver operations queue. [HRESULT = 0x80070003 - ERROR_PATH_NOT_FOUND]
70+
2017-12-06 15:30:46, Info CBS Startup: Rolling back KTM, because drivers failed.
71+
2017-12-06 15:30:46, Info CBS Setting ExecuteState key to: CbsExecuteStateStageDrivers | CbsExecuteStateFlagRollback | CbsExecuteStateFlagDriversFailed
72+
2017-12-06 15:30:46, Info CBS SetProgressMessage: progressMessageStage: -1, ExecuteState: CbsExecuteStateStageDrivers | CbsExecuteStateFlagRollback | CbsExecuteStateFlagDriversFailed, SubStage: 0
73+
2017-12-06 15:30:46, Info CBS Progress: UI message updated. Operation type: Update. Stage: 1 out of 1. Rollback.
74+
2017-12-06 15:30:46, Info CBS Setting original failure status: 0x80070003, last forward execute state: CbsExecuteStatePrimitives
75+
2017-12-06 15:30:46, Info CBS SetProgressMessage: progressMessageStage: -1, ExecuteState: CbsExecuteStateStageDrivers | CbsExecuteStateFlagRollback | CbsExecuteStateFlagDriversFailed, SubStage: 1
76+
```

support/windows-server/toc.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2814,6 +2814,8 @@ items:
28142814
href: ./virtualization/cannot-change-configstorerootpath-value-hyperv-cluster.md
28152815
- name: Cluster Shared Volumes don't respond during a planned cluster node drain
28162816
href: ./virtualization/shared-volumes-do-not-respond.md
2817+
- name: Unresponsive VMs after cluster failover failure
2818+
href: ./virtualization/unresponsive-vms-after-cluster-failover-failure.md
28172819
- name: Users can't connect to virtual server after failover
28182820
href: ./virtualization/mac-address-changes-for-virtual-server.md
28192821
- name: Windows updates don't install on VM cluster hosts
@@ -2922,6 +2924,8 @@ items:
29222924
href: ./virtualization/vm-dda-luns-disappear-after-mpio-config.md
29232925
- name: Virtual machine creation
29242926
items:
2927+
- name: "Troubleshooting guidance: Creating Hyper-V virtual machines"
2928+
href: ./virtualization/troubleshoot-hyper-v-virtual-machine-creation.md
29252929
- name: Error when you manage a VHD file
29262930
href: ./virtualization/fail-to-manage-vhd-file.md
29272931
- name: Microsoft server software and supported virtualization environments
@@ -2932,12 +2936,12 @@ items:
29322936
href: ./virtualization/vm-missing-0x800704c8-0x80070033-0x800703e3.md
29332937
- name: Virtual machine state
29342938
items:
2939+
- name: "Troubleshooting guidance: Inaccessible or unresponsive Hyper-V VMs in clustered or standalone environments"
2940+
href: ./virtualization/hyper-v-start-state-access-failures-clustered-standalone.md
29352941
- name: Get-VMNetworkAdapter command doesn't report IP addresses
29362942
href: ./virtualization/get-vmnetworkadapter-doesnt-report-ip-addresses.md
29372943
- name: Hyper-V environments experience frequent power-offs and rapid disk space consumption
29382944
href: ./virtualization/hyper-v-power-off-rapid-disk-space-consumption.md
2939-
- name: Troubleshoot Hyper-V virtual machine start, state, and access failures
2940-
href: ./virtualization/hyper-v-start-state-access-failures-clustered-standalone.md
29412945
- name: Virtual Machines enter the paused state
29422946
href: ./virtualization/virtual-machines-enter-paused-state-low-disk-free.md
29432947
- name: Virtual machine shutdown actions don't run
@@ -3246,6 +3250,8 @@ items:
32463250
href: ./installing-updates-features-roles/cbs-log-file-record-entries-not-repaired-run-sfc.md
32473251
- name: Description of System File Checker (Sfc.exe)
32483252
href: ./installing-updates-features-roles/system-file-checker.md
3253+
- name: Error 0x80070003 at startup after you install a Windows update
3254+
href: ./installing-updates-features-roles/error-0x80070003-windows-update-fails.md
32493255
- name: Error 0x8007000d after installing Windows updates
32503256
href: ./installing-updates-features-roles/error-invalid-data-startup-installing-updates.md
32513257
- name: Error 0x800705aa when Windows Update fails

0 commit comments

Comments
 (0)