If you’re trying to work out how to force quit on a Mac, the quickest way is to press Command (⌘) + Option (⌥) + Esc to open the Force Quit window.
If you’ve switched from Windows, this is the Mac equivalent of Ctrl+Alt+Delete – allowing you to close frozen or unresponsive apps instantly.
Whether your Mac is completely frozen, running slow, or an app won’t respond, this guide covers all the ways to force quit on macOS in 2026, including keyboard shortcuts, Activity Monitor, Terminal commands, and troubleshooting tips when force quit doesn’t work.
This guide works on all modern Macs, including MacBook Air, MacBook Pro, iMac, Mac mini, and Mac Studio.
Note: Force quitting an app will close it immediately and you may lose any unsaved work! Always save your progress and consider backing up your Mac regularly.
Contents
- Quick Answer: How to Force Quit on Mac
- What Is Ctrl+Alt+Delete on Mac?
- 1. Force Quit via Keyboard Shortcut: Option + ⌘ + Esc
- 2. Force Quit via Apple Menu
- 3. Force Quit via The Dock
- 4. Force Quit Using Activity Monitor
- 5. Force Quit Using Terminal
- How to Force Quit on Mac When It’s Frozen
- How to Force Quit on Mac Without a Keyboard
- Tips to Prevent Apps from Freezing
- FAQ
Quick Answer: How to Force Quit on Mac
- ⌘ + ⌥ + Esc → Force Quit window
- Apple menu → Force Quit
- Dock → Option + right-click
- Activity Monitor → Force quit process
- Terminal → kill or killall command
What Is Ctrl+Alt+Delete on Mac?
On Windows, pressing Ctrl+Alt+Delete opens a system screen that lets you access Task Manager, lock your PC, or restart it.
On a Mac running macOS, the closest equivalent is the Force Quit window, which you can open using Command (⌘) + Option (⌥) + Esc.
For more advanced control – similar to Task Manager – you can use Activity Monitor to view and stop background processes.
1. Force Quit via Keyboard Shortcut: Option + ⌘ + Esc

The easiest and fastest way to force quit apps is with the keyboard shortcut:
- Press Option (⌥) + Command (⌘) + Esc together.
- The Force Quit Applications window will appear.

- Select the app that’s not responding.
- Click Force Quit.
Tip: You can even force quit Finder using this shortcut if it’s frozen. Finder is macOS’s file management system and sometimes causes the spinning beach ball of death.
Bonus tip: You can instantly force quit the currently active app by pressing Command (⌘) + Option (⌥) + Shift (⇧) + Esc.
This skips the Force Quit window and closes the app immediately.
For more keyboard shortcut tips, check out our guide to the best Mac keyboard shortcuts.
2. Force Quit via Apple Menu

If you prefer using the mouse:
- Click the Apple logo in the top-left corner of your screen.
- Select Force Quit… from the dropdown menu.
- Choose the unresponsive app and click Force Quit.
This method works the same way as the keyboard shortcut.
3. Force Quit via The Dock

To force quit from the Dock you must Ctrl-click and hold the Option key.
- Control-click (or right-click) the app icon in the Dock
- Hold the Option (⌥) key
- The “Quit” option changes to “Force Quit”
- Simply select Force Quit to close the application.
Tip: macOS hides the Force Quit option by default to prevent accidentally closing apps and losing unsaved work – it only appears when you hold down the Option key.
4. Force Quit Using Activity Monitor
Activity Monitor is the equivalent of Windows Task Manager for Mac. It shows apps that are unresponsive or using too much CPU or memory.
- Open Activity Monitor (use Spotlight with Command + Space and type Activity Monitor).
- Find the app causing problems. Unresponsive apps often appear in red. If it doesn’t appear in red, check both the CPU and memory usage tabs to see if multiple apps are slowing your Mac. For more check out our guide to using Activity Monitor to identify troublesome apps.

- Double-click the app or click the X in the top-left corner.
- Click Force Quit to stop the app.

5. Force Quit Using Terminal
For advanced users, Terminal allows you to force quit apps with commands:
- Open Terminal via Spotlight or your Dock.
- Type the command: killall “App Name” replacing
"App Name"with the exact name of the app (case-sensitive). In this example, we’re force quitting Preview.

- Press Enter. The app will close immediately.
If you’re unsure which app is causing issues:
- Type
topin Terminal to see running processes.

- Identify the app using its PID number. You’ll see how much of your Mac’s resources the app is hogging using the %CPU column.
- Type
kill <PID>to quit it (replace<PID>with the actual number).
Important: Be careful when using Terminal. Killing system-critical processes may cause macOS to be unstable and crash.
How to Force Quit on Mac When It’s Frozen
If your Mac is completely frozen, standard force quit methods don’t always work – especially if the keyboard or trackpad isn’t responding.
Here’s what to try step-by-step:
1. Try the Force Quit Shortcut First
Press Command (⌘) + Option (⌥) + Esc to open the Force Quit window.
- If it appears, select the frozen app and click Force Quit
- If nothing happens, move on to the next step
2. Try Restarting Using the Keyboard
If your keyboard still works partially, try:
- Control (⌃) + Power button → Opens restart/shutdown menu
- Press R to restart
On some Macs, you may need to press:
- Control (⌃) + Eject
3. If the Trackpad or Mouse Isn’t Responding
If you can’t click anything:
- Try connecting an external mouse or trackpad
- Use the Tab key + arrow keys + Enter to navigate dialogs (if the keyboard works)
4. Force Restart Your Mac (Last Resort)
If nothing responds at all:
- Press and hold the Power button for about 5–10 seconds
- Wait for your Mac to shut down completely
- Press the Power button again to restart
Note: This should only be used as a last resort, as you may lose unsaved work.
5. After Restarting
Once your Mac reboots:
- Reopen apps one at a time to identify the problem
- Check for macOS updates
- Use Activity Monitor to see if any apps are using excessive CPU or memory
Frequent freezing can be caused by low memory, too many startup apps, or outdated software.
For full list of solutions, check out our troubleshooting guide on how to fix a frozen Mac.
How to Force Quit on Mac Without a Keyboard
If your keyboard isn’t working – or you prefer using your mouse or trackpad – you can still force quit apps easily in macOS.
Here are the best methods:
1. Force Quit from the Apple Menu
- Click the Apple logo in the top-left corner
- Select Force Quit…
- Choose the unresponsive app
- Click Force Quit
This opens the same Force Quit window as the keyboard shortcut.
2. Force Quit from the Dock
- Right-click (or Control-click) the app icon in the Dock
- Hold down the Option (⌥) key
- Click Force Quit when it appears
Note: The Force Quit option only shows when you hold the Option key.
3. Use Activity Monitor (Mac Task Manager)
- Open Activity Monitor (via Spotlight or Applications > Utilities)
- Select the app that’s not responding
- Click the X icon in the toolbar
- Choose Force Quit
This is the most effective method for stopping background or stubborn processes.
4. Use the Mouse to Restart Your Mac
If apps won’t close:
- Click the Apple logo
- Select Restart
This is often faster than troubleshooting individual apps when multiple programs are frozen.
Tips to Prevent Apps from Freezing
- Keep macOS updated and all apps up to date.
- Reduce the number of startup apps in System Settings.
- Monitor CPU and RAM usage using Activity Monitor.
- Avoid running multiple high-memory apps simultaneously.
FAQ
What is the Mac equivalent of Ctrl+Alt+Delete?
The closest equivalent is ⌘+Option+Esc, which opens the Force Quit window.
Can I force quit Finder on Mac?
Yes! Use the Force Quit shortcut, select Finder, then click Force Quit.
Will I lose my work if I force quit an app?
Any unsaved work will be lost. Apps like Pages or Word may autosave, but it’s best to save frequently.
My Mac is completely frozen. What should I do?
Try restarting your Mac by holding the power button. If problems persist, boot into Safe Mode or check for system updates. For more help, check our guide on how to fix a frozen Mac.
How can I prevent apps from freezing on Mac?
Keep macOS updated, monitor CPU and memory usage in Activity Monitor, and close apps you’re not actively using.


