To resolve the error code 0x800f020b you encountered while trying to update from Windows 10 to Windows 11, you can follow these steps:
- Check for Updates Again: Go to Settings > Update & Security > Windows Update and click on Check for updates. Sometimes, simply retrying can resolve the issue.
- Run Windows Update Troubleshooter: This built-in tool can help identify and fix problems with Windows Update. To access it, go to Settings > Update & Security > Troubleshoot > Additional troubleshooters and select Windows Update.
- Ensure Enough Storage Space: Make sure you have enough free space on your device for the upgrade. You may need to delete unnecessary files or use Disk Cleanup to free up space.
- Reset Windows Update Components: You can manually reset the Windows Update components by running commands in Command Prompt. Open Command Prompt as an administrator and execute the following commands:
net stop wuauserv net stop cryptSvc net stop bits net stop msiserver net start wuauserv net start cryptSvc net start bits net start msiserver - Use the Installation Assistant: If the update is still not appearing, consider using the Windows 11 Installation Assistant from Microsoft's website. This tool can help you upgrade directly.
- Check System Requirements: Ensure your PC meets the minimum requirements for Windows 11, such as TPM 2.0 and Secure Boot.
- Review Error Logs: If the problem persists, check the Windows Update logs for more details on what might be causing the issue. You can use the SetupDiag tool to analyze the logs.
If these steps do not resolve the issue, you may want to consider contacting Microsoft support for further assistance.
References: