Windows 0x80070422Medium

Error 0x80070422 in Windows: service disabled

Error 0x80070422 means that the required Windows service is disabled. It most often occurs when updating the system or launching Microsoft Store.

Updated at February 11, 2026
5-10 min
Easy
FixPedia Team
Применимо к:Windows 10Windows 11

Error 0x80070422 usually appears when trying to update Windows or open the Microsoft Store. The message means that one of the required services is disabled.

Below are quick ways to fix it.


Method 1: Enable Windows Update Service

  1. Press Win + R
  2. Type services.msc
  3. Find Windows Update
  4. Open the service properties
  5. Set the startup type to Automatic
  6. Click Start

Restart your computer and try again.


In the same window, make sure that the following services are running:

  • Background Intelligent Transfer Service (BITS)
  • Cryptographic Services
  • DCOM Server Process Launcher

If they are disabled, enable them.


Method 3: Enable via Command Prompt

Open the Command Prompt as an administrator and execute:

sc config wuauserv start= auto
net start wuauserv

After executing, restart your PC.


Method 4: Check System Files

If the service does not start:

sfc /scannow

If necessary, execute:

DISM /Online /Cleanup-Image /RestoreHealth

Additional Causes

  • Services disabled manually
  • Programs used for "optimizing" Windows
  • Corrupted system components

Conclusion

Error 0x80070422 is almost always related to a disabled update service. Enabling Windows Update resolves the issue in most cases.

FixPedia

Free encyclopedia for fixing errors. Step-by-step guides for Windows, Linux, macOS and more.

© 2026 FixPedia. All materials are available for free.

Made with for the community