Hello, thank you for reaching out to Microsoft Q&A.
You may first try resetting the Windows Update Components as recommended by AI in step 3.
- Open Command Prompt as administrator -
- Run the commands one by one.
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
Restart your computer and install the updates.
If you are still having issues and have already completed the SFC scan, I recommend you use the in-place upgrade method.
That is,
Visit the Windows 11 official Microsoft website here -
https://www.microsoft.com/en-us/software-download/windows11
- Download the Windows 11 ISO file. (Select Multi edition ISO, then Language)
- Once the ISO file is ready, Mount the ISO File > Double-click the Setup.exe file to begin the installation.
- Follow the on-screen prompts to complete the upgrade.
Note - All of your files, apps, and settings will be preserved during this upgrade.
Let me know if you still need more help.