Share via

HOW DO I FIX SAFE-OS PHASE WITH AN ERROR DURING APPLY_IMAGE OPERTATION

Chris Griego 0 Reputation points
2026-02-03T12:56:38.3733333+00:00

HOW DO I FIX THE SAFE_OS PHASE WITH AN ERROR DURING APPLY_ IMAGE

Windows for business | Windows Client for IT Pros | Devices and deployment | Set up, install, or upgrade
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Domic Vo 17,825 Reputation points Independent Advisor
    2026-02-10T05:56:56.6966667+00:00

    Good morning

    I hope you are doing well.

    Have you found the answer useful? If everything is okay, don't forget to share your experience with the issue by accepting the answer. Should you need more information, free free to leave a message. Happy to help! :)

    Domic Vo.

    0 comments No comments

  2. Domic Vo 17,825 Reputation points Independent Advisor
    2026-02-03T13:30:12.28+00:00

    Hello Chris Griego,

    The error you are seeing, “SAFE_OS phase with an error during APPLY_IMAGE,” typically occurs during a Windows upgrade or installation when the setup process fails to apply the operating system image. This is most often linked to corrupted installation media, incompatible drivers, or disk/partition issues.

    The first thing to verify is the integrity of your installation source. If you are using an ISO or USB created with the Media Creation Tool, recreate it to ensure the image is not corrupted. Make sure the USB is formatted as FAT32 if you are booting in UEFI mode.

    Next, check the target disk. Run chkdsk /f /r on the system drive to rule out bad sectors. If BitLocker is enabled, suspend it before starting the upgrade (manage-bde -protectors -disable C:). Also confirm that there is sufficient free space—Windows setup requires at least 20 GB free on the system partition.

    Driver compatibility is another common cause. Disconnect all non-essential peripherals and update storage controller drivers (Intel RST or RAID drivers are frequent culprits). If you are upgrading, remove third-party antivirus or disk encryption software before retrying.

    If the issue persists, review the setup logs located at C:\$WINDOWS.~BT\Sources\Panther\setuperr.log and setupact.log. These files will show the exact point of failure. Look for entries around the time of the APPLY_IMAGE phase; often you will see a reference to a missing driver or a disk access error.

    If none of these steps resolve the problem, the most reliable path is to perform a clean installation using the latest ISO from Microsoft rather than an in-place upgrade. This bypasses the APPLY_IMAGE failure by writing the OS image directly to disk.

    I hope you've found something useful here. If it helps you get more insight into the issue, it's appreciated to accept the answer. Should you have more questions, feel free to leave a message. Have a nice day!

    Domic Vo.

    0 comments No comments

  3. Q&A Assist
    2026-02-03T12:56:48.79+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    To fix an error during the SafeOS phase while performing an Apply-Image operation, you can follow these troubleshooting steps:

    1. Check Hardware and Firmware: Errors during the SafeOS phase are often due to hardware issues or firmware problems. Ensure that your hardware is compatible and that the firmware is up to date.
    2. Disk Encryption Software: Non-Microsoft disk encryption software can also cause issues. If you have such software installed, consider disabling it temporarily during the upgrade process.
    3. Boot into Windows PE: A useful troubleshooting technique is to boot into Windows Preinstallation Environment (PE) using installation media. You can create bootable media using the Media Creation Tool or Windows ADK. Once in Windows PE, you can test for hardware and firmware compatibility issues.
    4. Check Setup Progress: During the upgrade process, progress is tracked in the registry at HKLM\System\Setup\mosetup\volatile\SetupProgress. You can check this key for more information on where the process may be failing.
    5. Use Correct DISM Version: Ensure you are using the correct version of the DISM tool that corresponds to the Windows version you are applying. Using an earlier version of DISM can lead to errors during the apply operation.

    By following these steps, you should be able to address the issues encountered during the SafeOS phase of the Apply-Image operation.


    References:

    0 comments No comments

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.