Hi,
If the above does not work, please try the following solutions.. If the first steps do not work, proceed to the next step.
- Reset Windows Update components
- Right-click on Start, then click on Windows PowerShell (Admin)
- Type these commands and press Enter on each command:
net stop wuauserv
net stop cryptSvc
net stop bits
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 Catroot2.old
net start wuauserv
net start cryptSvc
net start bits
netsh winsock reset
- Restart your PC, then go to Start > Settings > Update & Security and try to install the update again.
- Perform sfc and run the DISM command to check, scan, and restore the health of the system files by following the steps below.
- On PowerShell (admin), enter each command below:
Dism /Online /Cleanup-Image /CheckHealth
Dism /Online /Cleanup-Image /ScanHealth
DISM /Online /Cleanup-Image /RestoreHealth
sfc /scannow
After all has been processed, restart your device
- Fix issues by reinstalling the current version of Windows.
- If the problem persists, please perform an In-place upgrade for Windows 11.
I hope this helps. If you need more assistance, please let me know.
Stay Safe!