Make Safari Show the Whole URL, Not Just the Site Name
If you switched to a Mac from Chrome or Firefox — or just updated Safari and noticed the change — the address bar can feel broken: it shows "wikipedia.org" and nothing else, no matter what page you're on. That's deliberate, not a bug, and one checkbox brings the whole URL back. Here's why Safari does it and how to restore the classic address bar.
Why Safari only shows the site name
What Safari calls the address bar is really the Smart Search Field — one box that does both addresses and searches. To keep it clean, Apple made it show only the site's core domain by default, hiding the scheme, subdomain, path, and query. The full address is still there under the hood; Safari just doesn't draw it until you click into the field. It's a design choice for tidiness, and if you rarely think about URLs you may never notice. If you do think about them, it's maddening.
Bring the whole URL back
The fix is one setting, and it applies the instant you tick it:
- In Safari, choose Safari → Settings from the menu bar (or press Cmd+,).
- Click the Advanced tab — it's the gear-and-slider icon on the right.
- Tick Show full website address.
The Smart Search Field immediately switches to showing the complete URL on every page. Nothing needs restarting. The option lives in the same place on macOS 13 Ventura, 14 Sonoma, and 15 Sequoia, and unticking it returns the short site-name view whenever you want it.
What changes once it's on
- You see the full path and query for the current page instead of a bare domain.
- Searching still works exactly the same. The field is still a search box — start typing a query and Safari searches; type an address and it navigates.
- Clicking the field already revealed the full URL for editing even before you changed this; the setting just makes it visible all the time, including at a glance.
If you reach for the Terminal
Safari does store this as a preference, ShowFullURLInSmartSearchField. But on current macOS Safari's preferences are protected: defaults write only sticks when Terminal has Full Disk Access and Safari is closed first. So the Advanced checkbox above is the dependable route. If you've already granted that access, with Safari quit:
# Quit Safari first; needs Full Disk Access
defaults write com.apple.Safari ShowFullURLInSmartSearchField -bool true
# Undo
defaults write com.apple.Safari ShowFullURLInSmartSearchField -bool false
For a plain one-off change, the checkbox wins — it's faster and needs no special permissions.
Mainspring makes "Show full URLs in Safari" a labelled toggle you flip on or off — no Full Disk Access, no relaunch. It's one of 90+ macOS defaults it turns into reversible switches you don't have to hunt for.
Try Mainspring free →Signed & notarized by Apple · 1-day free trial · $29 once
More Smart Search Field tuning
The address bar has other defaults worth revisiting. See how to disable search suggestions in Safari if you'd rather the field stop sending keystrokes as you type.