MainspringGuides › Path Bar Navigation
macOS Guide

Use the Finder path bar to jump to parent folders

Updated August 2026 · 3 min read

When you are three or four folders deep and want to pop back up, the path bar is the fastest way there. Turn it on with Option+Cmd+P, then double-click any folder in the strip along the bottom — Finder jumps straight to that level. No repeated back-button presses, no reopening the sidebar.

Turn the path bar into a click-up strip

  1. In any Finder window, open the View menu and choose Show Path Bar (or press Option+Cmd+P).
  2. The bar along the bottom now lists the whole trail — drive, then each enclosing folder, then where you are.
  3. Double-click a folder segment to jump up to it. Double-click the drive to land at its root.

A single click just highlights a segment; the double-click is what navigates. Because every parent is on screen at once, jumping four levels up is one gesture instead of four. This works the same across macOS 13 Ventura, 14 Sonoma, and 15 Sequoia.

Move files while you climb

The path bar is not only for navigating — it is a set of live drop targets. That makes filing quick:

This turns "go up, then drag back down" into a single motion, which is why the path bar earns its place at the bottom of the window.

Keyboard routes up the tree

Once the path bar has shown you the shape of the hierarchy, the keyboard is often faster for the final hop:

Prefer to script the toggle? The path bar is a single defaults key. Turn it on, then restart Finder:

# 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
One click, always reversible

Mainspring flips the Finder path bar on or off from a labelled switch — no menu hunting, no Terminal. It sits alongside 90+ other hidden macOS toggles you can trust to undo cleanly.

Try Mainspring free →

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

Faster still with Go to Folder

When you already know the destination, skip clicking entirely: press Shift+Cmd+G and type the path. See how to use Go to Folder in Finder for jumping anywhere by name.