How to Fix an External Hard Drive Not Showing Up on Windows 11 — Check Disk Management Before You Panic

By Adhen Prasetiyo

Wednesday, April 8, 2026 • 6 min read

Windows 11 Disk Management showing external drive with no drive letter assigned

How to Fix External Hard Drive Not Showing Up on Windows 11 — Check Disk Management Before You Panic

You plug in your external hard drive. Windows makes that little USB connection sound — the reassuring “doo-doo” that tells you something was detected. You open File Explorer expecting to see your drive with all your files.

It’s not there.

You check “This PC.” Nothing. You look in the sidebar. Nothing. You unplug it, plug it back in, hear the sound again, check again — still nothing. Your heart starts racing because this drive has years of photos, work files, and backups on it.

Before you catastrophize: in the vast majority of cases, your data is perfectly fine. The drive is connected. Windows knows it’s there. It just isn’t showing it to you in File Explorer because of a software issue that’s usually fixable in under two minutes.

Open Disk Management — The Truth Revealer

This is the tool that tells you what’s actually happening. Right-click the Start button (or press Windows+X) and select Disk Management.

Look at the bottom pane. Your internal drive is Disk 0. Your external drive is usually Disk 1 or Disk 2 — find the one matching the size of your external drive.

What you see next to it tells you exactly what’s wrong:

If you see a healthy partition with a blue bar but NO drive letter (no E: or F: next to it) — this is the easiest fix. The drive is perfectly fine, Windows just failed to assign it a letter.

If you see “Not Initialized” with a black “Unallocated” bar — the drive has no partition table. Could be brand new, or the partition table got corrupted.

If the partition shows “RAW” instead of NTFS or exFAT — the file system is corrupted. Windows sees the drive but can’t read it.

If the drive doesn’t appear in Disk Management at all — physical connection issue. USB port, cable, or the drive itself.

Let’s fix each one.

Fix 1: Assign a Missing Drive Letter (30-Second Fix)

If Disk Management shows a healthy blue bar but no letter, this is the simplest fix in all of tech support.

Right-click the partition (the blue bar). Select “Change Drive Letter and Paths.” Click Add. Pick any available letter from the dropdown. Click OK.

Done. Open File Explorer. Your drive is there. All your data is intact. Total time: 15 seconds.

Why does this happen? Windows assigns drive letters automatically but gets confused when multiple drives, card readers, or network drives compete for the same letters. It can also happen after a Windows update resets certain mount point settings.

Fix 2: Initialize a Disk

If Disk Management shows “Not Initialized” with “Unallocated” space:

If the drive is brand new — it needs to be initialized and formatted. Right-click where it says “Not Initialized” > Initialize Disk > choose GPT (modern standard) > OK. Then right-click the Unallocated space > New Simple Volume > follow the wizard. Choose NTFS for Windows-only, or exFAT if you need Mac compatibility too.

If the drive previously had data — STOP. Do NOT initialize. Initializing writes a new partition table over the old one, which makes your existing data harder to recover.

Instead, try TestDisk (free, open-source tool from cgsecurity.org) — it can scan for lost partitions and rebuild the partition table without erasing data. If TestDisk finds and restores the partition, your drive appears with everything intact. If TestDisk can’t find it, try Recuva or PhotoRec to recover individual files.

Fix 3: Deal With a RAW File System

If the partition shows RAW instead of NTFS or exFAT, the file system is corrupted. This typically happens from unsafe eject (pulling the drive without “Safely Remove”), power loss during a write, or gradual storage degradation.

Do NOT format it if you want to keep the data.

Option A: run chkdsk X: /f (replace X with your drive letter) in admin Command Prompt. It can sometimes repair the file system on the spot. If chkdsk says “Chkdsk is not available for RAW drives,” it couldn’t fix it.

Option B: use TestDisk (free, from cgsecurity.org). Its partition recovery feature can often rebuild the file system metadata from the data on disk.

Option C: use Recuva or PhotoRec to recover individual files from the RAW drive to a different drive. Once your data is safe, format the drive fresh.

Fix 4: The Drive Doesn’t Appear at All

If Disk Management doesn’t show the drive at all, it’s a physical issue.

Try a different USB port — use one directly on the motherboard (back of a desktop, side of a laptop). Front-panel USB ports and hubs sometimes can’t deliver enough power for external drives, especially larger 3.5-inch desktop drives.

Try a different cable. USB cables can fail silently — they provide power (the light comes on) but not data.

If it’s a larger external drive, make sure the power adapter is plugged in and the drive’s power switch is on. I’ve been “troubleshooting” a dead drive for 20 minutes before realizing it had a power switch that was off.

For mechanical hard drives, put your ear close to it. Spinning sound = getting power, issue is likely data connection. Clicking or grinding = mechanical failure — power it off immediately if data is important, and contact a professional recovery service. Silence = no power at all.

Check Device Manager under Disk drives and Universal Serial Bus controllers. Look for yellow warning triangles. If you find one, right-click > Uninstall device, unplug the drive, wait 10 seconds, reconnect. Windows reinstalls fresh drivers.

The “Safely Remove Hardware” Sermon (Briefly)

You’ve heard this a million times. But “Safely Remove Hardware” exists specifically to prevent the RAW file system nightmare. When you write to an external drive, Windows doesn’t always write immediately — it buffers data for performance. Yanking the drive mid-write can corrupt the file system.

Click the USB icon in the system tray, select your drive, wait for the “Safe to Remove” notification, then unplug. Or right-click the drive in File Explorer and select Eject. Those two seconds save you hours of troubleshooting.

