This works! Now "Checking for updates..."
Solution to ‘Windows Update cannot currently check for updates, because the service is not running. You may need to restart your computer’. Dec 2017
I have seen many people experiencing the problem of ‘Windows Update cannot currently check for updates, because the service is not running. You may need to restart your computer’.
Today, 11th Dec 2017, I have had exactly the same problem with going in to Windows Update on Win 7 PC’s and getting this same scenario when I try to update windows. I go in to Control Panel and Windows Update. There is a red X in the box and when I click ‘Check for Updates’ I get the message
‘Windows Update cannot currently check for updates, because the service is not running. You may need to restart your computer’.
I restarted the PC and still had the same the same problem and I also checked the Update Service was running and it was.
I have One laptop and 4 PC’s at home all running Win 7 so I tried the same procedure of updating and all but one had the same issue as above. I contacted a few friends whom I know have PC’s running Win 7 and when I asked them to try updating Windows they had the same problem I had. The settings in Windows Update varied from ‘Download updates but let me choose when to install them’ , ‘Install updates automatically ( recommended)’, ‘Never check for updates ( not recommended)’ . Ironically, the only PC I found I could check for updates was the one set to ‘Never check for updates ( not recommended)’. So we changed the settings on all the PC’s to‘Never check for updates ( not recommended)’ and then rebooted & then tried to check for updates and we could in all instances.** We then changed the settings back to our preference of either *‘Install updates automatically ( recommended)’*or ‘Download updates but let me choose when to install them’ and all is well again. So, it looks as though there has been a common problem with a previous Windows 7 Update that caused this update problem recently.
Can anyone from Microsoft please look in to this as there may be many people thinking their PC's are being updated and they aren't!
Since posting this a year ago it's obvious from the responses that the above fix doesn't work for everyone but it's certainly worth giving the above solution a shot as it's so simple, if it doesn't then follow one of the other solutions mentioned further on in the discussion. Once you have the updates working again the problem does not reoccur so obviously Microsoft fixed the problem in a subsequent update. I also notice that one year on and some people are still only just discovering Windows has not been updating all this time, so guess it pays to check updates are being installed occasionally!
Windows for home | Previous Windows versions | Windows update
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
223 answers
Sort by: Newest
-
Anonymous
2018-01-22T23:20:06+00:00 -
Anonymous
2018-01-22T01:48:11+00:00 Win update & Win 7 OS require services to be enabled for it to run..In run or cmd,type: appwiz.cpl in add/remove,open Win components/edit the services, .NET is needed,close
out when thru,restart pc.In Win 7,open internet options,set all to default,in advanced tab,locate reset to advanced settings,close out.R.click on cmd,run as Administrator,type: services.msc in msc double click on Microsoft framework,v2.0 runs in man,v4.0 runs auto,scroll to Win modules & Win installer,set both at auto start,locate update,set to auto,close restart pc.Back in Win 7,R.click on Win update,run in Administrator mode.
Plus,Win 7 has a download/update for Win update,its: windowsupdateagent-7.6-x86
download it from Microsoft..Also,with every/any .NET installation,v2.0 gets disabled,reset it to "Manual" run,the OS depends on it for Win update....
-
Anonymous
2018-01-20T10:22:19+00:00 Fix: Windows Update Error installations failed Win ,7 ,8 ,10 | Windows update error code 80244019
Will tell you in this tutorial
How to solve windows update error or installations failed.
Follow the Steps:-
1:- Go to services.msc.
2:- find the windows update service and stop it.
3:- Go to C:\Windows\SoftwareDistribution\Download delete all the folders inside.
4:- Go to C:\Windows\SoftwareDistribution\DataStore and delete all files and folder inside.
5:- Now start stooped service.
6:- Download update and install.
Video URL:- Fix: Windows Update Error installations failed Win ,7 ,8 ,10 | Windows update error code 80244019
-
Anonymous
2018-01-20T10:05:24+00:00 My solution to a lot of problems with Windows Update is the following batch script. It deletes the wu folder SoftwareDistribution which seems to be the root cause to a lot of wu problems.
****************************************************************
@Echo Off
If [%1]==[-d] Echo On
If [%1]==[-d] Set Quiet=
If [%1]==[] Set Quiet=/Q
Echo Stopping wuauserv...
net stop wuauserv
If [%1]==[-d] Pause
Echo Deleting %SystemRoot%\SoftwareDistribution...
If exist %SystemRoot%\SDist rd /S %Quiet% %SystemRoot%\SDist
move /Y %SystemRoot%\SoftwareDistribution %SystemRoot%\SDist
Echo Starting wuauserv...
net start wuauserv
If exist %SystemRoot%\SDist rd /S %Quiet% %SystemRoot%\SDist&&Echo Deleting %SystemRoot%\SDist
If Not exist %SystemRoot%\SDist Echo Successfully deleted %SystemRoot%\SDist
If exist %SystemRoot%\SDist Echo Failed to delete %SystemRoot%\SDist
Pause
****************************************************************
I hope it can come to some use.
-
Anonymous
2018-01-15T19:31:30+00:00 Hi Sverre
There seem to be many different solutions to this problem, as I mentioned earlier, the one that worked for me was the following:
Control Panel/Windows Update/Change Settings and in the dropdown box ‘Important updates’ choose ‘Never check for updates’ then click ‘OK’ and hopefully the Windows update box now has the option ‘Check for updates’. Click this and it should start looking for updates. Let it do it’s thing and once updates are found, install these and all should be well!
Now, if this doesn’t work, try this link https://support.microsoft.com/en-gb/help/2714434/description-of-the-windows-update-troubleshooter (This takes you to the page where you can run the ‘WindowsUpdate.diagcab’ fix-it file). Just click on ‘Fix it’ and choose ‘Open’ and this opens a dialogue box. Click ‘Next’ . Let it run and then once complete, reboot and see if this resolves the problem. I’m not saying this will solve the problem, but it’s worth a try as it does work for some, it was the only thing that worked for a friend of mine, he was running Win 7 64bit Ultimate as well. Good luck.
One other thing -- after choosing "Never check for updates" and clicking "OK', restart your computer.