Why won’t my external drive mount on my Mac today?

My external hard drive was working fine on my Mac yesterday, but now it shows power and won’t mount in Finder or Disk Utility. I need help figuring out whether this is a macOS issue, a cable problem, or possible drive failure because I have important files on it and need to access them as soon as possible.

I hit this on a Mac with an external drive and the first few minutes were the worst part. You plug it in, nothing shows up, Finder stays blank, and your brain jumps to the bad ending. A lot of the time, the disk is still there. The Mac and the drive simply are not talking right.

Start with the dumb stuff first. I mean it.

A USB hub causes more trouble than people admit. If your drive is plugged into a hub, remove it and connect it straight to the Mac. Older hard drives, especially the spinning ones, often fail to mount when power is weak or unstable. Swap the cable too. Swap the port. I once burned a whole evening on this and the only problem was a flaky USB-C cable with a break inside the jacket. If the drive spins, vibrates, or lights up, I take that as a decent sign. Power is getting there.

If the hardware side looks fine, check Finder before doing anything heavier.

Open Finder, then Settings. On older macOS versions it says Preferences. In the General tab, make sure External disks is enabled. Then check the Sidebar tab and do the same there. I know, this sounds too simple. Still worth checking because sometimes the drive is mounted and Finder is hiding it.

If it still does not appear, go to Disk Utility.

Here is where people make the mistake. If the files matter, do not start clicking repair tools out of impatience. I have seen people run First Aid, then Erase, then realize they wiped the only copy of family photos or work docs. When a drive appears in Disk Utility but refuses to mount, I usually assume file system damage or some kind of logical corruption.

At this point, I stop thinking about fixing the disk and focus on getting the data off it first.

macOS is strict about mounting. If the file system has enough damage, the OS gives up. Recovery apps take a different route. They read the raw disk data instead of waiting for Finder to accept the volume.

I had decent results with Disk Drill in this exact situation. It works well on drives Finder ignores, including disks marked unmounted, corrupted, or uninitialized. On one bad external SSD, it pulled up most of the original folder tree, which saved me a lot of sorting later. The byte-to-byte backup feature is the part I would use first if the disk seems unstable. Make an image, then scan the image instead of hammering the physical drive over and over. Safer. Less risk of pushing a weak disk closer to failure. Once you confirm your files are readable with preview, then think about repair.

If your files are already safe, or you do not need them, then move on to the harsher fixes.

  1. Open Terminal and run sudo pkill -f fsck

Sometimes macOS starts a background disk check after a drive was unplugged without proper eject. That process, fsck, sometimes hangs and holds the disk in limbo. I have seen a drive appear seconds after killing it. Weird fix, but not rare.

  1. Reset system settings if you are on Intel

On Intel Macs, resetting NVRAM or SMC sometimes clears weird USB behavior. On Apple Silicon systems like M1, M2, or M3, a normal restart usually covers the same ground.

  1. Reformat the drive as the last step

Go back to Disk Utility. Click View, then Show All Devices. Select the physical disk, not only the volume under it, then choose Erase. If the drive stays in the Mac ecosystem, use APFS. If you move files between Mac and Windows, use exFAT. This wipes everything and rebuilds the file system from scratch. If the issue was logical and not physical, this often gets the drive usable again.

My order is always the same. Check power and cable. Check Finder settings. See if Disk Utility detects the disk. Recover files first with Disk Drill. Only after that do repairs or formatting.

Drives come and go. Your files do not come back on their own. Save the data first, mess with repairs later.

2 Likes

If it does not show in Disk Utility at all, I lean hardware first, not macOS. @mikeappsreviewer covered the common cable and Finder checks, so I’d test one thing they did not stress enough. Try the drive on another Mac or a Windows PC. That split tells you a lot fast.

If another computer also fails to see the physical disk, odds shift toward the enclosure, USB bridge board, or the drive itself. I’ve seen cheap external cases die while the bare disk inside was still fine. If this is a desktop external with its own power brick, swap the brick if you have one. Lights on does not mean clean power. Seen it. Annoying every time.

If Disk Utility sees the physical device for a second, then it vanishes, check System Information, USB or Thunderbolt section. If macOS lists the device there, the port path is alive and the issue is lower down, often enclosure firmware or disk health.

I would also avoid killing fsck too fast. Sometimes waiting 5 to 10 mins is smarter than forcing stuff. If the data matters, Disk Drill is a solid next move for recovery from an unmounted external drive before repair attepmts.

Also worth watching this Mac external drive not mounting fix video guide.

Best quick test matrix:

  1. New cable.
  2. Direct port.
  3. Another computer.
  4. Check System Information.
  5. If detected but unmounted, recover with Disk Drill first.
  6. If the bare drive is removable, test it outside the current enclosure.

If the drive clicks, spins down, or disappears randomly, I’d stop using it now. That’s usuallly bad news.

If it won’t even show the physical device in Disk Utility, I actually think people blame macOS too fast. That usually smells like hardware path failure, not a Finder tantrum. @mikeappsreviewer and @byteguru already covered cables, hubs, other computers, and recovery-first logic, so I’d check one angle they only touched lightly: whether the drive is failing during spin-up.

Listen closely when you connect it. Healthy external HDDs usually spin smooth and stay there. If you hear repeated spin-up, spin-down, faint clicking, or the LED comes on but the drive never settles, that’s often a dying mechanism or weak enclosure power regulation. SSDs are quieter, obviously, but they can still overheat or brown out from a bad bridge board.

Also, boot into Safe Mode once and test there. Not because Safe Mode is magical, but because it disables a bunch of third-party junk that can interfere with USB storage mounting. Rare, but I’ve seen antivirus and drive utilities cause wierd conflicts.

Another thing: if the disk is encrypted, especially with old third-party encryption software, a macOS update can break the mount process even though the hardware still has power. Same for NTFS helper apps. People forget those are in the chain.

If the data matters, skip random repair experiments. If the disk becomes visible at all, even briefly, make a recovery plan. Disk Drill is still a reasonable move for an external hard drive not mounting on Mac, especially before you try erase/repair stuff. And this thread has more tips for fixing an external hard drive that won’t mount on Mac.

Short version:

  1. Safe Mode test
  2. Listen for bad mechanical sounds
  3. Remove any encryption/NTFS software from the suspect list
  4. If detected intermittently, recover first
  5. If never detected anywhere, enclosure or drive failure is more likley than macOS itself