MEGAKILLESDownload free

Excel Won't Quit on Mac? How to Force It to Close

macOS guide · Last updated June 5, 2026

Press ⌥⌘⎋ to open the Force Quit Applications window, pick Microsoft Excel, and click Force Quit. If it still hangs, kill it from the Dock, end it in Activity Monitor, or run killall "Microsoft Excel" in Terminal. Save first when you can, because force quitting drops unsaved cells.

You hit ⌘Q. The beachball keeps spinning. Your workbook is held hostage. Excel freezes on the Mac more than most apps, usually because it is busy in the background and cannot answer you. Here is how to close it for good, starting gentle and working up to brute force.

Every step below uses the exact keys and menus for current macOS (Sonoma and Sequoia) and for Excel from Microsoft 365 or Office 2021.

First, give Excel a moment (and try ⌘Q)

Excel often is not crashed. It is just slow. A workbook with thousands of formulas, a fat PivotTable refresh, or a queued print job can pin the app for a while. Before you force anything, click an Excel window to bring it forward and press ⌘Q, or use the menu bar: ExcelQuit Excel.

Watch the menu bar. If Excel still sits next to the Apple logo and its menus open, the app is alive and may finish in a few seconds. Wait up to a minute on a big file. And check for hidden dialogs: if a small box is tucked behind the main window asking you to save or confirm something, Excel looks frozen until you answer it. Move the windows aside and look.

If ⌘Q does nothing and the pointer turns into the spinning beachball, Excel is genuinely hung. Time to force it.

Force Quit Excel with the Force Quit window (⌥⌘⎋)

This is the fastest reliable fix. Press ⌥⌘⎋ (Option-Command-Escape) to open the Force Quit Applications window. You can also reach it from the Apple menu () → Force Quit.

  1. Find Microsoft Excel in the list. A frozen app usually reads (not responding) in red next to its name.
  2. Select it and click Force Quit.
  3. Confirm in the dialog.

Force quitting skips Excel's clean shutdown, so anything you have not saved since your last save is gone. Here is the good news: when you reopen Excel, the Document Recovery pane often shows an AutoRecover copy of the workbook. Check it before you redo work. For the full rundown of this window and its shortcut, see our guide to force quitting on Mac and the force quit keyboard shortcuts.

Force quit Excel from the Dock

Would rather not leave what you are doing? Kill Excel right from its Dock icon. Right-click (or Control-click) the Excel icon in the Dock to open its menu.

  1. Right-click the Excel Dock icon. You will see a Quit option.
  2. Hold the Option key. Quit changes to Force Quit.
  3. Click Force Quit while still holding Option.

This does the same job as the Force Quit window without pulling you out of another app. Our force quit from the Dock guide covers the trick in more detail.

End Excel and its helpers in Activity Monitor

Sometimes Excel will not appear in the Force Quit window, or a background helper is the real problem. Microsoft apps run extra processes such as Microsoft AutoUpdate and the OneDrive sync agent, and a stalled sync can be the reason Excel will not let go. Open Activity Monitor (in Applications → Utilities, or search it with Spotlight via ⌘Space).

  1. Type Excel in the search box at the top right to filter the list.
  2. Select Microsoft Excel, click the Stop button (the octagon with an X) in the toolbar, and choose Force Quit.
  3. If a OneDrive sync is the culprit, search OneDrive and quit that too, then reopen it.

Activity Monitor also shows CPU and memory, so you can tell whether Excel is pinned at high CPU (recalculating) rather than truly dead. Anything listed in red as (Not Responding) is fair game. More on this tool in our Activity Monitor walkthrough.

Kill Excel from Terminal (killall and kill -9)

When the menus stop answering entirely, drop to Terminal (in Applications → Utilities). Because the app name has a space, you must quote it:

If Excel ignores even that, find its process ID and send the hard kill:

  1. Run ps aux | grep Excel to find the PID (the number in the second column).
  2. Run kill -9 PID, replacing PID with that number, for example kill -9 1234.

kill -9 sends SIGKILL, which the process cannot catch or ignore, and it saves nothing. Use it only after the gentler steps fail. If even Terminal cannot end the process, read what to do when force quit is not working.

The instant, no-menu way: MEGAKILL

