I had a similar issue. I needed to disable the 'Windows Sandbox' feature - restart my computer and then the update was installed successfully!
Maybe this will help other people.
That did not fix it for me unfortunately.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have tried to update to 2025-01 Cumulative Update for Windows 11 Version 24H2 for x64-based Systems (KB5050009) but i get the (Install error - 0x80070306)
I have restarted and shut down my computer multiple times to see if that would fix it but it didn't. I've also tried re-installing the update as well.
Please let me know what i can do to.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
I had a similar issue. I needed to disable the 'Windows Sandbox' feature - restart my computer and then the update was installed successfully!
Maybe this will help other people.
That did not fix it for me unfortunately.
Hi... I was having this very same problem for the past 24 hours. I tried everything sugested by the good people on here, but nothing seemed to work. After countless failed attempts to retry download and re-install, I tried to download the update manualy and use the standalone installer. This also failed.
I then went into my bios to see if I might need to update it, I didn't need to as I have the latest bios for my motherboard, but I happened to notice that the PTT had been disabled by something and my TPM was not working. I enabled PTT, checked TPM was enabled and working before going back in to windows and hey presto the update downloaded and installed without a problem. So if you're having this issue it may help you to check the status of your TPM. I hope that this might help people while accepting there could be any number or reasons for this update failing to update your computers. Alan
I had the same issue. For me, the problem was solved by resetting Windows Update. From PowerShell prompt as local Administrator:
Get-Service -Name wuauserv
Get-Service -Name wuauserv | Stop-Service -Force
del C:\Windows\SoftwareDistribution\Download\ -Recurse -Force
Start-Service -Name wuauserv
Regards,
Zilvinas
Hi... I was having this very same problem for the past 24 hours. I tried everything sugested by the good people on here, but nothing seemed to work. After countless failed attempts to retry download and re-install, I tried to download the update manualy and use the standalone installer. This also failed.
I then went into my bios to see if I might need to update it, I didn't need to as I have the latest bios for my motherboard, but I happened to notice that the PTT had been disabled by something and my TPM was not working. I enabled PTT, checked TPM was enabled and working before going back in to windows and hey presto the update downloaded and installed without a problem. So if you're having this issue it may help you to check the status of your TPM. I hope that this might help people while accepting there could be any number or reasons for this update failing to update your computers. Alan
That did not help in my case. TPM is active.
I had the same issue. For me, the problem was solved by resetting Windows Update. From PowerShell prompt as local Administrator:
- Run to check if Windows Update service is running:
Get-Service -Name wuauserv- Stop the service:
Get-Service -Name wuauserv | Stop-Service -Force- Delete all content of the folder C:\Windows\SoftwareDistribution\Download\
del C:\Windows\SoftwareDistribution\Download\ -Recurse -Force- Restart Windows Update service:
Start-Service -Name wuauserv- Go to Windows Update and check for new updates. It should work now abeit download was very slow. Be patient!
Regards,
Zilvinas
All replies that suggest resetting Windows Update, doing SFC check or similar are not working for me.
Still must check that in-place upgrade repair option.