Hi,
Thank you for posting in Microsoft Q&A forum.
Are you using SCCM or WSUS to deploy the update? The error code (0x800705b4) typically indicates a timeout issue or some other interference during the update process. The reasons can vary, but they often relate to software conflicts, corrupted update components, or even system file issues. Here are a series of troubleshooting steps you can follow to resolve the problem:
1,If you have any antivirus software or firewall, disable them temporarily and try the update again.
2,Open a Command Prompt as Administrator.
Enter sfc /scannow.
Let the process complete, then restart your computer and try the update again.
3,Open a Command Prompt as Administrator.
Stop the Windows Update service by entering: net stop wuauserv.
Navigate to C:\Windows\SoftwareDistribution\Download and delete all the files and folders inside.
Restart the Windows Update service: net start wuauserv.
Retry the update.
Similar thread for your reference:
Windows 10 Update Error (0x800705b4)
Thanks for your time. Have a nice day!
Best regards,
Simon
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.