1. Home
  2. Microsoft
  3. Windows
  4. Windows 11
  5. How to Fix Windows 11 Windows Update Service Missing Issue

How to Fix Windows 11 Windows Update Service Missing Issue


Are you struggling with the Windows Update Service missing issue on your Windows 11 PC? It can be frustrating when your system can’t check or install updates because the essential service is missing or not running. Don’t worry — you’re not alone, and it’s usually fixable with a few simple steps.

In this guide, I’ll walk you through how to diagnose and fix the missing Windows Update Service in Windows 11. Let’s get your system updating smoothly again!


What Is the Windows Update Service, and Why Is It Missing?

The Windows Update Service (also known as wuauserv) is a critical background process responsible for managing and delivering Windows updates. If this service is disabled, missing, or corrupted, your PC won’t be able to download or install updates.

Common reasons the service might be missing:

  • Manual or accidental service disabling
  • System file corruption
  • Malware interfering with system services
  • Errors after major Windows 11 updates


Step 1: Check the Windows Update Service in Services Manager

First, let’s check if the service is really missing or just stopped.

  1. Press Windows + R, type services.msc, and hit Enter.
  2. In the Services window, scroll down to Windows Update.
  3. Check the Status and Startup Type:

    • Status should say Running.
    • Startup Type should be Automatic (Delayed Start) or Manual.

If Windows Update is missing from this list, proceed to the advanced steps below.

If it’s there but stopped:

  • Right-click the Windows Update service and select Start.
  • Right-click → Properties → Set Startup type to Automatic (Delayed Start)ApplyOK.
  • Try running Windows Update again.


Step 2: Run the Windows Update Troubleshooter

Windows 11 includes a handy troubleshooter designed specifically for update issues.

  1. Open Settings (Windows + I).
  2. Navigate to System > Troubleshoot > Other troubleshooters.
  3. Find Windows Update and click Run.
  4. Follow the on-screen instructions.

This tool will detect and fix common problems related to the Windows Update service.


Step 3: Re-register or Repair Windows Update Components

If the service is missing or corrupted, you can try re-registering core update DLL files and resetting update components:

  1. Open Command Prompt as Administrator:

    • Press Windows, type cmd, right-click Command Prompt, and choose Run as administrator.

  2. Enter the following commands one by one, pressing Enter after each:

    net stop wuauserv
    net stop cryptSvc
    net stop bits
    net stop msiserver
    ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
    ren C:\Windows\System32\catroot2 Catroot2.old
    net start wuauserv
    net start cryptSvc
    net start bits
    net start msiserver

  3. Once finished, restart your PC and check Windows Update again.


Step 4: Use the System File Checker and DISM Tool

Corrupted system files can cause the update service to malfunction or disappear.

  1. Open Command Prompt as Administrator.

  2. Run the System File Checker:

    sfc /scannow

    Allow the scan to complete; it will attempt to repair corrupted files automatically.

  3. Afterward, use the DISM tool to repair the Windows image:

    DISM /Online /Cleanup-Image /RestoreHealth

  4. Restart your computer and try updating again.


Step 5: Check for Malware and Perform a Clean Boot

Malware or third-party apps can interfere with system services.

  • Use Windows Security or a trusted antivirus to scan for malware.
  • Perform a clean boot to rule out startup application conflicts:

    1. Press Windows + R, type msconfig and hit Enter.
    2. Under the Services tab, check Hide all Microsoft services.
    3. Click Disable all.
    4. Under the Startup tab, open Task Manager and disable all startup items.
    5. Restart your PC and check if the update service reappears.


Final Thoughts

Fixing the Windows Update Service missing problem on Windows 11 might seem intimidating at first, but by following these steps patiently, you can usually resolve the issue without professional help. Keeping your system up to date is crucial for security and performance, so don’t let a missing service hold you back.

If all else fails, consider reaching out to Microsoft Support or performing a system restore to a prior working state.


Keywords for SEO

  • Windows 11 Windows Update Service missing
  • Fix Windows Update Service missing Windows 11
  • Windows 11 update service not found
  • Repair Windows Update Windows 11
  • Windows 11 update not working service missing


If you found this guide helpful, feel free to share it with friends or bookmark it for reference. Let me know if you run into any issues!

Updated on July 4, 2025
Was this article helpful?

Related Articles

Leave a Comment