Windows Update Service Missing from Services.msc – How to Restore It


XINSTALL BY CLICKING THE DOWNLOAD FILE
A message from our partner

Fix Windows 11 OS errors with Fortect:

  • Download Fortect and install it on your PC
  • Launch the tool and Start scanning to find broken files that are causing the problems
  • Right-click on Start Repair to fix issues affecting your computer’s security and performance
Download Now Fortect has been downloaded by 0 readers this month, rated 4.6 on TrustPilot

If the Windows Update service is missing from services.msc, Windows can’t check for or install updates normally. This usually means the wuauserv registry entry was damaged, removed, or hidden by Group Policy, malware, or system corruption.

Why the Windows Update Service Disappears

  • Corrupted system files – Failed updates or disk errors damage service entries.
  • Group Policy restrictions – Admins disable the service on managed PCs.
  • Malware infections – Some viruses remove Windows Update to block patches.
  • Incomplete installation/upgrade – Missing components after a failed update.
  • Debloating tools – Certain scripts intentionally delete update services.

If you’re not sure how to open the Services console at all, follow this guide on how to open services.msc in Windows before trying the fixes.

How to Restore the Windows Update Service

Follow these fixes from easiest to most advanced.

1. Scan & Repair System Files

  1. Open Command Prompt as administrator.
  2. Run: sfc /scannow
  3. After it completes, run: DISM /Online /Cleanup-Image /RestoreHealth
  4. Restart and check services.msc.

If you still can’t access Services because of restrictions, see what to do when services.msc has been blocked for your protection.

2. Recreate the Service via Command Prompt

  1. Open Command Prompt (Admin).
  2. Enter:
    sc create wuauserv binpath= “C:\Windows\system32\svchost.exe -k netsvcs” start= auto DisplayName= “Windows Update”
    sc config wuauserv type= share start= auto error= normal depend= rpcss/cryptsvc
  3. Restart your PC.

3. Reset Windows Update Components

  1. Stop services:
    net stop bits
    net stop wuauserv
    net stop cryptsvc
  2. Rename folders:
    ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
    ren C:\Windows\System32\catroot2 catroot2.old
  3. Restart services:
    net start bits
    net start wuauserv
    net start cryptsvc

4. Restore via Registry

  • Open regedit and navigate to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wuauserv
  • If it’s missing, import the wuauserv key from another PC running the same Windows version.

If you’ve disabled all services by mistake in MSCONFIG, here’s how to recover after disabling all services in msconfig so Windows Update can work again.

5. Run an In-Place Upgrade Repair

  • Download the Windows ISO from Microsoft.
  • Run setup.exe and choose Keep personal files and apps.
  • Follow prompts to reinstall core files and services.

If you need step-by-step help, here’s the full guide to reinstalling Windows 11 without losing data.

Extra Troubleshooting for Services.msc Issues

Sometimes, the problem is not with Windows Update itself but with Services. If you notice unusual behavior, such as the Services.msc window always showing the last connected computer or the Extended tab appearing blank, fix those first to ensure the console works properly.

Prevent It from Happening Again

  • Avoid unknown “debloat” scripts.
  • Keep antivirus active. Here’s a list of the best antivirus tools for Windows 11 to protect your system.
  • Create a System Restore point once fixed.

FAQs

Why is Windows Update not showing in services.msc?

Because its registry entry is missing, corrupted, or disabled by policy or malware.

Will these fixes erase my files?

No — they restore system configuration only.

What’s the fastest fix?

Importing a clean wuauserv registry key from the same Windows version.

More about the topics: Windows Update

Readers help support Windows Report. We may get a commission if you buy through our links. Tooltip Icon

Read our disclosure page to find out how can you help Windows Report sustain the editorial team. Read more

User forum

0 messages