0x80070422
A required Windows service is disabled
The operation could not start because a required service is disabled.
Overview
For Windows Update, the relevant service configuration or policy must be identified before changing startup settings.
Common causes
- Windows Update or a dependency is disabled
- Organization policy controls the service
- Security or tuning software changed service configuration
- Service configuration is damaged
Symptoms
- Windows Update cannot check for updates
- A service will not start
- The Services console shows Disabled
Prevention
- Do not disable Windows services from generic optimization lists
- Document policy changes
- Use supported management settings
0x80070422 diagnostic evidence
Official-definition groundedUse the code identity and the affected operation together. The same numeric result can appear in different workflows, so logs and symptoms determine the safest repair branch.
Definition source: Microsoft System Error Codes. This report preserves the official code identity and does not claim one universal cause.
How to troubleshoot error 0x80070422
Service errors require the exact service name and policy context. A disabled service and a missing service registration are different problems.
Service properties
Confirm the exact service before changing anything
Identify the exact Windows service
Use the original error and Services console to determine which service is disabled, missing, or failing. Record its service name and display name.
Get-Service -Name <service-name>sc.exe qc <service-name>Replace the placeholder with the verified nameInspect configuration without changing it
From an administrator terminal, query the service state and configuration. On managed PCs, check whether Group Policy controls it.
DISM.exe /Online /Cleanup-Image /RestoreHealthsfc /scannowDo not create system services manuallyUse supported repair for damaged registration
Run the relevant troubleshooter. If the service registration is missing or Windows components are damaged, run DISM and SFC before considering an in-place repair.
Before advanced repair: Do not apply generic startup-type lists. Service defaults and triggers can vary by Windows version, edition, policy, and role.
Official-source grounding
The error meaning is grounded in Microsoft System Error Codes. The visual sequence also follows Microsoft Windows service guidance and Microsoft Support guidance for Windows Update troubleshooting and Microsoft DISM repair guidance. Causes and repair steps vary by system evidence; this report does not claim a universal success rate.
Frequently asked questions
What does 0x80070422 mean?
The operation could not start because a required service is disabled. For Windows Update, the relevant service configuration or policy must be identified before changing startup settings.
Is 0x80070422 always caused by the same problem?
No. The code identifies a failure condition, but the exact cause depends on the affected operation, Windows build, logs, and recent system changes.
Can Advanced System Repair help with 0x80070422?
Advanced System Repair can scan for damaged Windows components and related system issues. No tool can guarantee one universal fix; preserve backups and match repair steps to the evidence on the affected PC.