Why menu bar icons disappear behind the MacBook notch
Updated 2026 · a 7-minute read
You install a new app, it adds a menu bar icon, and… nothing appears. Or an icon you've had for months vanishes after you plug in an external display. You check the app's settings — "Show icon in menu bar" is definitely on. The app is definitely running.
If you're on a MacBook Pro or MacBook Air with a notch, there's a good chance the icon isn't missing at all. It's being drawn in a place macOS has decided not to draw.
Advertisement
What the notch actually does to the menu bar
Most people assume the notch behaves like an obstacle that content flows around — that macOS would notice a collision and shuffle the icon somewhere sensible. It doesn't.
The menu bar is really two regions with the notch sitting between them. On the left are your app's menus (File, Edit, View…). On the right is the status area, where third-party icons and Control Center items live. macOS lays the status area out right to left, starting from the right edge of the screen and packing each new item further left.
When that packing runs far enough left to reach the notch, macOS doesn't wrap the icon, doesn't push it to a second row, and doesn't drop it into an overflow menu. It simply stops drawing it. The icon still exists. The app still thinks it's showing an icon. You just can't see it, and — because it isn't drawn — you can't click or ⌘-drag it either.
This is the part that makes it so confusing to diagnose: the icon is not hidden, not disabled, and not crashed. Every piece of software involved believes it's on screen.
Why it often appears after a display change
The status area is laid out in screen coordinates, so anything that changes the geometry can push a previously-visible icon into the dead zone:
- Connecting or disconnecting an external monitor, which can move where the menu bar is drawn and how much room the status area has.
- Changing display resolution or scaling — a "More Space" setting fits more icons; "Larger Text" fits fewer.
- Installing a new app that adds an icon, pushing everything one slot left.
- A long clock format or a wide status item (a stock ticker, a VPN with text) eating horizontal space.
- Switching to an app with lots of menus — a long menu list on the left shortens the space available on the right.
Advertisement
How to get a lost icon back
1. Free up space to the right of it
Because items pack right-to-left, removing anything to the right of the missing icon pulls it back toward the visible area. The quickest wins are Control Center items you don't use: open System Settings → Control Center and set things like Bluetooth, Sound, AirDrop, Screen Mirroring, or Focus to Don't Show in Menu Bar. Each one you remove is a slot returned to the icons you care about.
2. Shorten the clock
The clock is often the widest item in the bar. In System Settings → Control Center → Clock Options (or Date & Time on some versions), turning off the day of the week, the date, or switching to a 24-hour format can free up a surprising amount of room — sometimes enough on its own to bring an icon back.
3. Switch to an app with a short menu bar
This one is a temporary trick, but it's useful for rescuing an icon. The status area gets less room when the frontmost app has many menus. Click on Finder or another app with a short menu list, and icons that were being clipped often reappear — at which point you can ⌘-drag the important one further right so it survives later.
4. ⌘-drag your priority icons to the right
Hold ⌘ Command and drag any menu bar icon left or right to reorder it. Anything you drag toward the right edge is safer, because the clipping always happens at the left end of the status area. Put your most important icons rightmost and the notch stops being a lottery.
5. Change resolution as a diagnostic
If you want to confirm the notch is the culprit rather than a broken app, go to System Settings → Displays and temporarily pick a more spacious scaled resolution. If the missing icon reappears, you've proven it's a space problem, not an app problem. You can then switch back and solve it properly with the steps above.
The developer's view: why apps can't just fix this themselves
It's reasonable to ask why the app that owns the icon doesn't simply place it somewhere visible. The short answer is that apps have very little say in the matter.
When an app creates a status item, macOS decides where to put it. A new item generally goes at the left end of the status area — which, on a crowded notched Mac, is precisely the dead zone. That's why a freshly installed menu bar app can appear to do nothing at all on first launch: its icon was created successfully and placed somewhere it will never be drawn.
There is one lever. macOS stores a per-item preference — NSStatusItem Preferred
Position — in the owning app's own preferences, and an app can seed a value there before
creating the item to claim a slot further right. Two things about it are worth knowing, because
they're not obvious:
- The number reads as distance from the right edge, so a lower value sits further right — the opposite of most people's first guess.
- It only applies when the item is created. It is not a live positioning API, so an app can't use it to rescue an icon that's already stranded.
The practical upshot for you as a user: a well-behaved menu bar app should claim a sensible position on first run, and after that your own ⌘-drag should win. If an app ever loses its icon into the notch permanently, clearing that app's saved position (usually by resetting its preferences) puts it back to a fresh placement.
A longer-term fix: stop competing for space
Every workaround above is really the same idea — reduce the number of things fighting for a narrow strip of screen. If you routinely run more menu bar apps than fit, a menu bar organizer solves the root cause rather than the symptom: it keeps a handful of icons visible and tucks the rest behind a single toggle, so nothing ever gets packed far enough left to hit the notch.
Barkeep is a free one. It hides the icons you don't need, lets you group several apps behind one labelled button, and puts CPU, memory and network readouts into a single slot instead of five. It also deliberately claims a notch-safe position for its own icons on first run — for exactly the reasons above.
Related: How to hide menu bar icons on Mac · How to declutter your Mac menu bar · Why menu bar apps ask for Accessibility