How can we help?
Change ATA/IDE mode to SATA/AHCI on existing Windows installs
Windows 10
Source: lonewolf7 / Tom’s Hardware, 12th September 2015
Change ATA/IDE mode to SATA/AHCI on Windows 10:
- Start REGEDIT.
Press Windows+R on your keyboard, type regedit, press OK and accept the UAC prompt.
- Look for this line:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\storahci\StartOverride
- Change the 0 DWORD value from 3 to 0.
- Reboot your PC and enter your BIOS.
- Set the SATA mode to AHCI in your BIOS.
- Reboot back into Windows.
If all went well, this will happen without issues!
Windows 8 / 8.1
Source: Sergey Tkachenko / Winaero, 22nd June 2014
Option 1: Safe Mode
- Power down or restart the computer and enter the system BIOS.
- Change the ATA Drive setting back to ATA Mode, press enter to accept the change and restart the computer.
- Click Yes to the Warning about the detected mode change on the embedded ATA controller.
- The system will boot normally to the Start screen. NOTE: Be sure you know the Local Admin account and password and are able to boot successfully before proceeding.
- Open an elevated command prompt and run the following command to enable Safe Mode boot:bcdedit /set {current} safeboot minimal
- Restart the computer and boot to the system BIOS.
- Change the ATA Drive setting from ATA/IDE Mode to AHCI Mode, press enter to accept the change.
- Click Yes to the Warning about the detected mode change on the embedded ATA controller.
- The system will boot normally to the Start screen in Safe Mode.
- Open an elevated command prompt and run the following command to remove the Safe Mode boot option:bcdedit /deletevalue {current} safeboot
- Restart the computer and boot normally, the system will boot successfully to the Start screen.
Option 2: Registry
- Open REGEDIT.
- Navigate to the following key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\storahci - Change the Start DWORD value from 3 to 0.
- Reboot your PC and set the SATA mode to AHCI.
Windows 7
Source: Sergey Tkachenko / Winaero, 22nd June 2014
- Open the Registry editor.
- Navigate to the following key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\msahci - Change the Start DWORD value from 3 to 0.
- Reboot your PC and set the SATA mode to AHCI.
- You are done. Now Windows 7 will boot successfully.