MacBook Notch Menu Bar Icons Hidden: Why It Happens

You open Xcode or Final Cut Pro on a 14-inch MacBook Pro and three status icons are simply gone. They have not quit. The VPN is still connected, the sync client is still syncing, the clipboard manager is still listening. They have nowhere left to draw themselves, because the camera housing sits in the middle of the menu bar and macOS will not put anything underneath it.

This is not a bug and there is no setting called "show all menu bar icons" waiting to be switched on. It is a width problem with a hard edge in the middle. Once you can see where the width goes, the fix becomes a short list of decisions rather than a hunt through System Settings.

How the notch splits the menu bar in two

The menu bar has always had two regions. Application menus grow rightward from the Apple logo. Status items fill leftward from the right edge of the screen. On a display without a camera housing these two regions share one continuous strip, so they only collide when the strip is genuinely full.

On a MacBook with a notch, the middle of that strip is dead space. Neither region draws into it. The application menus stop short of the notch on the left, and the status items stop short of it on the right. The usable width has not shrunk by a few pixels. It has been split into two shorter runs with a wall between them.

That wall is why the same set of icons behaves differently depending on which app is in front. A text editor with six menus leaves the left run mostly empty. Xcode, Final Cut Pro, Microsoft Word, and Photoshop carry long menu lists, and each extra menu title pushes the left run further toward the notch. The right run does not get smaller when that happens, but on smaller built-in displays the two runs plus the notch add up to more than the screen, and something has to give.

What gives is always the status items, never the app menus. macOS treats the frontmost application's menus as required content. Status icons are treated as optional, so they are the ones that stop being drawn.

Why they vanish instead of collapsing into an overflow

Windows solves the same crowding problem with a chevron in the notification area. Click it, and the overflow appears in a small panel. macOS has no equivalent for status items. Each item is drawn by a separate process, asks the system for a width, and is laid out from the right edge inward. When the space runs out, the items that would have landed furthest left are not drawn at all.

There is no gesture to reach an item in that state. It is not shrunk, not stacked, not hidden behind an arrow. It is absent from the screen until something frees up room, usually by switching to an app with fewer menus.

The menu bar runs along the top of the screen on your Mac. Use the menus and icons in the menu bar to choose commands, perform tasks, and check status. Source: support.apple.com

The ordering also works against third-party apps. On recent versions of macOS the clock, Control Center, and the system search and assistant items sit at the far right and hold their position. Third-party icons queue up to the left of them. That means the first casualties of a crowded bar are almost always the apps you installed yourself, not the ones Apple ships.

The four things actually consuming the width

Counting icons is the wrong measure. Width is what matters, and four separate factors control it.

The first is the number of status items, which is the obvious one. The second is the width of each item, which is not obvious at all. A plain glyph is narrow. A menu bar clock showing the day of the week, the date, and seconds is several times wider. So is a weather item with a temperature, a network monitor with live throughput figures, a battery item with a percentage, a Now Playing item with a track title, and an input source item showing a language name. A handful of text-bearing items can occupy more room than a dozen plain glyphs.

The third factor is the frontmost application's menu count, described above. The fourth is display scaling. System Settings has a resolution control for the built-in display, and moving it toward the "More Space" end raises the effective pixel width of the menu bar, which fits more items. Moving it toward "Larger Text" does the reverse. This is why the same Mac can show every icon one day and hide two the next, with no software change in between. Someone adjusted the display, or plugged into an external monitor where the notch does not exist and everything fit again.

Settings that reclaim width with no new software

Several of these are worth doing before installing anything, because they cost nothing and they reduce the size of the problem a menu bar tool has to solve later.

Turn off the Apple items you do not read

System Settings has a Control Center pane that governs every item macOS itself puts in the bar. Wi-Fi, Bluetooth, AirDrop, Focus, Screen Mirroring, Display, Sound, Now Playing, Battery, Fast User Switching, Time Machine, VPN, Accessibility Shortcuts, and the search and assistant items each have their own control. Most offer three states: always show in the menu bar, show only while active, or do not show at all.

The "show when active" state is the useful middle ground. Screen Mirroring and Time Machine, for example, tell you nothing while idle. Set to show when active and they cost zero width until the moment they matter.

Shorten the clock

The clock is often the single widest item in the bar. Its options let you drop the day of the week, drop the date, switch to a 24-hour display, and turn off seconds. Removing the day and date alone frees a noticeable run of pixels, and the same information is one click away in Control Center or the calendar.

Reorder so the right things survive

Since the cut happens at the left end of the status run, position decides who lives. Apple documents the gesture:

