Hello,
Here are some steps you can try:
1.Performing a clean boot. This is a way of starting Windows with only the essential services and programs, which can help eliminate any software conflicts that might interfere with the update process. Please refer to this link: How to perform a clean boot in Windows - Microsoft Support
2.Restarting the update services. You can do this by using the Services tool (services.msc) and stopping and starting the following services: Windows Update, Background Intelligent Transfer Service, Cryptographic Services, Windows Installer.
- Disable any third-party antivirus or firewall software temporarily and try the update again.
4.Manually reset windows update components:
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
- Try to use Windows 11 Installation Assistant:
Have a nice day.
Best Regards,
Hania Lian