I have seen a few people with this problem on forums, but nobody seems to have a solution yet. Windows says I should restart because I have an update pending (this is 10586). During restart there is no indication that any updated are being installed or have failed to be installed. Once I log back into Windows I am told that there was a problem installing updates.
In the event log I can see:
Installation Failure: Windows failed to install the following update with error 0x8024200D: Upgrade to Windows 10 Pro, version 1511, 10586.
Does anybody know what is wrong or how to fix this?
Here is how I fixed this issue:
C:\Windows\SoftwareDistribution\Download
The error code 0x8024200D
means, that the files had to be downloaded again.
//
// MessageId: WU_E_UH_NEEDANOTHERDOWNLOAD
//
// MessageText:
//
// The update handler did not install the update because it needs to be downloaded again.
//
#define WU_E_UH_NEEDANOTHERDOWNLOAD _HRESULT_TYPEDEF_(0x8024200DL)
So try it again, or download the Windows 10 Version 1511 ISO, mount the ISO, run setup.exe
and upgrade to the new build.
I found that my system partition of 100Mb had only 3Mb free space. The solution was to resize the partition to 300Mb by transferring free space from the C: drive partition.
I used this webpage as a guide.
User contributions licensed under CC BY-SA 3.0