Windows Update cannot currently check for updates, because the service is not running. You may need to restart the computer.
Windows Update failed to check for updates with error 0x80248015
Stop the Windows Update service.
services.msc
and click OK.net stop wuauserv
Stop-Service wuauserv
Delete the folder C:\Windows\SoftwareDistribution\
C:\Windows\
and click OK.SoftwareDistribution
folder and select "Delete".rmdir /S C:\Windows\SoftwareDistribution
Remove-Item --path C:\Windows\SoftwareDistribution --recurse
Restart the computer.
Open Windows Update again and click on "Check for Updates". The system should successfully find the updates, or report that none are available without any errors.
User contributions licensed under CC BY-SA 3.0