Finder search tips that actually narrow things down
· 6 min read
Finder search is more capable than it looks, and the reason it feels useless is that the default settings are the widest ones available: the whole Mac, names and contents together, no sort order. Three changes fix most of it. Set the scope before you type, pick the filename suggestion instead of the free-text one, and add criteria rows for anything you search for repeatedly.
Here is each of those, in the order that removes the most noise.
Set the scope before you type
Press Cmd-F in any Finder window. A row appears under the toolbar with two buttons: This Mac, and the name of the folder you were looking at.
Most people leave it on This Mac and then wade through system files, cached copies and other people’s templates. If you know the file is somewhere under Documents, open Documents first, press Cmd-F, and click the folder button. The result set often drops by an order of magnitude before you have typed a character.
You can make that the default. Finder, Settings, Advanced, When performing a search, then choose Search the Current Folder. The third option, Use the Previous Search Scope, is the one to pick if you flip between both.
The scope row also shows Shared when a network volume is mounted. Searching a file server is usually slow unless the server maintains its own index, so scope to a specific folder there rather than the whole share.
Choose filenames, not everything
As you type in the search field, a menu drops down under it. It is easy to ignore, and it is the most useful control in the window.
Under a Filenames heading it offers Filename contains: yourword. Pick that, and Finder searches names only. Without it, Finder searches names and the text inside documents at once, which is why a search for contract returns every email draft and note that happens to mention the word.
The same menu offers Kinds (Image, PDF, Folder, Movie) and Dates. Clicking one of those turns your typed word into a proper filter chip rather than a loose search term. You can stack them: pick Filename contains: contract, then type pdf and pick the PDF kind, and you now have two filters rather than two words.
Use the arrow keys and Return to accept a suggestion. Reaching for the mouse is the reason most people never notice the menu exists.
Add criteria rows, and nest them
At the right of the scope row is a plus button. Each click adds a row of filters.
- Click the plus button. A row appears reading Kind is Any.
- Click the first pop-up to change the attribute: Kind, Last modified date, Last opened date, Created date, Name, Contents, or Other.
- Other opens the full list of file attributes with a search field of its own: pixel height, audio bit rate, page count, camera model, and several hundred more. Tick In Menu next to anything you use often and it joins the short list permanently.
- Add more rows for more conditions. Rows combine with and: every condition must be true.
The part almost nobody finds: hold Option and the plus button turns into an ellipsis. Click it and you get a nested group headed All / Any / None of the following are true. That is where or and not live in Finder. A group set to Any with two Kind rows gives you “PDFs or Word documents”; a group set to None gives you “everything except screenshots”. Either, not and exact goes into the boolean side properly, including the Terminal equivalents.
The Name attribute is worth knowing separately from the filename suggestion, because it offers matches, contains, begins with, ends with and is. Begins with is the one that turns a naming convention into a filter.
Read the results without opening anything
Search results arrive as a flat list from all over the disk, and the same filename can appear four times in four places.
Switch to List view (Cmd-2) and click the Date Modified column to sort. The newest copy is nearly always the one you want.
Turn on View, Show Path Bar. Select any result and the bottom of the window shows exactly where it lives, which is the fastest way to tell the real file from the copy in a downloads folder.
Select a result and press Cmd-R to jump to its enclosing folder, or Space to look inside it without opening the application. Quick Look from the keyboard covers what Space can preview and what it can edit in place.
Save the search you keep repeating
Once a search is set up the way you want it, click Save at the right of the scope row.
That creates a Smart Folder: a saved query that re-runs every time you open it. Tick Add To Sidebar and it sits with your folders. Useful ones include “PDFs modified in the last week”, “anything over 500 MB in Downloads”, and “files with a specific tag”.
Smart Folders are stored in ~/Library/Saved Searches. Nothing is copied or moved; the folder is a question, not a container, so deleting a Smart Folder deletes no files.
What Finder search cannot narrow down
Finder search is a view onto the Spotlight index, so it inherits every limit that index has.
- Locations in the Spotlight privacy list return nothing at all.
- Contents inside packages such as the Photos library and the Mail store do not surface. Spotlight cannot find a file you know exists covers those cases and how to reach them.
- Files on an external drive that is unplugged simply are not there to find.
- Files inside
~/Libraryare hidden unless you add an Other row for System files and set it to are included.
If your searching is mostly by name and mostly interrupted by those limits, a search app with its own catalog answers differently. Everywhere reads every filename on the Mac into one list and narrows it as you type, including names inside the Mail store and the Photos library and on drives that are currently unplugged. It searches names and paths only, so for a phrase you remember from inside a document, Finder’s Contents row remains the right tool.
Questions
Why does Finder search find nothing when Spotlight finds the file? Usually scope. The window is set to the current folder and the file is elsewhere, or a criteria row from a previous search is still active. Look at the row under the toolbar before assuming anything is broken.
Can I search for two file types at once?
Yes, with a nested group. Option-click the plus button, set the group to Any, and add a Kind row for each type. Typing kind:pdf OR kind:docx in the search field does the same thing in most macOS versions.
Do Smart Folders update themselves? They re-run the query each time you open one, so they are always current. They add no background work, because they use the index that already exists.
Is there a way to search only file names, permanently?
Not as a setting, but picking the Filename contains suggestion every time takes one keystroke: type the word, press the Down arrow, press Return.