Keyboard Shortcuts Mac Force Quit and Activity Monitor
Sometimes an app on Mac freezes, stops responding, or refuses to close normally. Force Quit lets you shut down a misbehaving app immediately without restarting your entire computer. Activity Monitor shows you which apps and processes are using the most resources, helping you identify what is slowing your Mac down.
Force Quit — Cmd + Option + Esc
Cmd + Option + Esc → Opens the Force Quit Applications window ┌──────────────────────────────────────────┐ │ Force Quit Applications │ │ │ │ Safari │ │ Microsoft Word │ │ Excel (Not Responding) │ │ Mail │ │ Finder │ │ │ │ [Force Quit] │ └──────────────────────────────────────────┘ Apps labeled "(Not Responding)" are frozen. Select the frozen app → click Force Quit → confirmed.
Alternative Force Quit Methods
METHOD 1 — Dock right-click: Hold Option + Right-click the frozen app's Dock icon → "Force Quit" appears at bottom of the menu METHOD 2 — Apple menu: Apple menu (top-left) → Force Quit → Same Force Quit window opens METHOD 3 — Terminal (when everything else fails): Cmd + Space → "Terminal" → Enter Type: killall "App Name" Press Enter → app force-closes EXAMPLE: killall "Safari" → force-closes Safari killall "Finder" → restarts Finder
Force Quitting the Finder
Finder is special — it cannot be quit normally (Cmd + Q does nothing). When Finder freezes, use Force Quit to restart it. Finder restarts automatically after being force-quit.
Cmd + Option + Esc → select "Finder" → click "Relaunch" (Note: the button says "Relaunch" for Finder, not "Force Quit")
Activity Monitor — Mac's Task Manager
Cmd + Space → type "Activity Monitor" → Enter OR: Finder → Applications → Utilities → Activity Monitor ACTIVITY MONITOR TABS: CPU → Which processes use most processing power Memory → Which apps use the most RAM Energy → Battery usage (important on MacBooks) Disk → Read/write activity per process Network → Bandwidth usage per process
Reading the CPU Tab
PROCESS NAME %CPU PID USER ───────────────────────────────────────────── kernel_task 5.2 0 root WindowServer 4.8 312 alice Safari 12.3 1045 alice ← high user com.apple.MRT 0.1 2103 root Activity Monitor 1.2 3890 alice COLUMN MEANINGS: %CPU: Percentage of one CPU core being used PID: Process ID (unique number for each running process) USER: Which user account started this process
Finding and Quitting a Resource-Heavy Process
STEP-BY-STEP: 1. Open Activity Monitor (Cmd + Space → Activity Monitor) 2. Click "CPU" column header → sorts by CPU use (highest first) 3. Find the top offender 4. Select it → click the X button (top-left of Activity Monitor) 5. Choose "Force Quit" or "Quit" "Quit" = asks the app to close (polite) "Force Quit" = immediately terminates (no warning to the app)
Memory Pressure — When Mac Feels Slow
In Activity Monitor → Memory tab → look at the bottom:
MEMORY PRESSURE GRAPH:
Green = RAM has plenty of free space — normal
Yellow = RAM is filling up — mild pressure
Red = RAM is nearly full — Mac is using swap (disk memory)
→ Close unused apps to free RAM
Also check "Swap Used" value at the bottom:
0 bytes = ideal
Large swap = Mac is struggling — quit some apps or add RAM
Keyboard Navigation in Activity Monitor
Cmd + 1 → Switch to CPU tab Cmd + 2 → Switch to Memory tab Cmd + 3 → Switch to Energy tab Cmd + 4 → Switch to Disk tab Cmd + 5 → Switch to Network tab Cmd + Q → Quit Activity Monitor (does not quit other processes) Space → Quick Look on selected process (shows info panel)
Quick Reference
ACTION SHORTCUT ────────────────────────────────────────────────────── Force Quit window Cmd + Option + Esc Force Quit from Dock Option + Right-click Dock icon Open Activity Monitor Cmd + Space → "Activity Monitor" CPU tab in Activity Monitor Cmd + 1 Memory tab Cmd + 2 Energy tab Cmd + 3 Force quit process in Act. Mon. Select process → click X button Force quit Finder Cmd+Option+Esc → Finder → Relaunch Kill process in Terminal killall "App Name"
Cmd + Option + Esc is the Mac equivalent of Ctrl + Alt + Delete on Windows for frozen apps. Memorize it for those moments when an app is completely unresponsive and the only solution is to force it closed. Activity Monitor is the deeper tool — open it when your Mac runs slow and you need to find the cause, rather than just treating the symptom.
