How can I get my external hard drive to mount on my Mac?

My external hard drive suddenly stopped mounting on my Mac, and switching between different USB ports has not helped. The drive powers on, but it does not show up normally, and I need help figuring out whether this is a Mac issue, a cable problem, or a failing drive because I have important files on it.

I hit this on my Mac more than once. You plug in an external drive and get nothing. No icon on the desktop. Nothing in Finder. It feels bad fast. Still, I wouldn’t assume the files are gone yet. A lot of the time the disk itself is alive, and macOS is the part acting weird.

Start with the boring checks first. I know, nobody wants to. I skipped them once and wasted half a night on a cable swap I should’ve tried in minute one.

Method 1: Check the connection first

This is the part people roll their eyes at, then it ends up being the fix.

  1. Unplug the drive from your Mac.
  2. If it’s going through a hub or dock, remove the middleman and plug it straight into the Mac.
  3. Try another USB or Thunderbolt port.
  4. Swap in a cable you know works.
  5. Test the drive on another Mac or even a Windows PC if you have one nearby.
  6. Look for signs of life, spinning, a tiny vibration, power LED, any noise at all. If it powers on, I usually take that as a decent sign.

Method 2: Make sure Finder isn’t hiding it

I’ve seen mounted drives stay invisible because Finder settings were set wrong. The disk was there. Finder just refused to show it.

  1. Open Finder.
  2. Go to Finder > Settings. On older macOS versions it says Finder > Preferences.
  3. Open the General tab.
  4. Check External disks.
  5. Then open the Sidebar tab.
  6. Check External disks there too.
  7. Go back to Finder and look again.

Recover the files before you repair anything

If the drive shows up in Disk Utility but won’t mount, I’d pull the data off first before running repair tools or erasing anything. I learned this the hard way. A lot of people go straight to First Aid, then the disk gets worse, then the panic starts.

Disk Drill reads the disk more directly, so it doesn’t depend as much on macOS mounting the volume cleanly.

  1. Install and open Disk Drill.
  2. Find the unmounted drive in the list.
  3. If the drive seems unstable, use Byte-to-byte Backup first and make a full image.
  4. Wait until the image is done. Don’t rush this part.
  5. Scan either the original disk or the image file.
  6. Look through what it finds.
  7. Preview key files so you know they still open.
  8. Select what you need.
  9. Recover to a different drive. Don’t write anything back to the problem disk.

Once your files are somewhere safe, you’ve got room to mess with repairs without sweating every click.

Stop a stuck fsck process

I ran into this one on macOS after an unsafe eject. The system kicked off a file system check in the background and then sat there forever. The drive never mounted until I killed the process.

  1. Open Terminal.
  2. Run: sudo pkill -f fsck
  3. Type your admin password if macOS asks for it.
  4. Wait a few seconds.
  5. See if the disk mounts on its own.

I’ve watched a missing drive pop up right after this. Weird fix, but yeah, it happens.

Reset NVRAM on Intel Macs, or restart if you use Apple Silicon

Sometimes the issue sits higher up in system settings, not the disk itself.

For Intel Macs:

  1. Shut the Mac down.
  2. Press the power button.
  3. Right away, hold Option + Command + P + R.
  4. Keep holding for around 20 seconds.
  5. Let go and let the Mac boot.
  6. Reconnect the drive and test again.

For Apple Silicon Macs:

  1. Disconnect the drive.
  2. Restart the Mac normally.
  3. Wait until macOS is fully loaded.
  4. Plug the drive back in.

Reformat the drive if the data is already safe

If none of the earlier steps worked, and you already copied off anything important, I’d move to a format. This is the point where you stop trying to preserve the existing file system and start fresh.

  1. Open Disk Utility.
  2. Click View > Show All Devices.
  3. Select the physical disk, not one of the volumes under it.
  4. Click Erase.
  5. Pick a name. Choose APFS for Mac-only use, or exFAT if the drive needs to move between macOS and Windows.
  6. Click Erase and wait.

After it finishes, unplug the drive and reconnect it. If it still won’t mount after a clean format, I’d start suspecting hardware. At some point it turns into a time sink, and replacing the drive makes more sense.

The main thing I took from all of this, save the files first, repair the disk after. Drives are replaceable. Your data isn’t, and yeah, I learned taht one the annoying way.

