Speed up your Mac
Why That External Drive Is Making Your Mac Slow
Connected an external drive and now your Mac is sluggish? It's not random. Here's why external drives slow Macs down and how to fix it.
You plug an external drive into your Mac for what was supposed to be a quick file transfer, and suddenly the whole Mac is sluggish. Even apps unrelated to the drive feel slow. Eject the drive, things speed back up. Plug it back in, slow again.
This is a common pattern, and there are specific reasons for it. None of them require throwing the drive away — but some of them require changing how you use it.
What happens when you connect an external drive
When macOS sees a new drive, several things kick off:
- Filesystem check — verifies the volume is mountable
- Spotlight indexing — starts indexing the drive contents
- Time Machine evaluation — checks if the drive is a backup destination
- Photos library detection — checks if there’s a Photos library on the drive
- iCloud Drive scan — looks for iCloud Drive folders
- First Aid background check — sometimes runs filesystem verification
For a clean SSD with a few files, all of this completes in seconds. For an old drive with millions of files, or a drive with corrupted metadata, it can take hours and use significant CPU and disk I/O the entire time.
Common cause 1: Spotlight is indexing the drive
This is by far the most frequent cause of “Mac slow with external drive connected.”
Spotlight tries to index every drive you connect, building a searchable database of file metadata. For a 4TB drive with 200,000 files, that’s a lot of work. Until indexing finishes, you’ll see consistent CPU and disk usage from mdworker_shared and mds_stores.
Check Activity Monitor (Spotlight: “Activity Monitor”). If those processes are at the top, Spotlight is indexing.
Fix options:
Option A: Wait it out. First-time indexing on a big drive takes hours, sometimes days. Once done, Spotlight only updates incrementally and is much lighter.
Option B: Exclude the drive from Spotlight. System Settings → Siri & Spotlight → Spotlight Privacy, add the external drive. You won’t be able to Spotlight-search files on the drive, but you can still find them through Finder.
For drives that are pure bulk storage (media archives, backups, cold storage), exclusion is usually right. For drives you actively work from, let indexing finish.
Common cause 2: USB-A drive on USB-C adapter
If you’re using a USB-A drive plugged into a USB-C adapter, you’re inviting weird behavior. The adapter chain can cause:
- Slow read/write speeds
- Intermittent disconnections
- High CPU from constant USB negotiation
- Failed Spotlight indexing that retries forever
If you have a Thunderbolt-compatible Mac, use Thunderbolt-native drives or proper Thunderbolt 3/4 enclosures. If you must use USB-A devices, use a powered USB hub with its own dedicated power supply, not a passive adapter.
Common cause 3: The drive is failing
Failing drives slow Macs in subtle ways. Read errors cause retries. The Mac patiently waits. Operations that should take milliseconds take seconds. Spotlight indexing fails partway through and starts over.
Signs of a failing drive:
- Files take inexplicably long to copy
- Drive sometimes doesn’t mount
- Random “disk error” messages
- Audible clicking from spinning drives
- Drive disappears and reappears in Finder
Run Disk Utility (Applications → Utilities → Disk Utility), select the external, click First Aid. Look for any reported errors.
For SSDs, check SMART status (also in Disk Utility, with the drive selected). “Verified” is good; anything else means back up immediately and replace.
For spinning drives, listen. Healthy drives are nearly silent. Clicking, grinding, or unusual sounds mean failure is imminent.
Common cause 4: Slow drive trying to do too much
A USB 2.0 spinning drive trying to host an active Photos library, or be a Time Machine destination, or both, will be miserably slow regardless of how the Mac itself is doing. The bottleneck is the drive, not the Mac.
Check the drive specs. For active workloads:
- USB 2.0 (480 Mb/s theoretical, ~30 MB/s practical) — only suitable for cold storage
- USB 3.0/3.1 Gen 1 (5 Gb/s theoretical, ~400 MB/s practical) — okay for most uses
- USB 3.2 Gen 2 (10 Gb/s, ~900 MB/s) — good for active work
- Thunderbolt 3/4 (40 Gb/s, ~2-3 GB/s) — excellent for any work
For Time Machine, anything works (slow backups, fine). For Photos library, USB 3.0+ minimum. For video editing scratch, Thunderbolt only.
Common cause 5: NTFS-formatted drive
Drives formatted as NTFS (Windows native) work on Macs but with caveats. Without third-party drivers (Tuxera, Paragon, FUSE), macOS can only read NTFS, not write. Even with drivers, NTFS performance on macOS is significantly slower than APFS or HFS+.
Check the drive format: Disk Utility → select drive → look at “Format.”
Options:
- APFS — best for Mac-only use, fast, modern
- Mac OS Extended (HFS+) — older Mac format, fine for backup drives
- exFAT — works on both Mac and Windows, decent speed
- NTFS — Windows native, slow on Mac, write support requires extras
- FAT32 — works everywhere but limited to 4GB files
If it’s NTFS and you only use it on the Mac, reformat to APFS. If you need cross-platform, exFAT is the better choice.
Common cause 6: Time Machine backup in progress
If the drive is a Time Machine destination, an active backup uses both disk channels heavily. While backup is running, the drive is much slower for other uses, and the Mac can feel sluggish overall.
Check System Settings → Time Machine. If “Backing Up Now” is showing, that’s why everything’s slow.
You can wait, or pause backups temporarily by clicking “Skip This Backup” in the menu bar Time Machine icon (if visible).
Common cause 7: Photos library on the external
If your Photos library lives on the external, every time you open Photos or it does background work (face analysis, sync, thumbnail generation), it hammers the external drive. If the drive is slow, the Mac feels slow.
For active Photos library use, the drive really should be Thunderbolt or fast USB-C. Spinning drives make Photos painful. Even slow SSDs make it sluggish.
You can check where your Photos library lives: Photos → Settings → General → Show in Finder. The path tells you which drive.
If it’s on a slow external and that’s the cause of your slowness, options:
- Move the library to internal storage (if you have space)
- Replace the external with a faster drive
- Use “Optimize Mac Storage” with iCloud Photos to keep originals in iCloud and small versions locally on internal storage
Hub and dock issues
USB hubs and Thunderbolt docks add complexity. If everything’s plugged into a single dock and the Mac is slow, try:
- Connect the slow drive directly to the Mac (not through the hub)
- If performance improves, the hub is the issue
- Check whether the hub is properly powered (some need separate power)
- Try a different cable from Mac to hub
Cheap USB-C hubs in particular can cause weird performance issues. A real Thunderbolt dock is more expensive but more reliable.
DisplayLink-based docks
Some “USB-C docks” use DisplayLink to drive external displays. This forces video encoding through CPU, which competes with everything else for resources. Even when you’re not actively driving the display, DisplayLink keeps a daemon running.
If your dock is DisplayLink-based and you’re seeing CPU usage from DisplayLink processes, that’s a contributor. Either switch to a non-DisplayLink dock or accept the overhead.
Quick triage: is the drive actually the cause?
To confirm the drive is causing slowness:
- Eject and unplug the drive
- Use the Mac for a few minutes — does it feel normal?
- Plug the drive back in
- Wait 30 seconds, use the Mac — slow again?
If yes, the drive is the cause. Now we figure out which of the above causes applies. Almost always one of: Spotlight indexing, slow drive, failing drive, or NTFS format.
What “fast” external drives feel like
A modern Thunderbolt SSD (Samsung X5, OWC Envoy Pro, Crucial X9 Pro, etc.) on a Thunderbolt-equipped Mac is genuinely indistinguishable from internal storage for most workloads. You shouldn’t feel any slowdown when these are connected.
If your external drive is making your Mac sluggish, either the drive is too slow for what you’re using it for, the connection is suboptimal, or the drive is failing. Each is fixable, and the Mac itself is rarely the issue.
For storage you actively work from, invest in good drives. For bulk storage you rarely access, slow drives are fine — just keep them excluded from Spotlight to avoid the indexing tax.