Hi Patrick,
What is the fail error # showing for
the update in Windows Update History?
Do you have an3rd party Antivirus?
If you do uninstall it using the makers
software removal tool if they have one.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Windows updates will not load on my new HP laptop.....they download as normal.....hit restart and at about 30% the screen goes black and the HP logo stays on screen without anything happening. I do a hard restart and the machine reverts back to old / existing software.....updates show as failed to update
Hi Patrick,
What is the fail error # showing for
the update in Windows Update History?
Do you have an3rd party Antivirus?
If you do uninstall it using the makers
software removal tool if they have one.
AI answer
This pattern matches a known Windows Update failure path: the update starts, the device restarts, progress reaches around 30%, then the system appears stuck and later rolls the update back.
Try these steps in order:
DISM.exe /Online /Cleanup-image /Restorehealth
sfc /scannow
Expected result: DISM should report that the restore operation completed successfully, and sfc should reach 100%. net stop bits
net stop wuauserv
ren %systemroot%\softwaredistribution softwaredistribution.bak
ren %systemroot%\system32\catroot2 catroot2.bak
net start bits
net start wuauserv
Then restart the PC and try Start > Settings > Windows Update > Check for updates again. Warning: Renaming these folders resets the local Windows Update cache. This is a standard troubleshooting step, but pending update history in the cache may be cleared.HKLM\System\CurrentControlSet\Services\TrustedInstaller\BlockTimeIncrement to 2a30 (Hexadecimal), which sets the timeout to three hours, then restart and apply the update again. Warning: Editing the registry is a high-risk step. Incorrect changes can cause startup or servicing problems. Use this only if the rollback behavior continues after the safer steps above.If the laptop is brand new and repeatedly fails only during the restart/install phase, the most practical order is: DISM/SFC, reset update folders, HP driver updates, then clean restart. If it still rolls back, use Startup Repair/System Restore, and only then consider the TrustedInstaller timeout workaround.