Hide the menu bar for a distraction-free Mac
A blinking clock, a growing row of status icons, and a Wi-Fi glyph you check out of habit — the menu bar is a small but constant pull on your attention. Auto-hiding it clears the top of the screen entirely, leaving just your work. Set System Settings → Control Center → Automatically hide and show the menu bar → Always, and the bar only reappears when you reach for it.
Clear the top of the screen
- Open System Settings → Control Center.
- Find Automatically hide and show the menu bar near the bottom.
- Set it to Always.
The clock, menus, and status icons slide up out of view. When you genuinely need them, nudge the pointer to the very top edge and the bar drops down; move away and it hides again. This is the same behavior across macOS 13 Ventura, 14 Sonoma, and 15 Sequoia, and it undoes cleanly whenever you want the bar back for good.
Prefer the command line
# Hide the menu bar for focus
defaults write NSGlobalDomain _HIHideMenuBar -bool true
# Bring it back permanently
defaults write NSGlobalDomain _HIHideMenuBar -bool false
This global preference applies fully after you log out and back in, so if you're flipping it live the Control Center toggle is the faster path.
Build a fuller focus setup around it
Hiding the menu bar is most effective as one piece of a calmer environment. A few settings compound with it:
- Turn on a Focus. A Focus mode (Work, Do Not Disturb) silences notification banners so nothing slides in from the top-right while you're heads-down.
- Auto-hide the Dock. Removing the Dock as well leaves the whole screen to your document with no chrome top or bottom.
- Thin out what's up there first. If you only auto-hide sometimes, trimming the status icons means the bar is quieter on the occasions it does appear.
The point isn't to make things harder to reach — everything is one pointer-flick or one Control Center click away — but to stop the periphery from advertising itself while you concentrate. When the session's over, set the toggle to Never and the familiar bar is back.
Mainspring makes auto-hiding the menu bar a one-click, reversible toggle — flip it before a deep-work block and back after. It's one of 90+ hidden macOS settings it turns into clean switches.
Try Mainspring free →Signed & notarized by Apple · 1-day free trial · $29 once
Silence the interruptions too
A hidden menu bar removes the visual clutter; a Focus removes the pop-ups. See how to use Do Not Disturb on Mac to keep notifications from breaking your concentration while you work.