Forum Discussion
TrappJean
Feb 06, 2026Silver Contributor
After upgrading to Windows 11, the update button appears greyed out and unavailable?
After upgrading to Win11, the system update button has become greyed out and cannot be clicked. Common troubleshooting methods have been attempted but to no avail. How can this be restored?
isIna-allthebest
Mar 10, 2026Copper Contributor
Hi,
If the Windows Update button is greyed out after upgrading to Windows 11, it’s usually related to update services, policies, or system configuration. You can try a few quick checks:
- Restart Windows Update services
Open Command Prompt (Admin) and run:
net stop wuauserv
net stop bits
net start wuauserv
net start bits
- Check Group Policy settings
If you’re using Windows Pro/Enterprise, open gpedit.msc and go to:
Computer Configuration → Administrative Templates → Windows Components → Windows Update
Make sure policies like “Remove access to use all Windows Update features” are Not Configured. - Run the Windows Update troubleshooter
Go to Settings → System → Troubleshoot → Other troubleshooters → Windows Update.
If the issue started right after the upgrade, it can also be caused by incomplete system files or a temporary UI bug.
Hope this helps.