External Hard Drive Not Showing Up in Windows? Checks to Run Before You Panic
Your external hard drive was working yesterday. Today you plug it in and nothing happens — no drive letter in File Explorer, no notification sound, no sign it exists. Before you assume the drive is dead (or worse, click "Format" on a prompt you don't understand), work through these checks in order.
Quick answer: Try a different cable and USB port first, then open Disk Management (Win + X, then choose Disk Management). If the drive appears there but not in File Explorer, it usually needs a drive letter or has file system damage — both are fixable. If it appears nowhere and makes clicking sounds, power it off and consider professional recovery.
First, the boring stuff: cable, port, and power
It feels too simple to matter, but connection problems account for a lot of "missing" drives, and they cost nothing to rule out.
- Swap the cable. USB cables fail internally while looking fine on the outside. Micro-B connectors on older portable drives are especially fragile. If you have any other cable that fits, try it.
- Skip the hub. Plug the drive directly into the computer. Unpowered hubs and keyboard pass-through ports often can't supply enough current to spin up a mechanical drive.
- Try a rear port on a desktop. Front-panel ports run through extra wiring and can deliver weaker power than motherboard ports.
- Check dedicated power. Desktop-class 3.5" external drives need their power adapter. Confirm the adapter is seated at both ends and the outlet works. Rest a hand on the enclosure — a healthy mechanical drive produces a faint vibration and a soft hum when it spins up.
If the drive has an activity light: no light points to power or cable trouble, while a steady blink with nothing in Windows points further down this list.
Does the drive show up in Disk Management?
File Explorer only lists drives that have a recognized file system and an assigned letter. Disk Management shows every disk Windows can physically detect, which makes it the single most useful diagnostic screen for this problem.
Press Win + X and choose Disk Management. Look through the lower pane for a disk that matches your drive's capacity (a 1 TB drive typically shows as roughly 931 GB). You'll see one of four situations:
- A healthy partition with no drive letter — easy fix, covered next.
- A partition labeled RAW — the file system is damaged, but the disk itself responds. Don't format it. See the RAW section below.
- Unallocated space — Windows sees the disk but no partition on it. This can mean the partition table is damaged. Also a "don't format" situation.
- No disk at all — the problem is the connection, the enclosure, the driver, or the drive hardware itself.
No drive letter? Windows may just need one assigned
If Disk Management shows a healthy partition but File Explorer shows nothing, the partition probably lost its drive letter. Common triggers: a Windows update, a network drive mapped to the letter the disk used to have, or moving the drive between computers.
Right-click the partition, choose Change Drive Letter and Paths, click Add, and pick any free letter. This operation doesn't touch your data — it only changes how Windows mounts the volume. The drive should appear in File Explorer immediately.
Could it be the USB driver or controller?
When Disk Management shows nothing, the next stop is Device Manager (Win + X again). Two places to look:
- Disk drives — your external drive should be listed by its model name. A yellow warning triangle means a driver problem.
- Universal Serial Bus controllers — look for "USB Mass Storage Device" or an "Unknown USB Device" entry that appears when you plug the drive in and disappears when you unplug it.
If you find the device with a warning, right-click it, choose Uninstall device, unplug the drive, wait a few seconds, and plug it back in. Windows reinstalls the driver from scratch, which clears a surprising number of glitches.
Also worth trying: a USB 2.0 port instead of 3.x (some enclosure chipsets are picky), and disabling USB selective suspend in Power Options if the drive appears briefly and then drops off.
Test it on another computer
This one check cuts the problem in half. Plug the drive into any other computer you can borrow.
- Works elsewhere: your drive is fine. The problem lives in the first computer — its ports, drivers, or power delivery.
- Fails everywhere: the problem is the drive or, importantly, its enclosure.
That matters because the USB bridge board inside an enclosure can fail while the disk inside is healthy. If you're comfortable with hardware, the drive can be removed from the enclosure and connected through a SATA dock or another enclosure. Two cautions: opening the case may void a warranty that's still active, and some enclosures encrypt data on the bridge board itself — a bare drive from one of those will look unreadable even though nothing is wrong with it. If your drive advertised hardware encryption, keep the original board.
Is the drive dead, or is it just the file system?
This is the question that decides whether software can help at all, so be honest about the symptoms.
Signs of physical damage — clicking, grinding, or beeping sounds; a drive that never spins up despite good power; a drive that doesn't appear even in the BIOS/UEFI screen; a drive that repeatedly connects and disconnects on multiple computers. No software can repair a failed head, a seized motor, or damaged platters. Worse, every additional power-on can spread the damage. If you hear clicking and the data matters, power the drive off and leave it off — this is the territory of professional recovery labs with cleanroom equipment. Whether they can help, and at what cost, depends on the damage.
Signs of logical (file system) damage — the drive spins up normally, sounds normal, and appears in Disk Management, but shows as RAW or unallocated, or Windows pops up "You need to format the disk before you can use it." Here the hardware is answering; it's the map of your files that's broken. This is the situation recovery software was built for.
Why you shouldn't format — or run CHKDSK — on a RAW drive
RAW isn't a file system; it's Windows saying "I can't identify the file system on this partition." The underlying cause is usually a corrupted boot sector, a damaged Master File Table, or an interrupted write (a drive yanked out mid-transfer, a power cut). Your files are typically still sitting on the platters — Windows has simply lost the index that says where.
Two well-meaning actions make this worse:
- Clicking "Format." Windows offers it because a format creates a fresh, working file system — by writing new structures over the area where your old ones lived. Files often survive a quick format, but you've made recovery harder for no benefit. Dismiss the prompt.
- Running CHKDSK. CHKDSK is a repair tool, not a recovery tool. On a lightly damaged NTFS volume it can genuinely fix things. On a badly corrupted or RAW volume, it may "repair" the file system by rewriting or truncating the very structures that point to your data, sometimes converting damaged files into unusable fragments. If the files matter more than the drive, recover first and repair later.
The safer path is recovery software that reads the disk without writing to it, scanning for file signatures and old file system structures directly. That is exactly how DiskRescue (full disclosure: our tool) works: install the free trial on your main PC, run a read-only scan of the problem drive, and it previews every photo, video, and document it can find before you pay anything. One rule is not negotiable: recover files to a different drive, never back onto the one you're rescuing.
The full checklist, in order
- Swap the USB cable and plug directly into a rear port — no hubs.
- For 3.5" desktop drives, verify the power adapter and listen or feel for spin-up.
- Open Disk Management and find the disk by its capacity.
- If a healthy partition has no letter, assign one.
- If the disk is missing, uninstall the device in Device Manager and replug.
- Test the drive on a second computer, and in a second enclosure or dock if you can.
- If the drive shows RAW or unallocated: no formatting, no CHKDSK — run a read-only DiskRescue scan and copy files to another drive. If the drive clicks or won't spin: power off and contact a professional lab.
What the symptoms mean at a glance
| In Device Manager | In Disk Management | Likely cause | Sensible next step |
|---|---|---|---|
| Yes | Yes — healthy, no letter | Drive letter lost or conflicting | Assign a letter (safe, data untouched) |
| Yes | Yes — RAW or unallocated | File system or partition table damage | Read-only recovery scan; do not format |
| Yes | No | Driver or enclosure bridge problem | Reinstall driver; try another enclosure or dock |
| No | No | Cable, power, port, or hardware failure | Test on another PC; if it clicks or won't spin, professional recovery |
FAQ
Will formatting the drive make it work again?
Usually yes — and that's the trap. Formatting builds a new, empty file system, so the drive becomes usable but your existing files lose their index and may be partially overwritten. Only format after you've recovered everything you need, or if the data genuinely doesn't matter.
Is CHKDSK safe to run on a RAW drive?
No, not if you want the data. CHKDSK repairs file system structures, and on a heavily damaged volume those "repairs" can overwrite or truncate the records pointing to your files. Recover your files with a read-only tool first; run CHKDSK afterward if you still want to.
How do I know the drive is physically damaged?
Listen and watch: clicking, grinding, or beeping sounds, no spin-up vibration, no detection in BIOS/UEFI, or repeated disconnects on every computer you try. Any of those means software can't help, and continued power-ons can make things worse. Power it down and talk to a recovery lab.
The short version
A drive that vanished from Windows is often just a cable, a missing drive letter, or a driver hiccup — ruled out in minutes at no risk. Beyond that, the split is simple: a drive that responds but shows RAW is a software problem; a drive that clicks or won't spin is a hardware problem you should stop touching. The worst moves are the impatient ones — check first, write nothing to the drive, and skip the panic.
How DiskRescue Compares
On a lifetime license, DiskRescue costs about 1/5 what the big-name recovery suites below charge — paid once and used for life, with no auto-renewal.
| DiskRescue | EaseUS Data Recovery Wizard Pro | Disk Drill PRO | |
|---|---|---|---|
| Price | $29.99 lifetime — launch price | $149.95 lifetime, or $99.95/year | $149 lifetime, or $89/year |
| Billing | One-time, lifetime — no auto-renewal | Monthly / yearly, or lifetime | Yearly, or lifetime |
| What you get free | Preview, then restore 20 free (any size, no share, no sign-up) | Preview, then recover 500 MB (2 GB after a social-media share) | Preview, then recover 100 MB |
| Damaged-disk recovery | ✓ | ✓ | ✓ |
| Deleted-file recovery | ✓ | ✓ | ✓ |
| Secure erase | ✓ | — (not listed) | ✓ |
Prices, features, and free-tier limits checked on each official site (Windows editions) on July 14, 2026 — they may change with sales or updates. The price comparison uses DiskRescue's launch price ($29.99). EaseUS free recovery is 500 MB by default, expanding to 2 GB after a social-media share (kb.easeus.com); Disk Drill's official free limit is 100 MB (cleverfiles.com).