You plug in your external hard drive, wait for that familiar chime, and nothing happens. No new drive in File Explorer, no prompt on your Mac, just silence where your files should be. If you are wondering how to fix an external hard drive that is not recognized, you are far from alone. This is one of the most common storage issues people face, and the good news is that most cases are fixable without professional help.
I have dealt with this problem dozens of times over the years, both personally and helping friends and colleagues recover their drives. The fix almost always comes down to working through a logical sequence of checks, starting with the physical connection and moving toward software-level solutions. Skipping steps or jumping straight to formatting is the quickest way to lose your data permanently.
This guide walks you through every troubleshooting method that actually works in 2026. I cover both Windows and Mac solutions, include exact command-line syntax, and tell you exactly when to stop and call a professional. Whether your drive shows up in Disk Management but not File Explorer, or is completely invisible to your system, you will find the answer here.
Quick Diagnostics: What Is Causing the Problem?
Before diving into fixes, take 30 seconds to identify what your drive is telling you. The symptoms point directly to the type of problem you are dealing with.
If the drive has a power LED that lights up but the drive does not appear in your operating system, you are likely dealing with a driver conflict, a partition issue, or a USB controller problem. The drive is receiving power, so the issue is probably not the cable or power supply. This is the most common scenario I encounter.
If the drive makes a clicking or grinding sound, stop using it immediately. That clicking means the read/write heads are failing mechanically. I cannot stress this enough: continuing to plug in a clicking drive can cause permanent data loss that even professional recovery services cannot fix. We will cover what to do about this later.
If the drive does not power on at all, no LED, no vibration, no sound, the problem is almost certainly the cable, the power adapter, or the enclosure. Your data is likely safe on the platters or chips inside. A replacement cable or enclosure usually solves this completely.
Step 1: Check Physical Connections First
Start with the basics. I know it sounds obvious, but physical connection problems account for a surprising number of unrecognized drives. About 30% of the drives people bring me are fixed with a cable swap.
Inspect your USB cable for visible damage. Bent connectors, frayed insulation near the plugs, or a cable that fits loosely into the port are all red flags. Even if the cable looks fine on the outside, internal wire breaks can prevent data transfer while still delivering enough power to light up the LED. This is why a drive can show power but not be recognized.
Try a different USB cable entirely. If you have a spare USB cable of the same type, swap it in and reconnect the drive. Use a cable you know works with another device. Do not use a charging-only cable, which carries power but no data lines. These cables are increasingly common and they will make your drive appear dead even when it is perfectly fine.
Try different USB ports on your computer. Move from the front panel ports to the back panel ports directly on the motherboard. Front panel ports on desktop computers run through internal cables that can loosen over time. On a laptop, try every available port. If you are using a USB hub, remove it and connect the drive directly to the computer. Hubs can introduce power and bandwidth limitations that prevent detection.
For desktop external drives that use a separate power adapter, verify the adapter is the correct one for your drive. Using a power adapter with the wrong voltage or amperage can cause the drive to spin up partially but fail to initialize properly. Check the label on the drive for the required power specifications and match them against your adapter.
Some 2.5-inch external drives draw more power than a single USB port can provide. If your drive came with a Y-cable that connects to two USB ports, use both connectors. This is especially common with older laptops and USB 2.0 ports. A single USB 2.0 port delivers only 500mA, which is not enough for some spinning hard drives. USB 3.0 ports provide 900mA and generally handle these drives without issue.
Step 2: Test on Another Computer or Port
If swapping cables and ports does not work, plug the drive into an entirely different computer. This is the single most important diagnostic step because it tells you whether the problem is with your drive or your computer.
If the drive is recognized on another computer, the issue is with your original system. This could be a USB controller problem, a driver conflict, a Windows update issue, or a Mac permission problem. Focus your troubleshooting on the computer, not the drive.
If the drive is not recognized on a second computer either, the problem is likely with the drive itself or its enclosure. At this point, the drive may have a partition table corruption, a file system error, or a hardware failure. The remaining steps in this guide address all of these scenarios.
I recommend testing on both a Windows and a Mac if possible. Sometimes a drive formatted in a Mac-specific file system like HFS+ will not appear on Windows, and vice versa with NTFS on Mac. This is not a hardware failure, just a file system incompatibility. If the drive shows up on one platform but not the other, you have a format issue, not a broken drive.
Step 3: Check Disk Management (Windows) or Disk Utility (Mac)
When a drive does not show up in File Explorer or Finder, it may still be detected by the operating system at a lower level. Disk Management on Windows and Disk Utility on Mac show every connected storage device, even those without an assigned drive letter or mount point.
Windows: Using Disk Management
Right-click the Start button and select Disk Management. You can also press Windows key plus X and choose Disk Management from the menu. Look through the list of drives for your external drive. It may appear as a removable disk, an unknown device, or show as unallocated space with a black bar above it.
If your drive appears here but has no drive letter, right-click the partition and select Change Drive Letter and Paths. Click Add, choose a letter, and confirm. The drive should immediately appear in File Explorer. This is one of the most common fixes and takes about 15 seconds.
If the drive shows as unallocated space, the partition table may be corrupted. Do not right-click and create a new volume unless you are prepared to lose the data on the drive. Instead, skip ahead to the command line repair step. CHKDSK or a data recovery tool may be able to restore the partition without formatting.
If the drive shows as RAW, the file system is corrupted but the data may still be recoverable. Again, do not format. Use a data recovery tool to extract files before attempting any repair.
If the drive appears but is marked as Offline, right-click and select Online. Windows sometimes sets drives offline after a crash or unexpected disconnect. This is a one-click fix that catches people off guard.
Mac: Using Disk Utility
Open Disk Utility from Applications, then Utilities. You can also press Command plus Space and type Disk Utility. Look in the left sidebar for your external drive. It may appear greyed out if it is not mounted.
Select the drive and click the Mount button at the top of the window. If the Mount button is greyed out or does not work, click First Aid to run a verification and repair cycle. Disk Utility will check the drive for errors and attempt to fix any file system problems it finds.
If the drive does not appear in Disk Utility at all, check the View menu at the top left and select Show All Devices. Sometimes external drives are hidden by default, especially if they have a corrupted partition scheme.
If you see the drive but it has no mountable partitions, the partition table may be damaged. Run First Aid on both the drive itself and each volume underneath it. Mac Disk Utility can sometimes repair the partition structure without data loss.
Step 4: Update or Reinstall Drivers
Driver problems are a frequent cause of unrecognized drives, especially on Windows. The USB mass storage driver can become corrupted after a Windows update, a system crash, or a conflict with another USB device.
Windows Driver Troubleshooting
Right-click Start and select Device Manager. Expand the Disk drives section and look for your external drive. It may appear with a yellow exclamation mark, which indicates a driver problem. It could also appear under Universal Serial Bus controllers if the USB controller itself is the issue.
If you see a yellow warning icon, right-click the device and select Update driver. Choose Search automatically for drivers and let Windows find and install the latest version. After the update completes, unplug the drive, wait 10 seconds, and plug it back in.
If updating does not work, right-click the device and select Uninstall device. Do not worry, this only removes the driver software, not your data. Restart your computer and plug the drive back in. Windows will reinstall the driver automatically on detection. This clean reinstall resolves driver corruption that a simple update cannot fix.
Check under Universal Serial Bus controllers for USB Root Hub entries. Right-click each one and select Update driver. Sometimes the problem is not with the drive driver but with the USB controller that manages the port your drive is connected to. I have seen drives that refused to mount until the USB Root Hub driver was updated.
If your drive appears as Unknown Device in Device Manager, the driver has completely failed to load. Right-click, uninstall, restart, and reconnect. If it still shows as Unknown, try downloading the manufacturer-specific driver from the drive maker’s website.
Mac Driver Troubleshooting
Macs do not have a traditional Device Manager, but you can still encounter driver-level issues. If you installed third-party NTFS drivers like Paragon or Tuxera for writing to Windows-formatted drives, they can conflict with macOS detection. Try uninstalling these utilities temporarily and reconnecting the drive.
Check System Information under the USB section to see if macOS detects the drive at the hardware level. Hold Option, click the Apple menu, and select System Information. Click USB in the left sidebar. If your drive appears here but not in Finder or Disk Utility, you have a software-level detection problem.
Step 5: Use Command Line Repair Tools
When graphical tools do not resolve the issue, command line repair tools can fix file system errors that prevent drive recognition. These tools scan the drive for bad sectors, corrupted file tables, and other low-level problems.
Windows: CHKDSK
Open Command Prompt as administrator. You can do this by pressing Windows key, typing cmd, right-clicking Command Prompt, and selecting Run as administrator.
Type the following command, replacing X with your drive letter:
chkdsk X: /f /r
The /f parameter fixes errors on the disk. The /r parameter locates bad sectors and recovers readable information. If you are only running /r, it includes /f automatically, but running both explicitly is clearer.
Be aware that CHKDSK with /r can take a long time on large or damaged drives. I have seen it run for 8 hours on a 4TB drive with significant sector damage. Let it run to completion without interrupting, as stopping midway can cause additional corruption.
If CHKDSK reports that the volume appears to be in good condition, the problem is not file system corruption. Move on to the next troubleshooting step.
If CHKDSK cannot run because the drive is not accessible at all, use the DiskPart tool. Open Command Prompt as administrator and type:
diskpart, then list disk
Look for your external drive in the list. Be very careful to identify the correct drive by size. Select the wrong drive and you could destroy data on another disk. Once you are certain, type select disk N (replacing N with the disk number), then type detail disk to see detailed information about the drive’s status.
Mac: diskutil
Open Terminal from Applications, then Utilities. You can also press Command plus Space and type Terminal.
First, list all connected drives to identify your external drive:
diskutil list
Find your external drive in the list, noting its identifier (such as disk2 or disk3). Then verify and repair the volume:
diskutil verifyVolume /dev/diskN
Replace diskN with your actual disk identifier. If verification finds errors, run the repair command:
diskutil repairVolume /dev/diskN
If the entire disk partition scheme is corrupted, you may need to repair at the disk level rather than the volume level. Use diskutil repairDisk /dev/diskN to attempt a full repair. This is the Mac equivalent of CHKDSK and can resolve partition table corruption.
Step 6: Disable USB Selective Suspend (Windows)
Windows has a power-saving feature called USB selective suspend that can cause external drives to disappear intermittently or fail to be recognized after the computer wakes from sleep. This setting allows Windows to cut power to individual USB ports to save energy. When the drive tries to reconnect, the port may not respond properly.
To disable USB selective suspend, press the Windows key and type Edit power plan. Click the result, then click Change advanced power settings. Expand USB settings, then expand USB selective suspend setting. Change the setting to Disabled for both On battery and Plugged in (if applicable). Click Apply and OK, then restart your computer.
This fix is particularly relevant for laptops, where aggressive power management can cause drives to drop offline during file transfers. After disabling this setting, several users on tech support forums report their drives consistently mount without issue. If your drive appears intermittently, this is a setting to check.
Also check your motherboard BIOS or UEFI settings for any USB power management features. Some systems have a setting called XHCI Hand-off or USB Legacy Support that can affect drive detection. Consult your motherboard manual for specifics, as these settings vary by manufacturer.
Step 7: Advanced Mac Troubleshooting (NVRAM and SMC Reset)
If your Mac still does not recognize the external drive after all previous steps, resetting the NVRAM and SMC can resolve deep system-level detection issues. These resets clear hardware configuration data that can become corrupted after macOS updates or system crashes.
Resetting NVRAM (Intel Macs)
Shut down your Mac completely. Turn it on and immediately press and hold Option, Command, P, and R together. Hold for about 20 seconds, until you hear the startup chime a second time (on models that chime) or see the Apple logo appear and disappear twice. Release the keys and let your Mac start up normally.
Resetting SMC (Intel Macs)
For MacBooks with a non-removable battery, shut down the Mac. Press Shift, Control, Option on the left side of the keyboard and the power button at the same time. Hold for 10 seconds, then release all keys. Press the power button to turn the Mac back on.
For Mac desktops, shut down and unplug the power cable. Wait 15 seconds, plug it back in, wait 5 more seconds, then press the power button to turn on.
Apple Silicon Macs (M1/M2/M3)
Apple Silicon Macs do not have separate NVRAM or SMC reset procedures. Instead, simply shut down the Mac completely, wait 30 seconds, and turn it back on. The architecture handles hardware resets automatically on a full shutdown and restart. If detection issues persist after a clean restart, the problem is likely with the drive or its connection, not the Mac.
When to Stop: Clicking Sounds and Mechanical Failure?
This section deserves special attention because acting on it wrong can cost you your data permanently. I have seen too many people try to fix a clicking drive themselves and make recovery impossible.
If your external hard drive makes a rhythmic clicking sound, a grinding noise, or a beep pattern on connection, the drive has a mechanical failure. The read/write heads inside the drive are unable to position correctly. This can be caused by physical shock, age, firmware corruption, or a stuck spindle motor.
Do not attempt to run CHKDSK, Disk Utility, or any repair tool on a clicking drive. Do not freeze the drive, tap it, or try any of the home remedies you may have read about online. Each attempt to access the drive causes more physical damage to the platters inside.
Power off the drive immediately. Disconnect it and do not reconnect it. Contact a professional data recovery service. These services work in cleanroom environments and can replace the damaged heads, recover your data, and transfer it to a new drive. This is not cheap, but it is the only reliable way to recover data from a mechanically failed drive.
Normal operational sounds are different from failure sounds. A healthy spinning hard drive produces a low hum and occasional soft clicks during read/write operations. The clicking that indicates failure is louder, rhythmic, and repeats at regular intervals. If you are unsure, record the sound and compare it to drive failure sound examples available online from data recovery companies.
When Formatting Is Your Only Option?
Formatting should be your last resort, not your first instinct. Formatting erases all data on the drive. However, in some situations, it is the only way to make the drive usable again.
Before formatting, try data recovery software. Programs like PhotoRec, TestDisk, and Recuva can scan a corrupted drive and extract files even when the operating system cannot mount it. Run the recovery tool first, save recovered files to a different drive, then format if needed.
Formatting makes sense when the file system is so badly corrupted that no repair tool can fix it, when the drive was improperly ejected during a write operation and the partition table is destroyed, or when you are setting up a new drive that has never been initialized.
When you do format, choose the right file system for your needs. Use NTFS for Windows-only drives. Use exFAT if you need to share the drive between Windows and Mac. Use APFS or Mac OS Extended for Mac-only drives. FAT32 works across all platforms but has a 4GB file size limit, making it impractical for modern use.
If the drive contains irreplaceable data and you cannot recover it with software, stop here and contact a professional data recovery service. They can often recover data from drives that appear completely dead to the operating system. The cost typically ranges from 200 to 1500 dollars depending on the severity of the damage and the drive capacity, but for critical data, it is worth every penny.
Quick Reference: Symptoms and Solutions
Use this reference to match your specific symptom to the most likely fix. Start with the first solution listed for your symptom and work down the list if needed.
Drive has power LED but does not show up in Windows or Mac: Check Disk Management or Disk Utility for a missing drive letter or unmounted volume. Try changing the USB cable. Update drivers in Device Manager.
Drive does not power on at all: Replace the USB cable. Try a different power adapter if applicable. Test with a Y-cable for power-hungry drives. Try a different USB port.
Drive shows as RAW in Disk Management: Run CHKDSK or diskutil repair. If that fails, use data recovery software before formatting. Format only after recovering files.
Drive shows as unallocated in Disk Management: The partition table is corrupted. Use DiskPart or a partition recovery tool. Do not create a new partition if you need the existing data.
Drive works on one computer but not another: Check for driver conflicts on the non-working computer. Disable USB selective suspend. Try different USB ports. Check if the file system is compatible with the operating system.
Drive was unsafely ejected and now will not mount: Run CHKDSK on Windows or First Aid on Mac. The file system was likely flagged as dirty and needs a consistency check before mounting.
Frequently Asked Questions
How do I fix an unrecognized external hard drive?
Start by checking physical connections: swap the USB cable, try different ports, and test on another computer. If the drive has power but is not recognized, open Disk Management on Windows or Disk Utility on Mac to check for a missing drive letter or unmounted volume. Update or reinstall drivers in Device Manager, then run CHKDSK on Windows or diskutil repairVolume on Mac to fix file system errors.
Why is my external hard drive not showing up but has power?
If the LED is lit but the drive does not appear, the drive is receiving power but failing to communicate with your computer. Common causes include a data-only USB cable that lacks data lines, a missing drive letter assignment in Windows, an unmounted volume on Mac, outdated or corrupted USB drivers, or a corrupted file system that prevents mounting.
What causes an external drive to not be recognized?
The most common causes are physical connection issues like damaged cables or loose ports, driver conflicts after system updates, corrupted file systems from unsafe ejection, missing drive letter assignments, USB power management settings cutting power to the port, and in severe cases, mechanical drive failure indicated by clicking sounds.
How do I recover data from an undetected external hard drive?
Before attempting any repair, try data recovery software like TestDisk, PhotoRec, or Recuva, which can scan and extract files from drives that will not mount. If the drive makes clicking or grinding sounds, do not run any software. Power it off immediately and contact a professional data recovery service that works in a cleanroom environment.
Can I fix an external hard drive without formatting?
Yes, in most cases formatting is unnecessary. Try changing the drive letter in Disk Management, updating drivers in Device Manager, running CHKDSK on Windows or diskutil repairVolume on Mac, and disabling USB selective suspend in power settings. Only format as an absolute last resort after attempting data recovery with tools like TestDisk or Recuva.
How to make an external hard disk detectable in Windows?
Open Disk Management by right-clicking Start. Look for your drive in the list. If it appears without a letter, right-click and assign one. If it shows as Offline, right-click and select Online. If it shows as unallocated, run CHKDSK or use DiskPart to check the disk status before creating any new volumes. Also check Device Manager for driver issues.
Why is my external hard drive clicking and not recognized?
Clicking sounds indicate a mechanical failure of the read/write heads inside the drive. Stop using the drive immediately, do not run any repair tools, and do not attempt DIY fixes. Contact a professional data recovery service. Continuing to power on a clicking drive causes further physical damage and reduces the chances of successful data recovery.
Conclusion
Learning how to fix an external hard drive that is not recognized comes down to following a logical sequence: start with the cable and port, move to Disk Management or Disk Utility, check drivers, run command-line repairs, and only consider formatting as a last resort. The vast majority of unrecognized drives can be fixed at one of these stages without data loss.
Remember that clicking sounds mean immediate professional help, not DIY repair. If you have tried every step in this guide and the drive still is not recognized, or if it contains irreplaceable data, stop troubleshooting and contact a data recovery specialist. The money spent on professional recovery is far less than the cost of losing your files forever.
