Guides··8 min read

Mac Menu Bar Not Showing? How to Fix It

If your Mac menu bar not showing at the top of the screen is the problem, the fix is almost always one of three things: the auto-hide setting is on, you are in a full-screen app that hides it on purpose, or the process that draws the bar has crashed. I have hit all three on my own MacBook. This page walks each one from most common to least, with the exact steps, and finishes with the notch-specific case where the icons are not gone at all, just hidden behind the camera cutout.

By Deepak Yadav, building NotchBay

The short version

  • Ninety percent of the time the bar is not broken, it is hidden: turn off auto-hide in System Settings › Control Center, or move the pointer to the top edge in a full-screen app.
  • If the bar is truly gone on the plain desktop, the drawing process crashed. Run killall SystemUIServer and killall ControlCenter, or just restart.
  • On a notched MacBook, missing icons are usually a spacing problem: you have more icons than fit next to the notch, so the leftmost ones hide behind it.

#Why your menu bar disappeared

Before you change any setting, spend ten seconds telling apart the two very different problems that both look like a missing menu bar. The first is a menu bar that is hidden but healthy: it will slide back down if you nudge the pointer to the top of the screen. The second is a menu bar that is genuinely not being drawn: nothing happens no matter where you move the pointer, and even the clock and Wi-Fi icons are gone. Those two symptoms have different fixes, and trying the wrong one wastes time. In other words, a Mac menu bar not showing is usually a hidden bar, not a broken one.

Do this test now. Click an empty part of your desktop so the Finder is frontmost, then slowly move the pointer straight up until it touches the top edge of the display and hold it there for a second. If the bar drops down, your problem is auto-hide or a full-screen app, and the first two sections below fix it. If the top edge stays blank, the bar has crashed or something is drawing over it, and you want the crashed-process section. Everything else in this piece hangs off that one check.

The menu bar is drawn by a background process. When it is missing on the plain desktop, the fix is almost never a setting: it is relaunching that process, which takes one command or one restart.

#Fix 1: the auto-hide setting

This is the single most common cause, and it is easy to turn on by accident. macOS can hide the menu bar until you reach for it, the same way the Dock can auto-hide. When it is on, the top of your screen looks empty until the pointer arrives there.

Here is the exact path on macOS Tahoe (26):

  1. Open System Settings from the Apple menu, or press Command-Space and type "System Settings".
  2. Click Control Center in the sidebar.
  3. Scroll to Automatically hide and show the menu bar.
  4. Set it to Never. The options are Always, On Desktop Only, In Full Screen Only, and Never. Never keeps the bar visible everywhere except inside apps that force full screen.

If the setting was already Never and the bar still hides, do not stop here, because a stuck value can hide behind a correct-looking menu. Toggle it to Always, wait a second, then back to Never. That forces the bar to redraw with the new state and clears the case where the menu reads Never but the system is still behaving as if it were On Desktop Only. For the wider tour of what the bar holds and how it is laid out, I wrote a full explainer on the Mac menu bar that pairs well with this troubleshooting page.

#Fix 2: full screen, Stage Manager, and the pointer

Full-screen mode hides the menu bar by design, and this trips people up because it is not a bug, it is the intended behavior. When an app takes the whole display, whether you pressed the green traffic-light button or Control-Command-F, the bar retracts to give the app every pixel. It has not gone anywhere. Move the pointer to the very top edge and it slides down over the app; move away and it retracts again.

If you want the bar to stay put in full screen, that is the "In Full Screen Only" value from the previous section working in reverse: set the auto-hide dropdown to Never and the bar remains visible even in full-screen apps that respect the setting. Some apps, mainly video players and games, override this and keep the bar hidden regardless, which is normal.

Two adjacent things to rule out while you are here:

  • Stage Manager. It changes how windows and the desktop are arranged, and combined with auto-hide it can make the top of the screen feel emptier than you expect. Turn it off from Control Center for a moment to see whether the bar behaves normally without it.
  • A window sitting on top of the bar. Rare, but a misbehaving app window can be positioned over the menu bar area. Press Command-Tab to the app, then Command-M or move the window down, and check whether the bar reappears underneath.

If moving the pointer to the top edge reliably reveals the bar, you are done: nothing is broken, and the auto-hide setting is the only knob you need.

#Fix 3: when the menu bar is actually broken

If the top edge stays blank even on the plain desktop, with the pointer parked there and no full-screen app running, the process that draws the bar has probably crashed. Two processes matter: SystemUIServer handles the older right-side status items, and ControlCenter handles most of the modern menu bar and the Control Center panel. Relaunching them brings the bar back without a full restart.

Open Terminal (Applications › Utilities, or Spotlight) and run:

# relaunch the two processes that draw the menu bar
killall SystemUIServer
killall ControlCenter

