How to Force Quit Unresponsive Applications in macOS Using the Activity Monitor

Even on highly optimized macOS systems, applications can occasionally freeze, become trapped in an infinite loop, or display the infamous “spinning beach ball of death.” When a standard quit (Command + Q) fails, users must force the application to terminate. While the Apple menu provides a basic “Force Quit” dialog, the built-in Activity Monitor offers much greater visibility into system processes and provides multiple ways to terminate stubborn applications.

Why Use Activity Monitor?

The standard “Force Quit Applications” window (Option + Command + Esc) only lists top-level graphical applications. It will not show background daemons, menu bar utilities, or child processes that might be the actual cause of the system hang. The Activity Monitor displays every single process running on the Mac, allowing for precise troubleshooting.

How to Force Quit an App Using Activity Monitor

Follow these steps to identify and terminate an unresponsive process:

  1. Open the Activity Monitor application. You can find it by pressing Command + Space to open Spotlight, typing “Activity Monitor”, and pressing Return. Alternatively, navigate to /Applications/Utilities/.
  2. In the Activity Monitor window, ensure you are on the CPU or Memory tab.
  3. Locate the unresponsive application in the list. Applications that have completely frozen will typically be highlighted in red with the text (Not Responding) next to their name.
  4. You can use the search bar in the top-right corner if you are looking for a specific background process that isn’t immediately visible.
  5. Select the unresponsive process by clicking on it once.
  6. Click the Stop button (the circle with an ‘X’ inside it) located in the toolbar at the top of the window.
  7. A confirmation dialog will appear with two termination options:
    • Quit: This sends a standard termination signal, giving the app a chance to save data and close gracefully. If the app is deeply frozen, this will likely fail.
    • Force Quit: This sends a SIGKILL signal directly to the UNIX kernel, terminating the process immediately without giving it a chance to save data or clean up.
  8. Select Force Quit to instantly kill the unresponsive application.

The process will disappear from the list, freeing up the CPU and RAM it was consuming. You can now relaunch the application cleanly from your Applications folder or the Dock.

Get the best tech tips delivered straight to your inbox.

Join thousands of readers mastering Apple, Google, Microsoft, and Linux.