Windows 10 updates pending install? Fix them now [QUICK GUIDE]

Hi,
I did a Check for Updates and there are several available. There is no Install Now button or anything like that. How can I force the update program to download and install these pending updates?
Thanks!
In order to fix this issue, we managed to come up with a few solutions that you should try.
How do I fix a Windows 10 pending install error?
1. Enable Automatic Updates immediate installation
- Press the Windows logo key + R on your keyboard, type services.msc in the Run box, and hit Enter to open the Services window.
- Right-click Windows Update and select Proprieties.
- Set the Startup type to Automatic from the drop-down menu and click OK.
- Right-click Background Intelligent Transfer Service and select Proprieties.
- Set the Startup type to Automatic from the drop-down menu and click OK.
- Right-click the Cryptographic Service option and select Proprieties.
- Set the Startup type to Automatic from the drop-down menu and click OK.
- Restart your PC and see if it fixed the issue.
Can’t install Windows updates? You won’t believe how easy is to fix that
2. Make system changes using Command Prompt
- Type cmd in the search box, then click on Run as administrator under Command Prompt to run it with elevated privileges.
- Now you have to input the following commands in the Command Prompt, pressing Enter after each:
- net stop wuauserv
- net stop cryptSvc
- net stop bits
- net stop msiserver
- ren C:WindowsSoftwareDistribution SoftwareDistribution.old
- ren C:WindowsSystem32catroot2 catroot2.old
- net start wuauserv
- net start cryptSvc
- net start bits
- net start msiserver
- You can also automate this process and make it a lot faster by using the Windows Update reset script.
We hope that our solutions could help you the Windows updates pending issue. If you liked this article, leave a comment in the comment section below.
Editor’s Note: This article was originally published in June 2019 and was revamped and updated in January 2021 for freshness, accuracy, and comprehensiveness.