Hi. I'm David, and I'm happy to help you.
I suggest doing the following:
Run the Windows Update Troubleshooter.
https://support.microsoft.com/en-us/windows/win...
If it persists, rename the software distribution folders as instructed below:
1. Open Start and type cmd, right-click on "Command Prompt", and select "Run as administrator".
2. Run the following commands at the Command Prompt one at a time:
net stop bits
net stop wuauserv
net stop cryptsvc
ren %systemroot%\softwaredistribution softwaredistribution.bak
ren %systemroot%\system32\catroot2 catroot2.bak
net start bits
net start wuauserv
net start cryptsvc
3. After all these commands are completed, close the Command Prompt window, restart your computer, and then try to update Windows.
If it persists, use the system file checker to repair possible corrupted or missing system files.
1. Open Start and type cmd, right-click on "Command Prompt", and select "Run as administrator".
2. Run the following commands at the Command Prompt one at a time:
dism.exe /online /cleanup-image /scanhealth
dism.exe /online /cleanup-image /restorehealth
dism.exe /online /cleanup-image /startcomponentcleanup
sfc /scannow
Note: Pay close attention to the results of the commands. This will help you determine whether the procedure was completed successfully or if there was a problem. If you encounter any problems, let me know the error message that was displayed.
3. Then restart your PC and see if you can update.
If the problem persists, let me know, and I will provide another method.
Feel free to ask back any questions.