When the Drive Is Actually Dead

If you’ve tried every port, every cable, on multiple computers, and the drive isn’t detected anywhere — it’s probably dead. For mechanical drives, this means motor failure, head crash, or controller failure. For SSDs, flash cell degradation or controller failure.

If the data is irreplaceable, do NOT attempt further DIY recovery. Every power-on attempt with a damaged drive risks permanent data loss. Professional services like DriveSavers or Ontrack have cleanroom facilities — expensive ($300-1500+) but often recover data from drives that seem completely dead.

The takeaway: external drives are not permanent storage. They fail. Keep important data in at least two places — the drive AND cloud backup — so when one fails, you still have a copy.

Step-by-Step Guide

1

Open Disk Management to see if Windows detects the drive

Right-click the Start button or press Windows plus X and select Disk Management. This utility shows every storage device connected to your computer even if it does not appear in File Explorer. Look at the bottom pane for your external drive which will typically appear as Disk 1 or Disk 2. The status shown next to the drive tells you exactly what the problem is. If the drive appears here but not in File Explorer the fix is software based and your data is likely safe. If the drive does not appear in Disk Management at all the issue is physical meaning the USB connection cable or drive itself has a problem.

2

Assign a missing drive letter

If Disk Management shows the drive with a healthy partition but no letter next to it this is the most common and easiest fix. Right-click on the partition in the bottom pane and select Change Drive Letter and Paths. Click Add then select a letter from the dropdown menu and click OK. The drive will immediately appear in File Explorer with all your data intact. This happens because Windows sometimes fails to automatically assign a letter especially when multiple drives have been connected and disconnected or when a letter conflict occurs with a network drive or card reader.

3

Initialize a new or unknown disk

If Disk Management shows the drive as Not Initialized with unallocated space the drive either is brand new and has never been formatted or its partition table has become corrupted. For a new drive right-click where it says Not Initialized and select Initialize Disk. Choose GPT for modern systems. Then right-click the unallocated space and select New Simple Volume. Follow the wizard to assign a letter and format the drive. Warning if the drive previously had data and now shows as Not Initialized do not initialize it because that will overwrite the existing partition table. Instead use data recovery software like Recuva or TestDisk to attempt recovering the data before making any changes to the drive.

4

Fix a RAW file system partition

If Disk Management shows the drive as RAW instead of NTFS or exFAT the file system has become corrupted. Windows can see the drive but cannot read its contents. If the drive contains important data do not format it. Download TestDisk which is free and open source from cgsecurity.org. TestDisk can scan the drive for lost partitions and repair the file system without erasing data. If the data is not important or has been backed up you can right-click the RAW partition in Disk Management and select Format. Choose NTFS for Windows-only use or exFAT for compatibility with both Windows and Mac. Quick format takes a few seconds and makes the drive usable again.

5

Troubleshoot USB connection and driver issues

If the drive does not appear in Disk Management at all try a different USB port preferably one directly on the motherboard rather than a front panel port or USB hub. Try a different USB cable as cables fail more often than drives. If the drive has an external power adapter make sure it is plugged in and the power light is on. If the drive still does not appear open Device Manager and expand Disk drives and Universal Serial Bus controllers. Look for any devices with yellow warning triangles. Right-click the device and select Uninstall device then unplug and reconnect the drive to force Windows to reinstall the driver. If the drive works on another computer but not yours the issue is with your USB drivers or ports not the drive itself.

Frequently Asked Questions

Can I recover data from an external drive that shows as RAW?
Yes in most cases. RAW status means the file system metadata is corrupted but the actual data is usually still on the drive. Free tools like TestDisk can often repair the file system and restore access to all your files without data loss. Commercial tools like Recuva or R-Studio can recover individual files from RAW drives. The critical rule is to not format the drive before attempting recovery because formatting overwrites the file system metadata that recovery tools need to find your data.
Why does my external drive work on one computer but not another?
This usually indicates a USB driver issue on the non-working computer rather than a drive problem. Different computers may have different USB controller drivers and some may be outdated or corrupted. Try updating the USB controller drivers in Device Manager on the non-working computer. Another possibility is that the non-working computer has a group policy or USB restriction that blocks external storage devices which is common on corporate or school managed computers.
Should I use NTFS or exFAT when formatting an external drive?
Use NTFS if the drive will only be used with Windows computers. NTFS supports large files unlimited partition sizes file permissions and encryption. Use exFAT if the drive needs to work with both Windows and Mac computers or with devices like game consoles and smart TVs. exFAT supports large files and is universally compatible but lacks advanced features like file permissions and journaling. Avoid FAT32 unless you specifically need compatibility with very old devices because it has a 4GB maximum file size limit.
Can a failing external drive be saved?
If a drive is making clicking or grinding sounds it has a mechanical failure and should not be powered on anymore. Each power cycle risks further damage to the platters and makes data recovery harder or impossible. For important data contact a professional data recovery service. If the drive appears in Disk Management but shows incorrect capacity or constantly disconnects it may have a failing controller board. In some cases replacing the enclosure or connecting the bare drive directly via a SATA dock can bypass the faulty controller and give you access to the data. SSDs that are failing typically become read-only before dying completely giving you a window to copy data off.
Adhen Prasetiyo

Research Bug bounty at javahack team

Tech troubleshooter with 8+ years fixing Windows, hardware, and software problems. Every guide I write comes from real problems I've actually solved.

Windows Troubleshooting Hardware Repair Software Fixes Browser Issues Mobile Support
View all articles →