You plug in an external hard drive or portable SSD and—nothing. No pop-up, no new drive letter in File Explorer, sometimes not even a sound to confirm it connected. Before assuming the drive is dead, know that most "not detected" cases come down to a missing drive letter, an outdated USB driver, or a power-saving setting — not a failed drive.
This guide covers why external drives stop showing up on Windows 11, a symptom-to-cause table, 13 fixes ordered from safest to most involved, prevention tips, and how to tell when a drive is actually failing.
Why Isn't My External Drive Showing Up?
- No drive letter assigned — the drive is detected by Windows but doesn't appear in File Explorer without a letter.
- Outdated USB or storage controller driver — prevents Windows from properly recognizing the connection.
- Uninitialized disk — common with brand-new drives that haven't been set up yet.
- Corrupted file system — the drive shows as RAW or 0 bytes instead of its actual contents.
- Faulty USB port, cable, or enclosure — the single most common cause, especially with cheap cables.
- USB power management — Windows can selectively suspend USB ports to save power, disconnecting drives mid-use.
- BitLocker or third-party encryption — locks the drive until unlocked with a password/key.
- Unsupported file system — drives formatted for macOS (APFS) or Linux (ext4) won't mount natively on Windows.
- Try a different USB port, preferably directly on the PC rather than through a hub
- Try a different USB cable if the drive uses a detachable one
- Check Disk Management (Win + X > Disk Management) — the drive often shows up here even if File Explorer doesn't show it
Common Symptoms & Causes
| Symptom | Likely Cause | Quick Fix |
|---|---|---|
| Shows in Disk Management, not File Explorer | No drive letter assigned | Assign a drive letter (Fix 3) |
| Not shown anywhere, not even Disk Management | USB port, cable, or driver issue | Try a different port/cable (Fix 1) |
| Shows as "Unknown" / "Not Initialized" | New disk needs initializing | Initialize the disk (Fix 4) |
| Detected but shows 0 bytes or RAW | Corrupted file system | Run Check Disk (Fix 10) |
| Connects then disconnects repeatedly | USB power management | Disable USB selective suspend (Fix 6) |
13 Fixes for External Drive Not Showing Up
1. Try a different USB port and cable HIGH IMPACT
Plug the drive directly into a USB port on the PC itself, not through a hub, dock, or keyboard passthrough. If the cable detaches from the drive, try a different (preferably shorter, well-shielded) cable — a large percentage of "dead drive" cases are actually a bad cable.
2. Check Disk Management for the drive HIGH IMPACT
Right-click the Start button and choose Disk Management. Look through the list of disks at the bottom — if your drive appears here even without a letter, it is physically detected and the issue is just visibility, not a hardware fault.
3. Assign a drive letter manually
In Disk Management, right-click the drive's partition and choose Change Drive Letter and Paths > Add, then pick any unused letter. The drive should now appear in File Explorer immediately without needing a restart.
4. Initialize the disk if shown as "Not Initialized"
In Disk Management, right-click the disk (on the left side, not the partition) and choose Initialize Disk. Choose GPT for drives over 2TB or for use across modern PCs, or MBR for older compatibility. Note: this only applies to genuinely new/blank drives — never initialize a drive that should already contain data.
5. Update USB and storage controller drivers HIGH IMPACT
Open Device Manager, expand Universal Serial Bus controllers, right-click each USB Root Hub/Host Controller, and choose Update driver > Search automatically. Also check Disk drives for a yellow warning icon on the external drive itself.
6. Disable USB selective suspend
Go to Settings > System > Power > Additional power settings > Change plan settings > Change advanced power settings, expand USB settings > USB selective suspend setting, and set both Plugged in and On battery to Disabled. This stops Windows from powering down the port mid-transfer.
7. Test the drive on another PC
Plug the drive into a different computer. If it's detected there normally, the problem is with your PC's USB ports, drivers, or settings — not the drive. If it fails on every PC tested, the drive itself is likely at fault.
8. Run the Windows hardware and devices troubleshooter
Open Command Prompt and run msdt.exe -id DeviceDiagnostic, or go to Settings > System > Troubleshoot > Other troubleshooters and look for a hardware-related troubleshooter. It automatically checks and repairs common driver and detection issues.
9. Show hidden devices in Device Manager
In Device Manager, click View > Show hidden devices. Ghost entries from previously connected drives can sometimes conflict with new ones sharing similar drive letters or IDs. Uninstall any greyed-out disk drive entries that no longer apply.
10. Run Check Disk to repair file system errors
Open Command Prompt as Administrator and run (replacing E: with your drive's letter):
chkdsk E: /f /r
This repairs file system corruption that causes a drive to appear as RAW, 0 bytes, or inaccessible. Back up any recoverable data first if the drive is critical, since chkdsk can occasionally worsen corruption on a failing drive.
11. Check for BitLocker or third-party encryption
If the drive was previously encrypted, Windows will show a lock icon in File Explorer and prompt for a password once detected. Go to Control Panel > BitLocker Drive Encryption to unlock it, or use the recovery key if you have it saved.
12. Reformat if the drive uses an unsupported file system
Drives formatted as APFS (Mac) aren't readable on Windows without third-party software. If the drive is new or already backed up, reformat it to exFAT (cross-platform) or NTFS (Windows-only) via Disk Management > right-click partition > Format. This erases all data on the drive — only do this if you don't need the existing contents or have already copied them elsewhere.
13. Use data recovery software or a professional service
If the drive shows physical signs of failure (clicking, grinding, extreme heat) or contains irreplaceable data, stop using it immediately and consult a data recovery specialist rather than running more repair commands, which can overwrite recoverable data on a failing drive.
How to Prevent Future Detection Issues
- Always use "Safely Remove Hardware" before unplugging — sudden removal is a leading cause of file system corruption.
- Avoid cheap or damaged cables — use the cable that came with the drive when possible.
- Don't chain drives through unpowered hubs — external HDDs especially need direct or powered connections.
- Keep a backup — no external drive lasts forever; mirror critical files to a second location or cloud storage.
When to Get Professional Help
Stop and seek professional data recovery if the drive makes clicking or grinding noises, gets unusually hot, is not detected on any PC after trying all fixes, or contains data you cannot afford to lose. Continuing to run chkdsk or formatting attempts on a mechanically failing drive can make data unrecoverable.
- Drive appears in File Explorer with a drive letter
- Disk Management shows the partition as Healthy
- Files open and copy without errors
- Drive stays connected through a full file transfer without dropping
FAQ
Why does my external drive show in Disk Management but not File Explorer?
It's missing a drive letter. Assign one in Disk Management (Fix 3) and it will appear immediately.
Is it safe to initialize a disk that shows as "Not Initialized"?
Only if it's a genuinely new or blank drive. Initializing a drive that previously held data will make that data much harder to recover, so confirm first.
Can I recover data from a RAW drive?
Often yes, using data recovery software, as long as you don't format or write new data to the drive first. For important data, consult a professional before attempting DIY recovery.
Why does my drive keep disconnecting randomly?
USB selective suspend or power management on the port is the most common cause. Disable it (Fix 6) and check the cable/port for a loose connection.
Does formatting delete all my data?
Yes, formatting erases the drive's file table and typically all accessible data. Only format after confirming you don't need the existing contents or have backed them up.
Can a bad USB cable really cause detection issues?
Yes, very commonly. A cable with a loose connector or damaged wiring can cause a drive to appear intermittently, fail to mount, or run at reduced speed.
How do I know if my drive is physically failing?
Clicking or grinding noises, extreme heat, repeated disconnects across multiple PCs/cables, and files that fail to copy midway are all strong signs of a failing drive rather than a settings issue.
