For repeated Windows 11 Insider Preview install failures, start with the standard upgrade fixes that address the most common causes:
- Disconnect nonessential external hardware. Remove USB drives, external disks, docks, printers, scanners, speakers, and similar devices before retrying the update.
- Make sure Windows is fully updated. Go to Start > Settings > Windows Update and install all available updates, including driver updates.
- Check free space. For upgrade scenarios, Windows requires at least 16 GB free for 32-bit or 20 GB free for 64-bit.
- Update or remove problematic drivers. Errors beginning with 0xC1900101 are usually driver-related. Open Device Manager and look for devices with a yellow exclamation mark. For any affected device, use Update Driver Software or Uninstall.
- Remove third-party antivirus or security software temporarily. This can block upgrades. Make sure reinstall information or product keys are available before uninstalling.
- Run Windows Update multiple times. Install everything offered, including hardware and third-party driver updates. The Windows Update Troubleshooter can also help fix update errors.
- Repair the hard drive and system files.
These commands require administrator permissions.
- Open Command Prompt as administrator and run:
chkdsk /f C: - Then run:
DISM.exe /Online /Cleanup-image /Restorehealth
- Open Command Prompt as administrator and run:
- If update files may be corrupted, reset Windows Update components.
Open Command Prompt as administrator and run these commands one at a time:
net stop bitsnet stop wuauservren %systemroot%\softwaredistribution softwaredistribution.bakren %systemroot%\system32\catroot2 catroot2.baknet start bitsnet start wuauservThen restart the PC. - If the failure message shows a specific error code, use that code to narrow the fix. In Windows 11, the failed update code can be found in Start > Settings > Windows Update > Update history.
- If the same Insider build keeps failing after these steps, note the exact error code from Update history and use that to target the issue further.