Mac Tips

How to Remove Apps from Dock (Mac): A Quick Declutter Guide

Drag an icon off the Dock, or use Options and Remove from Dock. The app stays installed. Plus what to do when icons keep coming back and what cannot be removed at all.

ShortcutDock Team Updated 5 min read
Share
Illustration for How to Remove Apps from Dock (Mac): A Quick Declutter Guide

Key takeaways

  • Removing an app from the Dock does not uninstall it. The app stays in your Applications folder and can be opened at any time.
  • The two reliable methods are dragging the icon up and out until a Remove label appears, or right-clicking the icon and choosing Options and then Remove from Dock.
  • To clear every pinned app at once, run: defaults write com.apple.dock persistent-apps -array; killall Dock
  • Icons that keep coming back are usually the recent apps section, which you turn off in System Settings under Desktop and Dock, or a running app that will disappear once you quit it.

Drag the icon up and out of the Dock until a Remove label appears, then let go. Or right-click it and choose Options, then Remove from Dock. Either way the app stays installed; only the shortcut goes. Here are all three methods, plus why some icons come back.

Does removing an app from the Dock uninstall it?

No, and this is the question worth answering first because it stops people clearing their Dock at all. The Dock holds shortcuts. Removing one changes nothing about the application, its files, its settings or its licence. The app stays in your Applications folder and opens normally from Spotlight, from Finder, or from any launcher.

If you genuinely want an app gone, that is a separate job: drag it from the Applications folder to the Trash, or use an uninstaller tool to catch the preferences and support files it leaves behind. Many of Apple's own apps cannot be deleted at all, which is exactly why removing them from the Dock is the practical answer.

Method 1: Drag it off

  1. Click and hold the icon you want gone.
  2. Drag it upward, out of the Dock and onto the desktop.
  3. Hold it there for a moment until a Remove label appears beside the pointer.
  4. Release. The icon disappears and the remaining icons close the gap.

Waiting for the Remove label is the part people skip. Let go too early and macOS treats it as a reorder, and the icon snaps back into the Dock. Older versions of macOS confirmed the removal with a puff of smoke; current versions just remove it.

Method 2: The Options menu

  1. Right-click, or Control-click, the icon in the Dock.
  2. Hover over Options.
  3. Choose Remove from Dock.

More reliable than dragging, and the only sensible method on a trackpad. One thing to expect: if the app is currently running, its icon stays in the Dock until you quit it. The menu item has done its job, the pin is gone, and the icon you are still looking at is the running-app indicator rather than a shortcut.

You will also notice the menu reads Keep in Dock for a running app that is not pinned. That is the same setting seen from the other direction, and it is the quickest way to pin something you have just discovered you open constantly.

Method 3: Clear the whole Dock from Terminal

Removing twenty icons one at a time is tedious. This empties the pinned applications section in one step:

defaults write com.apple.dock persistent-apps -array; killall Dock

The Dock disappears for about a second and comes back holding only Finder, the Trash, whatever is currently running, and any folder stacks. To clear those stacks as well:

defaults write com.apple.dock persistent-others -array; killall Dock

As with every Dock setting, the change is written immediately but does not appear until the Dock restarts, which is what killall Dock does. Running the first half on its own looks like nothing happened.

If you want the factory layout back rather than an empty Dock, that is a different command and it wipes more than you might expect, including your hot corners. Our guide to resetting the Mac Dock to default covers exactly what goes.

Why do removed apps keep coming back?

Four causes, in order of likelihood:

  • The app is still running. Quit it and the icon goes. This accounts for most reports of a removal "not working".
  • It is in the recent apps section. macOS can show recently used apps after the divider. Turn it off in System Settings, then Desktop and Dock, with the toggle for showing suggested and recent apps, or run defaults write com.apple.dock show-recents -bool false; killall Dock.
  • A macOS upgrade re-added it. Major upgrades can put the apps that shipped with the new version back in your Dock. Annoying, and a one-off each time.
  • A configuration profile is enforcing the layout. On a work or school Mac, the Dock can be pushed by management and restored at every login. Check System Settings, then General, then Device Management. If a profile is listed, local changes will not survive.

What you cannot remove

Three things stay no matter what:

  • Finder, pinned permanently at one end.
  • The Trash, pinned permanently at the other.
  • Running applications, which appear whether or not they are pinned. To hide even these, defaults write com.apple.dock static-only -bool true; killall Dock restricts the Dock to showing only what is open, which is a different behaviour but gets you a shorter Dock.

If the presence of Finder and the Trash is the thing bothering you, no amount of removal will fix it. Hiding the Dock is the only real answer, and hiding the Mac Dock covers how, including how to stop it reappearing every time the pointer nears the bottom of the screen.

How do you tidy what is left?

Two things worth doing once the Dock is shorter.

Add spacers between groups. A blank tile lets you separate browsers from work apps so you can find things by position rather than by reading:

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

The spacer appears at the end of the Dock and can be dragged anywhere along it. Remove it the same way as any other icon, by dragging it off. Run the command again for each additional gap.

Put back only what you use. The useful test is whether you have opened an app from the Dock in the last fortnight. If not, it is decoration. If you removed a folder stack you actually wanted, getting the Downloads folder back on the Dock covers restoring it.

When the Dock is the problem, not its contents

A tidy Dock does not stay tidy. Every app you install wants a place in it, icons shrink as the row grows, and a careless drag removes something you needed. If you are cleaning the Dock for the second or third time, the more useful change is to stop launching from it.

The arrangement that replaces it: hide the Dock so the strip stops taking screen space, and open apps from the menu bar instead. ShortcutDock shows your apps in a grid behind a single menu bar icon or a global hotkey you choose. Apps you use hourly go in the Favourites bar, which stays visible whichever group you are browsing, and everything else goes into Groups that can be launched as a set.

It runs on macOS 13 Ventura or later, uses under 20MB of RAM, and works entirely offline with no account. The free version holds eight app shortcuts, five favourites and one group, which is a curated set rather than a whole library, and Pro lifts those caps for a one-time payment rather than a subscription. If you want the argument first, why we hide the Mac Dock makes it. Otherwise you can download ShortcutDock for free and set it up before you clear another icon.

Frequently asked questions

Does removing an app from the Dock uninstall it?

No. The Dock holds shortcuts, so removing one only removes the shortcut. The application itself stays in your Applications folder. To actually uninstall it, drag the app from the Applications folder to the Trash.

Why can I not remove Finder and the Trash from my Dock?

macOS pins both permanently and offers no setting to change that. Finder sits at one end of the Dock and the Trash at the other, and no Terminal command reliably removes them. Hiding the whole Dock is the only way to stop seeing them.

Why does an app icon come back in the Dock after I remove it?

Three usual reasons. The app is still running, so it appears in the running section until you quit it. Or the icon is in the recent and suggested apps section, which you can switch off in System Settings under Desktop and Dock. Or a configuration profile on a managed Mac is restoring the layout at login.

How do I remove all the Apple apps from the Dock at once?

Run defaults write com.apple.dock persistent-apps -array followed by killall Dock. That empties the pinned applications section in one step. Finder, the Trash and any currently running apps will still be shown.

Can I put a gap between groups of icons in the Dock?

Yes. Adding a spacer tile from Terminal inserts a blank space you can drag to any position, and you remove it by dragging it off the Dock like any other icon. It is a supported trick that has worked across many macOS versions.

Related guides

Get started

Put every app one click away

ShortcutDock runs from the macOS menu bar. Free basic version, no subscription, and no account required.