You plug in your WD My Passport, hear the little chime, see the LED light up — but when you open File Explorer, there's no drive. Not in This PC, not in the sidebar. Maybe you check Disk Management and it shows up as a disk but without a drive letter, or it doesn't show up at all. This happens more often than you'd think, especially after Windows updates, USB driver hiccups, or if you've previously ejected the drive without using the Safely Remove option.
What's actually happening here
The My Passport is a USB-powered drive, so it doesn't need an external power brick. But that simplicity creates its own problems: it relies entirely on the USB port's power delivery and the driver stack Windows builds for it. When the drive doesn't appear, one of three things is going on:
- The drive isn't getting enough power — especially on desktop front-panel USB ports or unpowered hubs.
- Windows assigned no drive letter — the drive is recognized by the OS but hidden from Explorer because the letter got taken or lost.
- Driver corruption — after a system update, the USB storage driver can get out of sync with the hardware.
Let's fix it in that order, because each step rules out the cheaper causes before you start messing with drivers.
The fix: step by step
Step 1 — Try a different USB port and cable
Before you dive into any settings, swap the cable. The My Passport's USB cable is the first point of failure — they're thin, and they break internally without visible damage. Use a different cable if you have one. Then try a different port: if you're on a desktop, use the rear I/O panel, not the front. Those front ports often share a single internal header, and a power-hungry drive will pull the voltage down. Also, if you're using a USB hub, ditch it and plug straight into the motherboard. Hubs are notorious for starving USB-powered drives.
If the drive shows up after this, you're done. If not, move on.
Step 2 — Check Disk Management for hidden partitions
Open Disk Management. Press Win + X and select Disk Management. Look for your My Passport — it'll be labeled as Disk 1 or Disk 2, usually with WDC WD20 in the name. If you see it but there's no drive letter next to the partition, that's your culprit.
Right-click the partition (usually says Healthy or Healthy (Primary Partition)) and choose Change Drive Letter and Paths. Click Add, assign a letter like E: or F:, and hit OK. The drive should instantly appear in File Explorer.
If the drive shows as Unallocated or the partition is missing, that's a different problem — data recovery territory. But if it's just a missing letter, this fixes it in ten seconds.
Step 3 — Reinstall the USB storage driver
If Disk Management shows the drive with a letter but Explorer still doesn't show it, or if Disk Management doesn't show it at all, the driver stack is likely fried. Windows Update can leave orphaned drivers behind, and they conflict with fresh ones.
Here's what to do:
- Open Device Manager — right-click the Start button and pick it from the menu.
- Expand Disk drives. You should see your WD My Passport listed. If it has a yellow warning icon, that's your sign.
- Right-click the WD drive and select Uninstall device. Don't check the box that says "Delete the driver software for this device" — you don't want to remove the generic USB storage driver, just reset the instance.
- Unplug the drive, wait five seconds, plug it back in.
Windows will re-enumerate the drive and install a fresh driver. If it doesn't, you might need to scan for hardware changes from the Action menu in Device Manager.
Step 4 — Use the WD Drive Utilities to check the health
If the drive still won't show, it's time to ask whether the drive itself is failing. Western Digital ships a utility called WD Drive Utilities — if you can get it installed (it doesn't need the drive to be visible in Explorer), it can run diagnostics. Download it from WD's support site, install it, and let it run the quick SMART test.
If the SMART test fails, the drive is toast. Don't buy another cable, don't reinstall Windows — save your data if you can (the utility can clone it) and replace the drive. My Passports are not built for endless abuse; they're consumer drives, and they die.
What to check if it still fails
You've tried ports, checked Disk Management, reinstalled the driver, and the drive is still MIA. Here's the shortlist of remaining suspects:
- BIOS/UEFI settings — some motherboards disable legacy USB support or XHCI hand-off, which prevents the OS from seeing USB drives during boot. Enter your BIOS (press Del or F2 during startup) and look for USB Configuration; enable XHCI Hand-off and Legacy USB.
- Another computer — plug the drive into a different PC. If it shows up there, the problem is your system, not the drive. If it doesn't show up anywhere, the drive's controller board may be dead, and you're looking at data recovery services (expensive) or replacement.
- Windows Power Management — USB selective suspend can cut power to the port after a period of inactivity. Open Device Manager, expand Universal Serial Bus controllers, right-click each USB Root Hub, go to Power Management, and uncheck "Allow the computer to turn off this device to save power." This is a long shot, but I've seen it cause intermittent drive drops.
One more thing: if you've ever formatted the drive with a filesystem Windows doesn't read (like ext4), Windows won't show it in Explorer at all — but it will show in Disk Management as an unknown partition. If that's the case, you've got a filesystem mismatch, and you'll need to reformat (losing data) or use a Linux VM to copy your files off.
In my experience, step 2 (missing drive letter) and step 3 (driver reinstall) cover about 80% of the "My Passport not showing up" complaints I see. The rest are hardware failures or power issues. Start with the cheap fixes, know your data is backed up before you mess with Disk Management, and don't panic — a missing drive letter is a two-minute job.