0x80070422: the Windows Update service is disabled or not running
Likely causes
- The Windows Update service (wuauserv) is set to Disabled.
- A Group Policy, management tool or "update blocker" app disabled it.
- The service crashed and didn't restart.
How to fix it
- Check the service in PowerShell:
Get-Service wuauserv | Select-Object Status, StartType. - If it’s Disabled, open
services.mscas an administrator, open Windows Update, set Startup type to Manual, and select Start. - Run Windows Update again.
- If it switches back to Disabled, something is enforcing it. Check Group Policy (
gpresult /r), your management tool, and any installed update blocker apps.
Checked against: learn.microsoft.com, learn.microsoft.com