You plug in an external hard drive that worked fine last week, and Windows 11 acts as if nothing happened. No drive letter in File Explorer, no notification, no new icon — just silence. The good news is that in most cases the data is still intact and the drive itself is fine; something in the chain between the drive and Windows is failing to make the connection. The trick is working out which link in that chain is broken, because an external hard drive not showing up has a handful of distinct causes and each needs a different fix.
This guide goes through them in the order worth trying — the quick checks that solve the majority of cases first, then the deeper steps for a drive that stays stubbornly invisible. Crucially, several of these steps reveal whether the drive is detected by Windows at a low level even when it never appears in File Explorer, which tells you whether you are dealing with a simple drive-letter issue or something more serious.
Rule out the cable, port, and power first
Before assuming anything is wrong with the drive or with Windows, eliminate the physical basics, because they cause more “missing drive” situations than any software fault:
- Swap the cable. USB cables fail more often than people expect, and a cable that still charges a phone may not carry data reliably. If you have another cable that fits, try it.
- Try every port. Plug directly into the machine rather than through a hub, docking station, or monitor’s USB pass-through. Front-panel desktop ports are also less reliable than rear ones, which connect straight to the motherboard.
- Consider power. Larger external drives, especially older spinning-platter models, sometimes need more power than a single port provides. If the drive has a separate power adapter, make sure it is connected. If it draws power purely from USB, a port that supplies weak power can leave it unable to spin up — you may hear it trying and failing.
- Match the drive to the right port. Desktop-style 3.5-inch drives often need more power than a single USB port supplies — many ship with a Y-cable that pulls from two ports, or a separate power adapter, and will not spin up without it. Where you have the choice, use a USB 3 port (usually a blue insert or an “SS” marking); it delivers steadier power than an older USB 2 port, along with far faster transfer speeds.
- Listen and feel. A gentle spin-up or faint vibration means the drive is getting power. Silence on a mechanical drive points toward a power or cable problem rather than a Windows one.
Trying the drive on a completely different computer is the cleanest version of this test. If it shows up elsewhere, the drive is healthy and the problem is specific to your Windows 11 machine — which narrows things considerably and means the fixes below will help.
Check Disk Management, not just File Explorer
File Explorer only shows drives that have a drive letter and a recognised file system. A drive can be perfectly connected and detected by Windows yet still be invisible in File Explorer because it is missing one of those two things. The tool that shows the truth is Disk Management.
Right-click the Start button and choose Disk Management. Wait a moment for it to scan, then look for your external drive in the list. What you see tells you exactly where the problem is:
- The drive appears with a healthy partition but no drive letter. This is the most common and the easiest to fix — see the next section.
- The drive appears as “Unallocated” space. Windows sees the drive but no longer recognises a file system on it, which can mean the partition information was lost. Be careful here; do not initialise or format if the drive contains data you need.
- The drive does not appear at all, even in Disk Management. Windows is not detecting it at a low level, which points back to a cable, port, power, or driver issue rather than a file-system one.
This single check splits the problem cleanly: a drive visible in Disk Management is a software/configuration fix, while a drive absent from Disk Management is a connection or hardware issue. Knowing which saves you from trying the wrong fixes.
Assign or change the drive letter
If Disk Management shows your drive with a healthy partition but no letter, Windows simply has not assigned it one — sometimes because of a conflict with a letter already in use, common after using network drives or multiple removable devices. Assigning a letter makes it appear in File Explorer immediately:
- In Disk Management, right-click the partition of your external drive.
- Choose Change Drive Letter and Paths.
- Click Add (or Change if a letter is already assigned but conflicting).
- Pick a letter that is not already in use — something later in the alphabet avoids conflicts.
- Click OK. The drive should appear in File Explorer right away.
If the drive had a letter that suddenly stopped working, changing it to a different one often resolves a silent conflict with another device that claimed the same letter.
Update or reinstall the drive’s driver
When the drive does not appear in Disk Management but you can confirm it powers up, a driver problem is a likely cause. Windows uses generic USB storage drivers for most external drives, and occasionally one becomes corrupted or fails to load for a specific device.
- Right-click Start and open Device Manager.
- Expand Disk drives and Universal Serial Bus controllers, and look for your drive or for any device marked with a yellow warning triangle.
- Right-click the drive (or the flagged device) and choose Update driver, then let Windows search automatically.
- If that does not help, right-click it again, choose Uninstall device, then unplug the drive and plug it back in. Windows reinstalls the driver fresh on reconnection, which clears a corrupted driver state.
A device that appears in Device Manager under “Universal Serial Bus controllers” as an “Unknown USB Device” is a strong sign of exactly this driver issue, and the uninstall-and-reconnect step is the direct fix. This same family of USB-detection problems is covered more broadly in our guide to a USB device not being recognized in Windows, which is worth reading if other USB devices are affected too.
When the drive shows as unallocated or RAW
If Disk Management shows the drive as “Unallocated” or its file system as “RAW,” Windows can see the hardware but can no longer read the structure that organises your files. This is the situation that calls for the most caution, because the wrong move here is what actually causes data loss.
The key rule: do not initialise, format, or create a new partition if the drive contains data you care about. Those options erase the path to your files. The data is very often still physically present even when the partition information is damaged — but only until something writes over it.
In this situation, the safe order is to stop writing to the drive entirely and use file-recovery software to read the existing data off it before attempting any repair. Our walkthrough on recovering deleted files on Windows covers the tools that read data from a drive whose file system has become unreadable. Only once you have retrieved what you need should you consider reformatting the drive to make it usable again.
A brand-new drive that needs initialising
The unallocated or RAW situation above is a drive that has lost its file system. A brand-new drive that has never been formatted can look much the same in Disk Management — it shows as “Not Initialised” with unallocated space — but the right response is the opposite, because there is no data to put at risk. A new drive simply needs setting up before Windows will give it a letter and show it in File Explorer.
Open Disk Management, find the new drive in the lower list, right-click it and choose Initialise Disk. Choose GPT for any modern machine (and it is required for drives over 2 TB); pick MBR only if you specifically need the drive to work with much older systems. Then right-click the unallocated space, choose New Simple Volume, and let the wizard format it — exFAT if you want to move the drive between Windows and a Mac, or NTFS if it will stay on Windows and you want file permissions or BitLocker — and assign a drive letter. It appears in File Explorer the moment formatting finishes. The one thing to be certain of beforehand is that the drive genuinely is new and empty, because initialising is precisely the step you must not take on a drive whose files you still need.
Disable USB selective suspend
Windows 11 has a power-saving feature called USB selective suspend that can put USB devices to sleep to save energy. On most setups it is harmless, but on some machines it causes external drives to drop their connection and fail to wake — which looks exactly like a drive that will not show up, particularly one that appears briefly then vanishes.
To rule it out, open the Control Panel power options, go into the advanced settings for your current power plan, find the USB settings section, expand USB selective suspend setting, and set it to Disabled. This is especially worth trying on a laptop, where aggressive power management is more common, and where a drive that works when plugged in fresh but disappears after a while points squarely at a power-saving cause.
How to tell if the drive is genuinely failing
Most of the time an external hard drive not showing up is a connection or configuration issue, not a dying drive. But occasionally the drive really is failing, and a few signs distinguish the two so you know whether to keep troubleshooting or to prioritise rescuing the data:
- Clicking or beeping sounds. A repeated clicking noise from a mechanical drive — sometimes called the “click of death” — is a classic sign of physical failure. If you hear it, stop trying to access the drive normally and focus on recovery, because continued attempts can make things worse.
- The drive appears and disappears repeatedly. A connection that mounts for a few seconds then drops, over and over, often indicates a failing controller board or a drive struggling to stay powered.
- It is recognised but extremely slow. A drive that mounts but takes minutes to open folders, or copies files at a crawl, may have developing bad sectors.
- SMART warnings. Modern drives report their own health through a system called SMART. Free drive-health utilities can read these values and flag a drive that is reporting reallocated sectors or pending failures, giving you warning before total failure.
The technology behind drive self-monitoring is a long-standing industry standard, and the drive manufacturers’ own resources explain what the health indicators mean for their products. If the signs point to genuine failure, treat every remaining power-on as precious and copy off your most important files first, before any repair attempt.
When it’s the enclosure, not the drive
It is easy to forget that an external hard drive is just an ordinary internal drive sealed inside an enclosure, with a small bridge board converting its SATA connection to USB. That bridge board can fail on its own while the drive inside stays perfectly healthy — so a drive that looks stone dead on every computer may not be dead at all.
The clues are a drive that worked until recently and now appears nowhere, or one that behaves differently with a different cable or adapter. To prove it, separate the two: if the enclosure opens, take the bare drive out and connect it directly through a SATA port or a different USB-to-SATA adapter. A surprising number of “failed” external drives come straight back to life this way, the fault lying in a bridge board that costs very little to replace. It is one of the more satisfying outcomes in storage troubleshooting — discovering the drive you had written off is fine, and only the enclosure needed replacing.
Running Windows’ built-in hardware checks
Windows 11 includes tools that can sometimes coax a problematic drive into working or at least tell you more about what is wrong. If the drive appears in Disk Management but behaves erratically, the built-in error-checking tool — reached by right-clicking the drive in File Explorer (once it has a letter), choosing Properties, then the Tools tab, then Check — scans for and repairs file-system errors that can prevent normal access. Microsoft documents the storage and disk tools in its official Windows documentation, including the command-line versions that offer more control. Run these only on a drive that Windows can already see at the disk level; they cannot help with a drive that never appears in Disk Management at all, where the issue is connection rather than file system.
The drive shows up on another PC but not yours
If you confirmed earlier that the drive works on a different computer, the problem is isolated to your Windows 11 machine, and a few system-level causes remain worth checking. A pending Windows update sometimes includes storage or USB driver fixes, so installing outstanding updates is worth doing. A full restart — not just sleep — clears the kind of accumulated USB state that can stop new devices being recognised after long uptime. And if the problem began right after a Windows update, the broader patterns in our guide to fixing common tech errors cover update-related device issues that affect more than just external drives.
It is also worth checking whether the drive is formatted in a file system your Windows machine does not natively read. A drive formatted on a Mac using Apple’s file system, for example, will not mount normally on Windows without extra software, even though it is perfectly healthy. In that case the drive may appear in Disk Management but refuse to open in File Explorer.
Drives formatted on a Mac or Linux machine
Windows 11 cannot natively read the file systems macOS and Linux use. A drive formatted on a Mac as HFS+ or APFS, or on Linux as ext4, Btrfs, or XFS, is perfectly healthy but will not mount on Windows the usual way — File Explorer ignores it and Disk Management tends to label it “Unknown” or “RAW,” which is easy to mistake for corruption.
The answer is not to reformat, which would erase everything on it, but to add software that can read the foreign file system. Free read-only tools exist for each — HFSExplorer for older Mac drives, Paragon’s trial build for APFS, and DiskInternals Linux Reader or Ext2Fsd for Linux drives — with paid versions where you also need to write back to the drive. Install the right one, copy off what you need, and only then reformat to NTFS or exFAT if you want to keep using the drive on Windows. If the drive in question is an internal one rather than a USB drive, our separate guide to a hard drive not showing up in Windows 11 covers the BIOS- and controller-level causes specific to internal disks.
The drive shows up but is read-only
A different symptom worth separating out: the drive mounts and its files are visible, but Windows will not let you change, delete, or add anything. That is write protection, and it has a few possible causes — some enclosures carry a physical write-protect switch, an account may lack write permission on the drive’s folders, an encrypted drive that is only part-way unlocked behaves this way, and managed work computers sometimes block writing to removable storage by policy.
When it is a permissions issue, right-click the drive in File Explorer, open Properties and then the Security tab, and check what your account is allowed to do. If “Write” is set to Deny, click Edit and remove that entry; if your account is not listed as an owner at all, use Advanced to take ownership and apply it to the drive. On a work device, though, the restriction is often deliberate and set by IT, in which case it is policy rather than a fault to fix.
An encrypted drive that will not unlock
If the drive was encrypted — with Windows’ own BitLocker or with VeraCrypt — and you are now connecting it to a different Windows installation, or to the same PC after reinstalling Windows, it will not mount on its own. That is the encryption doing its job: it needs the key.
A BitLocker drive prompts for its recovery key or password the moment you plug it in. If you do not have the key to hand, it may be saved to the Microsoft account the drive was set up under — sign in to that account online and look under its Devices section for the recovery keys. The hard truth is that a BitLocker drive whose key was never saved anywhere cannot be opened without it; that inaccessibility is the whole point of encrypting it. VeraCrypt behaves a little differently — the drive stays invisible in File Explorer until you open the VeraCrypt application, mount it there, and enter the password.
Protecting yourself for next time
An external drive that vanishes is a sharp reminder of how much trust we place in a single device. Whatever the cause turns out to be, the lasting lesson is the same: a drive is a single point of failure, and the data on it is only as safe as your most recent copy elsewhere. Once you have your drive working again, it is worth setting up a proper backup so that a future disappearance — or an outright failure, which does eventually happen to every drive — is an inconvenience rather than a disaster. Our guide to backing up Windows 11 covers the options for keeping a second copy of anything you cannot afford to lose. The drives that cause real heartbreak are always the ones that were the only copy.






