If your Windows 11 update is stuck on "checking for updates," you can try the following troubleshooting steps:
- Restart Your Device: Sometimes, a simple restart can resolve the issue.
- Check Internet Connection: Ensure that your device is connected to the internet, as a stable connection is required for updates.
- Run Windows Update Troubleshooter: Go to Settings > Update & Security > Troubleshoot > Additional troubleshooters and select Windows Update to run the troubleshooter.
- Clear Windows Update Cache: You can clear the update cache by stopping the Windows Update service, deleting the contents of the
SoftwareDistributionfolder, and then restarting the service. To do this:- Open Command Prompt as an administrator.
- Type
net stop wuauservand press Enter. - Type
net stop cryptSvcand press Enter. - Type
net stop bitsand press Enter. - Type
net stop msiserverand press Enter. - Navigate to
C:\Windows\SoftwareDistribution\Downloadand delete all files in this folder. - Type
net start wuauservand press Enter to restart the service.
- Check for Updates Again: After performing the above steps, go back to Settings > Windows Update and click on Check for updates.
If the problem persists, you may want to consider seeking further assistance through the Microsoft support channels.
References: