Windows Update cannot currently check for updates because the service is not running

Anonymous
2012-10-01T00:49:18+00:00

Hello,

i cant seem to do any windows updates, whenever i go to the page and 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 you computer"

i have ran the microsoft fix it for windows updates but it doesnt work.

i have enable the Bits services and windows update services with delayed start. and still get the same error.

also windows defender does not work and it wont start the service.

i have done a full factory restore back to HP defaults and still have this issue. i am connected to the internet also :)

thanks in advance

Windows for home | Other | 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.

0 comments No comments
Answer accepted by question author
Anonymous
2012-10-01T00:55:17+00:00

Try:

Click Start

Type: cmd

Right click on cmd in start menu and select 'Run as Administrator'

Type: net stop wuauserv

Hit Enter

Type: ren c:\windows\SoftwareDistribution softwaredistribution.old

Hit Enter

Type: net start wuauserv

Hit Enter

Type: exit

Hit Enter

Attempt to download updates

Was this answer helpful?

4100+ people found this answer helpful.
0 comments No comments
Answer accepted by question author
Anonymous
2012-10-01T01:09:40+00:00

There have been reported issues with users who user Intel rapid storage drivers, causing issues with windows update, mostly on x64 machines. If you are using them, try updating the driver is Device Manager, or alternatively, temporarily uninstalling the drivers, update windows, then reinstall the intel driver.

Was this answer helpful?

400+ people found this answer helpful.
0 comments No comments
Answer accepted by question author
Anonymous
2012-12-27T03:32:57+00:00

I had the same issue and this fixed it:

Right-click Command Prompt (in Start Menu\Programs\Accessories) and choose

Run as Administrator. Type (or Copy and Paste) the following commands,

pressing Enter after each one:

regsvr32 wuapi.dll

regsvr32 wuaueng.dll

regsvr32 wups.dll

regsvr32 wups2.dll

regsvr32 wuwebv.dll

regsvr32 wucltux.dll

Close Command Prompt, and try Windows Update again.

Was this answer helpful?

100+ people found this answer helpful.
0 comments No comments
Answer accepted by question author
Anonymous
2012-10-01T02:01:10+00:00

There have been reported issues with users who user Intel rapid storage drivers, causing issues with windows update, mostly on x64 machines. If you are using them, try updating the driver is Device Manager, or alternatively, temporarily uninstalling the drivers, update windows, then reinstall the intel driver.

thanks, i went to HP's website and downloaded the intel RST driver and rebooted and fixed it.

have a great day

Was this answer helpful?

30+ people found this answer helpful.
0 comments No comments
Answer accepted by question author
Anonymous
2014-08-19T20:24:40+00:00

For me, stopping and restarting the service and renaming the folder didn't help.  BUT, installing a new Intel RST driver did the trick AND even allowed me to install Win7 SP1.

Thanks.

Was this answer helpful?

0 comments No comments

486 additional answers

Sort by: Most helpful
  1. Anonymous
    2013-10-07T19:54:49+00:00

    I too had this problem with an HP DV7 laptop with Win7 Home Premium, SP1 and an AMD (not Intel) chipset. I tried most of the solutions but found these did not work. Here is what worked for me. I copied the following into a Notepad.exe file and then saved the file to the desktop using a .bat extension as WUpdatefix.bat. When saving the file in Notepad you must change the file save as type to all "All Files" in order to save it as a .bat file instead of a .txt file. You can always changes the file extention to .bat after saving the file to the desktop.

    When the file is on the desktop with the correct extension right click on it and select "Run As Administrator" the select "yes".

    The file open up a black DOS windows and will execute in steps so as to see the results on the screen - it will pause for you to see any error messages. Press the space bar to let the file run.

    After the file runs close the DOS window and restart the computer. Be aware that this is free advice and hopefully will help. You can reply to this post to ask questions. Please backup anything you cannot afford to lose OFTEN!

    Hu said that

    Here is the script;

    net stop wuauserv

    net stop bits

    net stop cryptsvc

    Pause

    ren %systemroot%\System32\Catroot2 Catroot2.old

    ren %systemroot%\SoftwareDistribution SoftwareDistribution.old

    Pause

    regsvr32 c:\windows\system32\vbscript.dll /s

    regsvr32 c:\windows\system32\mshtml.dll /s

    regsvr32 c:\windows\system32\msjava.dll /s

    regsvr32 c:\windows\system32\jscript.dll /s

    regsvr32 c:\windows\system32\msxml.dll /s

    regsvr32 c:\windows\system32\actxprxy.dll /s

    regsvr32 c:\windows\system32\shdocvw.dll /s

    regsvr32 wuapi.dll /s

    regsvr32 wuaueng1.dll /s

    regsvr32 wuaueng.dll /s

    regsvr32 wucltui.dll /s

    regsvr32 wups2.dll /s

    regsvr32 wups.dll /s

    regsvr32 wuweb.dll /s

    regsvr32 Softpub.dll /s

    regsvr32 Mssip32.dll /s

    regsvr32 Initpki.dll /s

    regsvr32 softpub.dll /s

    regsvr32 wintrust.dll /s

    regsvr32 initpki.dll /s

    regsvr32 dssenh.dll /s

    regsvr32 rsaenh.dll /s

    regsvr32 gpkcsp.dll /s

    regsvr32 sccbase.dll /s

    regsvr32 slbcsp.dll /s

    regsvr32 cryptdlg.dll /s

    regsvr32 Urlmon.dll /s

    regsvr32 Shdocvw.dll /s

    regsvr32 Msjava.dll /s

    regsvr32 Actxprxy.dll /s

    regsvr32 Oleaut32.dll /s

    regsvr32 Mshtml.dll /s

    regsvr32 msxml.dll /s

    regsvr32 msxml2.dll /s

    regsvr32 msxml3.dll /s

    regsvr32 Browseui.dll /s

    regsvr32 shell32.dll /s

    regsvr32 wuapi.dll /s

    regsvr32 wuaueng.dll /s

    regsvr32 wuaueng1.dll /s

    regsvr32 wucltui.dll /s

    regsvr32 wups.dll /s

    regsvr32 wuweb.dll /s

    regsvr32 jscript.dll /s

    regsvr32 atl.dll /s

    regsvr32 Mssip32.dll /s

    pause

    net start wuauserv

    net start bits

    net start cryptsvc

    pause

    cmd

    Was this answer helpful?

    0 comments No comments