Windows 10 upgrade setup failed with exit code 0xC1900200

Prajwal Desai
Posted by Prajwal Desai

Most of the Organizations today are running Windows 7 OS on their computers. Looking at the stability and features of Windows 10, most of them are planning to do an upgrade of Windows 7 to Windows 10. Very recently I was working on upgrading Windows 7 to Windows 10. In fact there is a post that is published to show In-place upgrade to Windows 10 Enterprise with SCCM. I had installed Configuration Manager current branch version 1602. I deployed a task sequence that would do an in-place upgrade to Windows 10. But that didn’t go well and the task sequence failed. When i checked the log file i found that my Windows 10 upgrade setup failed with exit code 0xC1900200.

Here is the error message that I got :-

Validating  package for OS upgrade version
The version of source OS upgrade package ‘10.0.10240’ is supported to be used in OS upgrade.
No timeout set for Windows Upgrade Setup
Command line of Windows Setup upgrade: ‘”C:\_SMSTaskSequence\Packages\IND00006\SETUP.EXE” /ImageIndex 1 /auto Upgrade /quiet /noreboot /postoobe “C:\Windows\SMSTSPostUpgrade\SetupComplete.cmd” /postrollback “C:\Windows\SMSTSPostUpgrade\SetupRollback.cmd” /DynamicUpdate Disable’
Command line for extension .EXE is “%1” %*
Set command line: “C:\_SMSTaskSequence\Packages\IND00006\SETUP.EXE” /ImageIndex 1 /auto Upgrade /quiet /noreboot /postoobe “C:\Windows\SMSTSPostUpgrade\SetupComplete.cmd” /postrollback “C:\Windows\SMSTSPostUpgrade\SetupRollback.cmd” /DynamicUpdate Disable
Executing command line: “C:\_SMSTaskSequence\Packages\IND00006\SETUP.EXE” /ImageIndex 1 /auto Upgrade /quiet /noreboot /postoobe “C:\Windows\SMSTSPostUpgrade\SetupComplete.cmd” /postrollback “C:\Windows\SMSTSPostUpgrade\SetupRollback.cmd” /DynamicUpdate Disable
Process completed with exit code 3247440384
Windows Setup completed with exit code 3247440384
Saving exit code 0xC1900200 of Windows upgrade to Task sequence environment variable ‘_SMSTSOSUpgradeActionReturnCode’
Windows setup failed with exit code 0xC1900200. Failing task sequence step.
Enabling TSManager service
smstsmgr service startup type is set to automatic
Enabling CCMExec service
CcmExec service startup type is set to automatic
Setting the client out of provisioning mode
Exiting SetClientProvisioningMode 0x00000000
upgrade.Run(), HRESULT=80004005
Exiting with code 0x80004005
Process completed with exit code 2147500037    TSManager
!——————————————————————————————–!

Failed to run the action: Upgrade Operating System.
Unspecified error (Error: 80004005; Source: Windows)
Set authenticator in transport
Set a global environment variable _SMSTSLastActionRetCode=-2147467259
Set a global environment variable _SMSTSLastActionSucceeded=false
Clear local default environment
Let the parent group (Upgrade the Operating System) decides whether to continue execution
The execution of the group (Upgrade the Operating System) has failed and the execution has been aborted. An action failed.
Operation aborted (Error: 80004004; Source: Windows)
Failed to run the last action: Upgrade Operating System. Execution of task sequence failed.
Unspecified error (Error: 80004005; Source: Windows)
Set authenticator in transport

Troubleshooting :-

If you are planning to do in-place upgrades to migrate from Windows 7, Windows 8, or Windows 8.1 to Windows 10 using SCCM task sequences then you must first try running a command that tells you whether you can do an in-place upgrade smoothly. To do this, SETUP.EXE includes a command line switch that tells it to “check for compatibility” but not actually perform the upgrade. You need to have the Windows 10 source media with you. The full command line would typically look something like this:

SETUP.EXE /Auto Upgrade /Quiet /NoReboot /DynamicUpdate Disable /Compat ScanOnly

Windows 10 upgrade setup failed with exit code 0xC1900200

To fix Windows 10 upgrade setup failed with exit code 0xC1900200, let’s understand the error codes first. Here are the lists of the most common upgrade and installation errors and some things you can try to fix them.

Error Code Ways to fix it
0x80073712 A file needed by Windows Update is likely damaged or missing.
0x800F0923 A driver or other software on your PC isn’t compatible with the upgrade to Windows 10.
0x80200056 The upgrade process was interrupted because you accidentally restarted your PC or signed out of your PC. Try upgrading again and make sure your PC is plugged in and stays turned on.
0x800F0922 Your PC couldn’t connect to the Windows Update servers. If you’re using a VPN connection to connect to a work network, disconnect from the network and turn off the VPN software (if applicable) and try upgrading again. It could also mean there isn’t enough free space in the System Reserved partition. You might be able to fix this problem by using third-party software to increase the size of the System Reserved partition.
0xC1900208 – 0x4000C This could indicate that an incompatible app installed on your PC is blocking the upgrade process from completing. Check to make sure that any incompatible apps are uninstalled and then try upgrading again.
0xC1900200 – 0×20008 0xC1900202 – 0×20008 This may signify that your PC doesn’t meet the minimum requirements to download or install the upgrade to Windows 10.
0x80070070 – 0×50011 0x80070070 – 0×50012 0x80070070 – 0×60000 This likely indicates that your PC doesn’t have enough space available to install the upgrade. Free some space on the drive and try again.

Resolution – If you look at the above table, the error code 0xC1900200 translates to “PC doesn’t meet the minimum requirements to download or install the upgrade to Windows 10.” This was indeed correct. When i checked the memory of that machine, it was less than the required memory that was supposed to be. After increasing the memory of the machine, I did not face this error. I hope the above table helps you in understanding the cause of any other errors.

Share This Article
Prajwal Desai
Posted by Prajwal Desai
Follow:
Prajwal Desai is a Microsoft MVP in Intune and SCCM. He writes articles on SCCM, Intune, Windows 365, Windows Server, Windows 11, WordPress and other topics, with the goal of providing people with useful information.
7 Comments