Windows Update Is Not Showing, Missing, or Grayed Out in Settings
Windows Update is one of the most important parts of Windows 11 and Windows 10 because it allows your computer to receive security updates, feature updates, driver updates, and other improvements from Microsoft. Normally, you can access it by opening Settings > Windows Update.
However, sometimes the Windows Update page may not appear in Settings at all. In other cases, the option may be present but grayed out, preventing you from opening it or changing its settings. This can happen because of a disabled service, incorrect policies, damaged system files, a temporary Windows problem, or software that has modified Windows Update settings.
Fortunately, you can try several troubleshooting methods to restore Windows Update.
Windows Update Is Not Showing or ‘Missing’ or ‘Grayed Out’ in Settings

If Windows Update is missing or grayed out in Settings, the problem usually means that Windows cannot properly access the components or policies responsible for managing updates. A disabled Windows Update service, incorrect Group Policy settings, Registry changes, corrupted system files, or a damaged Windows component can cause the issue.
Start with the simple checks below. If one method does not work, continue to the next one. You do not need to perform every method if Windows Update starts working again.
Step 1: Restart Your Computer
Before changing any Windows settings, restart your computer. This may sound simple, but Windows services and Settings components can occasionally stop responding correctly after an update, software installation, or system change.
Select Start, click the Power button, and choose Restart. Wait for Windows to completely shut down and start again. Once you reach the desktop, open Settings by pressing Windows + I.
On Windows 11, select Windows Update from the left side of the Settings window. On Windows 10, open Update & Security and then select Windows Update.
If the Windows Update page has returned, the issue was probably temporary. If it is still missing or grayed out, continue with the next step.
Step 2: Check the Windows Update Service
The Windows Update service is responsible for managing the Windows Update process. If this service has been disabled, Windows Update may not work correctly.
Press Windows + R to open the Run dialog box. Type services.msc and press Enter.
The Services window will appear. Scroll through the list and find Windows Update. Double-click it to open its properties.
Look at the Startup type setting. If it is set to Disabled, click the drop-down menu and change it to Manual. Depending on your Windows configuration, another appropriate startup setting may be used.
Next, look at Service status. If the service is stopped, click Start. Select Apply, then click OK.
Restart your computer and check Windows Update again.
Step 3: Check Related Windows Update Services
Windows Update depends on several other Windows components. If one of them is disabled, updating can also fail.
Open the Services application again by pressing Windows + R, entering services.msc, and pressing Enter.
Look for Background Intelligent Transfer Service (BITS). Open it and check whether the service is running or available to start. Also check Cryptographic Services and Windows Update.
Do not randomly disable or change other services. If you find that an update-related service has been disabled, restore it to an appropriate startup configuration and restart the computer.
After restarting, open Settings and check whether Windows Update is available.
Step 4: Run the Windows Update Troubleshooter
Windows includes troubleshooting tools that can automatically detect some common update-related problems.
Press Windows + I to open Settings. In Windows 11, go to System > Troubleshoot > Other troubleshooters. Look for Windows Update and select Run.
In Windows 10, open Settings > Update & Security > Troubleshoot > Additional troubleshooters, then select Windows Update and run the troubleshooter.
Follow the instructions displayed on the screen. When the process finishes, restart your computer and check Windows Update again.
If the Windows Update option itself is missing, this method may not be available. In that situation, continue to the next step.
Step 5: Check Group Policy Settings
Incorrect Group Policy settings can restrict access to Windows Update. This is particularly relevant on Windows Pro, Enterprise, and Education editions.
Press Windows + R, type gpedit.msc, and press Enter.
Navigate to Computer Configuration > Administrative Templates > Windows Components > Windows Update.
Look for policies that configure or restrict Windows Update. If a policy has been deliberately configured by an organization, do not change it without permission.
If this is your personal computer and a Windows Update policy was accidentally changed, review the relevant policy settings and return inappropriate restrictions to Not Configured.
Close Group Policy Editor and restart Windows.
If gpedit.msc does not open, your edition of Windows may not include the Local Group Policy Editor. You can continue with the other methods.
Step 6: Check Whether Your PC Is Managed by an Organization
A message such as “Some settings are managed by your organization” can indicate that Windows Update settings are controlled by policies.
Open Settings and search for Access work or school. Review the accounts or organizations connected to your computer.
If this is a work or school computer, the missing or grayed-out Windows Update controls may be intentional. Contact the organization’s administrator rather than changing policies yourself.
If it is your personal computer and an old work or school connection is no longer needed, carefully review the account connection before removing anything.
Step 7: Repair Windows System Files
Corrupted Windows system files can cause Settings components and Windows services to behave incorrectly. Windows provides System File Checker, commonly called SFC, to check and repair protected system files.
Right-click the Start button and select Terminal (Admin) or Command Prompt (Admin).
If Windows asks for permission through User Account Control, select Yes.
Type the following command and press Enter:
sfc /scannow
Wait until the scan reaches 100 percent. Do not close the window while the scan is running.
If SFC reports that it repaired corrupted files, restart your computer. Then check whether Windows Update is available.
Step 8: Repair the Windows Component Store
If SFC cannot repair all corrupted files, use the DISM tool. DISM repairs the Windows component store that SFC can depend on.
Open Terminal as administrator again and run:
DISM /Online /Cleanup-Image /RestoreHealth
The process can take some time. The percentage may remain unchanged for a while, so avoid closing the Terminal window prematurely.
After DISM finishes, restart your computer. It is also a good idea to run sfc /scannow again after DISM completes.
Then open Settings and check Windows Update.
Step 9: Reset Windows Update Components
If Windows Update is still missing or unavailable, its update cache or components may be damaged.
This is a more advanced procedure because it involves stopping update-related services and resetting update folders. Before doing this, make sure you understand each command you enter.
Open Terminal as administrator and stop the relevant services:
net stop wuauserv
net stop bits
net stop cryptsvc
Windows Update stores temporary information in folders such as SoftwareDistribution and Catroot2. These folders can contain damaged update data.
Rather than deleting system folders manually, advanced users can reset their contents using appropriate Microsoft-supported troubleshooting procedures. After resetting the components, restart the related services and reboot Windows.
If you are a very new user and are uncomfortable using administrative commands, it is safer to try the previous repair methods or use Microsoft’s Windows recovery options rather than randomly deleting system files.
Step 10: Install Pending Windows Updates Manually
If the Windows Update interface is unavailable but Windows itself is functioning normally, you can sometimes obtain a required update through the Microsoft Update Catalog.
Search for the exact KB number of the update you need, select the package appropriate for your Windows version and system architecture, and install it manually.
This method is mainly useful when you already know which update is missing. Installing random update packages is not recommended because the wrong package may not apply to your Windows installation.
Step 11: Use System Restore or Windows Recovery
If Windows Update disappeared immediately after installing software, changing system settings, applying a tweak, or modifying policies, System Restore may help return Windows to an earlier working state.
Search for Create a restore point from the Start menu and open it. If System Protection was enabled and a suitable restore point exists, you can use System Restore to return system files and settings to an earlier state.
If no suitable restore point exists, Windows also provides recovery options through Settings > System > Recovery in Windows 11. Review the available options carefully because some recovery procedures can affect applications or personal files.
FAQs
Why is Windows Update missing from Settings?
The Windows Update page can disappear because of incorrect policies, disabled services, corrupted system components, Windows configuration problems, or third-party software that modifies update settings.
Why is Windows Update grayed out?
A grayed-out Windows Update option can occur when an administrator policy controls Windows Update or when related Windows components are not functioning correctly. Check whether the computer is connected to a work or school account and review Windows Update services.
Can I fix Windows Update without reinstalling Windows?
Yes. In many cases, you can repair the problem by checking services, running the Windows Update Troubleshooter, repairing system files with SFC and DISM, or resetting Windows Update components.
Will SFC delete my personal files?
No. The SFC command checks protected Windows system files and attempts to repair damaged ones. It is not designed to delete your personal documents, photos, or other personal files.
Should I change Registry settings to fix Windows Update?
Registry modifications can solve certain configuration problems, but they can also cause additional Windows problems if incorrect values are changed. For a very new user, it is better to try the safer troubleshooting methods first.
What if this is a work computer?
If your computer is managed by an employer, school, or another organization, Windows Update may be intentionally restricted. Contact the organization’s IT administrator instead of changing policies or services yourself.
Summary
When Windows Update is not showing, missing, or grayed out in Settings, the problem can usually be traced to a Windows service, policy, system file, or update component. Start by restarting Windows and checking the Windows Update service. Then run the Windows Update Troubleshooter, review applicable policies, and check whether the computer is managed by an organization.
If those solutions do not help, use SFC and DISM to repair Windows system components. More advanced users can also reset Windows Update components or install a known update manually.
If the problem began after a recent system change, System Restore or Windows Recovery may provide another way to restore normal Windows Update functionality.
