See your location in Finder with the path bar
A Finder window's title shows the folder's name but not where it lives — and when two folders are both called "Assets" or "2024," that is not enough. The path bar fixes it: choose View → Show Path Bar (Option+Cmd+P) and a strip at the bottom spells out the full trail, so you always know which window you are looking at.
Turn on the breadcrumb strip
- Click any Finder window to make Finder active.
- Open View and choose Show Path Bar, or press
Option+Cmd+P. - A location strip appears along the bottom, reading left to right from the disk down to your current folder.
Because the setting is global, every window and tab gains the same strip. It stays put while you browse, updating live as you move — a permanent "you are here" that the window title alone can't give you. This works identically on macOS 13 Ventura, 14 Sonoma, and 15 Sequoia.
When knowing your location actually matters
The path bar earns its keep in exactly the moments the title bar leaves you guessing:
- Search results. Run a Finder search and the results come from all over the disk. Click any result and the path bar shows which folder it actually lives in — before you move or delete it.
- Similarly named folders. Three tabs each showing an
imagesfolder look identical up top. The path bar tells them apart at a glance. - iCloud vs. local. With Desktop & Documents syncing to iCloud, it is easy to lose track of whether a folder is on your Mac or in iCloud Drive. The trail's first segment makes it obvious.
- Deep project trees. Ten folders into a codebase, the path bar is faster to read than scrolling the sidebar.
Read it, then act on it
The strip is not just a label — every folder in it is live. Double-click any segment to jump to that level, or drag a file onto a segment to move it there. So the path bar answers "where am I?" and "how do I get back up?" in the same glance. If you'd rather script the toggle across machines, it is a single preference key:
# show the path bar
defaults write com.apple.finder ShowPathbar -bool true
killall Finder
# undo — hide it again
defaults write com.apple.finder ShowPathbar -bool false
killall Finder
Mainspring turns the path bar into a labelled switch alongside 90+ other hidden macOS settings — each reversible, each explained, none needing the Terminal.
Try Mainspring free →Signed & notarized by Apple · 1-day free trial · $29 once
Want the location up top instead?
Prefer the full path in the window's title bar rather than the bottom strip? That is a separate tweak. See how to show the full folder path in the Finder title bar to put your location front and center.