Skip to content

Commit 12fe858

Browse files
authored
Update error-0x80070003-windows-update-fails.md
Edit review per CI 7607
1 parent 934ef8b commit 12fe858

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

support/windows-server/installing-updates-features-roles/error-0x80070003-windows-update-fails.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Error 0x80070003 when Windows Update Fails
3-
description: Describes how to fix Windows Update error 0x80070003, which causes the update to fail to install, and rolls back the installation after the computer restarts.
3+
description: Discusses how to fix Windows Update error 0x80070003 that causes the installation to fail and the system to roll back.
44
manager: dcscontentpm
55
audience: itpro
66
ms.date: 12/30/2025
@@ -17,11 +17,11 @@ appliesto:
1717
---
1818
# Error 0x80070003 when Windows Update fails
1919

20-
This article describes how to fix Windows Update error 0x80070003, which causes the update to fail to install, and rolls back the installation after the computer restarts.
20+
This article discusses how to fix Windows Update error 0x80070003. This error causes an update installation to fail, and rolls back the system to its pre-update state after the computer restarts.
2121

2222
## Symptoms
2323

24-
When you install a Windows update, the update fails and you see the following error message:
24+
When you try to install a Windows update, the installation fails, and you receive the following error message:
2525

2626
> Some update files are missing or have problems. We'll try to download the update again later. Error code: (0x80070003).
2727
@@ -32,27 +32,27 @@ This error typically means that driver files are missing or inaccessible.
3232
## Resolution
3333

3434
> [!NOTE]
35-
> If the affected computer is a Windows virtual machine (VM), and it can't restart correctly or if you can't use SSH to access it, make sure that you can use the Azure Serial Console to access it.
35+
> 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.
3636
3737
The most reliable way to fix this issue is to perform an in-place upgrade on the affected computer.
3838

3939
> [!NOTE]
40-
> For more information about upgrading VMs, see one of the following articles:
40+
> For more information about how to upgrade VMs, see one of the following articles:
4141
4242
- [In-place upgrade for VMs running Windows Server in Azure](/azure/virtual-machines/windows-in-place-upgrade)
4343
- [In-place upgrade for supported VMs running Windows in Azure (Windows client)](../../azure/virtual-machines/windows/in-place-system-upgrade.md)
4444

4545
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).
4646

47-
If the issue persists, contact Microsoft Support. List the path or file that wasn't found in the support request. For information about how to identify this information, see [More information](#more-information).
47+
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.
4848

4949
## More information
5050

51-
To identify the path that Windows Update couldn't find, follow these steps:
51+
To identify the path that Windows Update can't find, follow these steps:
5252

5353
1. On the affected computer, go to the %Windir%\logs\CBS folder (%Windir% represents the Windows directory on the computer's system drive).
5454
1. Use a text editor to open the most recent CBS.log file, and search for a ", error" string.
55-
1. Check the log entries that share the same timestamp as the error and look for the path that is related to the error.
55+
1. Check the log entries that share the same timestamp as the error, and locate the path that's related to the error.
5656

5757
For example, the following excerpt shows that the issue occurred during the installation of ntprint.inf (the Windows printer driver):
5858

0 commit comments

Comments
 (0)