Hi,
Please kindly try below troubleshooting steps:
- Run the Windows Update Troubleshooter
- Manually install the windows update. And you must install the August 10, 2021 SSU (KB5005112) before installing this Cumulative Update
https://www.catalog.update.microsoft.com/Search.aspx?q=KB5013941
https://www.catalog.update.microsoft.com/Search.aspx?q=KB5005112 - Use SFC and DISM Scans
sfc /scannow
DISM.exe /Online /Cleanup-image /Restorehealth - Reset the Windows Update Components
run CMD as administrator 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
If the Answer is helpful, please click "Accept Answer" and upvote it. Thanks.