How to solve the error code 0x8024001e: Installation failed in Windows 11
There are several steps you can take to try and solve the error code 0x8024001e when installing Windows 11:
- Restart your computer: Sometimes, simply restarting your computer can resolve the issue.
- Check your internet connection: Make sure you have a stable internet connection and that your network is not blocking the installation.
- Disable antivirus software: Your antivirus software may be blocking the installation. Try disabling it temporarily and then attempt the installation again.
- Run the Windows Update troubleshooter: Windows has a built-in troubleshooter that can help identify and fix issues with Windows Update. To run the troubleshooter, go to Settings > Update & Security > Troubleshoot > Additional troubleshooters > Windows Update.
- Clear the Windows Update cache: Sometimes, the Windows Update cache can become corrupted and cause issues with installation. To clear the cache, open Command Prompt as an administrator and type the following commands:
- Perform a clean boot: A clean boot can help identify if any third-party software is causing the issue. To perform a clean boot, follow these steps:
a. Press Windows key + R to open the Run dialog box.
b. Type msconfig and press Enter.
c. In the System Configuration window, go to the Services tab and check the box next to Hide all Microsoft services.
d. Click Disable all.
e. Go to the Startup tab and click Open Task Manager.
f. Disable all startup items.
g. Close Task Manager and click OK in the System Configuration window.
h. Restart your computer and try the installation again.
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