The panic response to this is usually “is my data gone?” Most of the time, no — this is a connection or driver-letter problem, not a dead drive. Here's how to tell which one you're actually dealing with, in order from “definitely fine” to “back up immediately.”

Advertisement

Step 1: Does Windows See It At All?

Press Win+XDisk Management. This shows every drive Windows can detect, even ones without a drive letter (which is why they don't show up in File Explorer).

  • Drive appears here with a letter, just not in File Explorer — rare, but possible if Explorer needs a refresh. Restart Explorer via Task Manager.
  • Drive appears here with no drive letter — this is your answer. Right-click the volume → “Change Drive Letter and Paths” → Add → assign one. This alone fixes a large share of “not showing up” cases and doesn't touch your data.
  • Drive appears as “Unallocated” or “RAW” — this means the file system is gone or corrupted. Don't format it yet (see Step 4).
  • Drive doesn't appear here at all — Windows isn't detecting the hardware. Go to Step 2.

Step 2: Isolate Cable vs. Port vs. Drive

If Disk Management shows nothing, work through these in order — each one rules out a specific point of failure:

  1. Try a different USB port, ideally a different type (USB-A vs USB-C) and directly on the computer, not through a hub or dock.
  2. Try a different cable. USB cables fail more often than people expect, especially ones that came bundled with cheap enclosures.
  3. Try the drive on a different computer. If it doesn't show up anywhere, the fault is in the drive or its enclosure, not your PC.
  4. If it's a drive inside a USB enclosure, and you have a spare enclosure or a USB-to-SATA/NVMe adapter cable, take the bare drive out and connect it directly. Enclosures fail (the little circuit board inside dies) far more often than the drive itself — this single test saves a lot of people from thinking they lost a drive when it was an $8 part.
Advertisement

Step 3: Driver and Power Management Issues

If the drive shows up intermittently, or works then disconnects randomly, check:

  • Device Manager (Win+X → Device Manager) → Universal Serial Bus controllers → for each USB Root Hub, Properties → Power Management tab → uncheck “Allow the computer to turn off this device to save power.” Windows' USB power-saving is a very common cause of external drives randomly dropping.
  • Update the chipset/USB drivers from your motherboard or laptop manufacturer's site (not just Windows Update, which often has older generic drivers).
  • Run the built-in troubleshooter: Settings → System → Troubleshoot → Other troubleshooters → Hardware and Devices.

Step 4: If It Shows as “RAW” or Asks to Be Formatted

This means Windows can see the drive but not read its file system — the partition table or file system metadata is damaged. Do not click “Format” yet if the data matters to you. Formatting rewrites the file system and can make data recovery harder or impossible.

Instead:

  1. If the data is replaceable or already backed up, formatting is fine and fixes it immediately (right-click in Disk Management → Format).
  2. If the data matters, use free data-recovery software (recovery scan, not format) to see what's recoverable before touching the drive further.
  3. If recovery software finds critical data but can't reliably restore it, or the drive is making unusual noises (clicking, grinding), stop — that's a mechanical failure, and a professional data recovery service is the only safe option at that point.
When the drive itself is likely dead Not detected on any computer, in any enclosure, on any cable. Makes repetitive clicking or grinding noises when powered. Was dropped or exposed to liquid/heat shortly before this started. In these cases, stop trying more USB troubleshooting — the fix is professional data recovery or replacement, not driver tweaks.

Quick Reference

SymptomLikely causeFix
Shows in Disk Management, no letterMissing drive letterAssign a letter in Disk Management
Not detected on any PC/port/cableDead drive or enclosureTest bare drive in a different enclosure
Works, then randomly disconnectsUSB power managementDisable "allow to turn off this device"
Shows as RAW / asks to formatCorrupted file systemRecover data first, then format
Clicking/grinding noiseMechanical failureStop DIY attempts, use professional recovery
Advertisement