An SSD not showing up on Mac is almost always a solvable problem — the drive is rarely dead. macOS has several layers of detection and mounting logic that can each fail independently. This guide works through them in order from simplest to most involved.
Part 1. Check Physical Connection First
Before touching any software settings, rule out the physical layer:
| Check | What to Do |
|---|---|
| USB/Thunderbolt cable | Swap for a known-working cable — charging-only USB-C cables don't transfer data |
| USB hub | Bypass the hub and connect directly to the Mac's port |
| Port | Try a different port on the Mac |
| Power | Some SSDs need a powered hub — especially 2.5" HDDs drawing from USB |
| Other Mac | Test the SSD on a second Mac to confirm it's not the drive |
💡 Tip: USB-C cables that came with phone chargers are often charge-only and carry no data signal. If your external SSD uses USB-C, use the cable that shipped with the SSD or a cable explicitly rated for data transfer.
Part 2. Show All Devices in Disk Utility
The most common reason an SSD doesn't appear in Finder is that Disk Utility is hiding it. By default, Disk Utility shows only mounted volumes.
Fix:
- Open Disk Utility (Applications → Utilities)
- Click View in the top menu bar
- Select Show All Devices
- The SSD should now appear in the left sidebar — possibly greyed out
If the SSD appears greyed out, it is detected but not mounted — proceed to Part 3.
⚠️ Important: If the SSD appears in Disk Utility but shows a partition error or unrecognized format, do not immediately reformat it. Use First Aid (Part 4) first, and if that fails, run data recovery software before formatting.
Part 3. Mount the SSD Manually
An SSD visible in Disk Utility but absent from Finder is simply not mounted. macOS can fail to auto-mount for various reasons.
- In Disk Utility, click the greyed-out SSD or its volume
- Click the Mount button at the top of the window
- If prompted for a password (FileVault), enter it
- The SSD should now appear in Finder
If Mount is greyed out or fails, the volume has a file system error — proceed to First Aid.
💡 Tip: You can also mount drives via Terminal:
diskutil mount /dev/diskX(replace diskX with the correct identifier shown in Disk Utility). This sometimes works when the GUI mount button fails.
Part 4. Run First Aid in Disk Utility
Disk Utility First Aid checks and repairs common file system errors on APFS and HFS+ volumes.
- Select the SSD in Disk Utility's left sidebar
- Click First Aid in the toolbar
- Click Run to confirm
- Wait for the repair to complete
If First Aid reports "overlapped extent allocation" or "invalid node structure," the file system has significant corruption. If it reports success, try mounting again.
💡 Tip: Run First Aid on the physical disk (the top-level entry, not just the volume underneath it) for the most thorough scan. The physical disk check catches partition map errors that a volume-level check misses.
Part 5. Fix File System Incompatibility
If the SSD was formatted on a Windows PC (NTFS), an older Mac (HFS+), or as exFAT, it may not auto-mount correctly. macOS reads NTFS drives in read-only mode by default and may not display them in Finder without additional steps.
| SSD Format | Mac Behavior | Fix |
|---|---|---|
| APFS | Full read/write — should auto-mount | Run First Aid |
| HFS+ (Mac OS Extended) | Full read/write | Run First Aid or reformat to APFS |
| exFAT | Read/write — usually mounts | Try Terminal mount command |
| NTFS | Read-only — may not appear in Finder | Install NTFS for Mac or reformat |
| Unknown / RAW | Will not mount | Data recovery before reformat |
🗣️ r/mac user: "External SSD formatted NTFS wasn't showing up in Finder on my Mac. Installed Paragon NTFS for Mac and it mounted immediately. Didn't need to reformat or lose any files."
Part 6. Reset NVRAM (Intel Macs) or Restart (Apple Silicon)
If none of the above fixes work and the SSD was previously recognized, NVRAM or SMC settings may be interfering with hardware detection.
Intel Mac NVRAM reset:
- Shut down the Mac completely
- Power on and immediately hold Option + Command + P + R
- Hold for 20 seconds (you may hear the startup sound twice)
- Release and allow the Mac to boot normally
Apple Silicon (M1/M2/M3/M4): A simple shutdown and restart is equivalent — Apple Silicon does not have a manual NVRAM reset.
After resetting, reconnect the SSD and check Disk Utility.
🗣️ r/techsupport user: "External SSD stopped showing up after a macOS update. NVRAM reset fixed it instantly. Not sure what changed but it's been working fine since."
Part 7. Recover Files From the SSD With Ritridata Before Reformatting
If none of the fixes restore access and you need to reformat the SSD, use Ritridata first to recover your files. It can scan an SSD that macOS cannot mount and recover files directly from the raw sectors — supporting APFS and HFS+ natively.
Step 1 — Select the undetected or unmountable SSD from the drive list
Step 2 — Run a safe scan — the SSD is not modified during the process
Step 3 — Preview and recover your files to a separate, healthy drive
FAQ
Why is my external SSD not showing up on Mac? The most common causes are a faulty cable, an unmounted volume, file system incompatibility (NTFS), or file system corruption. Start with Disk Utility → Show All Devices to see if the drive is detected but not mounted, and work through the fixes above.
Why does my SSD show in Disk Utility but not Finder? The volume is detected but not mounted. Click the Mount button in Disk Utility. If Mount is greyed out, run First Aid. If First Aid fails, the file system is significantly corrupted and data recovery before formatting is recommended.
Can macOS read NTFS SSDs? macOS can read NTFS drives in read-only mode but often won't display them in Finder by default. To enable full read/write access to NTFS drives on Mac, use a third-party tool like Paragon NTFS for Mac or Mounty.
What does NVRAM reset do for SSD detection on Mac? NVRAM stores hardware settings including display, audio, and some USB/Thunderbolt port configurations. A corrupted NVRAM entry can cause external drives to stop being detected. Resetting it restores default hardware detection behavior.
My Mac SSD (internal) is not showing up — what does that mean? If the internal SSD is not visible in Disk Utility, macOS itself may not be booting from it — which is a different and more serious situation. Boot into macOS Recovery (hold power button on Apple Silicon, or Cmd+R on Intel) and check Disk Utility from there.
Will formatting the SSD delete my files? Yes. Formatting erases the file system and marks all space as available. If you need files from the SSD, use data recovery software like Ritridata before formatting.
