MainspringGuides › Drive missing from desktop
macOS Guide

External drive not appearing on Mac desktop? Fix it

Updated August 2026 · 4 min read

A drive that is plugged in but missing from the desktop has one of two causes, and they are easy to tell apart. Either the drive mounted and Finder is simply hiding its icon, or the drive never mounted at all. The Finder sidebar tells you which — and each has a clean fix.

First, find out if the drive is mounted

Open a Finder window and look in the sidebar under Locations. This single check splits every "not on the desktop" case in two:

The desktop can only ever display drives that are already mounted, so this is always the first question to answer. Guessing wastes time; the sidebar removes the guess.

If it's mounted: switch the desktop icon back on

When the drive shows in the sidebar but not the desktop, the External disks preference is off. Turn it on:

  1. Click the desktop so Finder is active, then choose Finder → Settings from the menu bar.
  2. On the General tab, tick External disks.

The icon appears at once. Prefer the command line? The same preference is one key — run it, then restart Finder, and add the undo line so you know how to reverse it:

# Show external drives on the desktop
defaults write com.apple.finder ShowExternalHardDrivesOnDesktop -bool true
killall Finder

# Undo — hide them again
defaults write com.apple.finder ShowExternalHardDrivesOnDesktop -bool false
killall Finder

This behaves the same on macOS 13 Ventura through 15 Sequoia. If the setting was already ticked and the icon is still absent, a quick killall Finder on its own forces Finder to redraw the desktop — occasionally it just needs the nudge.

If it's not mounted: get the drive back first

No sidebar entry means macOS never mounted the volume, and no Finder setting can conjure it onto the desktop. Work through these in order:

  1. Reseat the connection. Unplug and replug the cable, try a different port, and if you use a hub or dock, connect the drive straight to the Mac to rule the hub out.
  2. Open Disk Utility (Applications → Utilities). If the drive appears in the left column but is greyed out, select it and click Mount. A drive that shows here but not in Finder is a mounting problem, not a dead drive.
  3. Run First Aid on the volume from Disk Utility if it mounts but misbehaves, or refuses to mount cleanly.
  4. Check the format. A drive formatted only for Windows with BitLocker, or a bare unformatted disk, may not mount on macOS. Disk Utility will show the format under each volume.

Once the volume mounts and shows in the sidebar, the desktop icon appears automatically — provided External disks is ticked from the step above.

Rule out the setting in one click

Before you blame the cable, make sure the desktop icon isn't just switched off. Mainspring shows "Show external drives on the desktop" as a labelled toggle you flip in one click, so you can rule the setting in or out instantly.

Try Mainspring free →

Signed & notarized by Apple · 1-day free trial · $29 once

When the drive won't mount at all

If Disk Utility never shows the drive, the problem is deeper than a desktop icon. Work through what to do when an external drive won't show up on Mac for cable, power, and format fixes that get the volume recognised in the first place.