Unknown Not Initialized

Drive Shows Not Initialized? Here's the Fix That Actually Works

Drive stuck on 'Unknown Not Initialized' in Disk Management? Usually a partition table issue. Quick fix: clean the disk and convert it, but back up first.

Quick Answer for Advanced Users

Open Diskpart, select the disk, run clean, then convert it to GPT or MBR depending on your system. That wipes the partition table and lets Windows reinitialize it. But only do that after you've tried to recover data off the drive first.

Why This Happens

I've seen this error a hundred times on client machines. Usually it's an old drive that was pulled from a NAS or external enclosure, and Windows doesn't recognize the partition table. Could be a corrupted MBR, a GPT that's half-wiped, or a drive that's been formatted on a non-Windows system like a Linux box or a Mac. The drive shows up in Disk Management as Unknown and Not Initialized, and Disk Management asks you to initialize it—but clicking OK does nothing or throws an error.

The frustration hits when you know the drive has data on it. Last month a client brought in a 2TB Western Digital that wouldn't initialize. Turned out it was from a Synology NAS, and the partition table was a mess. We recovered the data first, then cleaned it. That's the order you want to follow.

The Main Fix: Clean and Reinitialize

This is the fix that works 90% of the time. It wipes the disk completely, so make sure you've already tried to recover data or you're okay losing what's on there.

  1. Back up or recover any data you need. If the drive has important files, use a tool like TestDisk or Recuva before wiping. Don't skip this.
  2. Open Diskpart. Hit Win + R, type diskpart, and press Enter. You'll need admin rights.
  3. List the disks. Type list disk and hit Enter. Find your problem drive by its size. Note the disk number.
  4. Select the disk. Type select disk X (replace X with the actual number). Be careful—don't select the wrong disk or you'll wipe your system drive.
  5. Clean the disk. Type clean and press Enter. This removes all partitions and the partition table.
  6. Convert to GPT or MBR. For modern systems with UEFI, type convert gpt. For older BIOS systems, type convert mbr.
  7. Exit Diskpart. Type exit and close the window.
  8. Initialize in Disk Management. Open Disk Management (right-click Start > Disk Management). You'll see the disk as Online and Unallocated. Right-click the disk and choose Initialize Disk. Pick GPT or MBR again, then OK.
  9. Create a new volume. Right-click the unallocated space and choose New Simple Volume. Follow the wizard to format it with NTFS.

If That Fails: Try These Alternatives

Sometimes the clean command throws an error like DiskPart has encountered an error: The request could not be performed because of an I/O device error. That points to a hardware problem, not just a partition table issue. Here's what to check:

1. Check the Cables and Power

I hate to say it, but loose SATA cables cause this. Open the case, reseat both ends of the data cable and the power connector. If it's an external drive, try a different USB port or a different enclosure. I've seen a flaky USB-SATA adapter cause this exact symptom.

2. Try a Different Computer or OS

If the disk still won't initialize on your machine, plug it into another computer. Or boot from a Linux live USB and see if the system recognizes it. Linux handles partition tables more flexibly. If Linux sees it, you can backup the data and then wipe it with dd if needed.

3. Use a Data Recovery Tool First

If data matters, stop messing with it. Use a tool like EaseUS Data Recovery Wizard or DiskGenius that can read the raw sectors. These tools can often pull files off a drive that Windows won't even initialize. Then you can wipe it safely.

Prevention: Don't Let This Happen Again

This usually happens when you pull a drive from a NAS or external enclosure and try to plug it in internally. The fix is to always convert the drive to a standard partition table before moving it. Or, if you're repurposing an old drive, just format it in the original device first.

Also, be careful with disk management tools. I had a client who used a third-party partition manager to resize a drive, and it botched the GPT header. That resulted in Unknown Not Initialized on a drive that worked fine an hour earlier. Stick to Windows' built-in tools or well-tested software.

Backup your data regularly. I know it's boring, but drives fail. I've lost count of how many clients I've told 'the data's gone because you didn't have a backup.' Don't be that person.

If the drive is still under warranty, check the manufacturer's diagnostic tool. SeaTools for Seagate, Data Lifeguard for WD. If they report a hardware failure, you'll see it now—before you waste time trying to initialize it.

There you go. Clean and convert is the main fix, but don't ignore the hardware angle. If the disk won't clean, it's probably dying. Get your data off, then retire it.

Related Errors in Hardware – Hard Drives
Backup Snapshot Chain Broken – Fix It Fast 0X800300FD Fix STG_E_UNKNOWN 0x800300FD on External Drives 0X00000287 Fix ERROR_FAILED_DRIVER_ENTRY (0X00000287) in Windows 10/11 0XC00D11CA NS_E_WMP_DRM_DRIVER_AUTH_FAILURE (0xC00D11CA) – Hard Drive DRM Fix

Was this solution helpful?

EP
Erropedia Team
Tech Support Editors
The Erropedia editorial team researches and documents real-world tech errors from across Windows, Linux, macOS, networking, databases, cloud platforms, and more. Every solution is reviewed for accuracy and updated as software and systems evolve.