How to Force Quit on Mac: 5 Ways to Kill Frozen Apps
Published on
·5 min read
Safari is spinning. The beach ball won’t stop. You’ve clicked everywhere and nothing responds. Before you reach for the power button — don’t. There are five ways to force quit an app on Mac, ranked from fastest to nuclear. You almost never need to restart the entire machine.
Method 1: Cmd + Option + Esc (The Fastest)
This is your go-to. Press Cmd + Option + Esc and the Force Quit Applications window appears immediately. Select the frozen app — it usually says “(Not Responding)” next to it — and click Force Quit.
The app dies. Your other apps keep running. Unsaved work in the killed app is gone, but everything else stays intact.
Memorize this one shortcut and you’ll handle 95% of frozen app situations in under three seconds.
Method 2: Right-Click the Dock Icon + Option Key
See the frozen app’s icon in your Dock? Right-click it (or Control + click). You’ll see “Quit” at the bottom of the context menu — but that’s the gentle version, and a frozen app ignores gentle.
Now hold the Option key. “Quit” changes to “Force Quit.” Click it. Done.
This method is great when you can still move your mouse and interact with the Dock but the app itself is completely unresponsive. It’s also satisfying — there’s something visceral about watching the menu option change when you hold Option.
Method 3: Apple Menu → Force Quit
Click the Apple logo in the top-left corner of your screen. Select Force Quit. The same Force Quit Applications window from Method 1 appears.
This is essentially the mouse-driven version of Cmd + Option + Esc. Use it when you can’t remember the keyboard shortcut, or when you’re showing someone else how to do it — the visual path is easier to explain than a three-key combo.
Method 4: Activity Monitor
Open Activity Monitor (search for it in Spotlight with Cmd + Space). Find the frozen process in the list — you can use the search bar in the top-right to filter by name. Select it, then click the X button in the toolbar (the stop sign with an X).
You get two options:
- Quit — asks the app to close gracefully
- Force Quit — terminates it immediately
Activity Monitor shows you more than just apps. You can see background processes, how much CPU and memory each process uses, and which ones are misbehaving. If an app keeps freezing repeatedly, check Activity Monitor to see if it’s consuming abnormal CPU or memory — that’s usually the clue to a deeper problem.
Pro tip: Sort by CPU usage (click the CPU column header). The frozen app is often sitting at 90-100% CPU. That makes it easy to spot even if you’re not sure which process name corresponds to which app.
Method 5: Terminal — The Nuclear Option
Open Terminal (Spotlight → Terminal) and type:
killall "App Name"
For example: killall Safari or killall "Google Chrome". Use quotes if the name has spaces.
If killall doesn’t work — which is rare — escalate to:
kill -9 $(pgrep -f "App Name")
The -9 flag sends SIGKILL, which the operating system enforces. The process cannot ignore it, cannot clean up, cannot save state. It simply ceases to exist. Use this only when everything else fails.
Terminal is overkill for most situations, but it’s invaluable when the GUI itself is too sluggish to interact with — sometimes you can get a Terminal window open and type a command even when clicking feels impossible.
When the Entire Mac Freezes
Occasionally, it’s not one app — it’s everything. The cursor won’t move. Keyboard shortcuts do nothing. The screen is completely locked up.
Here’s the escalation ladder:
Step 1: Wait 30 seconds. Seriously. Sometimes macOS is doing something intensive (Spotlight indexing, a massive file operation) and it recovers on its own. Give it a moment.
Step 2: Try Cmd + Option + Esc. Even when the screen looks frozen, this shortcut sometimes breaks through after a delay. Hold the keys for a full 3-4 seconds.
Step 3: Hold the power button for 10 seconds. This forces a hard shutdown. On MacBooks, it’s the Touch ID button in the top-right of the keyboard. On desktops, it’s the power button on the back. Hold it — don’t tap it — until the screen goes black.
Step 4: Wait 10 seconds, then press the power button again to restart.
A hard shutdown should be your absolute last resort. It can cause file corruption if something was being written to disk. But if nothing else works, it’s the only option, and modern macOS (with APFS) handles unexpected shutdowns much better than older systems did.
Preventing Freezes in the First Place
A few patterns we’ve noticed over years of Mac use:
- Chrome with 40+ tabs is the most common freeze culprit. Each tab is a separate process consuming memory. If your Mac has 8GB of RAM, Chrome alone can consume all of it. Safari is genuinely more memory-efficient on macOS.
- Apps stuck on “Verifying” after download — this is Gatekeeper scanning the app. It’s not frozen, just slow. Wait it out or right-click → Open to bypass.
- macOS updates running in the background can cause temporary unresponsiveness. Check System Settings → General → Software Update if things feel sluggish after a restart.
- Low storage causes problems. If your startup disk has less than 10-15 GB free, macOS struggles with virtual memory. Free up space.
The five methods above, in order, solve virtually every frozen app scenario. Start with Cmd + Option + Esc. Save the power button for genuine system lockups. And if an app freezes repeatedly, that’s the app’s fault — consider updating it, reinstalling it, or finding an alternative.
More Guides
Best iPhone 16 Cases and Accessories Worth Buying in 2026
The iPhone 16 deserves the right accessories. We pick the best cases, chargers, screen protectors, and MagSafe accessories — with direct Amazon links.
Best Docking Stations for MacBook (2026)
Turn your MacBook into a desktop with a single cable. We compare the best Thunderbolt 4 and USB4 docking stations from CalDigit, OWC, Anker, and Satechi.
Best External Monitors for MacBook Neo and Air M5 in 2026
The MacBook Neo supports one external display, the Air M5 supports two. We pick the best 4K USB-C monitors for both, from budget to premium.