How to Force Quit an App from the Dock on Mac
An app froze and the spinning beach ball won't go away. The fastest place to kill it is somewhere you already have it: the Dock.
Here's the exact way to force quit an app straight from its Dock icon, plus two reliable backups for when the Dock trick isn't enough.
Force quit from the Dock: the Option key trick
Every running app in your Dock has a hidden Force Quit option. You just have to reveal it.
- Find the app's icon in the Dock.
- Control-click the icon (or right-click, or click and hold) to open its menu.
- Hold down the Option (⌥) key. Watch the menu: the Quit item changes to Force Quit.
- With Option still held, click Force Quit.
The app closes immediately, no confirmation dialog. That's the whole method. The key detail people miss is step 3: without Option held, you only get a normal Quit, which a frozen app will ignore.
When the Dock shows "Application Not Responding"
Sometimes you don't even need the Option key. When macOS detects an app has stopped responding, the Dock menu changes on its own.
- Control-click the frozen icon and the menu shows Force Quit directly, no Option required.
- You may also see Application Not Responding listed at the top of the menu as a status line.
If you see that, just click Force Quit. If the app is only sluggish rather than fully hung, the menu may still read Quit, so fall back to the Option trick above.
Alternative 1: the Force Quit window (⌥⌘⎋)
If the Dock is hidden, or the app has no Dock icon, use the system Force Quit window.
- Press Option-Command-Esc (⌥⌘⎋).
- Pick the app in the list. Frozen apps are usually labeled (not responding) in red.
- Click Force Quit, then confirm.
You can also open this window from the Apple menu () in the top-left corner, where it's listed as Force Quit.
Alternative 2: Activity Monitor
Activity Monitor is the heavier tool. Use it when an app won't die any other way, or when you need to kill a background process that has no Dock icon at all.
- Open Activity Monitor (in Applications > Utilities, or search it with Spotlight).
- Select the misbehaving process in the list.
- Click the Stop button (the octagon with an X) in the toolbar.
- Choose Force Quit in the dialog.
For the rare app that ignores even that, advanced users can open Terminal and run killall "App Name", or kill -9 <pid> using the process ID shown in Activity Monitor. Be precise: a wrong PID kills the wrong process.
Which method should you use?
- App has a Dock icon and is visibly stuck: Control-click it, hold Option, click Force Quit. Fastest.
- Dock hidden or app has no icon: ⌥⌘⎋ Force Quit window.
- Nothing works, or it's a background process: Activity Monitor, then Terminal as a last resort.
If you find yourself force-quitting the same apps all day, there's a faster, more entertaining option. MEGAKILL is a menu-bar app that turns force-quitting into one click: hold a shortcut, your cursor becomes a shotgun, and you click an app's Dock icon to force-quit it instantly. It's the quickest way to clear a stuck app straight from the Dock without digging through menus.
What force quitting does (and doesn't) do
Force quitting kills the app immediately and skips its normal shutdown. That means unsaved work is lost, the same as pulling the plug on that one app. It does not harm macOS or your other apps.
A few practical notes:
- System pieces like Finder can't really be quit, only relaunched. The Force Quit window offers Relaunch for Finder instead.
- If an app keeps freezing right after you reopen it, quit it and check for an update before relaunching.
- Force quit is for emergencies. When an app is responsive, a normal Quit (Command-Q) is safer because it saves and shuts down cleanly.
Force-quit, the fun way
Tired of the Control-click, hold-Option, aim-for-the-tiny-menu dance? MEGAKILL turns force-quitting into a single click: hold ⌥⌘, your cursor becomes a DOOM-style shotgun, and you blast a frozen app's Dock icon into oblivion. Force quit, instantly, with sound effects and kill streaks. Free for your first 100 kills, then a one-time unlock. Rip and tear through stuck apps.
Download MEGAKILL — freeFrequently asked questions
How do I force quit an app from the Dock on a Mac?
Control-click (or right-click) the app's icon in the Dock, hold the Option key so Quit changes to Force Quit, then click Force Quit. The app closes instantly with no confirmation.
Why does my Dock menu only show Quit, not Force Quit?
You need to hold the Option key while the Dock menu is open. Quit becomes Force Quit only while Option is pressed, unless macOS has already flagged the app as not responding.
What is the keyboard shortcut to force quit on Mac?
Press Option-Command-Esc (⌥⌘⎋) to open the Force Quit window. Select the frozen app, then click Force Quit.
Will I lose my work if I force quit an app?
Yes. Force quitting skips the app's normal save-and-shutdown, so any unsaved changes are lost. Use a normal Quit (Command-Q) whenever the app is still responsive.
What if an app won't force quit even from the Dock?
Try the ⌥⌘⎋ Force Quit window, then Activity Monitor (select the process and click Stop). As a last resort, use Terminal with killall or kill -9 on the process ID.