Fix USB Hard Drive Not Showing Up in Windows 11

USB drive not detected on Windows 11? Check Disk Management first, then update drivers, assign a letter, and format if needed. Here's the order that actually works.

Quick answer: Open Disk Management (Win+X → Disk Management), find the drive labeled "Unallocated" or "No Media," right-click the partition, choose "Change Drive Letter and Paths," add a letter, and if that fails, update the USB controller driver in Device Manager.

That's the 30-second version. But if it were that simple, you wouldn't be reading this. I've seen this exact issue countless times—last month a client's external 2TB Seagate just vanished from File Explorer after a Windows 11 feature update. The drive was fine, the data was fine, Windows just lost its mind. The fix took two minutes. Here's how to get there without pulling your hair out.

Why Windows 11 Hides Your USB Drive

Windows 11, especially version 22H2 and later, has a habit of dropping drive letters or failing to assign them to newly connected USB drives. The drive shows up in Device Manager as working, but Explorer doesn't list it. Other culprits: outdated or corrupted USB drivers after an update, power management turning off the USB port, or the drive partition getting flagged as "RAW" or "Unallocated" due to a bad disconnect.

Fix Steps (in Order)

1. Check Disk Management

This is the first place to look. Press Win+X and select Disk Management. Look for your drive—it might say Removable or Basic and show a black bar with "Unallocated" or a blue bar with a drive letter. If it has a letter, you're done—that's a separate issue. If no letter, right-click the partition and choose Change Drive Letter and Paths, then Add and pick any letter. If the option is grayed out, the drive is unallocated—that means the partition is gone. You'll need to create a new one, which wipes data. Hope you have a backup.

2. Update or Reinstall USB Controllers

If Disk Management shows the drive but no letter, and adding a letter does nothing, the USB controller driver is probably stale. Open Device Manager (Win+X → Device Manager), expand Universal Serial Bus controllers. You'll see a list of items like "Intel(R) USB 3.1 eXtensible Host Controller." Right-click each one and select Uninstall device. Don't worry, Windows will reinstall them on reboot. Then restart your PC. This resets the entire USB stack. I've had this work when nothing else did—especially after a Windows Update screwed things up.

3. Disable USB Selective Suspend

Windows 11 has a power-saving feature that puts USB ports to sleep. It's great for laptops, but it can make drives vanish. Go to Control Panel → Power Options → Change plan settings → Change advanced power settings. Find USB settings → USB selective suspend setting and set it to Disabled. Click OK. This is a common fix for drives that disappear after a few minutes of inactivity.

4. Use a Different Port or Cable

Sounds dumb, but I've had a client's drive only work on the front USB 2.0 port, not the back USB 3.0. Some external drives have flaky power requirements. Try a different port, preferably one directly on the motherboard (back of the PC). Also swap the cable if you can—USB-C to USB-C vs USB-C to USB-A can behave differently.

If the Drive Still Won't Show

Check Disk for Errors

If the drive appears in Disk Management but as RAW or with a file system error, run a check. Open Command Prompt as admin (Win+X → Terminal (Admin)) and type:

chkdsk E: /f

Replace E: with your drive's letter. This can fix file system corruption without wiping data. It's slow on large drives, so give it time.

Format the Drive (If You Can Afford It)

If the partition is unallocated, you have no choice but to create a new volume. Right-click the unallocated space, choose New Simple Volume, follow the wizard, format as NTFS. That's the nuclear option. Only do this if you've backed up your data (or don't care about it).

Prevention Tip

Always safely eject the drive before unplugging. I know, Windows tells you it's okay to just yank it out, but I've seen the fallout more times than I can count. Also, after a Windows update, check Disk Management before panicking. And if you regularly use a specific USB port, go into Device Manager and disable the "Allow the computer to turn off this device to save power" checkbox for that hub. It's under the Power Management tab of the hub properties.

One more thing: if your drive spins up but makes a clicking noise, that's a hardware failure. No software fix will help. Back up what you can and get a new drive.

That's it. Try the steps in order—most people find the fix in step one or two. If you're still stuck, leave a comment with what Disk Management shows and I'll point you in the right direction.

Related Errors in Hardware – Hard Drives
0X000010D2 Fix ERROR_EMPTY (0X000010D2) – Drive or Media Pool Empty 0XC0210000 Fix 0xC0210000: BitLocker locked volume on boot 0X000002E7 Fix ERROR_VOLUME_MOUNTED 0X000002E7 Fast Disk Sector Remapping Failure – What Actually Works

Was this solution helpful?

EP
Erropedia Team
Tech Support Editors
The Erropedia editorial team researches and documents real-world tech errors from across Windows, Linux, macOS, networking, databases, cloud platforms, and more. Every solution is reviewed for accuracy and updated as software and systems evolve.