Windows Update is an essential component of Windows 11 that delivers security patches, feature updates, and driver improvements. If the Windows Update section is missing from Settings, not loading properly, or failing to display available updates, it can prevent your system from staying secure and up to date.
This issue may occur due to disabled services, corrupted system files, Group Policy restrictions, registry changes, or incomplete Windows updates. In some cases, the Windows Update page may appear blank, crash when opened, or not show available updates even though new updates exist.
Fixing Windows Update not showing in Windows 11 requires checking system services, repairing Windows components, and ensuring update-related services are functioning correctly. Follow the steps below carefully to restore Windows Update functionality.
How to Fix Windows Update Not Showing in Windows 11
Work through the following solutions in order and verify whether Windows Update reappears after each step.
1. Restart Windows 11
Temporary glitches may prevent Windows Update from loading.
- Save all open files.
- Restart your PC.
- Open Settings.
- Click Windows Update in the left panel.
If the option is still missing or blank, continue with the next steps.
2. Ensure Windows Update Services Are Running
Disabled update services can cause the page to disappear.
- Press Windows + R.
- Type
services.mscand press Enter. - Locate Windows Update.
- Double-click it.
- Set Startup type to Automatic.
- Click Start if the service is stopped.
- Repeat the process for:
- Background Intelligent Transfer Service (BITS)
- Cryptographic Services
- Restart your PC.
These services are essential for update functionality.
3. Run Windows Update Troubleshooter
Windows includes a built-in repair tool.
- Open Settings.
- Go to System.
- Select Troubleshoot.
- Click Other troubleshooters.
- Find Windows Update.
- Click Run.
- Follow on-screen instructions.
The troubleshooter automatically fixes common update issues.
4. Reset Windows Update Components
Corrupted update components can prevent the page from functioning.
- Open Command Prompt as administrator.
- Stop update services:
net stop wuauserv net stop bits net stop cryptsvc - Rename the SoftwareDistribution folder:
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old - Restart the services:
net start wuauserv net start bits net start cryptsvc - Restart Windows 11.
This rebuilds Windows Update components.
5. Run System File Checker (SFC)
Corrupted system files may hide update components.
- Open Command Prompt as administrator.
- Run:
sfc /scannow - Restart your PC after completion.
SFC repairs damaged Windows files.
6. Repair Windows Image Using DISM
If SFC does not resolve the issue:
- Open Command Prompt as administrator.
- Run:
DISM /Online /Cleanup-Image /RestoreHealth - Restart Windows after the process completes.
DISM repairs deeper system corruption.
7. Check Group Policy Settings (Pro Editions)
Group Policy can hide Windows Update.
- Press Windows + R.
- Type
gpedit.mscand press Enter. - Navigate to Windows Update policy settings.
- Ensure update-related policies are set to Not Configured.
- Restart your PC if changes were made.
Managed devices may restrict updates.
8. Check Registry Settings
Registry modifications may disable Windows Update visibility.
- Press Windows + R.
- Type
regeditand press Enter. - Navigate to Windows Update-related registry paths.
- Ensure there are no keys disabling updates.
- Restart Windows.
Be cautious when modifying the registry.
9. Create a New User Account
A corrupted user profile may cause Settings pages to malfunction.
- Open Settings.
- Go to Accounts > Other users.
- Add a new local account.
- Log in with the new account.
- Check whether Windows Update appears.
If it works, the original profile may be corrupted.
10. Check for Windows Feature Corruption
Some optional features may interfere with update components.
- Open Control Panel.
- Go to Programs.
- Select Turn Windows features on or off.
- Ensure update-related components are enabled.
- Restart your PC.
This refreshes core system features.
11. Perform an In-Place Upgrade (Repair Install)
If the issue persists:
- Download the latest Windows 11 installation media.
- Run the setup from within Windows.
- Choose Keep personal files and apps.
- Complete the upgrade process.
This reinstalls Windows components without deleting data.
Final Thoughts
Windows Update not showing in Windows 11 is typically caused by disabled services, corrupted update components, policy restrictions, or damaged system files rather than a hardware issue. In most cases, restarting update services or resetting Windows Update components restores normal functionality.