Hello there, I'm Gopal an Independent Advisor. I will try my best to help you.
Resetting the Windows Update components can help resolve issues with the update service.
Press the Windows key and type Command Prompt.
Right-click on Command Prompt and select Run as administrator.
In the Command Prompt window, type the following commands one by one and press Enter after each command:
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 catroot2.old
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
After running these commands exit the command prompt, restart your PC, and check if the issue is resolved.
I hope this will help you to sort out the issue. Please let me know if you need further assistance. Thank you!
Regards,
Gopal