Skip to content

Commit 57be61d

Browse files
authored
Update error-0x80070003-during-process-drivers-for-migration.md
Edit review per CI 7287
1 parent b9b90ff commit 57be61d

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

support/windows-server/setup-upgrade-and-drivers/error-0x80070003-during-process-drivers-for-migration.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Windows Upgrade fails and generates error 0x80070003 during "Process Drivers for Migration" operation
3-
description: Describes how to resolve issues that produce 0x80070003 during the "Process Drivers for Migration" operation of an in-place upgrade of Windows or Windows Server.
2+
title: 0x80070003 Error and Windows Upgrade Fails During Process Drivers for Migration Operation
3+
description: Discusses how to resolve the "0x80070003" error during the "Process Drivers for Migration" operation of an in-place upgrade of Windows or Windows Server.
44
ms.date: 09/26/2025
55
manager: dcscontentpm
66
audience: itpro
@@ -10,35 +10,35 @@ ms.custom:
1010
- sap:windows setup, upgrade and deployment\installing or upgrading windows
1111
- pcy:WinComm Devices Deploy
1212
---
13-
# Windows Upgrade fails and generates error 0x80070003 during "Process Drivers for Migration" operation
13+
# "0x80070003" error and Windows upgrade fails during "Process Drivers for Migration"
1414

1515
*Applies to*: Windows Server 2025, Windows Server 2022, Windows 11
1616

17-
This article describes how to resolve issues that produce 0x80070003 during the "Process Drivers for Migration" operation of an in-place upgrade of Windows or Windows Server.
17+
This article discusses how to resolve issues that cause a "0x80070003" error to occur during the "Process Drivers for Migration" operation of an in-place upgrade of Windows or Windows Server.
1818

1919
## Symptoms
2020

21-
When you try to upgrade a Windows Server or Windows Client computer to a newer version of Windows (an *in-place upgrade*), the upgrade fails. The upgrade process generates error 0x80070003.
21+
When you try to upgrade a Windows Server-based or Windows Client-based computer to a newer version of the OS (an *in-place upgrade*), the upgrade process fails. When this error occurs, the upgrade process generates a "0x80070003" error.
2222

2323
## Cause
2424

25-
The contents of a servicing stack folder in the WinSxS system folder are missing or damaged. Without the information in this folder, DISM and the upgrade engine can't migrate drivers. The upgrade fails, generating error 0x80070003.
25+
The contents of a servicing stack folder in the WinSxS system folder are missing or damaged. Without the information in this folder, DISM and the upgrade engine can't migrate drivers. The upgrade fails and generates a "0x80070003" error.
2626

2727
## Resolution
2828

2929
> [!IMPORTANT]
3030
> Before you perform any upgrade operation, back up your system.
3131
32-
### Step 1: Confirm the issue
32+
### Step 1: Verify the issue
3333

34-
To gather additional information about the issue, examine the following logs. You can use a text editor such as Notepad or Notepad++ to view the log files. Use the **Find** command (CTRL+F) to search for specific strings as noted. The following tables describe the most useful log files, and in each file, the strings that might provide more information about the error.
34+
To gather additional information about the issue, examine the relevant logs. You can use a text editor, such as Notepad, to view the log files. Use the **Find** command (CTRL+F) to search for specific strings, as noted. The following tables list the most useful log files. They also list the strings in each file that might provide more information about the error.
3535

3636
| Log files | Location | Description |
3737
| - | - | - |
3838
| SetupAct.log | C:\$WINDOWS.~BT\Sources\Panther | This log records setup activity during the early phase of the upgrade process. |
39-
| Upgrade engine (MOUPG) logs<br />such as the following files:<ul><li>setuperr.log</li><li>setupdiagresults.xml</li><li>Other logs whose file names begin with "MOSetup" or "MOU."</li></ul> | C:\$WINDOWS.~BT\Sources\Panther | These logs show high-level upgrade decisions and phase transitions. |
39+
| Upgrade engine (MOUPG) logs<br />such as the following files:<ul><li>setuperr.log</li><li>setupdiagresults.xml</li><li>Other logs whose file name begins with "MOSetup" or "MOU."</li></ul> | C:\$WINDOWS.~BT\Sources\Panther | These logs show high-level upgrade decisions and phase transitions. |
4040
| DISM.log | C:\Windows\Logs\DISM | This log provides details when DISM (Deployment Image Servicing and Management) commands fail. |
41-
| CBS.log (Component-Based Servicing log) | C:\Windows\Logs\CBS | Windows uses CBS logs to track servicing operations, such as updates and upgrades. This file might be large enough that it would be easier to manage by using Notepad ++ than by using Notepad. |
41+
| CBS.log (Component-Based Servicing log) | C:\Windows\Logs\CBS | Windows uses CBS logs to track servicing operations, such as updates and upgrades.<Br /><Br />**Note:** If this file is large, it might be easier to manage by using an alternative text editor, such as Notepad ++. |
4242

