Updated July 27, 2026

The macOS Tahoe Dock, Explained (What Changed and How to Customize It)

Short answer

macOS 26 Tahoe rebuilt the Dock's appearance in Liquid Glass and added a new icon style system — Default, Dark, Clear and Tinted — under System Settings → Appearance → Icon & Widget Style. The Dock's behavior did not change: size, magnification, position and auto-hide live in System Settings → Desktop & Dock, the Terminal spacer trick still works, and there is still no built-in way to group apps or launch a set of them together.

macOS 26 Tahoe gave the Dock its biggest visual overhaul in years. Almost none of it changed how the Dock works — which is either reassuring or frustrating, depending on what you were hoping for. Here's what actually changed, what stayed exactly the same, and every customization worth doing.

What changed in the Tahoe Dock

Liquid Glass. The Dock, app icons, and widgets are rendered in Apple's Liquid Glass material — layered translucency with specular highlights that pick up what's behind them. On a busy wallpaper the Dock now visibly refracts the desktop instead of sitting on a flat frosted panel.

A real icon style system. This is the substantive one. Tahoe added system-wide icon appearances: Default, Dark, Clear (light and dark), and Tinted (light and dark, in a color you pick). Set it in System Settings → Appearance → Icon & Widget Style. It applies to Dock icons, desktop widgets, and the Home Screen-style surfaces together, so your Dock can go monochrome or fully translucent in one switch.

A new icon format. Apps now ship .icon bundles instead of the old .icns files, which is how the system generates dark, clear, and tinted variants of an app's artwork rather than just recoloring a bitmap. Apps that haven't adopted it still work — they just get a less refined treatment in the non-default styles.

What did not change

Customizing the Tahoe Dock

1. Pick an icon style

System Settings → Appearance → Icon & Widget Style. Try Clear Dark if you use a dark wallpaper and want the Dock to nearly disappear, or Tinted in one accent color if you find full-color icons visually noisy. Default remains the most legible when you have twenty-plus icons and rely on color to find them.

2. Reclaim screen space

Turn on Automatically hide and show the Dock in Desktop & Dock, then make the reveal instant:

defaults write com.apple.dock autohide-delay -float 0
defaults write com.apple.dock autohide-time-modifier -float 0.4
killall Dock

Undo with defaults delete com.apple.dock autohide-delay and the same for autohide-time-modifier.

3. Move the Dock to the side

On a widescreen display, Position on screen → Left or Right buys back vertical space, which is the dimension most documents and code actually need.

4. Add spacers between clusters

defaults write com.apple.dock persistent-apps -array-add '{"tile-type"="spacer-tile";}'
killall Dock

Drag the transparent tile where you want the gap; repeat for more. Use "small-spacer-tile" for a narrower one. Spacers survive restarts and are removed by dragging them off.

5. Stop the Dock refilling itself

Turn off Show suggested and recent apps in Dock so the Dock only changes when you change it.

6. Reset if you overdo it

defaults delete com.apple.dock && killall Dock

This restores the stock Dock — spacers, pinned apps, and tweaks all go.

The gap Tahoe didn't close

The redesign is skin-deep by design. If your Dock frustrates you because it looks cluttered, Tahoe's icon styles genuinely help. If it frustrates you because your day is "open these six apps, work, close them all" repeated per project, nothing in Tahoe addresses that — the Dock still treats every app as an isolated icon.

That's the gap DockGroups fills, without replacing or restyling the system Dock: named groups of apps, Open All to launch a whole workflow with one click, Close All to end it, standalone Dock icons per group, and a dynamic Most Used group. It runs natively on macOS 14 Sonoma through 26 Tahoe on both Apple Silicon and Intel, is free for 2 groups, and Pro is a one-time $9.99 with no subscription.

For the rest of the tidy-up, see how to organize your Mac Dock and how to group apps on your Mac Dock.

FAQ

How do I change Dock icon style in macOS Tahoe?

Go to System Settings → Appearance → Icon & Widget Style and choose Default, Dark, Clear, or Tinted. Clear and Tinted each have light and dark variants, and Tinted lets you pick the color. The choice applies to Dock icons and widgets together.

Can I turn off Liquid Glass in the Dock?

There is no switch that reverts the Dock to the pre-Tahoe material. You can reduce the effect substantially with System Settings → Accessibility → Display → Reduce transparency, which replaces much of the translucency with solid backgrounds.

Does macOS Tahoe let you group apps in the Dock?

No. Tahoe changed the Dock's appearance and icon styles but added no grouping. The built-in workarounds are still spacers and folders of app aliases; real groups with one-click launch require a third-party app such as DockGroups.

Do Dock spacers still work in macOS Tahoe?

Yes. The defaults write com.apple.dock persistent-apps -array-add '{"tile-type"="spacer-tile";}' command followed by killall Dock still inserts a draggable blank tile.

DockGroups groups your Mac Dock apps by project and launches or quits them all with one click. Free for 2 groups — Pro is a one-time $9.99, no subscription.

Download DockGroups for macOS