Hello,
1.Corruption in the system image or some core files can hinder updates.
Run the following commands one at a time:
DISM /Online /Cleanup-Image/RestoreHealth
(This command checks for system image issues and attempts repairs. It might take some time to complete.)
sfc /scannow
(This scans and attempts to repair system file corruption.)
c. Restart your computer and then try Windows Update again.
2.Restart Windows Update Services Manually
Restarting update-related services can sometimes clear glitches.
a. Open an elevated Command Prompt as above.
b. Run these commands one at a time:
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
c. Rename the folders that store update files by typing:
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 catroot2.old
d. Restart the services:
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
e. Try checking for updates again.
- Check for Third-Party/Antivirus Interference
• Temporarily disable any third-party antivirus or firewall software.
• Try running Windows Update again.
• If the update is successful, consider adjusting the security software settings.
- Consider In-Place Upgrade/Repair Install
If the above methods don’t work, you might perform an in-place upgrade to repair Windows without affecting your files.
a. Download the Windows 11 Installation Assistant or Media Creation Tool directly from Microsoft’s website.
b. Run the tool and choose “Upgrade this PC now.”
c. Follow the instructions to reinstall Windows while keeping your apps and files.
If the Answer is helpful, please click "Accept Answer" and upvote it.