Guides··8 min read

Mac Toolbar Disappeared? How to Get It Back

Here is the trap in the question: on a Mac, toolbar can mean four completely different things, and the fix for one does nothing for the others. When someone tells me their mac toolbar disappeared, my first job is to figure out which strip they lost: the menu bar at the top, a window’s own toolbar, the Dock at the bottom, or a Finder-style row of buttons. Name it right and the fix is usually one keystroke or one toggle. This walks through all four, in the order people mix them up.

By Deepak Yadav, building NotchBay

The short version

  • Figure out which bar is gone first. The menu bar (top), a window toolbar (inside an app), and the Dock (bottom) each have a separate fix.
  • Most vanishing bars are auto-hide settings or full screen, not bugs. Turn both off and the bar stops flickering away.
  • When a setting looks correct but the bar still hides, restarting Finder or the app clears it. I explain each case below.

#First, which toolbar disappeared?

macOS has no single thing called “the toolbar,” which is why the phrase “mac toolbar disappeared” is so muddy to answer. Four different strips get called that, and I get asked about all four. Before you change any setting, match what vanished to one of these:

What you lostWhere it livesThe one-line fix
Menu barVery top: Apple logo, app menus, clockSet auto-hide to Never in Control Center
Window toolbarTop of an app window: buttons, searchView menu, Show Toolbar, or Command Option T
DockBottom (or side): app iconsCommand Option D
Finder path or tab barInside Finder windowsFinder View menu, Show each bar

If you are not sure, move your pointer to the top edge and then the bottom edge of the screen. Whichever bar slides into view was set to hide, not deleted.

That last trick answers most of these on its own. A bar that reappears when you push the pointer to a screen edge was never gone. It is set to auto-hide, and the rest of this guide is about turning that off for good and handling the cases where it does not come back.

#Getting a window toolbar back

This is the one most people actually mean when they say the toolbar disappeared. It is the strip inside an app window, below the title, that holds an app’s buttons: the back and forward arrows in Finder, the address field and share button in Safari, the formatting row in Pages. It hides per app, and it hides per window, so it is easy to knock out by accident.

The fix is almost always in the app’s own View menu. Look for Show Toolbar and click it. Many apps also accept the shortcut Command Option T, which toggles the toolbar on and off, and that same shortcut is what people press by mistake and then cannot undo.

A few app-specific notes I run into often:

  • Finder: View, then Show Toolbar. Hiding the toolbar in Finder also hides the sidebar and the window’s title area, so a window that suddenly looks bare is usually this.
  • Safari: View, then Show Toolbar. If the address bar is there but buttons are missing, use View, Customize Toolbar and drag the defaults back in.
  • Notes, Mail, Pages: each has its own View menu entry. There is no global toggle that fixes all of them at once.

One thing worth saying plainly: hiding a window toolbar is a per-window state in some apps and a per-app default in others. If you turn it back on and it stays on, you are done. If it keeps vanishing when you open new windows, jump to the section on why it keeps disappearing.

#The bottom toolbar is the Dock

When someone says their bottom toolbar or their “hotbar” is gone, they mean the Dock: the strip of app icons that normally sits at the bottom of the screen. It has its own auto-hide switch, completely separate from the menu bar, and its own keyboard shortcut.

The fastest fix is the shortcut. Press Command Option D. That toggles Dock auto-hiding on and off, so if the Dock was hidden it appears, and if it was already showing it disappears. Press it once and see which way it goes.

If you would rather set it deliberately:

  1. Open System Settings, then Desktop & Dock.
  2. Turn off Automatically hide and show the Dock.

Two things that look like a missing Dock but are not. First, the Dock can move: under the same Desktop & Dock settings, Position on screen can be Left, Bottom, or Right, so a Dock that seems gone may have jumped to a side edge. Second, if the Dock stopped responding entirely rather than just hiding, relaunching it clears the state. Open Terminal and run:

# restart the Dock without logging out
killall Dock

The Dock relaunches on its own a second later with your settings intact. Nothing is lost, and it is safe to run any time the Dock is stuck.

#Why it keeps disappearing

Getting a bar back once is easy. The real frustration is a bar that hides again five minutes later. In my experience that is never random. It comes down to a small set of causes, and each has a durable fix rather than a repeated toggle.

  • Full screen. This is the big one for the menu bar. Full screen hides the top bar by design, so if you live in full-screen apps the menu bar will keep vanishing. Leave full screen with Control Command F, or accept that it hides there and reveals on hover.
  • Auto-hide still on. If you flipped the shortcut instead of the setting, the setting is still whatever it was. Set both the menu bar (Control Center) and the Dock (Desktop & Dock) to their non-hiding state so a stray keypress cannot bring the behavior back.
  • A hot corner or shortcut you keep hitting. Command Option T for window toolbars and Command Option D for the Dock are easy to trigger by accident while reaching for other shortcuts. If a bar toggles at odd moments, this is usually why.
  • A stuck process. Occasionally a bar honors its setting but still will not draw. Restarting the responsible process fixes it: killall Dock for the Dock, killall Finder for Finder’s toolbar and desktop, or quitting and reopening the specific app.

If you have set everything to Never, are not in full screen, and a bar still misbehaves, a restart of the Mac clears any leftover window-server state. I reach for that only after the targeted fixes above, because it rarely turns out to be the cause.

None of this touches the notch, by the way. The camera cutout on a modern MacBook is passive hardware that the menu bar simply wraps around, so a disappearing menu bar is a software setting, not anything to do with the notch itself. If you are curious what that strip can do once it is behaving, I keep a separate write-up on turning it into a live status area in the macOS Dynamic Island guide.

#Frequently asked questions

How do I get my Mac toolbar back?

It depends which one vanished. For the menu bar at the very top, push the pointer to the top edge of the screen to reveal it, then open System Settings, Control Center, and set Automatically hide and show the menu bar to Never. For a window toolbar inside an app, open the View menu and choose Show Toolbar, or press Command Option T. For the Dock at the bottom, press Command Option D or move the pointer to the bottom edge.

Why does my toolbar keep disappearing on my Mac?

Almost always because something is set to auto-hide, or an app is in full screen. Full screen hides the menu bar by design. The menu bar and the Dock each have their own auto-hide setting, and a stray keyboard shortcut can toggle them. Set both to Never and leave full screen with the green button or Control Command F to stop the flicker.

Why is my hotbar not showing on my Mac?

Hotbar usually means the Dock, the strip of app icons at the bottom. If it is gone, press Command Option D to turn off auto-hide, or move the pointer to the very bottom of the screen to make it slide up. If it moved rather than hid, the Dock can sit on the left or right edge instead, which you set in System Settings under Desktop and Dock.

How do I get the bar back on a Mac?

Name the bar first. The menu bar lives at the top and is controlled in Control Center settings. A window toolbar lives inside an app window and toggles from that app’s View menu. The Dock lives at the bottom and toggles with Command Option D. If the setting looks correct but the bar still will not show, restart the responsible process with killall Dock or killall Finder, or quit and reopen the specific app.

Everything here I have run into on my own notched MacBook while building NotchBay. Found a case this misses, or a step that behaves differently on your macOS version? Email [email protected] and I will fix the page.
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.