STATUS_DEVICE_NOT_READY (0xC00000A3) Drive Not Ready Fix
Quick answer: the drive's door is open, it's missing power, or the media isn't seated. Fix it by checking the hardware first.
Quick answer for advanced users: Close the drive tray, reseat the media, reconnect power and data cables, then reboot. If that doesn't work, check the drive in Disk Management and replace the drive or cable.
Why you're seeing 0xC00000A3
This error pops up when Windows tries to read a drive that isn't ready. The full error message reads: "{Drive Not Ready} The drive is not ready for use; its door might be open". That's Microsoft's way of saying the drive can't spin up, the media's missing, or the connection's dead. You'll typically see this with optical drives (DVD/Blu-ray), external USB hard drives, or removable media readers like SD card slots. A real-world trigger: you insert a USB flash drive but don't push it all the way in, or you leave a DVD tray open when the system tries to auto-play.
Don't panic — this is almost always a hardware issue, not a corrupted Windows install. The fix is usually straightforward.
Fix 1: Check the physical drive
- If it's an optical drive (DVD/Blu-ray), press the eject button to open the tray. Look inside for a disc. If there's one, push the tray shut firmly until it clicks. If the tray doesn't close, gently push it in manually — don't force it.
- For USB or external drives: unplug the drive from the USB port, wait 5 seconds, then plug it back into a different port (preferably USB 3.0 for speed). You should hear the Windows "device connected" sound.
- For SD cards or memory sticks: remove the card, check if it's inserted backwards or not fully seated. Reinsert until it clicks into place.
- Restart your computer. After restart, try accessing the drive again. If the error's gone, you're done.
Fix 2: Verify power and cables (internal drives)
If you have a desktop PC with an internal optical drive or a secondary hard drive:
- Shut down the PC and unplug the power cable.
- Open the case. Locate the drive. Check both cables: the SATA data cable (small, flat) and the power cable (wider, coming from the PSU). Push both in firmly — they should click.
- If the drive uses a Molex power connector (older drives), make sure it's seated all the way.
- Try a different SATA port on the motherboard and a different power cable from the PSU if available.
- Close the case, plug in, and boot. Check if the error's gone in Windows.
Fix 3: Check Disk Management
Windows might still see the drive but report it as offline. Here's how to check:
- Press
Windows + X, then select Disk Management from the menu. - Look for your drive in the bottom pane. It might show as Offline or No Media.
- If it's offline, right-click the drive and choose Online. Wait a few seconds — you should see the status change to Healthy or show a drive letter.
- If it shows No Media, that confirms the drive is physically fine but has no disc or card inserted. Insert media and see if it appears.
- If the drive doesn't appear at all, skip to Fix 4.
Fix 4: Update or reinstall the driver
In rare cases, a corrupted driver throws this error even with healthy hardware.
- Press
Windows + X, select Device Manager. - Expand DVD/CD-ROM drives or Disk drives. Find the problem drive.
- Right-click it, choose Uninstall device. Check the box that says "Delete the driver software for this device" if it appears.
- Reboot your PC. Windows will automatically reinstall the driver on startup.
- Test the drive again.
Alternative fixes if nothing above worked
- Try the drive on another computer. If it works there, the issue is your PC's port or motherboard. If it doesn't work there either, the drive itself is dead — replace it.
- Use a different cable. SATA cables go bad over time. Swap with a known-good cable. For USB drives, try a different USB cable if the drive uses a removable one.
- Check for bent pins. If you're using an eSATA or external drive, inspect the connector on both the cable and the drive. Bent pins can cause intermittent connection but still throw this error.
- Disable the drive in BIOS. If the drive is failing and you just want to stop the error, go into BIOS (press F2/Del during boot), find the drive in SATA configuration, and set it to Disabled. This stops Windows from trying to read it.
How to prevent this next time
Most of this is just good habits:
- Eject media safely. Always click "Safely Remove Hardware" before yanking a USB drive. For optical drives, wait for the drive to stop spinning before ejecting.
- Keep drive trays closed. Don't leave your DVD tray open for months — dust and dirt get in, and the drive can't initialize on boot.
- Label your external drives. When you pick one up, you know exactly which one you're plugging in, so you don't accidentally force a wrong cable.
- Update your chipset drivers. Go to your motherboard manufacturer's website and download the latest chipset and storage drivers. Outdated drivers can cause weird timing issues that mimic hardware failure.
That's it. Error 0xC00000A3 is annoying but rarely fatal. Work through the steps above, and you'll either fix it or know for sure the drive's toast.
Was this solution helpful?