You plug in the drive. Nothing. Or worse — you hear that rhythmic click... click... click and your stomach drops. Both symptoms get lumped into "Seagate external hard drive not detected," but they're completely different failures with completely different fixes. One is usually a $6 cable. The other might mean your data needs professional recovery. Let's figure out which one you've got.
Cause 1: The USB cable or port (most common by far)
What's actually happening here is simpler than people assume. A 2.5" portable Seagate (Backup Plus, Expansion, One Touch) draws its entire power budget from the USB bus — typically 900mA on USB 3.0. A worn micro-B connector, a charge-only cable, or a front-panel USB header that can't supply full current will leave the drive completely dead: no light, no spin-up, no drive letter. Nothing in Device Manager.
The classic trigger: you've been using the same cable for three years, it lives coiled in a laptop bag, and the strain relief at the connector has started to fray. The drive worked Tuesday. Wednesday it doesn't.
Here's the fix, in order:
- Swap to a different USB cable. Not the one in your drawer that came with a phone — a real data cable. If you're on USB 3.0 Micro-B (the wide flat connector with the extra hump), grab a known-good one.
- Move to a port directly on the motherboard. Rear-panel ports on a desktop. On a laptop, skip the hub entirely.
- Test on a second computer before you conclude anything. This takes 60 seconds and rules out your machine's USB controller.
- If your drive has a Y-cable (two USB-A ends), plug both in. That's not decorative — it's pulling power from two ports because one isn't enough.
Skip the "USB driver reinstall" advice you'll find on forums. If the drive light doesn't come on, the OS never saw the hardware, and reinstalling drivers can't fix a physical connection that isn't there.
Cause 2: The power adapter (3.5" desktop drives only)
Seagate desktop drives — the ones the size of a paperback book, like the Backup Plus Hub or Expansion Desktop — use a 12V barrel-jack adapter. Those adapters die quietly. Not with a bang. They just stop putting out 12V, or they put out 12V under no load and sag to 9V the moment the motor spins up.
What you'll see: the drive's LED might blink once, you might hear a faint tick, and then nothing. Windows shows no drive. Disk Management shows no drive. The drive never enumerates because it never finished its power-on self-test.
Don't guess — measure. If you own a multimeter, check the barrel jack's output. You want a steady 12V (±5%) with the drive disconnected. If it reads 8V or oscillates, the adapter is done.
Match the adapter exactly: 12V DC, correct polarity (center-positive on every Seagate desktop drive I've opened), and at least the same amperage (usually 1.5A–2A). A 12V adapter from a router with the wrong polarity will kill the drive's PCB instantly.
No multimeter? Borrow a known-good 12V adapter from a working Seagate desktop drive. If your drive spins up and appears, you found it. Replacements run about $15 on Amazon — search "Seagate 12V 2A adapter" and match the barrel size (usually 5.5mm × 2.1mm).
Cause 3: Mechanical failure — the clicking drive
If you hear a regular click-click-click every one or two seconds, stop. Unplug it. Put it down. The drive is not going to "fix itself on the next reboot."
What's happening: the read/write head has failed to park correctly, or the head stack assembly is stuck, or a platter has developed bad sectors in the service area. The head keeps trying to load, fails, resets, tries again. That click is the actuator arm slamming back to its rest position. Every cycle risks scratching the platter surface under the head. Every second you leave it plugged in, the odds of full data recovery drop.
Common real-world triggers for this:
- The drive was knocked over while running. A 2.5" portable doesn't survive a 6-inch drop onto a hard floor while spinning.
- It sat unused for two years in a humid garage. The lubricant in the spindle bearing has congealed.
- It was yanked out of the USB port mid-write without ejecting. That's usually a filesystem problem, but repeated hard disconnects can leave the head parked badly.
There is no software fix for a clicking drive. SpinRite, chkdsk, TestDisk, ddrescue — none of them help when the head can't reliably read the platter. The only real fix is a professional cleanroom recovery with a donor drive for parts. Expect $500–$1,500 for a single-platter Seagate. If the data isn't worth that, don't send it in.
One thing worth trying before you box it up: freeze it. Yeah, I know how that sounds. Wrap the drive in a ziplock bag, two layers, and put it in the freezer for 12 hours. Condensation is the enemy, so let it warm to room temp inside the bag before powering on. This occasionally buys 20–30 minutes of read time by shrinking the metal tolerances just enough for the head to grab. It's a Hail Mary, and it works maybe 15% of the time, but if you need one more shot at pulling a critical folder, take it.
When the drive spins but Windows doesn't show it
Different symptom, different fix. If you can feel the drive spinning (hand on the case) and the LED is solid, but no drive letter appears, the enclosure is fine — the filesystem isn't.
- Open
diskmgmt.msc. Look for the drive as "Disk 1, Unknown, Not Initialized" or as unallocated space. - If it says "Not Initialized," don't click Initialize. That wipes the partition table. Run
TestDiskfirst. - If it shows a healthy partition with a drive letter assigned but you can't browse it, the drive letter might be conflicting with a mapped network drive. Right-click the volume, "Change Drive Letter and Paths," and pick something like
Z:. - If the volume shows RAW filesystem, that's corruption, not hardware.
chkdsk /fmight fix it, but have a recovery tool ready (PhotoRec, R-Studio) before you run it — chkdsk can make RAW drives worse.
On a Mac, open Disk Utility and look under "External." If the drive appears there but won't mount, the same logic applies — the enclosure is fine, the filesystem needs work.
Quick reference
| Symptom | Most likely cause | First move |
|---|---|---|
| No LED, no sound, no detection | Bad USB cable or underpowered port | Swap cable, plug into rear motherboard port |
| LED blinks once then dies (3.5" drive) | Failing 12V power adapter | Test adapter with multimeter, try known-good 12V |
| Click-click-click, regular rhythm | Mechanical head/platter failure | Unplug immediately, contact a cleanroom recovery lab |
| Spins up, LED solid, no drive letter | Drive letter conflict or RAW filesystem | Check diskmgmt.msc, reassign letter |
| Detected as "Unknown, Not Initialized" | Corrupted partition table | TestDisk — do NOT click Initialize |
| Detected on one PC, not another | Host USB controller or driver issue | Test on a third machine, update chipset driver |
One last thing: if the drive is under warranty and the data doesn't matter, Seagate will replace it — but they won't recover anything. And opening the enclosure yourself voids the warranty on most models (the Backup Plus line has no screws; you'll crack the plastic clips getting in). Decide what matters more — the $80 drive or the files on it — before you reach for a screwdriver.