Hello mark fidler,
Thank you for posting in Q&A forum.
Please try the suggestions below and check if it helps.
- Restart Windows Update Service:
- Open Command Prompt as an administrator.
- Run the following commands:
- net stop wuauserv
- net stop bits
- net start wuauserv
- net start bits
- Run Windows Update Troubleshooter:
- Go to Settings > Update & Security > Troubleshoot > Additional troubleshooters.
- Select Windows Update and run the troubleshooter.
- Reset Windows Update Components:
- Open Command Prompt as an administrator and run the following commands:
- 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
- Disable any third-party antivirus or firewall temporarily to see if they are blocking the update service.
Note: Please back up all the data before you make any changes.
I hope the information above is helpful.
If you have any questions or concerns, please feel free to let us know.
Best Regards,
Daisy Zhou
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.