Sweepfor Mac

Troubleshooting

External SSD Suddenly Slow on Mac? Here's What to Check

External SSD slower than it used to be on Mac? Walk through the fixes — cables, ports, file system, and thermal throttling — to get speed back.

7 min read

The external SSD that used to copy a 100 GB project in three minutes now takes fifteen. Or your Final Cut renders that lived on the drive feel sluggish. Or transfers start fast then crawl to a near-stop. External SSD slowdowns on Mac are real, and the cause is usually one of five specific things — let’s check each.

Check the negotiated speed

Before assuming the SSD is broken, confirm what speed your Mac is actually getting.

Open Apple menu → About This Mac → More Info → System Report. Click USB (or Thunderbolt/USB4 for Thunderbolt drives).

Find your SSD and look at the connection speed:

  • USB 3.2 Gen 1: 5 Gbps (around 500 MB/s real-world)
  • USB 3.2 Gen 2: 10 Gbps (around 1000 MB/s real-world)
  • USB 3.2 Gen 2x2: 20 Gbps (around 1800 MB/s real-world)
  • Thunderbolt 3/4: 40 Gbps (around 2700 MB/s real-world for Thunderbolt SSDs)

If your 10 Gbps SSD is connected at 5 Gbps or — worse — USB 2.0’s 480 Mbps, you’ve found your problem. The SSD itself is fine; the connection is downgraded.

Common causes of speed downgrades:

  • USB-C cable that doesn’t support full speeds (most “charging cables” don’t)
  • USB-A to USB-C adapter that limits to USB 3.0 speeds
  • Hub that doesn’t support the SSD’s full speed
  • Wrong port on the Mac (some Macs have ports at different speeds)

Test the cable first

This is the single most common cause of slow external SSDs. The cable that came with the drive is usually rated correctly; replacement cables often aren’t.

Symptoms of a bad/wrong cable:

  • Drive that used to be fast suddenly slow
  • Drive negotiates at a slower USB version than expected
  • Transfers start fast then drop dramatically (cable can’t sustain the speed)
  • Random disconnects during long transfers

Test with a known-good cable, ideally the one that shipped with the drive. If a different cable restores speed, the original cable is failing.

For USB-C cables, look for explicit ratings:

  • “USB 3.2 Gen 2” or “10 Gbps”
  • “Thunderbolt 3” or “Thunderbolt 4”
  • “USB4”

A cable marked only as “USB-C charging” or with no speed rating is almost certainly USB 2.0 or USB 3.0 (5 Gbps) at best.

Bypass any hubs

USB-C hubs are speed killers when they’re not built right. A hub that advertises “10 Gbps” might only deliver that on one port at a time, with all other ports falling back to slower speeds.

Test by plugging the SSD directly into the Mac. If speed jumps back to expected, the hub’s the bottleneck.

Apple’s M-series Macs are picky about hubs. Many “USB-C” hubs sold for less than $50 are actually USB 3.0 (5 Gbps) hubs with a USB-C connector — they can’t pass through full USB 3.2 Gen 2 speeds, let alone Thunderbolt.

For Thunderbolt SSDs specifically, you need a Thunderbolt hub or dock — not a USB-C hub. A USB-C hub will plug in and let the drive fall back to USB speeds at a fraction of Thunderbolt performance.

Reset stale device prefsSweep wipes outdated Bluetooth and USB caches that can cause pairing oddities. Get Sweep free →

Check thermal throttling

External SSDs (especially small NVMe-based ones) get hot under sustained load. When they hit thermal limits, they aggressively throttle write speeds to prevent damage.

Symptoms:

  • Initial transfers are fast, drop dramatically after 30-60 seconds
  • Drive feels hot to the touch
  • Performance returns to normal after letting the drive cool

Solutions:

  • Use SSDs with metal enclosures (better heat dissipation)
  • Place the drive on a metal surface during heavy use
  • For permanent setups, get an enclosure with a built-in heat sink
  • Avoid stacking the SSD on top of the Mac — both run cooler with airflow

NVMe SSDs in plastic cases hit throttling fast. Metal-cased options (Samsung T7 Shield, OWC Envoy Pro, ProGrade) handle sustained writes much better.

Tip: If your transfer speed graph looks like a roller coaster — high, then low, then high — you're almost certainly seeing thermal throttling. The drive cools, transfers fast briefly, then heats up and throttles again.

