How to Use Stage Manager on a Large Display
Stage Manager is one of those macOS features that feels designed for a laptop and then shipped to everyone. On a 13-inch MacBook it makes real sense: one window at a time, the rest tucked into a strip, no clutter. On a 27-inch or ultrawide display the same behavior leaves you looking at a small window floating in a large empty desktop, with your other apps reduced to thumbnails you have to click to see.
This is a fixable problem, but not by turning Stage Manager off. Here’s what it’s actually doing to your screen space, and the settings and habits that make it work on a big display.
What Stage Manager actually does with your screen space
Two things, and it’s worth separating them:
- It reserves a strip. Your recent windows become thumbnails down one side of the screen — the left by default. That strip is real estate you no longer use for windows.
- It centers one window — it does not resize it. This is the part people miss. Stage Manager decides which window is in front, not how big it is. A window that was 1,200 points wide stays 1,200 points wide when it takes center stage. On a laptop that fills most of the screen. On a 34-inch ultrawide it’s a postage stamp in the middle.
So Stage Manager is a window switcher, not a window manager. It has no layout engine, no tiling, no snapping. Nothing in it will make a window fill the space it’s given. Once you see it that way, the fix becomes obvious: you have to handle sizing yourself.
Reclaim the strip when you aren’t using it
The thumbnail strip is the first thing to tune. In System Settings → Desktop & Dock, find the Stage Manager row and open Customize beside it. Turn off Recent applications.
With that off, the strip no longer sits there permanently. It appears when you move the pointer to the screen edge and gets out of the way otherwise, which on a wide display is usually what you want — you have plenty of room for windows and rarely need a persistent column of thumbnails.
While you’re in that panel, the other setting worth changing is Show windows from an application. The default groups all of an app’s windows together; switching to One at a time treats each window as its own stage. If you keep six Safari windows open for six different tasks, one-at-a-time is far more useful, because those tasks stop being a single undifferentiated blob.
Stop the desktop from swallowing your windows
On a large display there’s a second, more irritating behavior: clicking any empty patch of wallpaper hides your windows to reveal the desktop. With a small window centered on a big screen, “empty patch of wallpaper” is most of what you can see, so this fires constantly by accident.
Change it in System Settings → Desktop & Dock, under Click wallpaper to reveal desktop. Set it to Only in Stage Manager if you want the behavior sometimes, or turn it off entirely. On a big display, off is usually right.
Give the center stage a real size
Now the actual work: making the focused window fit the screen. Stage Manager won’t do it, so you’re sizing windows yourself. Three things make that less painful.
Reserve the strip’s width once and remember it. If you kept the strip visible, don’t let windows run underneath it. Pick a left margin — roughly the strip width plus a small gap — and treat that as the left edge of your usable screen. Every window you place starts there.
Use the double-click-to-zoom edge trick. Holding Option and double-clicking a window’s edge expands that window in the direction of the edge, up to the available space. It’s a fast way to grow a window rightward or downward without dragging a corner across a 34-inch display.
Size once per app, not once per session. macOS remembers most apps’ window sizes between launches. If you set a good size for your editor and your browser once, with the strip and Dock accounted for, most of this work doesn’t repeat.
Where doing it by hand runs out
The manual approach works fine for one window. It falls apart for the case that actually matters, which is several windows sharing a large display.
Say you want an editor on the left two-thirds, a terminal top-right, and documentation bottom-right — and every one of them respecting the Stage Manager strip and the Dock. By hand that’s three drags and three resizes, all by eye, all subtly wrong. Then you switch to a different task with a different set of windows, and you do it again.
One-window-at-a-time tools help less than you’d expect here. Something like Rectangle is excellent for “put this window on the left half” — it’s free, keyboard-driven, and if that’s your workflow it’s the right tool. But “left half” means half of the screen, not half of the space Stage Manager left you, and you still perform the choreography one window at a time. You’re the one holding the layout in your head.
Doing the whole arrangement in one click
This is the specific gap I built Staged to fill, so treat the rest of this section accordingly.
Staged takes the whole set of visible windows and arranges all of them at once into a layout you pick from the menu bar. The parts that matter for a big display with Stage Manager:
- You set the margins once. A left margin for the Stage Manager strip and a bottom margin for the Dock, in a visual editor you drag rather than a number you guess. Every layout then tiles into the space that’s actually left, not the raw screen rectangle.
- It only offers layouts that fit. With two windows open you see the seven sensible two-window splits; with four you see four-window grids and primary-plus-stack arrangements. You’re not scrolling past 27 options looking for the one that applies.
- Clicking the same layout again rotates positions. Change which window is in the large slot without re-dragging anything, which keeps your spatial memory intact.
Whether you use Staged or not, the underlying point holds: Stage Manager decides what’s in front, and something else has to decide how big it is. On a laptop macOS’s defaults hide that gap. On a large display you have to close it yourself — with the settings above, with a tiling tool, or with both.