WD My Passport clicks and won't show up in Windows 10/11

Hardware – Hard Drives Intermediate 👁 0 views 📅 May 25, 2026

Your WD My Passport clicks like a Geiger counter and Windows doesn't see it. Usually a power or driver issue, not a dead drive. Here's the fix.

You plug in your WD My Passport. You hear that rhythmic click-click-click — like a tiny woodpecker stuck in a loop. Windows chimes but nothing shows up in File Explorer or Disk Management. Maybe you see it briefly in Device Manager as "Unknown USB Device (Device Descriptor Request Failed)" or not at all. This usually happens after a Windows update (especially 22H2 or 23H2 on Windows 11), or after you plug the drive into a cheap USB hub or front-panel port. I've seen this with 1TB, 2TB, and 4TB models. The classic WD10JMVW and WD20NMVW are notorious for it.

The good news: 90% of the time it's not a dead drive. The bad news: if you ignore it and keep plugging/unplugging, you can kill it. I'll walk you through the fix, and I'm going to be blunt about what not to waste time on.

Why does it click and disappear?

That click is the drive's read/write head parking and unparking repeatedly. The controller inside the enclosure isn't getting stable power or isn't talking to Windows properly. Three common triggers:

  1. Insufficient USB power — The My Passport uses a single USB cable for data + power. Some laptops (especially older USB-A ports) can't deliver enough juice. The head parks, the motor spins down, then tries again. You hear a click.
  2. Corrupted driver state — Windows Update sometimes installs a generic or incompatible USB mass storage driver. The drive tries to enumerate, fails, retries. Click.
  3. USB Selective Suspend — After a few seconds of inactivity, Windows puts the USB port to sleep. The drive loses power, clicks, but Windows doesn't wake the port properly.

I've also seen this after a power surge (like lightning nearby) or plugging into a USB-C adapter that doesn't carry enough power. The drive itself is usually fine — the enclosure's bridge board gets confused.

The fix: three steps in order

Skip the freezer trick, skip hitting the drive, skip praying. Try this.

Step 1: Power cycle and change ports

Unplug the drive from everything. Shut down your PC completely (not restart). Unplug the power cord from the wall for 30 seconds. This drains residual power from the motherboard. Plug the PC back in, boot up, and when Windows is fully loaded:

  • Plug the My Passport directly into a back USB 3.0 port on the desktop tower or laptop. Not a front port, not a hub, not a monitor USB port. Rear ports have shorter traces and more stable power.
  • If you have a USB-C laptop, use the manufacturer's USB-C to USB-A adapter, or a powered USB 3.0 hub with its own power brick.

If it shows up now, great. If not, leave it plugged in and move to step 2.

Step 2: Roll back the driver (the real fix for Windows Update victims)

Open Device Manager (right-click Start > Device Manager). Look under "Universal Serial Bus controllers" for Unknown USB Device (Device Descriptor Request Failed) or WD My Passport with a yellow triangle. Right-click it and uninstall the device — but don't just click Uninstall. You need to check the box "Delete the driver software for this device" if it appears. Then unplug the drive, wait 10 seconds, plug it back in. Windows will reinstall the generic driver. Nine times out of ten, that's the fix.

If that doesn't work, go back to Device Manager, find the drive again, right-click > Properties > Driver tab > Roll Back Driver. If the button is grayed out, you didn't have a previous driver saved. Try the next step.

Step 3: Disable USB Selective Suspend

Open Control Panel > Power Options > Change plan settings (next to your active plan) > Change advanced power settings. Scroll down to USB settings > USB selective suspend setting > set to Disabled. Click Apply, OK. Unplug the drive, restart your PC, plug it in again.

This keeps power to the USB port even when the system tries to sleep the port. It's especially important on laptops where power saving is aggressive.

What if it still clicks and doesn't show up?

If you've done all three steps and the drive still clicks without appearing, you might have a hardware failure — but not necessarily the drive itself. The USB bridge board inside the enclosure can die while the actual hard drive is fine. If you're comfortable with a screwdriver and don't mind voiding the warranty (the drive is out of warranty anyway if it's 2+ years old), you can shuck it: open the plastic casing, disconnect the SATA-to-USB adapter, and connect the bare SATA drive directly to your PC's SATA port or a SATA USB dock. I've recovered dozens of drives this way. The model inside is usually a WD Blue or WD Black SATA drive. If that still clicks, then yes — it's a mechanical failure, likely a stuck head or spindle. At that point, data recovery services are your only option, and they're expensive (hundreds to thousands of dollars). Back up early, back up often.

One more thing — if the drive is under warranty, don't open it. WD's warranty explicitly excludes damage from shucking. Contact WD support, explain the clicking symptom, and they'll usually replace it within a week. But they will send you a refurbished drive, not a new one. I've had mixed luck with those refurbs.

Was this solution helpful?