It is impossible for Microsoft to get ahead of all the encountered errors beforehand. Such is this error; Microsoft hasn’t come up with a valid solution for Windows Update Service Not Running error. Errors can be frustrating to handle sometimes, but with a few workarounds, we can take control of our system and resume our work without any issues.
Contents
How to Fix Windows Update Service Not Running Error
Method 1 – Run Troubleshooter for Windows Update
Use the Windows Update troubleshooter to scan your system.
Step 1: First of all, search for the windows update troubleshooter from the search menu using either Win + Q or Win + S shortcut. If nothing pops up on using this search menu, go to Microsoft’s site, download the troubleshooter, and run it.
Step 2: Secondly, find the troubleshooter option under Control Panel → System and Security. Click on the Update Troubleshooter and Select the “Fix Problems with Windows Update” option.
Step 3: Lastly, navigate to use the “Run as Administrator” button from the Advanced tab and ensure that you have checked the “Apply repairs automatically” checkbox.
The troubleshooter will automatically start scanning for problems with the system update. It will probably take some time for the process to get over. If the Windows Update server is not running, you have to fix that problem first.
Method 2 – Rename SoftwareDistribution Folder
Windows Update Cannot Currently Check For Updates because the service is not running has a cutting edge solution, which, while being well hidden, has been known to have the best method to solve the persisting error.
Step 1: First of all, open the Command Prompt as an administrator by pressing the Windows Key + X together.
Step 2: Press Enter after typing in each command to stop the Windows Update Service and stop the Background Intelligent Transfer Service, respectively:
net stop wuauserv
net stop bits
Step 3: Afterward, enter the following command and proceed:
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
Step 4: Finally, implement the following changes, and you have done your job.
net start wuauserv
net start bits
Step 5: Restart your PC to implement the changes made.
Method 3 – Register Again for Windows Update DLL
Command Prompt comes to the rescue again as it is the most effective tool for solving problems. Try going for the following steps;
Step 1: Firstly, open Command Prompt as administrator by pressing the Windows + X.
Step 2: Secondly, feed the following commands sequentially and enter them:
regsvr32 wuapi.dll
regsvr32 wuaueng.dll
regsvr32 wups.dll
regsvr32 wups2.dll
regsvr32 wuwebv.dll
regsvr32 wucltux.dll
Step 3: Lastly, restart your system to complete this process.
Conclusion
I hope this article helps you to get ahead of the “Windows Update Service not running” error. Thank You For Reading!