To rearrange status menus, press and hold the Command key while you drag an icon. To quickly remove a status menu, press and hold the Command key while you drag the icon out of the menu bar. Source: support.apple.com

This does not create space. It decides which items are sacrificed when space runs out. Drag the ones you actually click toward the right, and let the ambient status indicators sit further left where they will be trimmed first.

Scale the app below the camera

Select an application in the Applications folder, open Get Info, and there is an option to scale it to fit below the built-in camera. With it on, that app runs in a display area that stops beneath the notch, so the menu bar becomes an uninterrupted black strip with no wall in the middle. The cost is real: everything in that app is slightly smaller, and the strip beside the camera is unused. For one problem app with an enormous menu list, it is often an acceptable trade.

Where the built-in options run out

Each of the steps above has the same shape: you give something up to get width back. That works until the things left on the list are all things you want.

The Control Center pane only governs Apple's own items. Third-party apps each decide for themselves whether they offer a "hide from menu bar" preference, and many do not. For those, the choice is to keep the icon or quit the app, and quitting the app is rarely what you want when the app is doing useful background work.

Reordering redistributes the loss instead of removing it. Display scaling trades legibility for width, which is a poor bargain on a laptop screen. And none of it addresses the structural issue, which is that a notch Mac has two short runs of menu bar rather than one long one.

Approach Cost Frees width Icon still reachable
Hide Apple items in Control Center Lose at-a-glance status Yes Via Control Center
Shorten the clock display Less date detail Yes Yes
Switch resolution to More Space Smaller text everywhere Yes Yes
Scale app below the camera Smaller app, black strip Yes, for that app Yes
Quit the background app Lose the app's function Yes No
Menu bar manager Extra software and permissions Yes Depends on the tool

What a menu bar manager changes about the maths

A menu bar manager for macOS keeps every status item registered with the system but parks the ones you have marked as secondary outside the visible bar, then brings them back on a click, a hotkey, or a hover. The app stays running, the icon stays alive, and the width it was consuming is returned to the items you kept.

Two designs are common. One collapses the secondary items behind a divider that sits in the normal bar. The other moves the overflow into a second row beneath the menu bar, which is directly relevant on a notch Mac because the second row is not split by the camera housing and can hold far more than the top run.

Which of those two designs suits a given machine depends on how many items survive the free steps above. A divider that lives in the top run still has to fit inside the same shortened strip, so it helps most once the remaining list is genuinely short. A second row underneath is unaffected by the camera housing, which is the better fit when the list stays long however much you trim it.

If you are comparing tools, the questions that separate them are narrower than the marketing pages suggest. Can a hidden icon be clicked and its menu opened without first expanding the whole bar, or does every check cost two actions? Which system permissions does it request, since Accessibility and Screen Recording prompts are not equivalent in what they grant. What is the minimum macOS version, which varies widely across the open source and commercial options. And is it free, one-time paid, or a subscription. A feature-by-feature breakdown is on the How it compares page, and the specific behaviours are listed under Features.

One thing worth checking before you install anything: a tool that hides icons does not reduce what those apps are doing. The battery and memory they use is unchanged. What changes is how much of your attention the top of the screen demands.

What to change first

Start with the Control Center pane and the clock options, because they are free, reversible, and often enough on their own. If the bar is still cut off after that, the remaining items are ones you want, and the question becomes which tool parks them without making them harder to reach. Koffret is built around keeping hidden icons clickable, and the current terms are listed on the Pricing page.

Frequently asked questions

Why do my menu bar icons come back when I switch apps?

The frontmost application's menus occupy the left run of the menu bar, and a long menu list pushes the collision point further right. Switching from an app with many menus, such as an editor or a video tool, to one with few menus frees width that the status items immediately reclaim. Nothing is wrong with the icons themselves.

Does the notch itself hide the icons, or is the screen just too narrow?

Both, working together. The camera housing is dead space that neither the app menus nor the status items will draw into, so a notch display gives you two shorter runs instead of one continuous strip. On an external monitor the same set of icons usually fits without any changes.

Can I make macOS show a chevron or overflow menu for extra icons?

macOS does not provide one. Status items are drawn from the right edge inward, and any that no longer fit are simply not rendered, with no arrow or panel to reach them. An overflow area is one of the main reasons people install a menu bar manager.

Will hiding an icon stop the app from running?

No. Hiding a status item through Control Center, a per-app preference, or a menu bar manager only affects what is drawn. The application keeps running, keeps syncing, and keeps its background work going. Quitting the app is the only action in that list that actually stops it.

Back to all posts