Both processes are managed by the system, so killing them tells macOS to relaunch each one within a second or two, and the menu bar redraws. You will not lose any work; these are not app processes. If you would rather not touch Terminal, a plain restart does the same thing: Apple menu › Restart. That clears the crashed process the slow way but with zero commands.

If the bar comes back and then vanishes again minutes later, something is crashing it repeatedly. The usual culprit is a third-party menu bar utility that has not been updated for your macOS version. Quit your menu bar apps one at a time and watch for the one whose exit makes the bar stable, then update or remove it. A safe-boot test also helps: restart with Shift held to load without third-party login items, and if the bar is rock solid in safe mode, the cause is one of those items.

#Fix 4: external displays and the wrong screen

Plug in a monitor and the menu bar can seem to disappear, when really it has just moved. macOS shows the bar on whichever display is active, not on every display at once, unless you turn on a specific setting.

  • Click the display that looks empty. Click any window or the desktop on the external monitor to make it active, and the bar appears there.
  • Turn on a bar per display. In System Settings › Desktop & Dock, enable Displays have separate Spaces. With that on, each screen gets its own menu bar. Toggling it requires logging out and back in.
  • Check resolution and scaling. A non-native or wrong resolution can push the bar partly or fully off the visible area. In System Settings › Displays, choose Default or a native scaled option and see whether the bar snaps back.
  • Reseat the connection. A flaky cable or hub can leave a display in an odd state. Unplug and replug, or restart with the monitor connected.

On a laptop used clamshell with an external monitor, remember the bar lives on whichever screen macOS treats as primary. You can drag the white bar in the Displays arrangement view to set which monitor is primary, and the menu bar follows it.

#The notch, and the icons it hides

There is a case that looks like a broken menu bar but is not: on a notched MacBook, the camera cutout sits in the middle of the bar, and menu bar items flow in from the right. If you have installed enough menu bar apps, the row of icons can reach the notch and the leftmost items get pushed into the gap behind it, where you cannot see or click them. Nothing crashed. You simply ran out of horizontal room.

The tell is that the clock and Control Center on the right are fine, but an app icon you know you have is missing, and it reappears if you quit a few other menu bar apps. The fix is to reclaim space rather than to relaunch anything:

  • Thin the row. Command-drag icons off the bar to remove the ones you never click, and let the rest shift right, clear of the notch.
  • Hide the overflow. A dedicated tool can collapse rarely used icons into a single expandable group so they never collide with the cutout. I compared the options for that in how to hide menu bar icons on a Mac.
  • Widen the app menus. Left-side menus (File, Edit, and so on) also stop at the notch. Apps with long menu titles can be squeezed, so this is worth knowing when a menu you expect is not where you thought.

This is where I ended up building around the notch instead of fighting it. The cutout is permanent hardware that macOS mostly routes around, and the icons-behind-the-notch problem is a symptom of that. A notch app does not manage your menu bar icons, but it does turn the space next to the cutout into something useful rather than a place your icons go to hide. That is a different job from the fixes above, and I keep the honest limits clear in the closing note.

#Frequently asked questions

How do I make the menu bar visible on a MacBook?

Open System Settings, go to Control Center, scroll to Automatically hide and show the menu bar and set it to Never. The bar then stays on screen on the desktop. If it still vanishes, you are probably in a full-screen app: move the pointer to the very top edge of the display and hold it there for a second to pull the bar down.

How do I get the bar back on a Mac?

First rule out auto-hide and full-screen mode. If the bar is genuinely missing even on the desktop with the pointer at the top, the process that draws it has probably crashed. Open Terminal and run killall SystemUIServer, then killall ControlCenter. Both relaunch on their own within a second or two and the menu bar comes back. A restart does the same thing if you would rather not use Terminal.

Why is my display bar not showing on my Mac?

On a multi-display setup the menu bar appears on whichever screen is currently active, not on all of them at once, unless you turn on Displays have separate Spaces. If your bar seems missing on an external monitor, click that monitor first, or check the Displays setting. A wrong or non-native resolution can also push the bar off the visible area, so reset scaling to Default.

Why did my bar disappear on my Mac?

The three common causes, in order: the auto-hide setting is on, you are in a full-screen or Stage Manager view that hides it by design, or SystemUIServer has crashed. On a notched MacBook a fourth cause is that you have more menu bar icons than fit beside the notch, so the leftmost ones sit behind the cutout rather than being truly gone.

Everything here comes from years of living on notched MacBooks and building NotchBay around the cutout. NotchBay is a Dynamic Island-style app for the notch, not a menu bar icon manager, so it will not fix a crashed SystemUIServer or hide overflow icons for you. Spot an error in these steps? Email hello@thedeepflux.com and the page gets corrected.
Deepak YadavCrafting beautiful digital consumer products.

Product designer and indie hacker. Founder of Ossian Design Lab. Builds and ships business and consumer digital products in public.

Follow on X

Read next.

Look up.
It's all right there.