Comparisons
The commonest cause of an unsearchable external drive is the format it shipped with.
Select the drive in Finder and press ⌘I. The Format line tells you.
| Format | Mac read/write | Windows | Spotlight |
|---|---|---|---|
| APFS | Yes | No (without extra software) | Full |
| Mac OS Extended (HFS+) | Yes | No | Full |
| exFAT | Yes | Yes | Unreliable |
| FAT32 | Yes | Yes | Unreliable, 4 GB file limit |
| NTFS | Read only | Yes | No |
exFAT has no support for extended attributes or the metadata Spotlight depends on. macOS can read and write files perfectly well; it just cannot store the index and metadata alongside them in the way indexing needs.
Drives ship exFAT because it works on both platforms out of the box. That convenience is exactly what costs you search.
builds its own index rather than relying on Spotlight sidesteps this, since it reads filenames directly.
find when you need to search it.Disk Utility → select the drive (not the volume) → Erase → choose APFS and GUID Partition Map. This destroys everything on the disk, so copy the data off first.
find /Volumes/DriveName -iname "*term*" works on any format, because it reads directory entries rather than an index. Slower, and completely reliable.
Not natively. Third-party drivers exist, but exFAT remains the practical shared format.
It allows Spotlight to index the drive properly. It also erases the drive, so back up first.
Everywhere keeps track of every file on your Mac — including the folders Spotlight hides and drives you have unplugged. Free for a day, then $19 once.
Download for Mac