Microsoft Windows Error Code 0x80070422: How to Fix It

Easy 10-15 minutes Medium Severity Verified June 2026
Error Code
0x80070422
Brand
Microsoft Windows
Product Type
hresult
Severity
Medium
DIY Difficulty
Easy
Estimated Fix Time
10-15 minutes
Error 0x80070422 in Windows indicates that a required service is disabled. This often affects Windows Update, the Microsoft Store, or other system components. The fix is usually straightforward: re-enable the disabled service via the Services console or Command Prompt.
Ad

Tools You'll Need

How to Fix Error Code 0x80070422

  1. Identify the Disabled Service

  2. Re-enable the Service

  3. Verify Service Dependencies

  4. Use Command Prompt as Alternative

    Running Command Prompt as Administrator is necessary for this command.
  5. Restart Your Computer

Ad

When to Call a Professional

If re-enabling services does not resolve the error, the issue might be due to system file corruption or malware. In that case, consider running System File Checker (SFC) or DISM tools, or contact a professional technician if you are uncomfortable with advanced troubleshooting.

Frequently Asked Questions

What services typically cause error 0x80070422?
Common culprits include Windows Update (wuauserv), Background Intelligent Transfer Service (bits), and Software Protection service (sppsvc). The error occurs when one of these is disabled.
Can I fix error 0x80070422 without admin rights?
No, enabling or starting services requires administrator privileges. You must log in with an admin account or have the admin password.
Why did the service get disabled in the first place?
Services can be disabled by third-party software, malware, or manual changes. Sometimes Windows updates or system optimizers can also disable services.
Will I lose data by fixing this error?
No, re-enabling a service does not affect your personal files. It only restores the service functionality.
What if I can't find the disabled service?
Check the 'Windows Update' and 'Background Intelligent Transfer Service'. If still missing, run 'sfc /scannow' in Command Prompt (Admin) to repair system files, then check again.