Glossary/When something goes wrong
Force Quit
Also: Quit vs Force Quit
Quick answer
Force Quit ends an app or process immediately, without letting it save or clean up. A normal Quit asks the app to close itself, which gives it the chance to save your work first.
Use Quit first. Apple describes Quit in Activity Monitor as the same as choosing File > Quit in the app: the process quits when it is safe to do so. If quitting could cause data loss or interfere with another app, it does not quit.
Force Quit is for apps that do not respond. The process stops right away. Apple warns that if it has files open you may lose data, and other apps that depend on it could have problems.
How to force quit an app on a Mac
Press Option-Command-Esc, or choose Apple menu > Force Quit. In the Force Quit Applications window, select the app and click Force Quit.
You can also Control-click the app's icon in the Dock, hold down the Option key, and choose Force Quit.
How to quit a process in Activity Monitor
Select the process in the list, then click the Stop button (the X) at the top of the window. Choose Quit to close it normally, or Force Quit to end it immediately. Quitting a process that belongs to another user may ask for an administrator password.
Only quit processes you recognize. Do not quit system processes such as kernel_task, launchd, or WindowServer. Many system processes are restarted by macOS right away, and some cannot be quit at all.
How to force quit from Terminal
Find the process ID with pgrep -l AppName, then run kill <PID> to ask it to quit. If it does not respond, kill -9 <PID> ends it immediately, with the same data loss risk as Force Quit.
When to use Quit and when to use Force Quit
Start with the gentlest option and work up. Each step gives the app less chance to save and clean up.
- The app responds but you want it closed: choose Quit from its menu, or press Command-Q.
- The app shows the spinning wait cursor: wait a little, since it may be finishing a long task.
- The app is marked Not Responding and stays that way: use Force Quit.
- A background process with no window misbehaves: select it in Activity Monitor and try Quit before Force Quit.
What to do if Force Quit does not work
Sometimes the Force Quit window does not open, or the app stays on screen after you force quit it. Apple recommends these steps, in order. A restart closes your other apps too, so save your work in any app that still responds before you start.
- Choose Apple menu > Restart.
- If the Mac does not restart, press and hold the power button for up to 10 seconds, until the Mac turns off.
- Press and release the power button to turn the Mac back on.
How to force quit Finder
Finder cannot be quit like other apps, because macOS needs it running. If Finder stops responding, open the Force Quit window with Option-Command-Esc and select Finder. The button changes to Relaunch, which quits Finder and opens it again.
What Activity Monitor's warnings mean
When you quit a process in Activity Monitor, it may warn you before it goes ahead. A message that quitting a process "might disrupt your computer" means the process belongs to macOS. A message that quitting it will log you out means the process holds your login session. In both cases, click Cancel unless you know exactly what the process does.
Activity Monitor also has View > Send Signal to Process, which sends a specific Unix signal to the selected process. Quit and Force Quit cover almost every case, so you rarely need it.
Questions people ask
What is the difference between Quit and Force Quit on a Mac?
Quit asks the app to close and lets it save first. Force Quit stops it immediately, so unsaved changes can be lost.
What is the keyboard shortcut to force quit on a Mac?
Option-Command-Esc opens the Force Quit Applications window. Select the app and click Force Quit.
Is it bad to force quit an app?
It is safe for the Mac, but you can lose unsaved work in that app. Try a normal Quit first and give the app a moment before forcing it.
Why does an app keep freezing after I force quit it?
Force quitting ends the freeze but does not fix its cause. Update the app, and check memory pressure and free disk space in Activity Monitor and System Settings.
Can I force quit a process that is not in the Force Quit window?
Yes. The Force Quit window lists open apps. For background processes, select the process in Activity Monitor, click the Stop button, and choose Force Quit.
What if my whole Mac is frozen and I cannot force quit?
Try Apple menu > Restart. If nothing responds, hold the power button for up to 10 seconds until the Mac turns off, then turn it back on.
Related
Looking for something better than Activity Monitor? See the best Activity Monitor alternatives for Mac, or browse every term in the glossary.