Seagate External Drive Clicking and Showing 0 GB? Do This

Your Seagate external drive is clicking and shows 0 GB. The drive head is stuck or crashed. Stop powering it and don't run chkdsk. Here's the real fix.

You plug in your Seagate Backup Plus or Expansion drive, and instead of the usual quiet spin-up, you hear a rhythmic click. Tick. Tick. Tick. Maybe two or three times a second. Windows makes that sad little USB chime and nothing shows in File Explorer. Or it shows up in Disk Management as a drive with 0 GB capacity and a RAW filesystem. A client called me last Tuesday with exactly this — she'd been backing up her photography business to a 4 TB Seagate portable, and it started clicking mid-upload. She unplugged it, plugged it back in, and got the 0 GB ghost drive. That's the scenario this article is about.

What's actually wrong

That clicking is a mechanical failure. Full stop. It's not a driver problem, it's not a Windows update, and it's not a corrupted partition table — even though Disk Management will happily let you believe otherwise.

Here's what's happening inside: the read/write head rides on a cushion of air a few nanometers above the spinning platter. If the head touches the platter (a head crash), or if the arm that parks the head fails, the head snaps back to its home position, tries again, snaps back, tries again. That's the click. The controller board still powers up, still talks to Windows over USB, still reports itself as a Seagate device — but it can't read a single sector. So Windows asks for the capacity and gets garbage, or nothing, and you see 0 GB or "No Media."

The 0 GB reading is the tell. If the drive had a software problem, you'd see the correct capacity with a corrupted volume. Zero capacity means the firmware can't even read the service area of the platters, which is where drive geometry lives.

If your drive is clicking, every second it's powered on is a second the head is grinding against the platter. Every retry scrubs more magnetic material off the surface. Stop. Power it down. Now.

What NOT to do

  • Don't run chkdsk. I don't care what the forum post said. chkdsk on a clicking drive will happily write to a disk it can't read properly and destroy the remaining recoverable data.
  • Don't reformat, initialize, or "fix" the 0 GB volume in Disk Management. Windows will offer to initialize the disk. Say no. That writes a new partition table over whatever's left.
  • Don't freeze the drive. The freezer trick worked on some old 90s drives. On a modern Seagate with helium-sealed platters, condensation inside the enclosure will kill it permanently.
  • Don't keep plugging it in to "see if it works now." It won't. And each attempt costs you data.

The fix, in order

Your goal here isn't to make the drive work again. It's to get the data off. A clicking drive is done as a working drive — even if you get it reading again for ten minutes, trust it with nothing.

  1. Power it down and leave it alone. Unplug the USB. Unplug the power adapter if it's a desktop model. Set it somewhere flat and don't touch it.

  2. Check the easy stuff before you panic. Swap the USB cable — a frayed cable can cause dropouts that look like failures. Try a different USB port, preferably one directly on the motherboard, not a hub. Try a different computer. If the drive stops clicking and mounts normally, congratulations — it was a power or cable issue, not a head crash. Back up everything immediately.

    # On Windows, watch the drive's behavior in real time
    # Open PowerShell as admin and run:
    Get-PhysicalDisk | Format-Table FriendlyName, MediaType, Size, HealthStatus
    
    # If HealthStatus says "Unhealthy" and Size is 0, that's the head crash
    # If HealthStatus is "Healthy" but you see it under Disk Management as 0 GB,
    # you may have a bridge board problem instead (see step 3)
  3. Rule out the USB bridge board. Seagate externals have a small SATA-to-USB adapter board inside the enclosure. Sometimes that board dies and the drive itself is fine. If you're comfortable opening the case (this voids the warranty, but the warranty is worth nothing if your data is on there), pull the drive out and connect it directly to a desktop via SATA. If it mounts and reads without clicking, great — replace the enclosure. If it still clicks, the problem is the drive itself; put it back and go to step 4.

  4. Try one recovery tool — once. Only if the drive is NOT clicking but is showing 0 GB. Use a tool that reads in read-only mode and never writes to the source disk. TestDisk or DMDE both work. Create a sector-by-sector image to a healthy drive first, then recover from the image. If the drive is clicking, skip this step entirely — software tools can't fix mechanical failure.

    # TestDisk example (run from a Linux live USB or Windows):
    testdisk /log /debug
    # Select the disk -> Intel/EFI GPT -> Analyse -> Quick Search
    # Do NOT choose "Write" until you're sure. Copy files off first.
  5. Send it to a clean-room recovery lab. If the drive is clicking and the data matters, this is your only real option. A proper lab swaps the head assembly in a clean-room environment, reads the platters with specialized hardware, and images them. Expect $500–$1,500 for a single-drive recovery, more if the platters are damaged. DriveSavers, Ontrack, and Kroll Ontrack are the names that come up. Your local computer shop is not one of them — most "data recovery" shops just run the same software you can download for free.

If it still doesn't work

If you've swapped cables, ruled out the enclosure, and the drive is still clicking — it's a physical failure and no amount of persistence will change that. Two things to check while you decide:

  • Is the data worth $500+? Be honest. Baby photos, client work, tax records — probably yes. A Steam library and a folder of memes — probably no.
  • Do you have an older backup? Check cloud sync folders (OneDrive, Dropbox, Google Drive) and any old drives in a drawer. Occasionally the "lost" data is sitting somewhere you forgot about. I've found three separate clients' "catastrophic" losses in their own Dropbox trash folder.

Whatever you do, don't buy a second Seagate external and repeat the same backup pattern. One copy is not a backup. Get two drives from different manufacturers, or pay for backblaze/cloud storage, and verify the backups actually run. Because next time, the ticking might not come with a second chance.

Related Errors in Hardware – Hard Drives
Hard Drive Looks Healthy But Files Are Missing 0XC000030B 0XC000030B: DVD Region Lock Permanently Set? Fix It Now NAS Drive Bay Shows Failed Light – Quick Fix That Works 0XC00D0FAF Fix NS_E_MIXER_NODRIVER (0XC00D0FAF) Sound Mixer Error

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.