MainspringGuides › Search current folder
macOS Guide

Make Finder Search the Current Folder by Default

Updated July 2026 · 3 min read

You're inside your Projects folder, you press Cmd+F, you type a name — and Finder searches your entire Mac, burying the file you want under mail attachments and system files. That's the default, and it's wrong for almost everyone. One setting flips it so Finder searches the folder you're actually looking at. Works identically on Ventura, Sonoma, and Sequoia.

Change the default in Finder Settings

  1. Click the desktop or a Finder window, then press Cmd+, (or choose Finder → Settings from the menu bar).
  2. Click the Advanced tab.
  3. Under When performing a search, open the menu and choose Search the Current Folder.

That's the whole fix. Close the window — there's no save button. From now on, starting a search inside a folder searches that folder and everything beneath it.

The menu has three options, for the record:

You can still search everywhere

The setting only changes where a search starts. Whenever a search is active, a scope bar sits under the toolbar showing This Mac next to the current folder's name — click either to switch on the spot. So the sensible setup is: default to the current folder, click This Mac on the rare occasion you genuinely want a Mac-wide hunt.

Note the scope bar only appears once you're searching; if you don't see it, click into the search field first.

Do it from Terminal instead

The same preference has a real defaults key, which is handy for setup scripts or if you manage several Macs:

# default new searches to the current folder
defaults write com.apple.finder FXDefaultSearchScope -string "SCcf"
killall Finder

# undo: back to searching This Mac
defaults delete com.apple.finder FXDefaultSearchScope
killall Finder

The three values map to the three menu options: SCcf is the current folder, SCev is This Mac, and SCsp is the previous scope. killall Finder restarts Finder so it reads the new value — it takes a second and reopens your windows.

Why Apple's default is This Mac

Searching everywhere is the safer default for someone who doesn't know where their files are — the answer is always somewhere in the results. But if you keep an organized folder tree, the whole-Mac scope actively fights you: the more files you have, the worse it gets. Scoped search plus search operators like kind: and date: is how Finder search was meant to be used.

While you're in the Advanced tab

The same settings pane hides three other checkboxes worth a look while you have it open:

All of them apply instantly, and each is a single checkbox to revert — the good kind of setting.

Feel the difference in ten seconds

A quick before-and-after to confirm the change took: open your Documents folder, press Cmd+F, and type a word that appears in files both inside and outside it. With the new default, the scope bar highlights “Documents” and the results are only from that tree; click This Mac in the scope bar and watch the result list balloon with matches from Mail, caches, and folders you'd forgotten existed. That widening is exactly the noise the setting removes from every future search — and the one-click scope bar is always there for the times you genuinely want the haystack.

Flip it in one click

Finder's search scope is exactly the kind of buried preference Mainspring surfaces: a labelled toggle you can flip, preview, and revert in one click — alongside 90+ other hidden macOS settings.

Try Mainspring free →

Signed & notarized by Apple · 1-day free trial · $29 once