4343
| Log files | Strings to search for |
4444
| - | - |
@@ -47,7 +47,7 @@ To gather additional information about the issue, examine the following logs. Yo
4747
| DISM.log | "0x80070003"<br />or text that resembles "Failed to bind the online servicing stack - CDISMOSServiceManager::get_ServicingStackDirectory(hr:0x80070003)" |
4848
| CBS.log | "Failed to create worker session"<br />or repeated strings that mention servicing failures |
4949

50-
Additionally, you can manually check for a damaged servicing stack folder. In the C:\Windows\WinSxS folder, look for at least one folder that has name that includes the string "serviceingstack." For example, you might find folders that have names that resemble the following strings:
50+
Additionally, you can manually check for a damaged servicing stack folder. In the C:\Windows\WinSxS folder, look for at least one folder that has name that includes the "serviceingstack" string. For example, you might find folders that have names that resemble the following strings:
5151

5252
- amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.26100.5074_none_a5532eb7772ad4c4
5353
- amd64_microsoft-windows-servicingstack-inetsrv_31bf3856ad364e35_10.0.26100.5074_none_d120fd2616d820ec
@@ -66,9 +66,9 @@ Such folders shouldn't be empty.
6666
reg query "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing\Version"
6767
```
6868

69-
This information confirms the current version of the servicing stack on the computer.
69+
The command output confirms the current version of the servicing stack on the computer.
7070

71-
1. On the affected computer, create a temporary folder (as an example for this procedure, we'll use C:\TemporaryFolder).
71+
1. On the affected computer, create a temporary folder (for example, C:\TemporaryFolder).
7272

7373
1. Download the latest Servicing Stack Update (SSU) for your Windows version from [Servicing Stack Updates (SSU): Frequently Asked Questions](https://support.microsoft.com/topic/servicing-stack-updates-ssu-frequently-asked-questions-06b62771-1cb0-368c-09cf-87c4efc4f2fe).
7474

@@ -88,7 +88,7 @@ Such folders shouldn't be empty.
8888
> - Do not take ownership of the WinSxS folder or its subfolders, and do not change the folder permissions.
8989
> - This procedure uses the `robocopy /B` command to replace the servicing stack folders in the WinSxS folder with servicing stack folders from the downloaded SSU. `Robocopy /B` preserves the file and folder permissions.
9090
91-
1. Open an administrative PowerShell window. To define a set of variables for the robocopy operation, run the following commands, in sequence.
91+
1. Open an administrative PowerShell window. To define a set of variables for the robocopy operation, run the following commands, in sequence:
9292

9393
```powershell
9494
$src = "C:\TemporaryFolder"
@@ -99,9 +99,9 @@ Such folders shouldn't be empty.
9999
```
100100

101101
> [!NOTE]
102-
> These commands continue to use the C:\TemporaryFolder folder that was introduced in the previous section, and also introduces a C:\Repair folder to store a log file.
102+
> These commands continue to use the C:\TemporaryFolder folder that was introduced in the previous section. They also introduce a C:\Repair folder to store a log file in.
103103
104-
1. If you want to see a list of the items without actually copying them, run the following command:
104+
1. To view a list of the items without actually copying them, run the following command:
105105

106106
```powershell
107107
Get-ChildItem -Path $src -Directory -Force | ForEach-Object {
@@ -111,7 +111,7 @@ Such folders shouldn't be empty.
111111

112112
> [!NOTE]
113113
>
114-
> - The `Get-ChildItem -Directory` cmdlet selects only subfolders, so the robocopy operation skips root-level files such as .mum and .manifest files.
114+
> - The `Get-ChildItem -Directory` cmdlet selects only subfolders. Therefore, the robocopy operation skips root-level files such as .mum and .manifest files.
115115
> - For more information about the `Get-ChildItem` cmdlet and its options, see [Get-ChildItem](/powershell/module/microsoft.powershell.management/get-childitem?view=powershell-7.5).
116116
> - For more information about the `robocopy` command and its switches, see [robocopy](/windows-server/administration/windows-commands/robocopy).
117117
@@ -129,4 +129,4 @@ Such folders shouldn't be empty.
129129
for /d %i in (C:\TemporaryFolder\*) do robocopy "%i" "C:\Windows\WinSxS" /E /COPYALL /B /R:0 /W:0
130130
```
131131

132-
1. After you finish copying the SSU files, try to upgrade Windows again.
132+
1. After you finish copying the SSU files, try again to upgrade Windows.

0 commit comments

Comments
 (0)