Share via

How to fix error 0xc1900101 on windows 11 upgrade.

RiruRaru 0 Reputation points
2026-05-05T12:49:51.9766667+00:00

I have been trying to upgrade to windows 11 from 10 and I keep getting error 0xc1900101. While updating before it reverts the changes it show Stop Code: KMODE_EXCEPTION_NOT_HANDLED (0x1E). I have updated to the latest bios, tried to update drivers, unplugged devices, checked for corrupted files but nothing worked. Here is the log file if it is any help: setuperr.log.

Specs:

Asus TUF B650 PLUS

RX 7900 XTX

Ryzen 7 7800X3D

WD Blue SN570 (Boot drive)

MSI M461.

Windows for home | Windows 11 | Install and upgrade
0 comments No comments

2 answers

Sort by: Most helpful
  1. DaveM121 872.6K Reputation points Independent Advisor
    2026-05-05T13:27:08.1533333+00:00

    1

    I cannot find the exact cause of the update failure in the log you provided, but most likely it is caused by a driver.

    What method are you using to perform the upgrade to Windows 11?

    2

    Click your Start Button, then just type msinfo and press Enter, please provide a screenshot of the resulting System Information window.


  2. Q&A Assist
    2026-05-05T12:50:04.9966667+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    Error 0xC1900101 during a Windows 11 upgrade is a driver-related upgrade failure. The KMODE_EXCEPTION_NOT_HANDLED stop code further supports that a faulty or incompatible driver or low-level software is causing the rollback.

    Follow these steps in order (some may already have been tried, but they are the supported sequence for 0xC1900101):

    1. Ensure enough free disk space
    • Confirm at least 20 GB of free space on the system drive (for 64-bit Windows). If needed, remove temporary files or apps and use the built-in tools to free space. For details, see Free up drive space in Windows.
    1. Run Windows Update repeatedly
    • Open Settings → Windows Update.
    • Install all available updates (including optional driver/firmware updates).
    • Restart when prompted and repeat until no further updates are offered.
    • If Windows Update itself shows errors, run the Windows Update Troubleshooter to repair update components.
    1. Update or remove third‑party drivers
    • Visit the hardware vendors’ sites (Asus, AMD, WD, MSI) and install the latest Windows 10/11 compatible drivers for chipset, storage (SATA/NVMe), graphics, and network.
    • Pay special attention to storage and chipset drivers, as these commonly cause 0xC1900101.
    1. Unplug nonessential hardware
    • Physically disconnect all nonessential devices: external drives, USB hubs, printers, extra controllers, docks, etc.
    • Leave only keyboard, mouse, and display connected during the upgrade.
    1. Check Device Manager for driver problems
    • In the taskbar search box, type device manager and open Device Manager.
    • Expand each category and look for devices with a yellow exclamation mark.
    • For each problematic device, right‑click and choose Update driver or Uninstall (then restart). Removing or updating these drivers can resolve 0xC1900101.
    1. Remove third‑party security software
    • Uninstall any non‑Microsoft antivirus, antispyware, or security suites.
    • Restart after uninstalling.
    • Windows Defender (Windows Security) will protect the system during the upgrade.
    1. Repair disk errors
    • In the taskbar search box, type command prompt.
    • Right‑click Command Prompt and run as administrator.
    • Run:
        chkdsk /f C:
      
    • Approve running at next restart if prompted, then restart and let the disk check complete.
    1. Perform a clean boot
    • Configure a clean boot so that only essential Microsoft services and drivers load. This reduces conflicts from background apps and services that can cause setup failures.
    • After setting up the clean boot, restart and run the Windows 11 upgrade again. See How to perform a clean boot in Windows for exact steps.
    1. Repair system files and Windows image
    • Open an elevated Command Prompt again.
    • Run the DISM repair command:
        DISM.exe /Online /Cleanup-image /Restorehealth
      
    • After it completes, restart and retry the upgrade.

    If the upgrade continues to fail with 0xC1900101 after all of the above, analyze the detailed setup logs as described in Resolve Windows upgrade errors to identify the specific driver or component causing the KMODE exception, then remove or update that component before attempting the upgrade again.


    References:

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.