MEGAKILL in action: shoot Excel to force-quit it

If Excel hangs on you often, the Force Quit dance gets old fast. MEGAKILL is a macOS menu-bar app for macOS 14 (Sonoma) or later that turns force quitting into one click. Hold the shortcut (Option-Command by default, configurable in the menu) and your cursor becomes a DOOM-style double-barrel shotgun. Click Excel's Dock icon to force-quit the whole app. Prefer to keep the app open and close only one stuck window? Wound mode does that: a shot on a single window closes just that window, while a shot on the Dock icon kills everything. Right-click to reload (two shots per reload). There are kill streaks, screen shake, and real shotgun sounds you can toggle off in the menu. Finder, the Dock, and critical system processes are shielded, so you cannot break your Mac by accident. It is a notarized Developer ID app that auto-updates through Sparkle, free for your first 100 kills, then a one-time 1.99 EUR. Rip and tear.

Stop Excel from freezing in the first place

If Excel keeps locking up, go after the cause instead of the symptom:

  1. Update Office. Open the Help menu in Excel and choose Check for Updates. Many Mac freeze bugs are fixed in newer builds.
  2. Disable add-ins. Go to ToolsExcel Add-ins and turn them off one at a time. A bad add-in is a common cause of hangs.
  3. Pause cloud sync. If the file lives on OneDrive or SharePoint, a slow sync can freeze saves. Pause OneDrive and test with a local copy.
  4. Trim the workbook. Heavy volatile formulas (like whole-column references), giant PivotTables, and unused conditional formatting all bog Excel down. Switch calculation to manual under Formulas while you edit big sheets.

If your whole Mac feels sluggish while big workbooks are open, and not just Excel, you may be low on memory. See why your Mac runs slow and how to free up RAM, and if you tend to leave a dozen apps open, how to close all apps at once.

When nothing works: last resort

If kill -9 will not end Excel, or the whole machine is unresponsive, the process may be stuck in an uninterruptible state, often waiting on a network mount or a stalled cloud file. At that point:

  1. Wait a minute. A process stuck on slow I/O sometimes frees itself.
  2. Log out and back in (Apple menu → Log Out) to clear your session.
  3. Restart the Mac (Apple menu → Restart).
  4. If it will not restart, hold the power button for about 10 seconds to force a shutdown, then power back on.

A forced shutdown is the genuine last resort, since it can leave open files in a rough state. Once you are back in, check for Office and macOS updates, and recover your workbook from the Document Recovery pane.

Force-quit, the fun way

Tired of the Force Quit dialog every time Excel locks up? MEGAKILL makes killing a frozen app an event. Hold the shortcut, your cursor turns into a shotgun, and you blast the stuck app's Dock icon or window in one click. Instant force-quit, screen shake, kill streaks, real shotgun sounds. Free for your first 100 kills, then a one-time 1.99 EUR to unlock the rest. Rip and tear.

Download MEGAKILL, free

Frequently asked questions

Why won't Excel quit on my Mac?

Excel is usually stuck recalculating a heavy workbook, waiting on a OneDrive or SharePoint sync, finishing a print or PivotTable refresh, or hung by a bad add-in. While it is busy it cannot answer Quit, so it shows the spinning beachball and you have to force it to close.

How do I force quit Excel on Mac?

Press Option-Command-Escape (⌥⌘⎋) to open the Force Quit Applications window, select Microsoft Excel, and click Force Quit. You can also hold Option and right-click Excel in the Dock, then choose Force Quit.

Will I lose my spreadsheet if I force quit Excel?

You lose anything saved since your last save. Force quitting skips Excel's normal save routine. When you reopen Excel, the Document Recovery pane often offers an AutoRecover copy, so check there before starting over.

How do I kill Excel from Terminal on Mac?

Open Terminal and run killall "Microsoft Excel" with the quotes, since the name has a space. If that does not work, run ps aux | grep Excel to find the process ID, then run kill -9 followed by that number.

Why does Excel keep freezing on my Mac?

Repeated freezes usually come from huge or volatile formulas, a corrupt add-in, a stalled OneDrive sync, or an outdated build. Update Microsoft 365 (Help menu, Check for Updates), disable add-ins under Tools, and pause cloud sync to test which one is the cause.