MainspringGuides › Search This Folder
macOS Guide

Search only the current folder in Finder on Mac

Updated August 2026 · 3 min read

If you keep your work in project folders — one per client, one per case, one per shoot — a Mac-wide search is the opposite of what you want. Type "invoice" inside the client folder and you get every invoice you've ever saved, from every project, when you meant the three in front of you. Set Finder's search scope to the current folder and results stay inside whatever folder you have open. Here's the change, in Settings or one command.

Point search at the folder you're in

  1. From the menu bar, open Finder → Settings (or Preferences on older macOS).
  2. Click the Advanced tab.
  3. Set When performing a search to Search the Current Folder.

Now a search runs against the open folder and its subfolders only. Standing in Clients/Acme, a search for "contract" returns Acme's contracts — not the ones filed under every other client. Move into a different folder and the same query searches there instead. The scope follows wherever you are. This is consistent on macOS 13 Ventura, 14 Sonoma, and 15 Sequoia.

The one-command version

If you'd rather set it straight from the shell — say, while configuring a new work Mac:

# Keep searches inside the current folder
defaults write com.apple.finder FXDefaultSearchScope -string "SCcf"
killall Finder

# Revert to whole-Mac search
defaults write com.apple.finder FXDefaultSearchScope -string "SCev"
killall Finder

Here SCcf means current folder and SCev means This Mac; there's also SCsp for reusing your previous scope. killall Finder reloads Finder so the new default applies right away.

Why folder-scoped search suits project work

The value isn't just fewer results — it's relevant results. When search respects your folder structure, the boundaries you set up while organizing actually mean something at search time. A photographer's 2024/Weddings/Ortega folder searches only that wedding; a lawyer's matter folder searches only that matter. You stop scrolling past near-identical filenames from unrelated jobs, and you stop accidentally opening last year's version of "final.psd."

You lose nothing permanent by scoping down. The moment a search genuinely needs to reach across your whole drive, the scope bar beneath the toolbar still has a This Mac button — click it and that one search goes wide, while your default stays folder-first. For an even faster start from a known location, you can jump to any path first and search from there.

Folder-scoped search also quietly solves the duplicate-name problem. Templated workflows produce the same filenames in every project — brief.docx, final.mp4, notes.txt — and a whole-Mac search for one of those returns a wall of identical names with no way to tell which project each belongs to. Scoped to the folder you're in, the same search returns the one that matters. The structure you already built becomes the filter, with no extra tagging or renaming on your part, which is why it tends to stick once you switch.

Flip it in one click

Mainspring makes the Finder search scope a labelled switch — search the current folder or the whole Mac — so you can set it and reverse it without opening Advanced settings. It's one of 90+ hidden macOS settings it turns into reversible toggles.

Try Mainspring free →

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

Jump to the folder first

Folder-scoped search pairs well with getting to the right folder fast. See how to use Go to Folder in Finder to open any path by name, then search inside it with the scope you just set.