Windows Update Service Missing from Services.msc – How to Restore It
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.
Table of contents
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
- Open Command Prompt as administrator.
- Run: sfc /scannow

- After it completes, run: DISM /Online /Cleanup-Image /RestoreHealth
- 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
- Open Command Prompt (Admin).
- 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 - Restart your PC.
3. Reset Windows Update Components
- Stop services:
net stop bits
net stop wuauserv
net stop cryptsvc - Rename folders:
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 catroot2.old - 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
Because its registry entry is missing, corrupted, or disabled by policy or malware.
No — they restore system configuration only.
Importing a clean wuauserv registry key from the same Windows version.
Read our disclosure page to find out how can you help Windows Report sustain the editorial team. Read more
User forum
0 messages