Use supported Windows recovery and update tools instead of trying to fight the automatic update loop through Services alone.
- Try uninstalling the problematic update from Windows RE If Windows keeps reinstalling the update when uninstalling from within the desktop, use the Windows Recovery Environment (Windows RE) to remove it:
- Access Windows RE (for example, by interrupting normal boot a few times, or using the documented method in the reference below).
- In Windows RE, select Troubleshoot > Advanced options > Uninstall Updates.
- Choose Uninstall latest quality update first. If that does not help and the issue started with a feature update, use Uninstall latest feature update instead.
This removes the last installed update without needing to boot fully into the OS, which avoids the auto‑reinstall loop you described.
- If uninstall is not enough, repair the update components If updates keep failing or looping, repair the Windows Update components and system files before trying again:
- Rename SoftwareDistribution and Catroot2 folders (resets update cache):
- Open Command Prompt as Administrator.
- Run these commands one by one, pressing Enter after each:
-
net stop bits -
net stop wuauserv -
ren %systemroot%\softwaredistribution softwaredistribution.bak -
ren %systemroot%\system32\catroot2 catroot2.bak -
net start bits -
net start wuauserv
-
- Restart the device.
- Run System File Checker if seeing update errors like 0x80070057 or 0x80080005:
- Open Command Prompt as Administrator.
- Run:
sfc /scannow - Let it complete and then restart.
- If the system is unstable after updates, consider an in‑place reinstall of the current version If uninstalling updates and repairing the update cache do not restore stable behavior (keyboard, Bluetooth, heat, random shutdowns), use the documented “reinstall the current version of Windows” approach. This keeps files and apps while refreshing system components and Windows Update. See the guidance in Fix issues by reinstalling the current version of Windows under “Information for IT professionals” for when this is appropriate, especially if updates are managed or certain update policies are configured.
- As a last resort for persistent update corruption If updates repeatedly corrupt the system and even in‑place repair does not help, a full reinstallation may be required. Before doing that, back up personal files to external storage or cloud, then reinstall and let Windows apply current cumulative updates cleanly.
For now, the most direct way to break the loop and remove the partially applied update without factory reset is:
- Boot to Windows RE → Troubleshoot → Advanced options → Uninstall Updates → Uninstall latest quality update.
- Then clear the update cache (SoftwareDistribution/Catroot2) and run SFC as above before allowing further updates.
References: