Hide the menu bar for clean screenshots
A full-screen capture on a Mac grabs everything, including the clock, your name, and whatever status icons happen to be up top. If you're publishing a tutorial or a bug report, that clutter is a giveaway you don't want. Auto-hide the menu bar first — System Settings → Control Center → Automatically hide and show the menu bar → Always — and your Shift-Cmd-3 captures come out clean.
Hide the bar, then capture
- Open System Settings → Control Center and set Automatically hide and show the menu bar to Always.
- Frame your screen without touching the top edge (that reveals the bar again).
- Press Shift-Cmd-3 for the whole screen. The menu bar isn't in the image.
- When you're done, set the toggle back to Never to restore the bar.
This behaves the same on macOS 13 Ventura, 14 Sonoma, and 15 Sequoia. From Terminal, the same toggle is:
# Hide the menu bar before capturing
defaults write NSGlobalDomain _HIHideMenuBar -bool true
# Restore it afterward
defaults write NSGlobalDomain _HIHideMenuBar -bool false
The preference applies fully after a logout, so for a quick capture the Control Center toggle is faster.
The captures that skip the bar automatically
Full-screen is the only mode that includes the menu bar, and often you don't need to hide anything — just capture more precisely:
- Window capture — press Shift-Cmd-4, then Space, and click a window. macOS grabs just that window, never the menu bar. This is the cleanest route for app screenshots.
- Selection capture — Shift-Cmd-4 then drag a box. Only what you enclose is captured, so leave the top strip out.
- Screenshot toolbar — Shift-Cmd-5 opens on-screen controls with the same window and selection options, plus screen recording.
Reach for auto-hide when you specifically want a full-desktop shot without the bar — a wallpaper showcase, a whole-screen layout, or a demo where a visible clock and status icons would date or personalize the image.
Also worth hiding before you capture
Two more things commonly clutter a full-screen shot: the Dock along the bottom and desktop icons. Auto-hide the Dock the same way (its own Control Center toggle), and consider clearing desktop icons for a truly blank canvas. Combined with a hidden menu bar, you get a screenshot that's just the content you meant to show.
Mainspring makes hiding the menu bar a one-click switch you can flip before a capture and back the moment you're done — one of 90+ hidden macOS settings it turns into clean, reversible toggles.
Try Mainspring free →Signed & notarized by Apple · 1-day free trial · $29 once
Clear the bottom edge too
The Dock shows up in full-screen captures just like the menu bar. See how to hide the Dock for clean screenshots to keep the bottom of your images as tidy as the top.