---
tags:
  - macOS
  - Tahoe
  - force-quit
  - troubleshooting
  - frozen-apps
title: Force Quit and Troubleshooting Frozen Apps on macOS Tahoe
---

# Force Quit and Troubleshooting Frozen Apps on macOS Tahoe

Even on a stable system like macOS, applications can sometimes freeze or become unresponsive (often indicated by the "Spinning Beach Ball of Death"). When clicking the red "Close" button doesn't work, you need to force the application to quit.

## Method 1: Keyboard Shortcut (The "Ctrl-Alt-Delete" of Mac)

The fastest way to handle a frozen app is the Force Quit menu.

1.  Press **Command + Option + Esc**.
2.  A window titled "Force Quit Applications" will appear.
3.  Select the frozen app (it will often say "Not Responding" in red next to it).
4.  Click **Force Quit**.

## Method 2: The Apple Menu

If you prefer using the mouse:

1.  Click the **Apple Logo ()** in the top-left corner of the screen.
2.  Select **Force Quit...**.
3.  Select the app and click **Force Quit**.

## Method 3: The Dock Shortcut

You can force quit an app directly from the Dock without opening a menu.

1.  **Right-click** (or Control-click) the app's icon in the Dock.
2.  Hold down the **Option (Alt)** key on your keyboard.
3.  The "Quit" option in the menu will change to **Force Quit**. Click it.

## Method 4: Activity Monitor

If an app is running in the background or doesn't appear in the standard Force Quit menu, use Activity Monitor.

1.  Open **Activity Monitor** (Cmd + Space, type "Activity Monitor").
2.  Find the process in the list (you can search for it in the top right).
3.  Select it and click the **X** button in the toolbar.
4.  Choose **Force Quit**.

## Method 5: Terminal (Advanced)

For command-line users, the `kill` command is the ultimate tool.

1.  Open **Terminal**.
2.  Type `killall "App Name"` (e.g., `killall "Safari"`).
3.  Press **Enter**.

*   **Note**: If the app name has spaces, wrap it in quotes.

## Related Guides
*   Troubleshooting Performance with Activity Monitor on macOS Tahoe
*   Terminating Processes with Kill on macOS Tahoe
*   Master Guide to macOS Tahoe