Windows OS Hub
  • Windows
    • Windows 11
    • Windows Server 2022
    • Windows 10
    • Windows Server 2019
    • Windows Server 2016
  • Microsoft
    • Active Directory (AD DS)
    • Group Policies (GPOs)
    • Exchange Server
    • Azure and Microsoft 365
    • Microsoft Office
  • Virtualization
    • VMware
    • Hyper-V
  • PowerShell
  • Linux
  • Home
  • About

Windows OS Hub

  • Windows
    • Windows 11
    • Windows Server 2022
    • Windows 10
    • Windows Server 2019
    • Windows Server 2016
  • Microsoft
    • Active Directory (AD DS)
    • Group Policies (GPOs)
    • Exchange Server
    • Azure and Microsoft 365
    • Microsoft Office
  • Virtualization
    • VMware
    • Hyper-V
  • PowerShell
  • Linux

 Windows OS Hub / Windows 11 / Fix: Windows Update Tab (Button) is Missing from Settings

December 16, 2024 Questions and AnswersWindows 10Windows 11

Fix: Windows Update Tab (Button) is Missing from Settings

Windows Update Tab is Missing from Settings -> Update & Security

On one of the user’s computers, I encountered a situation where the Windows Update section disappeared from the Settings app menu. Here’s how to fix this problem and show the Windows Update in the Settings app on Windows 10/11.

Windows Update missing in Windows 11 Settings

In Windows 10 and 11, you can show or hide certain pages in the Settings app. Open the Registry Editor (regedit.exe) and navigate to the HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer reg key.

The SettingsPageVisibility DWORD registry value can contain a list of Settings menu items to show (or hide). For example, adding the value hide:windowsupdate;windowsupdate-action to this registry parameter will hide the Windows Update page from the Settings menu.

Settings Page Visibility Hide Windows Update

To unhide the Windows Update page in Settings, change the value of this registry entry, or delete it.

If this parameter is set with a GPO, it will be reset to its original value at the next computer reboot. Check the resulting Group Policy settings of the computer (rsop.msc or gpresult command) and verify if the Settings page visibility option is enabled under Computer (or User) Configuration > Administrator Templates > Control Panel.

GPO option: Settings page visibility

If the Windows Update section is hidden at the user level, check the SettingsPageVisibility value under the HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer.

‘Check for Updates’ Button is Grayed Out in Windows

Another possible problem is an inactive (grayed out) “Check for Updates” (or Download) button on the Windows Update page. As a result, a user cannot click a button to check for, download, or install updates.

Windows 11 'Check For Update' button is greyed out

Open the registry editor and navigate to the HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate reg key. The SetDisableUXWUAccess registry parameter can be used to restrict user access to the UI buttons that control scanning, downloading, and installing Windows updates.

The Check for Updates button will be disabled for the user if the value of the SetDisableUXWUAccess parameter is set to 1.

SetDisableUXWUAccess - disable Windows Update features on Windows 11

Remove this reg parameter or set its value to 0This registry option can be enabled manually or through Group Policy.

List the resulting GPO settings on the computer (rsop.msc) and check if the Remove access to use all Windows Update features option is enabled under Computer Configuration -> Administrative Templates -> Windows Components -> Windows Update -> Manage End User Experience.

GPO: Remove access to use all Windows Update features

If this setting is enabled by local Group Policy, open gpedit.msc and disable it.

Update GPO settings:

gpupdate /force

Restart the Windows Update service:

Get-Service wuauserv|Restart-Service -Force

Restart wuauserv

Make sure the Check for Updates button is now available in the Settings app.

3 comments
5
Facebook Twitter Google + Pinterest
previous post
Rollback Microsoft Office to an Earlier Version After an Update
next post
Extend an Expired User Password in Active Directory

Related Reading

Configure NTP Time Source for Active Directory Domain

May 6, 2025

How to Cancel Windows Update Pending Restart Loop

May 6, 2025

View Windows Update History with PowerShell (CMD)

April 30, 2025

Change BIOS from Legacy to UEFI without Reinstalling...

April 21, 2025

Remove ‘Your License isn’t Genuine’ Banner in MS...

April 21, 2025

3 comments

SB December 17, 2024 - 6:30 pm

We control Windows updates using Update Rings in Intune. I moved one computer from an update ring to another and immediately lost Security and Updates option under systems settings. Moving the computer back to the original update ring did not make any difference. Neither of the registry keys mentioned in this article exist on the computer.

Reply
SB December 17, 2024 - 6:33 pm

I should add that other computers that were already in the second update ring to begin with did not have any issues. As a test, we moved a second computer to the second update ring and the exact same thing happened. It seems to be an issue moving a computer that is already assigned to an update ring to a different update ring.

Reply
SB December 17, 2024 - 6:39 pm

We upgraded one of the computers to Windows 11. After the upgrade, Windows update is still missing from Settings tab. It is also not user specific. no matter who signs into the computer, the option is not there.

Reply

Leave a Comment Cancel Reply

join us telegram channel https://t.me/woshub
Join WindowsHub Telegram channel to get the latest updates!

Categories

  • Active Directory
  • Group Policies
  • Exchange Server
  • Microsoft 365
  • Azure
  • Windows 11
  • Windows 10
  • Windows Server 2022
  • Windows Server 2019
  • Windows Server 2016
  • PowerShell
  • VMware
  • Hyper-V
  • Linux
  • MS Office

Recent Posts

  • Cannot Install Network Adapter Drivers on Windows Server

    April 29, 2025
  • Change BIOS from Legacy to UEFI without Reinstalling Windows

    April 21, 2025
  • How to Prefer IPv4 over IPv6 in Windows Networks

    April 9, 2025
  • Load Drivers from WinPE or Recovery CMD

    March 26, 2025
  • How to Block Common (Weak) Passwords in Active Directory

    March 25, 2025
  • Fix: The referenced assembly could not be found error (0x80073701) on Windows

    March 17, 2025
  • Exclude a Specific User or Computer from Group Policy

    March 12, 2025
  • AD Domain Join: Computer Account Re-use Blocked

    March 11, 2025
  • How to Write Logs to the Windows Event Viewer from PowerShell/CMD

    March 3, 2025
  • How to Hide (Block) a Specific Windows Update

    February 25, 2025

Follow us

  • Facebook
  • Twitter
  • Telegram
Popular Posts
  • 0x80244010 Exceeded Max Server Round Trips: Windows Update Error
  • How to Force Remove a Printer That Won’t Uninstall on Windows
  • How to Completely Remove/Uninstall a Driver in Windows
  • How to Disable or Uninstall Internet Explorer (IE) in Windows
  • Permanently Disable Driver Signature Enforcement on Windows 11
  • Fix: Your IT Administrator Has Limited Access to Virus & Threat Protection
  • Fix: Windows Needs Your Current Credentials Pop-up Message
Footer Logo

@2014 - 2024 - Windows OS Hub. All about operating systems for sysadmins


Back To Top