Share via

Disk management - Initialize - Disk not ready

haven 0 Reputation points
2026-03-21T03:04:50.5233333+00:00

Hello i am trying to initialize my 2TB external hardrive but it keeps saying disk not ready if anyone could pls help it would be much appreciated .

Disk Management 3_20_2026 11_01_14 PM

Disk Management 3_20_2026 11_03_08 PM

Windows for home | Windows 10 | Devices and drivers
0 comments No comments

3 answers

Sort by: Most helpful
  1. Sin-D 9,180 Reputation points Microsoft External Staff Moderator
    2026-03-24T00:59:46.0333333+00:00

    Hi haven,

    Thanks for your post. I understand you’re trying to initialize a 2 TB external hard drive, but Disk Management returns “The device is not ready” even though the disk is detected. Have you already tried the Q&A Assist suggestions? In addition, please try the following.

    Warning: Initializing or cleaning a disk will permanently erase all data on it. If there is any data you need to keep, please stop and confirm before continuing.

    Step 1 – Check how Windows sees the disk (no data loss)

    • Press Win + X > select “Command Prompt (Admin)” or “Windows Terminal (Admin)”.
    • Type the following commands, pressing Enter after each:
    diskpart
    list disk
    
    • Check whether the external drive:
      • Shows the correct size (~2 TB)
      • Or shows 0 B / No Media

    If the size shows correctly, Windows can still talk to the disk. If it shows 0 B or No Media, this usually indicates a hardware failure inside the drive.

    Step 2 – If the disk shows correct size

    Only continue if the drive is empty or data is not needed. From the same DiskPart window (replace X with the disk number):

    select disk X   
    clean
    exit
    

    Then:

    1. Open “Disk Management”
    2. Right‑click the disk > “Initialize Disk”
    3. Choose “GPT (GUID Partition Table)” for a 2 TB drive

    Step 3 – Test on another PC

    If “The device is not ready” still appears after Step 2, connect the drive to another computer.

    • If the same error occurs there > the drive hardware is likely failing
    • If it works on another PC > the issue is local to Windows (USB controller/driver)

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".    

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


  2. DaveM121 866.6K Reputation points Independent Advisor
    2026-03-21T06:12:33.4866667+00:00

    Please provide more information on this problem.

    Initializing a disk will usually wipe the data from the drive, is there data on that drive you need or, are you trying to wipe the drive.

    If there is data on that drive that you need to keep, have you tried connecting the drive up to another PC to test if the drive is working correctly on that PC.

    0 comments No comments

  3. Q&A Assist
    2026-03-21T03:05:09.4+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    "The device is not ready" when initializing an external disk usually means Windows can see the USB device, but the drive itself is not responding correctly or has no valid disk signature.

    Work through these steps in order and stop if the disk starts working:

    1. In Disk Management, check the disk status line (left side of the row for that disk):
      • If it shows Offline, right‑click it and select Online and then try Initialize Disk again.
      • If it shows Not Initialized, try initializing again after completing the hardware checks below.
    2. Basic hardware checks for the external drive:
      1. Unplug the external disk and plug it back in, then in Disk Management select Action > Rescan Disks.
      2. Shut down the PC and, if the external disk has its own power switch or cord, turn it off. Then power on the disk and the PC again and recheck Disk Management.
      3. Plug the disk into a different USB port directly on the PC (avoid USB hubs).
      4. Try a different USB cable.
      5. If possible, test the disk on another PC. If it also fails there, the disk itself is likely faulty.
    3. If the disk shows as Online in Disk Management and you can see a partition:
      • If the partition is Unallocated and the disk is empty, right‑click the unallocated space and choose New Simple Volume to create and format a volume.
      • If the partition shows as RAW and the disk is empty, right‑click and choose Format. Do not format if files need to be recovered.
    4. Check Device Manager for USB or disk errors:
      1. Right‑click Start and select Device Manager.
      2. Look under Disk drives and Universal Serial Bus controllers for any device with a warning icon.
      3. For any problematic device, right‑click and select Uninstall device, then on the menu choose Action > Scan for hardware changes to let Windows reinstall the driver.

    If, after these steps, Disk Management still reports "The device is not ready" and the drive also fails on another PC, the external disk is probably failing and may need professional data recovery if important data is stored on it.


    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.