MainspringGuides › Finder Location
macOS Guide

See your location in Finder with the path bar

Updated August 2026 · 3 min read

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

  1. Click any Finder window to make Finder active.
  2. Open View and choose Show Path Bar, or press Option+Cmd+P.
  3. 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:

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
A calmer Finder in one click

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.