Nada Adem seems to be a common issue with failed services. There seems to be a plethora of suggestions so I'd suggest you go ahead and try something like this:
Reset Windows update components[br]
[br]
Open Powershell with Admin or CMD with Admin (Press Windows key + X then click Windows Powershell(Admin))[br]
[br]
Copy each line of command to Powershell then press enter (one line at a time)[br]
[br]
net stop bits[br]
net stop wuauserv[br]
net stop appidsvc[br]
net stop cryptsvc[br]
Del "%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader\*.*"[br]
rmdir %systemroot%\SoftwareDistribution /S /Q[br]
rmdir %systemroot%\system32\catroot2 /S /Q[br]
regsvr32.exe /s atl.dll[br]
regsvr32.exe /s urlmon.dll[br]
regsvr32.exe /s mshtml.dll[br]
netsh winsock reset[br]
netsh winsock reset proxy[br]
net start bits[br]
net start wuauserv[br]
net start appidsvc[br]
net start cryptsvc[br]
[br]
-Once done restart the device and check. from [https://answers.microsoft.com/en-us/windows/forum/all/windows-update-net-helpmsg-2182/c11dd523-649d-485b-8603-37f370349a19|here]