Based on the description (Windows 11 becomes unbootable or freezes after updates, repeatedly forcing clean installs), the most relevant supported steps are to treat this as a recurring update/stop‑error problem and systematically harden the installation before and after updates.
Follow this sequence on the next working install, before allowing major updates to apply:
- Basic stability checks
- Remove or disconnect any non‑essential new hardware or USB devices before updating.
- Ensure there is at least 10–15% free space on the system drive so Windows can create swap files and update working files.
- Install all latest motherboard/chipset, storage (NVMe), GPU, and firmware/BIOS updates from the hardware vendors before running Windows Update.
- Check drivers and firmware
- Right‑click Start → Device Manager.
- Look for any devices with a yellow exclamation mark.
- For each, choose Update driver. If that does not help, temporarily Disable or Uninstall the device before attempting the update again.
- Pay particular attention to storage/NVMe, chipset, and GPU entries, as these are common causes of 0xC1900101‑type upgrade failures and post‑update blue screens.
- Clean boot and security software
- Perform a clean restart (clean boot) so Windows starts with minimal drivers and startup programs before running updates. See How to perform a clean boot in Windows from the referenced article.
- Temporarily uninstall any third‑party antivirus or security software before updating. Windows Defender will protect the system during this time.
- Repair system and disk before updating
- Open an elevated Command Prompt (Run as administrator).
- Run:
-
DISM.exe /Online /Cleanup-image /Restorehealth
- When it completes successfully, run
sfc /scannow and wait for 100%.
- Still in elevated Command Prompt, run a disk check:
-
chkdsk /f C: and restart when prompted so repairs can run.
- After these complete cleanly, try Windows Update again.
- If updates still break the system (blue/black screen or SrtTrail.txt after reboot)
- Boot into Safe Mode from the recovery environment and see if the system is stable there. If it is, the issue is likely a driver or third‑party software conflict introduced by the update.
- From Safe Mode:
- Re‑check Device Manager for problem devices and roll back or uninstall recently updated drivers.
- Uninstall the most recent Windows quality or feature update from Settings → Windows Update → Update history → Uninstall updates if accessible, or use the recovery options.
- Use Windows 11 recovery options instead of repeated clean installs
If the system becomes unstable again after an update, use built‑in recovery options rather than starting from scratch each time:
- From the Windows Recovery Environment, use System Restore (if restore points exist) to roll back to a pre‑update state.
- If that is not available or fails, use Reset this PC → Keep my files to reinstall Windows while preserving personal data. This is less destructive than a full clean install and is explicitly recommended when basic steps do not resolve repeated stop‑code issues.
If, after applying the above (driver cleanup, DISM/SFC, chkdsk, clean boot, and using Reset/rollback instead of full reinstall), every cumulative update still leads to the same freeze/SrtTrail.txt behavior, the remaining likely causes are:
- A problematic third‑party driver that is being reinstalled each time (often storage, chipset, or GPU related).
- An underlying hardware issue (disk, RAM, or motherboard) that only surfaces under the stress of update and reboot cycles.
In that case, systematically testing hardware (especially the NVMe drive and RAM) and working with the PC or component vendor for diagnostics and potential replacement is recommended, alongside continuing to use Windows recovery options to avoid repeated manual clean installs.
References: