How to Force Quit on Mac: Every Method Explained
An application stops responding, the pointer becomes a spinning wheel, and clicking achieves nothing. It happens on every computer eventually, and on a Mac the instinct many people have, holding the power button until everything shuts off, is the worst available option. There are at least five better ways to close a frozen app without touching anything else you have open. Here is a complete guide on how to force quit on Mac.

The Keyboard Shortcut
The fastest method for how to force quit on Mac is the keyboard shortcut, and it is worth memorizing:
Command + Option + Escape
This opens the Force Quit Applications window, listing everything currently running. Any application that has stopped responding is usually labeled as not responding. Select it and click Force Quit, then confirm.
This works even when an application has taken over the screen and the menu bar seems unresponsive, which is why it is the first thing to try.
The Apple Menu
If you prefer menus, the Apple menu offers the same function:
- Click the Apple logo in the top left corner of the screen.
- Select Force Quit from the menu.
- Choose the frozen application from the list.
- Click Force Quit and confirm.
This opens the same window as the keyboard shortcut, so it is purely a matter of preference. It does require the menu bar to be accessible, which is not always the case with a badly frozen full-screen app.
From the Dock
A quicker approach to how to force quit on Mac for a single app uses the Dock:
- Find the application icon in the Dock.
- Right-click or Control-click the icon.
- Hold the Option key, which changes the Quit option to Force Quit.
- Click Force Quit.
The Option key step is the part people miss. Without it, the menu offers only a normal Quit, which a frozen application will ignore. Holding Option converts it into the forceful version.
Direct Keyboard Force Quit
There is a faster variation of how to force quit on Mac worth knowing. If the frozen application is currently in focus, pressing and holding:
Command + Option + Shift + Escape
for a couple of seconds force quits the frontmost application directly, without opening any window or requiring confirmation. It is the quickest method available when you are certain which app is the problem.
Activity Monitor
For more control over how to force quit on Mac, Activity Monitor provides a fuller picture. Open it from Applications, then Utilities, or via Spotlight. Find the process, sorting by CPU or memory to spot a misbehaving app, select it, click the X in the toolbar, and choose Quit or Force Quit.
Activity Monitor is more powerful than the standard window because it shows background processes and helper applications that appear nowhere else, along with which process is actually consuming resources.
Using Terminal
The most technical option for how to force quit on Mac is Terminal, which works when other methods fail:
Open Terminal from Applications, then Utilities. The killall command closes applications by name, so killall AppName targets a specific application. Alternatively, top displays running processes with their process IDs, and kill followed by the process ID targets a specific one.
Terminal is worth knowing as a fallback, but it should be a last resort for most users, since mistyped commands can close processes the system needs.
When Nothing Responds
Occasionally the entire system freezes and none of the above works. In that situation, a few steps in order:
| Step | Action |
|---|---|
| 1 | Wait a few minutes, since some processes recover |
| 2 | Try Command + Option + Escape again |
| 3 | Try Control + Command + Q to lock the screen |
| 4 | Hold the power button until the Mac shuts down |
| 5 | Wait, then restart |
Holding the power button is genuinely a last resort, since it cuts power without letting applications save or the system shut down cleanly, which risks data loss and occasionally file corruption. Exhaust the other options first.
Preventing Freezes
Knowing how to force quit on Mac is useful, but reducing how often you need it is better:
- Keep macOS and applications updated, since many freezes are bugs that have already been fixed.
- Watch your available storage, as a nearly full drive causes performance problems and instability.
- Close applications you are not using, particularly memory-heavy ones.
- Restart periodically rather than leaving your Mac running for weeks.
- Check Activity Monitor occasionally to identify apps that consistently misbehave.
- Be cautious with browser tabs and extensions, which are among the most common causes of memory pressure.
What Happens to Unsaved Work
Force quitting closes the application immediately without letting it save, so unsaved changes are typically lost. Some applications, particularly Microsoft Office and Apple iWork, keep autosave or recovery files that may restore recent work. This is why waiting briefly is worthwhile, since apps that appear frozen sometimes recover, particularly when processing something large.
When Freezing Is a Symptom
Frequent freezing usually points to something broader than one bad app. If your Mac regularly becomes unresponsive or slow to boot, the cause is often storage pressure, startup items, or system clutter. The guidance in How to Fix Slow Boot Mac covers diagnosing and resolving general performance problems, which pairs naturally here since a Mac that needs frequent force quitting and a Mac that boots slowly typically share the same root causes.
The bottom line on how to force quit on Mac is that you have several good options and should never need to hold the power button in normal circumstances. Command + Option + Escape opens the Force Quit window, the Apple menu does the same, holding Option while right-clicking a Dock icon force quits a single app, Command + Option + Shift + Escape held down closes the frontmost app instantly, and Activity Monitor gives you fuller control including background processes. Terminal is available as a fallback. Wait a moment before force quitting in case the app recovers, expect unsaved work to be lost, and keep your system updated and your storage clear to reduce how often this happens.
Key Takeaways
- Command + Option + Escape is the fastest method, opening the Force Quit Applications window.
- The same window is available from the Apple menu by selecting Force Quit.
- From the Dock, right-click the app icon while holding Option to change Quit into Force Quit.
- Holding Command + Option + Shift + Escape for a couple of seconds force quits the frontmost app instantly.
- Activity Monitor offers the most control, showing background processes and resource usage.
- Terminal commands like killall provide a fallback, though they should be a last resort for most users.
- If the whole system freezes, wait, retry the shortcuts, and only then hold the power button.
- Holding the power button risks data loss and file corruption, so exhaust other options first.
- Force quitting loses unsaved work, though some apps keep autosave or recovery files.
- Reduce freezes by updating software, keeping storage free, restarting periodically, and limiting browser tabs.