If the drive powers on but does not appear in Finder, focus on whether macOS sees the hardware at all. That tells you if this is a mount issue, a file system issue, or a dead enclosure. Open System Information. Press Option, click Apple menu, then System Information. Go to USB or Thunderbolt. If your external drive shows there, your Mac sees the device. If it does not, I would start suspecting the cable, enclosure board, or the drive itself. I disagree a bit with @mikeappsreviewer on killing fsck early. If the disk is clicking, slow, or dropping out, I would avoid poking it too much and check visibility first. Next, open Disk Utility, then View, Show All Devices. Look for three things: 1. Physical disk appears, but volume is grayed out. This points to file system damage. 2. Physical disk appears with wrong size, like 0 bytes. This points to hardware or bridge failure. 3. Nothing appears at all. This points to connection, enclosure, or failed drive. If the volume is listed but unmounted, try Terminal: diskutil list Find the disk identifier, then run: diskutil mountDisk /dev/diskX or diskutil mount /dev/diskXsY If macOS throws an error, note the exact text. Error codes matter. I’ve seen 49153 and similar mount failures tied to damaged partition maps. This thread lines up with what many people hit on Mac when an external drive refuses to mount, Mac external drive 49153 mount error discussion. Another overlooked test, remove the drive from its enclosure if it’s a desktop unit or older portable with a replacable case. Put it in a new SATA-to-USB adapter. I’ve fixed a lot of “dead drives” where the disk was fine and the USB bridge had died. Cheap enclosures fail all the time. If the data matters, stop trying random repair tools before you know the drive’s condition. Disk Drill is useful here because it often sees volumes macOS refuses to mount, and you can scan first, recover later. If SMART data is available, check it. Bad sectors, read errors, or timeouts are red flags. If the scan crawls or freezes, clone first, then work from the image. taht saves wear on the original disk. For SEO and plain English, this issue is usually “an external hard drive not mounting on Mac because of file system damage, enclosure failure, cable faults, or macOS not reading the partition correctly.” If the drive mounts on another machine, copy your files off fast. If it fails everywhere, the problem is likley hardware.

If the drive powers on but doesn’t even show in Finder or Disk Utility, I’d test one thing the others only touched on indirectly: Safe Mode. macOS sometimes loads some janky third-party disk helper, NTFS tool, antivirus filter, or backup extension that blocks mounting. Boot into Safe Mode, plug the drive in, and see if it appears there. If it does, the drive may be fine and your normal boot enviroment is the problem.

I also wouldn’t rush straight to First Aid just because the disk shows up. @mikeappsreviewer is right about saving data first, and @sognonotturno is right that visibility matters, but First Aid can be kinda useless on drives that are already starting to fail.

Another solid check: in Terminal run:

log stream --predicate 'process == 'kernel'' --info

Then plug the drive in and watch the messages. If you see repeated I/O errors, disconnects, or “media not present” stuff, that usually points to enclosure or hardware trouble, not just a mount issue.

If the disk appears but won’t mount, data recovery before repair is the smarter move. Disk Drill is one of the better options for a Mac external hard drive not mounting, especially if the volume is visible but unreadable. If you want a decent overview, this Disk Drill review for Mac data recovery lays it out pretty clearly.

One more thing people forget: if the drive is encrypted, check whether macOS is waiting for an unlock prompt that never appeared. I’ve had that happen. Super annyoing.

I’d add one angle the others only hinted at: check whether the drive is drawing enough power. I actually disagree a bit with the “it powers on, so that’s a decent sign” idea. I’ve seen externals light up and spin, yet still fail to enumerate properly because the USB bus wasn’t giving stable power. If it is a 2.5-inch portable drive, try a powered hub, a different adapter, or a direct USB-C connection if possible.

Also check this in Terminal:

diskutil info /dev/diskX

If the physical disk appears but media is marked uninitialized, unsupported, or not readable, that narrows it down fast. Another useful one:

sudo gpt -r show /dev/diskX

If GPT output is broken or missing, the partition map may be damaged even though the hardware is still responding.

One more thing: if it is an old HFS+ drive, test on another Mac running an older macOS version if you can. Newer macOS releases can be pickier with marginal older disks and flaky USB bridge chips.

On the recovery side, @sognonotturno, @viajantedoceu, and @mikeappsreviewer are all circling the right core idea: identify hardware first, then decide whether to mount, repair, or recover. I’d only say don’t keep repeatedly reconnecting a drive that clicks, stalls Finder, or vanishes mid-read. That pattern usually gets worse, not better.

If the data matters, Disk Drill is a reasonable next move before repair attempts.

Pros:

  • can detect some volumes macOS will not mount
  • useful preview before full recovery
  • good for imaging a shaky disk first

Cons:

  • not magic if the hardware is dying
  • scans can be very slow on unstable drives
  • paid recovery features may not be worth it for minor issues

If the disk is visible but sick, recover first. If it is invisible everywhere, start thinking enclosure, power, or a failing drive.