FIX: Missing Check for updates button on Windows 10
- If the Windows update button is missing from your device, the OS might have a bug.
- When Windows update does not show in Settings, you can't force-download certain features.
- If you haven't disabled the Check for updates option, tweaking a few settings should help.
- You should start with a system check-up using a dedicated system optimization software.Â
Keeping your system up to date is quite important, but many users reported the Check for updates button is missing on their Windows 10 PC. This can be a big problem since it can leave your PC vulnerable, but there’s a way to fix this issue.
If you have problems with the Windows update option not showing on your device, you might not be able to download the latest updates manually.
Additionally, here are some similar problems that users reported:
- Windows 10 windows update missing from settings – Your group policy settings can sometimes affect Windows Update, so if you’re having this problem, check your policy settings and restore them to default.
- Windows update missing Windows 10 – This is a variation of the previous issue, and in most cases, it can be fixed by restarting the necessary Windows Update components.
What do I do if the Check for updates button isn’t on Windows 10?
- Use a debugging software
- Check your group policy
- Modify your registry
- Reset Windows Update components
- Run Windows Update troubleshooter
- Run Windows Update from Command Prompt
- Check your policies
- Create a new user account
- Perform an in-place upgrade
1. Use a debugging software
One of the easiest ways to quickly troubleshoot the problem, even if you don’t know the cause, is to use a system restoring and optimization software such as Restoro.
It is possible that some corrupted files or faulty registry entries cause an abnormal system performance.
Restoro will look into that and fix any bugs that might have hidden the updates button.
At the same time, the tool will also optimize other processes that affect your system’s performance in order to improve it and prevent similar events in the future.
Restoro
Restore your system to the normal parameters with this simple bug-fixing tool.2. Check your group policy
- Press Windows Key + R and enter gpedit.msc. Now press Enter or click OK.
- Local Group Policy Editor will now open. In the left pane, go to the Computer Configuration > Administrative Templates > Control Panel.
- In the right pane, double-click the Settings Page Visibility to open its properties.
- Select Not Configured and click OK to save changes.
After doing that, you should be able to check for updates manually on Windows 10. Several users suggested to set the policy to Disabled in Step 3, so you might want to try that as well.
3. Modify your registry
- Press Windows Key + R and type regedit in the Run dialog. Now press Enter or click OK.
- In the left pane, navigate to the following location:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer
. - In the right pane, look for SettingsPageVisibility and delete it. (Alternatively, you can remove all entries from the Value Data field and save changes.)
After doing that, you should be able to check for updates manually on Windows 10.
This solution will achieve the same results as the previous one, and it should be used only if no results have been reached so far.
4. Reset Windows Update components
- Open Command Prompt as administrator. To do that, right-click the Start Button and choose Command Prompt (Admin). )You can also use PowerShell (Admin).)
- When Command Prompt opens, run the following commands:
taskkill /f /fi "SERVICES eq wuauserv"
net stop cryptSvc
net stop bits
net stop msiserver
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
rmdir C:\Windows\SoftwareDistribution\DataStore
rmdir C:\Windows\SoftwareDistribution\Download
After doing that, check if the problem is still there. If the issue persists, you can also try running the following set of commands:
Net Stop bits
Net Stop wuauserv
Net Stop appidsvc
Net Stop cryptsvc
Ren %systemroot%\SoftwareDistribution SoftwareDistribution.bak
Ren %systemroot%\system32\catroot2 catroot2.bak
Net Start bits
Net Start wuauserv
Net Start appidsvc
Net Start cryptsvc
If this seems too complicated or too tedious, you can always create a Windows Update reset script and run it to automatically reset all the necessary components.
5. Run Windows Update troubleshooter
If you’re having problems with missing Check for updates button on Windows 10, the issue might be related to a temporary glitch on your system. To fix the problem, it’s advised to run a Windows Update troubleshooter.
Windows comes with various troubleshooters, and these troubleshooters are designed to automatically fix minor problems and glitches that you can encounter. To run a Windows Update troubleshooter, you just need to do the following:
- Open the Settings app and navigate to the Update & Security section.
- Choose Troubleshoot from the left pane. Select Windows Update from the list on the right and click the Run the troubleshooter button.
- Follow the instructions on the screen to complete the troubleshooter.
Once the troubleshooter is finished, check if the problem is still there. Keep in mind that the troubleshooter might not be the most effective solution, but it can work sometimes, so feel free to try it out.
6. Run Windows Update from Command Prompt
Sometimes you might not be able to check for updates, and if that’s the case, you should try this workaround. According to users, if you have a problem with missing Check for updates button, perhaps you can open Windows Update from the Command Prompt. To do that, just follow these steps:
- Open Command Prompt as administrator.
- Run the following command: powershell.exe -command “(New-Object -ComObject Microsoft.Update.AutoUpdate).DetectNow()”
If everything is in order, Windows Update should now start. If nothing happens, it means that this solution doesn’t work, so you can move to the next one.
The Windows Update Service is also missing? Bring it back with these solutions.
7. Check your policies
- Open Group Policy Editor. (We showed you how to do that in a previous step.)
- Now navigate to Computer configuration > Administrative Templates > Windows Components > Windows Updates. In the right pane, check the state of all policies. Make sure that all policies are set to Not configured. If a certain policy is enabled or disabled, change it to Not configured.
- Now go to User configuration > Administrative Templates > Windows Components > Windows Updates and make sure that all policies are set to Not configured.
After making these changes, check if the problem is still there.
8. Create a new user account
- Open the Settings app and navigate to the Accounts section.
- Select Family & other people from the left pane. Now go to Add someone else to this PC.
- Choose I don’t have this person’s sign-in information > Add a user without a Microsoft account.
- Now you just have to enter the desired username for the new account and click Next.
After creating a new user account, switch to it and check if the problem is still there. If the issue doesn’t appear on a new account, we advise you to move all your personal files to the new account and start using it instead of your old one.
9. Perform an in-place upgrade
- Download and run the Media Creation Tool.
- Once it opens, choose to Upgrade this PC now and click Next.
- Now select Download and install updates (recommended) and click Next.
- Follow the instructions on the screen until you reach Ready to install screen. Click on Change what to keep.
- Be sure to select Keep personal files and apps option and click Next.
- Follow the instructions on the screen to complete the upgrade process.
An in-place upgrade will reinstall your system and update it to the latest version while keeping all your files and applications intact.
Once the process is finished, you’ll have the latest version of Windows installed and the problem with Windows Update should be resolved.
If Check for updates button is missing on your PC, you might not be able to download the latest updates, but we hope that you solved the problem by using one of our solutions.