x80070422

Windows Update Windows Update Needs an admin

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

  1. Check the service in PowerShell: Get-Service wuauserv | Select-Object Status, StartType.
  2. If it’s Disabled, open services.msc as an administrator, open Windows Update, set Startup type to Manual, and select Start.
  3. Run Windows Update again.
  4. 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

← All tools