How to Fix a Windows Update Pending Install (SOLVED)
Windows updates install in several steps; Windows 10 checks for updates, it downloads them, and then it installs them. Normally, the only thing blocking an update from installing is the system being in use i.e., within Active Hours, or a shortage of disk space.
Windows Update Pending Install (Tutorial)
Windows 10 updates can fail to install or the installation may not start at all. This may or may not be a bug but regardless of the reason behind it, the problem is easy to fix.
1. Restart the system
Windows 10 updates do not all install concurrently. Some updates may need to install before other updates can be installed. If you’ve installed updates that require a system restart, the pending restart may be preventing other updates from installing.
- Open the Start menu.
- Click the power button.
- Select Update and restart.
- Once you’re back on the desktop, open the Settings app with the Win+I keyboard shortcut.
- Go to Update and Security.
- Select Windows Update.
- Click Check for updates.
- The update will begin to install.
2. Delete and download update again
If the update is still pending after a system restart, you should delete the update and download it again. It’s possible that Windows 10 wasn’t able to download all files or something went wrong while it was downloading files.
- Open File Explorer.
- Navigate to this folder:
C:\Windows\SoftwareDistribution\Download
- Delete all files and folders in this location.
- Restart the system.
- Open the Settings app.
- Go to Update and Security.
- Select the Windows Update tab.
- Click Check for Updates.
- The update will be downloaded and installed.
3. Enable automatic installation
If the update still does not install, you can change the nature of the update process so that it installs updates as soon as they’ve been downloaded.
- Tap the Win+R keyboard shortcut to open the run box.
- In the run box, enter
services.msc
and tap Enter. - Double-click the Windows Update service.
- Open the Startup Type dropdown and select Automatic.
- Restart the system.
4. Run Windows Update troubleshooter
Windows Update is no stranger to problems which is why Windows 10 has a built-in troubleshooter to resolve these problems.
- Open the Settings app with the Win+I keyboard shortcut.
- Go to Update and Security.
- Select the Troubleshoot tab.
- Click Additional Troubleshooter.
- Run the Windows Update troubleshooter.
- Apply all fixes it recommends.
- Restart the system.
5. Reset Windows Update
If all else fails, you can reset the Windows Update service. It requires running a few commands in Command Prompt but it will solve the problem for good.
- Open Command Prompt with admin rights.
- Run the following commands, one-by-one.
net stop wuauserv net stop cryptSvc net stop bits net stop msiserver ren C:\Windows\SoftwareDistribution SoftwareDistribution.old ren C:\Windows\System32\catroot2 catroot2.old net start wuauserv net start cryptSvc net start bits net start msiserver
Conclusion
Windows 10 updates stall during installation when there are too many of them to install. Try to keep your system up to date and install updates as soon as they become available. If an update remains in the install queue too long, it may ultimately fail to install.
Thank you! For me # 5. Reset Windows Update worked!