Watch for SLC cache exhaustion

This one’s technical but worth knowing. Most SSDs have a small fast “SLC cache” they use for incoming writes, then move data to slower main storage in the background. When you write a lot of data quickly, you can exhaust the SLC cache and writes drop to the slower base speed.

Symptoms:

  • Performance plummets after a specific amount written (often around 10-20 GB on consumer drives)
  • Returns to normal after a few minutes of idle
  • Particularly noticeable on cheaper SSDs

Solutions:

  • Buy SSDs with bigger SLC caches or Pro-tier models with native fast NAND
  • Break up large transfers into chunks with pauses
  • For sustained-write workloads (video editing scratch disks), pick drives explicitly designed for it (Samsung T9, OWC Envoy Pro Elektron, Sabrent Rocket XTRM-Q)

File system performance differences

The file system matters more than people realize:

  • APFS is the fastest on Mac for small file operations and metadata
  • HFS+ is OK but slower than APFS, especially with many small files
  • exFAT is significantly slower for many-small-files scenarios — like working with photo libraries
  • NTFS with third-party drivers is the slowest of all

If your drive is exFAT-formatted and you work with many small files, reformatting to APFS can give you 2-3x speedup. Trade-off: APFS drives won’t work natively on Windows.

For mixed workflow (Mac and Windows), exFAT is the practical choice despite the speed hit. For Mac-only, APFS wins.

Skip the manual huntSweep clears the leftover device prefs and caches macOS keeps around. Download Sweep free →

Check the drive’s SMART status

SMART (Self-Monitoring, Analysis and Reporting Technology) data shows drive health. SSDs that are wearing out get slower as they approach end of life.

In Disk Utility:

  1. Click the parent drive (not the volume)
  2. Look for “S.M.A.R.T. Status” near the bottom of the info panel
  3. “Verified” means OK; “Failing” means start backing up immediately

For more detailed SMART data, you’ll need a tool like DriveDx or smartmontools. They show specific wear indicators:

  • Wear Leveling Count: how many erase cycles the drive has used
  • Reallocated Sectors: number of bad sectors the drive’s mapped out
  • Available Spare: how much extra capacity is left for replacement

A drive at 80%+ wear or with growing reallocated sectors is dying. Performance degradation is a normal precursor to failure.

Check Spotlight indexing

If the drive is “slow” specifically when you first plug it in, Spotlight may be indexing it. Indexing creates a search database of every file and is intensive while running.

To check:

mdutil -s /Volumes/YourDriveName

If it reports “Indexing enabled” with progress info, that’s Spotlight at work.

To stop indexing on a specific drive:

  1. System Settings → Spotlight → Search Privacy
  2. Drag the drive into the privacy list

This permanently excludes the drive from Spotlight searches but eliminates indexing overhead. Good for backup or scratch drives where you don’t need spotlight search.

Reset the drive’s preferences

macOS keeps preferences for every external drive you’ve connected. If those records get corrupted, you can see weird issues like spin-up delays, slower-than-expected access, or random disconnects.

The records live across ~/Library/Preferences/, /Library/Preferences/, and Application Support. Cleaning them safely requires knowing which files to keep.

Verify with a benchmark

To rule out subjective slowness vs actual slowdown, run a real benchmark. AmorphousDiskMark (free in the App Store) gives you actual numbers.

Compare to the manufacturer’s quoted speeds:

  • Within 80-90% → drive is performing as expected
  • Below 50% → connection or thermal issue
  • Wildly inconsistent → cable or power problem

Keep a benchmark from when the drive was new. Comparing against your own historical data is more useful than against marketing specs.

There’s a faster waySweep does the cleanup in seconds. Try Sweep free →

Quick fix order

When an external SSD slows down:

  1. Check System Information → USB/Thunderbolt for negotiated speed
  2. Try the cable that came with the drive
  3. Bypass any hubs and plug directly into the Mac
  4. Watch for thermal throttling on long transfers
  5. Check file system — APFS is fastest on Mac
  6. Verify SMART status in Disk Utility
  7. Exclude the drive from Spotlight if indexing is the issue
  8. Clear stale device records

Most slowdowns come from cable or hub bottlenecks. Drive failure happens but is the least common cause for SSDs under 2 years old.

← Back to all guides