Hi Jordan,
Welcome to the Microsoft Community.
Please answer the following question:
- Did you make any changes to the computer prior to this issue?
- How are you trying to start the service?
- What exactly do you refer to when you say “cannot view the update history”? Does it shows a a blank?
- How did you tried to rename the Windows Software Distribution folder?
- What is the service status for other services such as Cryptographic and Background Intelligence Transfer Service?
You can follow the steps to check the status of the other services and start them if the status is
stopped:
a) Press Windows and R key together to open run box.
b) Type “”services.msc” without quotes and hit Enter.
c) Locate Cryptographic and Background Intelligence Transfer Serviceand double click on the service icon.
d) Check if the service status is stopped. If yes, click on Start to start the service.
Check if you can start Windows update service.
You can follow the methods:
Method 1:
Folow the steps:
a) Press Windows and E key together and then open ‘C’ (Operating system drive) drive.
b) Navigate to the following location:
C:\Windows\SoftwareDistribution\DataStore.
c) Delete the DataStore foler.
d) Navigate back to try and restart the Windows update service again under services.msc.
Method 2:
If method 1 does not help, you can try to use the following commands on command prompt window and check if it helps.
a) Type cmd on the start screen and righ click on **Command Prompt.**Select Run as administrator from the options at the bottom of the screen.
b) Type the following command prompt and type the following command and hit Enter after each one:
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
ren C:\Windows\System32\catroot2 catroot2.old
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
pause
Try to start the Windows update service again and check if it helps.
Do let us know about the results on this issue.