ClearlyLearned
Menu
Technology

External Hard Drive Shows Up but Won't Open — How to Access Your Files

If your external hard drive appears in your computer but won't open or shows errors when you try to access it, file system corruption, permission issues, or an incompatible format are likely causes. Here's how to fix it without losing data.

JC
James Chen
January 3, 2026 · 7 min read
Quick Answer
An external hard drive that shows up in your computer but will not open usually has file system corruption, a permissions issue, or is formatted in a file system your operating system cannot fully read. The drive hardware is working (which is why the computer detects it), but the data structure on the drive is damaged or inaccessible. Before doing anything else, do not format the drive — that erases everything. Start with built-in repair tools like CHKDSK on Windows or First Aid in Disk Utility on Mac.
Tip

Do not format or initialize the drive when prompted. Windows may say "You need to format the disk before you can use it" and macOS may say "The disk is not readable." Clicking Format or Initialize erases the entire drive. If the drive contains important files, always try repair tools first or use data recovery software before formatting. If the data is irreplaceable, consider a professional data recovery service before attempting any fixes yourself.

Why the Drive Shows Up but Won't Open

When you plug in an external drive, two things happen. First, the computer detects the physical hardware — the USB controller, the drive motor, the circuit board. This is why the drive appears in Device Manager (Windows) or System Information (Mac). Second, the computer reads the file system — the organizational structure that tells it where files are stored.

If the hardware is fine but the file system is damaged, the computer sees the drive but cannot make sense of the data on it. This manifests as the drive appearing in your file manager but throwing errors when you try to open it, or the drive showing up with 0 bytes of used space, or the drive appearing as "RAW" instead of NTFS, exFAT, or HFS+.

Common causes of file system corruption include unplugging the drive without safely ejecting it, power loss during a file transfer, the drive overheating during extended use, and aging drive hardware developing bad sectors.

Fixing It on Windows

Fixing It on Mac

On macOS, the process is slightly different but follows the same logic.

Open Disk Utility (Applications, Utilities, Disk Utility). Select the external drive from the sidebar. If it appears with a grayed-out volume name, the file system is mounted but not readable. If it shows only the physical drive without a volume, the file system is not recognized.

Click First Aid and then Run. This is the macOS equivalent of CHKDSK — it checks the file system structure and attempts repairs. If First Aid succeeds, the drive should become accessible.

If First Aid reports that it cannot repair the drive, do not click Erase. Instead, use data recovery software (Disk Drill for Mac or PhotoRec are solid options) to pull files off the drive before formatting.

A common Mac-specific issue: the drive is formatted as NTFS. macOS can read NTFS drives but cannot write to them, and sometimes the read access fails or the drive mounts as read-only without clear indication. If Disk Utility shows the format as "Windows NT File System," you need either an NTFS driver for Mac (Paragon NTFS or Tuxera NTFS, both paid) or to access the drive from a Windows computer.

Format Compatibility Issues

If the drive came from a different operating system, format incompatibility might be the reason it will not open.

NTFS (Windows default) — Fully supported on Windows. Read-only on macOS without third-party drivers. Not supported on most consumer electronics.

HFS+/APFS (Mac default) — Fully supported on macOS. Not natively supported on Windows without third-party tools like HFSExplorer or Paragon HFS+.

exFAT — Fully supported on both Windows and macOS, and most modern devices. This is the best format for drives that need to work across platforms.

FAT32 — Works everywhere but has a 4 GB file size limit, which makes it impractical for large files like videos or disk images.

If you need the drive to work on both Mac and Windows going forward, back up the data, format the drive as exFAT, and copy the data back. ExFAT handles large files from any device without the limitations of FAT32.

Signs the Drive Hardware Is Failing

If the drive clicks, beeps, or makes grinding noises when connected, the internal mechanism is failing. A clicking drive has a head that cannot find its data tracks. A beeping drive (common with portable drives that are USB-powered) is not receiving enough power to spin the platters.

For a clicking drive, the data may still be recoverable by a professional data recovery service, but the window is narrow — continued use can cause the heads to scratch the platters and destroy data permanently. Stop using the drive immediately and consult a professional if the data is critical.

For a beeping drive, try a powered USB hub or a USB Y-cable that draws power from two ports. Some portable drives need more power than a single USB port provides, especially on laptops with limited USB power delivery.


Related: USB-C Cable Fits but Doesn't Charge · Why Does My Phone Charge Slow with Some Cables? · Laptop Screen Flickering Only When Unplugged

JC

Written by James Chen

James covers technology and gadgets, breaking down complex topics into plain language. He enjoys helping readers get more out of their devices.