How to Get an Address Bar in Mac Finder (Spoiler: You Can't — Here's What Works)
Updated August 26, 2026
Finder has no editable address bar and no setting adds one. What it has instead: the Path Bar (shows where you are), Go to Folder (⇧⌘G — lets you type a path in a dialog), and the title-bar menu (⌘-click the window title to jump up the hierarchy). Between the three you can cover most of what an address bar does — just not in one place.
The Path Bar: where you are, along the bottom
View → Show Path Bar, or ⌥⌘P, adds a clickable breadcrumb trail to the bottom edge of every Finder window — one setting for all of Finder, not per-window. Double-click a segment to open that folder, or drag a selection onto one to move files there without navigating first.
What it will not do is take a typed path: it is a display with click targets, not an input. And it cannot be moved — it lives at the bottom, while the place a Windows switcher keeps glancing at is the top. Full instructions, the Terminal switch and the greyed-out-menu fix are in the Path Bar guide.
The path as text, in the title bar
If what you actually want is the path visible at all times, Finder can put it where the folder name usually goes:
defaults write com.apple.finder _FXShowPosixPathInTitle -bool true && killall Finder
That trades the friendly folder name for a full POSIX path in the title bar. Readable, but still not clickable and still not editable. For the path as text on demand instead, select a file and press ⌥⌘C.
Go to Folder: type a path (in a dialog)
Press ⇧⌘G in any Finder window. A search-like field drops down where you can type or paste a POSIX path:
~jumps to your home folder,~/Documentsinside it.- Tab autocompletes folder names as you type.
- Paste any path copied from Terminal or a script — it just works.
This is the closest thing Finder has to typing in an address bar. The friction is that it’s a modal dialog: open, type, enter, gone — nothing stays on screen.
The title-bar shortcut everyone forgets
⌘-click (or right-click) the folder name in the window’s title bar. A menu drops down showing the full folder hierarchy up to the disk — click any level to jump there. Quick way to go three folders up without hammering ⌘↑.
An actual address bar
If you want the Explorer arrangement — an always-visible bar that shows the path as clickable breadcrumbs and accepts a typed or pasted path — that’s a third-party file manager feature. ComfortFiles keeps a real address bar at the top of the window: click a breadcrumb to jump, or click the bar and type/paste any path. See how the address bar works in ComfortFiles.
Frequently asked questions
Does Finder have an address bar?
No. Finder has no bar you can click into and type a path, and no setting adds one. What it has instead are three partial substitutes: the Path Bar (shows where you are), ⇧⌘G Go to Folder (takes a typed path in a dialog), and the title-bar menu (jumps up the hierarchy).
How do I show the address bar in Finder?
There is nothing to show — the setting people look for does not exist, and no View menu item reveals it. What you can show is the Path Bar: View → Show Path Bar (⌥⌘P) puts a clickable breadcrumb along the bottom of every window. It tells you where you are and lets you jump to a parent folder, but you cannot click into it and type a path.
How do I type a path in Finder?
Press ⇧⌘G in any Finder window and a field drops down that accepts a POSIX path. Tab autocompletes folder names, ~ means your home folder, and a path pasted from Terminal works as-is. It is a dialog, so it closes as soon as you press Return.
How do I jump up several folders at once?
⌘-click (or right-click) the folder name in the window title. The full hierarchy up to the disk drops down, and clicking any level opens it — faster than pressing ⌘↑ repeatedly.
How do I copy the full path of a file on a Mac?
Select the file in Finder and press ⌥⌘C — that copies its full path as text, while plain ⌘C copies the file itself. The same thing is in the right-click menu: hold ⌥ and "Copy" becomes "Copy … as Pathname".
Can I show the path at the top of the Finder window?
Only as plain text, and only via Terminal: defaults write com.apple.finder _FXShowPosixPathInTitle -bool true && killall Finder puts the full POSIX path in the title bar in place of the folder name. It is readable, but not clickable and not editable.
Where is the Path Bar in Finder?
Hidden until you turn it on: View → Show Path Bar, or ⌥⌘P, adds a breadcrumb trail along the bottom edge of every window. See the Path Bar guide for what it can and cannot do.