MainspringGuides › Gain Screen Space
macOS Guide

Auto-hide the Mac menu bar to gain screen space

Updated August 2026 · 3 min read

On a 13-inch laptop, the menu bar's strip across the top is real estate you could give back to your document or timeline. Auto-hiding it lets windows use the full height of the screen and slides the bar back down only when you push the pointer to the top edge. Set it in System Settings → Control Center → Automatically hide and show the menu bar → Always.

Turn on auto-hide

  1. Open System Settings → Control Center.
  2. Scroll to Automatically hide and show the menu bar.
  3. Choose Always.

The menu bar disappears and your workspace grows by its height. To bring it back momentarily, move the pointer to the very top of the screen — it slides down, then hides again when you move away. The Always option keeps it hidden on the desktop and in apps alike, on macOS 13 Ventura, 14 Sonoma, and 15 Sequoia. The other choices — On Desktop Only and In Full Screen Only — hide it in narrower circumstances if you'd rather keep it in ordinary windows.

Do it from Terminal

# Auto-hide the menu bar
defaults write NSGlobalDomain _HIHideMenuBar -bool true

# Show it again
defaults write NSGlobalDomain _HIHideMenuBar -bool false

This preference lives in the global domain and takes full effect after you log out and back in (or restart), so the Control Center toggle is the quicker route for an immediate change. The Terminal version is handy when you're scripting a new machine's setup.

How much do you actually gain — and pair it with the Dock

The menu bar is roughly 24 points tall, a little more on a MacBook with a notch. It's not a huge slice, but on a small display every row of pixels helps a long web page, a spreadsheet, or a video timeline. Two things make the gain worthwhile:

If reaching the top edge to reveal the bar ever feels slow, remember the menu bar's contents are also available elsewhere: Control Center holds most toggles, and Spotlight (Cmd+Space) covers a lot of what you'd otherwise click up top.

One click, fully reversible

Mainspring turns auto-hiding the menu bar into a labelled toggle you can flip on for more screen height and off just as fast — one of 90+ hidden macOS settings it makes reversible.

Try Mainspring free →

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

Reclaim the bottom edge too

Hiding the menu bar is half the win. For the matching band at the bottom, see how to auto-hide the Dock instantly and get the full height of your display back.