Your external hard drive has your family photos, work documents, and years of backups. You plug it in, wait for it to appear, and… nothing. The drive spins, the light blinks, but Windows Explorer or macOS Finder shows nothing. In this guide, I’ll walk you through exactly how to recover files from an external drive that won’t open, from quick fixes to advanced recovery methods.
Before we dive in, here’s the most important rule: stop using the drive immediately. Every second the drive runs, you risk overwriting the very files you’re trying to save. If the drive is making clicking, beeping, or grinding sounds, skip ahead to the professional recovery section—those are signs of physical damage that DIY methods can worsen.
Quick Troubleshooting Checklist: How to Recover Files From an External Drive That Won’t Open
If your external hard drive won’t open, work through these seven steps in order. I’ve arranged them from simplest to most advanced, so you can stop as soon as the drive works again.
Step 1: Check that the drive has power. Some external drives need external power adapters—make sure it’s plugged in and the power light is on.
Step 2: Try a different USB cable. Cables fail more often than drives do. Swap in a known-good cable and wait 30 seconds.
Step 3: Test another USB port on your computer. Use a port directly on the motherboard (back of a desktop PC) rather than a hub or front-panel port.
Step 4: Connect the drive to a different computer. This rules out driver or operating system issues on your main machine.
Step 5: Reboot your computer with the drive connected. Sometimes the OS needs a fresh hardware detection cycle.
Step 6: Update or reinstall drivers in Device Manager (Windows) or check System Information (macOS) for the drive.
Step 7: Open Disk Management (Windows) or Disk Utility (Mac) to see if the drive appears there but needs a drive letter assignment or mount point.
If none of these work, keep reading. The next sections cover deeper troubleshooting, file system repairs, and data recovery options for logical and physical damage.
Physical vs. Logical Damage: Know the Difference First
Understanding whether your drive has logical or physical damage determines which recovery methods will work—and which could destroy your data.
What Is Logical Damage?
Logical damage means the drive’s hardware works fine, but the file system has problems. The drive might show up in Disk Management but appear as RAW, unallocated, or refuse to mount. Common causes include:
Improper ejection or sudden power loss during file transfers. File system corruption from malware or software bugs. Partition table damage that makes the drive unreadable. Accidental formatting or deletion of partitions.
Signs of logical damage include: the drive appears in Disk Management but not File Explorer, Windows prompts you to format the drive before use, or the drive shows as RAW or unallocated space. The good news? Logical damage is usually recoverable with software tools.
What Is Physical Damage?
Physical damage means the drive’s mechanical or electronic components have failed. This requires different handling—often professional recovery services.
Warning signs of physical damage include: clicking, ticking, or beeping sounds from the drive. Grinding noises when the drive spins up. The drive not spinning at all (no vibration or sound). Burning smell or obvious physical damage. Overheating during normal operation.
If you hear clicking or beeping, turn off the drive immediately. These sounds often indicate a failing read/write head or seized spindle motor. Continued use can cause the heads to scratch the platters, permanently destroying data.
SSD-Specific Considerations
External SSDs behave differently than traditional hard drives. They have no moving parts, so clicking sounds aren’t possible. However, SSDs face unique challenges:
TRIM commands can permanently erase deleted files, making recovery difficult or impossible. Encryption (like BitLocker or FileVault) adds complexity—you need both the encryption key and the drive. Controller failures can make the drive completely unresponsive without warning sounds.
For external SSDs that won’t mount, try a different USB-C or USB-A adapter, connect directly via SATA if possible, and check if the drive appears in Disk Management at all.
Basic Troubleshooting Steps: Recover Files From an External Drive That Won’t Open
Let’s walk through each troubleshooting step in detail. These methods work for both Windows and macOS, with platform-specific notes where relevant.
Step 1: Check Cables, Ports, and Power
Start with the basics—this solves about 30% of drive access issues. USB cables fail constantly, especially with frequent plugging and unplugging.
Try a different USB cable, ideally the original one that came with the drive. Test multiple USB ports on your computer, prioritizing ports directly connected to the motherboard. For desktops, use rear ports instead of front-panel ports. If your external drive has its own power adapter, verify it’s plugged in and the power light is on. Some 3.5-inch external drives won’t work on USB power alone.
I’ve seen drives that wouldn’t mount on a laptop work perfectly when connected to a desktop’s higher-power USB ports. USB hubs can also cause issues—connect directly to the computer instead.
Step 2: Test on Another Computer
Connecting the drive to a different computer rules out OS-specific problems, driver conflicts, and hardware issues with your primary machine.
If you have access to both Windows and Mac computers, try both. A drive formatted for macOS (APFS or HFS+) won’t appear in Windows File Explorer without third-party software. Conversely, NTFS drives mount read-only on macOS without additional drivers.
On the second computer, check if the drive appears in Disk Management (Windows) or Disk Utility (macOS). If it shows up there but not in the file browser, the drive needs mounting or a drive letter assignment.
Step 3: Update or Reinstall Drivers
Driver issues can prevent external drives from appearing, especially after Windows updates or macOS upgrades.
On Windows: Open Device Manager (right-click Start, select Device Manager). Expand “Disk drives” and look for your external drive. Right-click it and select “Update driver.” If that doesn’t work, try “Uninstall device,” then reboot your computer with the drive connected—Windows will reinstall the driver automatically.
On macOS: Open System Information (Apple menu > About This Mac > System Report). Under the Hardware section, check if your drive appears. macOS handles drivers automatically, but if the drive doesn’t appear here at all, it may indicate a hardware issue.
Step 4: Assign a Drive Letter or Mount the Drive
Sometimes the drive works fine but lacks a visible entry point. This happens frequently when a drive was previously used on another system.
On Windows: Open Disk Management (right-click Start > Disk Management). Look for your external drive—it might show as “Healthy” but without a drive letter. Right-click the partition and select “Change Drive Letter and Paths.” Click “Add,” choose a letter (like E: or F:), and confirm. The drive should now appear in File Explorer.
On macOS: Open Disk Utility (Applications > Utilities > Disk Utility). Select your external drive from the left sidebar. Click “Mount” in the toolbar. If Mount is grayed out, the drive may need repair via First Aid.
Step 5: Check Disk Management vs. File Explorer
Understanding where the drive appears (or doesn’t) tells you a lot about the problem.
If the drive shows in Disk Management but not File Explorer, you likely have a logical issue—missing drive letter, corrupted file system, or unallocated space. If the drive doesn’t appear in Disk Management at all, it’s either a physical connection problem or physical drive failure. If the drive appears as RAW or “Unknown partition,” the file system is damaged but data recovery is usually possible.
Windows Recovery Methods
Windows has several built-in tools that can repair logical damage and help you recover files from an external drive that won’t open. Here’s how to use each one.
Using CHKDSK to Repair File System Errors
CHKDSK (Check Disk) scans for and fixes file system errors on NTFS, FAT32, and exFAT drives. It can recover readable information from bad sectors and repair corrupted file tables.
Open Command Prompt as administrator (search “cmd,” right-click, select “Run as administrator”). Type the following command, replacing X: with your drive letter:
chkdsk X: /f /r
The /f parameter fixes file system errors. The /r parameter locates bad sectors and recovers readable information. This process can take several hours for large drives. If CHKDSK reports “The type of the file system is RAW,” the drive needs different recovery methods—the file system is too damaged for CHKDSK.
Using Diskpart for Partition Issues
Diskpart handles partition management and can assign drive letters or clean corrupted partition tables. Warning: using Diskpart incorrectly can erase all data on a drive.
Open Command Prompt as administrator. Type diskpart and press Enter. Type list disk to see all connected drives. Identify your external drive by size (be absolutely certain—selecting the wrong drive destroys its data). Type select disk X where X is the disk number. Type list volume to see partitions. If you see a volume without a letter, type assign letter=X to give it one.
For drives with corrupted partition tables that won’t respond to other methods, you can try clean followed by partition recreation—but this erases all data. Only use this if you plan to recover files afterward using recovery software.
Windows File Recovery (WinFR)
Microsoft offers a free command-line tool called Windows File Recovery for recovering deleted or lost files. It works on NTFS, FAT, exFAT, and ReFS file systems.
Install Windows File Recovery from the Microsoft Store. Open it and use this basic syntax:
winfr source-drive: destination-drive: [/mode] [/switches]
For example, to recover files from an external drive (D:) to your desktop:
winfr D: C:Recovery /regular /n *.*
The /regular mode works for recently deleted files. Use /extensive for corrupted drives or files deleted long ago. WinFR can recover files from drives that appear in Windows but won’t open in File Explorer.
Recovering Files From a RAW External Hard Drive
A RAW drive means Windows can’t read the file system—it might be corrupted, formatted incorrectly, or damaged by improper shutdown. The drive shows as “RAW” in Disk Management and prompts you to format it.
Do not format the drive. Formatting erases the file system structure and makes recovery harder. Instead, use data recovery software that supports RAW recovery.
RAW recovery works by scanning the drive for file signatures rather than relying on the file system. This method finds files even when the partition table is destroyed. I’ll cover specific software options in the data recovery section below.
macOS Recovery Methods
Mac users have built-in tools similar to Windows, plus some Unix-based options through Terminal. Here’s how to recover files from an external drive that won’t open on macOS.
Using Disk Utility First Aid
Disk Utility’s First Aid tool checks for and repairs disk errors on HFS+, APFS, FAT32, and exFAT drives.
Open Disk Utility (Applications > Utilities > Disk Utility). Select your external drive from the left sidebar (click “View” > “Show All Devices” if it doesn’t appear). Click “First Aid” in the toolbar. Click “Run” to start the repair process.
First Aid will verify the drive’s structure and repair any errors it finds. This can take several minutes to hours depending on drive size and damage. If First Aid reports “The volume could not be verified completely” or similar errors, the drive may need professional recovery.
Terminal Commands for Drive Repair
For drives that Disk Utility can’t repair, try the fsck (file system check) command through Terminal.
Open Terminal (Applications > Utilities > Terminal). First, identify your drive’s identifier:
diskutil list
Look for your external drive in the list (usually disk2, disk3, etc.). Note the identifier (like disk2s1). Unmount the drive:
sudo diskutil unmountDisk /dev/diskX
Replace diskX with your drive identifier. Then run fsck:
sudo fsck_hfs -fy /dev/diskXsY
For HFS+ drives, or:
sudo fsck_apfs -y /dev/diskXsY
For APFS drives. The -y flag automatically answers “yes” to all repair prompts. This can sometimes repair drives that Disk Utility can’t fix.
Mounting a Drive Manually
Sometimes a drive shows in Disk Utility but won’t mount in Finder. You can force-mount it via Terminal:
sudo diskutil mount /dev/diskXsY
If this fails with “Resource busy,” another process may be using the drive. Restart your Mac with the drive connected and try again. If the drive still won’t mount, the file system is likely damaged beyond basic repair—move to recovery software.
macOS Drive Not Showing Scenarios
Several scenarios cause external drives to not appear in Finder even when working:
Finder preferences may hide external drives (check Finder > Preferences > General > Show these items on the desktop). The drive may have a file system macOS can’t read natively (like Linux ext4). The drive may be encrypted with BitLocker or similar (requires third-party software on Mac). System Integrity Protection can sometimes block drive access—try booting into Recovery Mode and disabling SIP temporarily.
Data Recovery Software Options
When built-in tools fail, data recovery software can scan your drive at the sector level and reconstruct lost files. Here’s what you need to know about choosing and using recovery software.
When to Use Recovery Software vs. Built-In Tools
Use recovery software when: CHKDSK or First Aid fail to repair the drive. The drive shows as RAW or unallocated. Files were accidentally deleted or the drive was formatted. The drive was corrupted by a virus or software crash.
Don’t use recovery software when: the drive makes clicking, grinding, or beeping sounds. The drive doesn’t appear in Disk Management at all. The drive has physical damage from drops or water. In these cases, professional recovery is safer.
How Deep Scanning Works
Recovery software uses two scanning methods: quick scan and deep scan.
Quick scans read the file system table (Master File Table for NTFS, Catalog File for HFS+) and look for deleted entries. These scans are fast but only work if the file system structure is intact.
Deep scans (also called RAW recovery or signature-based recovery) read every sector on the drive. They search for file signatures—unique patterns at the start of file types like JPEG, PDF, or DOCX. This method doesn’t need a working file system and can recover files even from formatted or corrupted drives.
The trade-off: deep scans take much longer (hours to days for large drives) and recover files with generic names (file001.jpg, file002.doc) instead of original filenames. You’ll need to sort through recovered files manually.
Free vs. Paid Software Considerations
Free recovery tools often have file size limits (usually 1-2GB) or restricted features. They work well for recovering a few photos or documents. For full drive recovery, paid tools are worth the investment.
Look for software with: deep scan capability, preview before recovery (lets you verify files are recoverable), support for your file system (NTFS, APFS, HFS+, exFAT, etc.), and the ability to save recovery sessions (so you don’t have to re-scan).
Critical Warning About Software Installation
Never install recovery software on the same drive you’re trying to recover. Installing software writes files to the drive, potentially overwriting the data you want to recover.
Instead: install the software on your main computer drive. Connect the external drive as a secondary device. Save recovered files to a different drive (not the source drive).
This principle applies throughout the recovery process: minimize writes to the damaged drive. Every write operation reduces recovery chances.
Advanced Techniques: Enclosure and Connection Issues
Sometimes the problem isn’t the drive itself—it’s the enclosure or adapter connecting it to your computer. Here’s how to test and bypass these issues.
Removing the Drive From Its Enclosure
External hard drives are standard internal drives in a case with a SATA-to-USB adapter. If the adapter fails, the drive inside might still work perfectly.
To test this: open the external drive enclosure (usually requires a small screwdriver or prying tool). Remove the internal drive (typically a 2.5-inch or 3.5-inch SATA drive). Connect it directly to a desktop computer via SATA, or use a SATA-to-USB adapter or dock.
If the drive mounts and works when connected directly, your data is safe—you just need a new enclosure or adapter. Many users have recovered “dead” drives this way.
When the SATA-to-USB Bridge Is the Problem
The SATA-to-USB bridge inside external enclosures can fail while the drive remains healthy. This is especially common with older enclosures or drives that run hot.
Signs of bridge failure: the drive doesn’t appear in Disk Management at all. The drive LED lights up but no drive detection. The drive worked fine yesterday but now shows nothing. Testing the bare drive rules out this common failure point.
SSD Recovery: TRIM and Encryption Challenges
External SSDs present unique recovery challenges. Understanding these helps set realistic expectations.
TRIM and Data Recovery: TRIM is a command that tells the SSD which data blocks are no longer in use, allowing the drive to erase them proactively. When you delete a file on an SSD with TRIM enabled, the data may be permanently erased within seconds or minutes. This makes file recovery much harder than on traditional hard drives.
External SSDs connected via USB often have TRIM disabled (USB doesn’t always pass TRIM commands), which can actually help recovery chances. However, if the SSD was previously internal or TRIM was enabled via software, deleted files may be gone permanently.
Encryption Complications: Many modern SSDs use hardware encryption. If the encryption key is lost or the controller fails, data becomes inaccessible even if the memory chips are intact. BitLocker and FileVault add software encryption on top—without the recovery key, data is unrecoverable.
For encrypted SSDs, you need the original encryption key or password before recovery tools can help. This is why backing up encryption keys is crucial.
When to Seek Professional Data Recovery
Not all drive failures can be fixed at home. Knowing when to call professionals saves time, money, and your data.
Stop DIY and Call a Professional When:
You hear clicking, grinding, or beeping from the drive. These sounds indicate mechanical failure—the read/write heads or motor are failing. Continued use destroys data.
The drive doesn’t spin up at all (no vibration, no sound). This could be a failed motor or electronic controller board.
The drive was dropped, exposed to water, or physically damaged. Physical damage requires cleanroom disassembly.
You’ve tried recovery software and it found nothing. Or the scan causes the drive to behave erratically (disconnecting, freezing).
Your data is worth more than the cost of professional recovery. If the drive contains irreplaceable family photos or critical business files, don’t risk DIY methods.
Cost Expectations
Professional data recovery costs vary widely based on damage type:
Logical recovery (software-level issues): $300-$700. Mechanical failure (replacing heads or motors in cleanroom): $700-$1,500. Severe physical damage (platter damage, water damage): $1,000-$2,500+. These prices include the recovery service but not typically a replacement drive.
Most professional services offer free evaluations and only charge if data is recovered. Get a quote upfront and ask about success rates for your specific drive model.
What to Look For in a Recovery Service
Choose a service with: a proper cleanroom environment (not a back-room operation). Experience with your drive brand and failure type. “No data, no charge” policy. Reviews from real customers with similar situations. Clear pricing structure without hidden fees.
Ask about their process: do they clone your drive before attempting repairs? Do they provide a file list of recoverable data before you pay? How do they handle sensitive or confidential data?
Prevention: How to Protect Your External Drive Data
The best recovery is preventing data loss in the first place. Here are the practices I recommend after years of helping people recover from drive failures.
The 3-2-1 Backup Rule
Follow this rule for any important data: 3 copies of your data, on 2 different storage types (external drive + cloud, or external + internal), and 1 copy offsite (cloud backup or at a different location).
This ensures that if one drive fails, you have other copies. If your house floods or burns, you still have offsite backups. External drives are convenient but shouldn’t be your only backup.
Safe Eject Habits
Always eject external drives before unplugging them. On Windows, use the “Safely Remove Hardware” icon in the system tray. On macOS, drag the drive to the Trash or right-click and select “Eject.”
Why this matters: when you write files to a drive, the OS caches some data in memory before writing to disk. Pulling the drive without ejecting can corrupt files or the file system. I’ve seen countless drives fail because users yanked cables during file transfers.
S.M.A.R.T. Monitoring
S.M.A.R.T. (Self-Monitoring, Analysis, and Reporting Technology) is built into most modern drives and tracks health indicators like error rates, temperature, and spin-up time.
Tools like CrystalDiskInfo (Windows) or DriveDx (macOS) read S.M.A.R.T. data and warn you about impending failures. Check your drives monthly. If you see warnings, back up immediately and replace the drive.
S.M.A.R.T. can’t predict all failures, but it catches many before catastrophic data loss. Think of it as an early warning system for your drive.
Surge Protection and Physical Care
Power surges during write operations corrupt file systems and damage electronics. Use a surge protector or UPS (uninterruptible power supply) for external drives. Never plug external drives into the same power strip as devices that draw large loads (space heaters, window AC units).
Physical care matters too: don’t move external drives while they’re running. Keep drives in cool, dry locations—heat shortens drive life. For portable drives, use protective cases during transport. Handle drives gently—drops are a leading cause of physical damage.
Frequently Asked Questions
How to recover data from an unresponsive external hard drive?
To recover data from an unresponsive external hard drive, start by checking the cable, USB port, and power supply. Connect the drive to a different computer to rule out system-specific issues. If the drive appears in Disk Management but not File Explorer, assign a drive letter. For logical damage, use recovery software with deep scanning capability. For physical damage (clicking, grinding, or no spin), stop using the drive immediately and contact professional recovery services—continued use can destroy recoverable data.
Can files be recovered from an external hard drive?
Yes, files can usually be recovered from external hard drives, even when the drive won’t open in File Explorer or Finder. Recovery success depends on the type of damage: logical damage (file system corruption, accidental formatting) has high recovery rates with software tools. Physical damage (mechanical failure, water damage) requires professional cleanroom recovery but often succeeds. SSDs have lower recovery rates due to TRIM commands that permanently erase deleted data. The key is to stop using the drive immediately to prevent overwriting.
How do you fix an external hard drive that won’t open?
To fix an external hard drive that won’t open, follow these steps: 1) Try a different USB cable and port. 2) Connect to another computer. 3) Check Disk Management (Windows) or Disk Utility (Mac) to see if the drive needs a letter or mount point. 4) Run CHKDSK on Windows or First Aid on macOS to repair file system errors. 5) Update or reinstall drivers in Device Manager. 6) Use data recovery software for corrupted file systems. 7) If the drive makes clicking or grinding sounds, stop immediately and seek professional help—these indicate physical damage.
How to recover files from an external hard drive not showing up?
If your external hard drive isn’t showing up, first check Disk Management (Windows) or Disk Utility (macOS). If it appears there but not in File Explorer or Finder, assign a drive letter (Windows) or mount the drive (macOS). For drives showing as RAW or unallocated, use data recovery software with RAW recovery capability—do not format the drive, as this erases the file structure. If the drive doesn’t appear in Disk Management at all, try a different cable, port, or enclosure. Drives that don’t appear anywhere may have physical damage requiring professional recovery.
Is it worth sending an external hard drive for professional recovery?
Professional data recovery is worth the cost when the drive contains irreplaceable data like family photos, business documents, or financial records that aren’t backed up elsewhere. Costs range from $300-$700 for logical issues to $1,000-$2,500+ for physical damage. Consider the value of your data versus the cost—if lost files would cost more to recreate or are impossible to replace, professional recovery is worthwhile. Most services offer free evaluations and only charge if data is recovered, so you can get a quote risk-free.
Conclusion: How to Recover Files From an External Drive That Won’t Open
Recovering files from an external drive that won’t open starts with identifying the problem: logical damage (file system issues) responds to software tools, while physical damage (mechanical failure) needs professional help. Work through basic troubleshooting first—cable swaps, different ports, and drive letter assignments solve many access problems. For corrupted file systems, tools like CHKDSK, Disk Utility First Aid, and data recovery software can retrieve your files without professional intervention.
The most important lesson from years of drive recovery is simple: stop using a failing drive immediately. Every second it runs, every scan you attempt, increases the risk of permanent data loss. If your drive makes unusual sounds or contains irreplaceable files, professional recovery services offer the safest path. Going forward, implement the 3-2-1 backup rule to ensure you never face this situation again.
