Glossary/When something goes wrong

Not Responding

Also: app not responding on Mac

Quick answer

Not Responding is the label macOS gives an app that has stopped handling input. In Activity Monitor, an unresponsive process is marked (Not Responding) and shown in red.

An app is marked Not Responding when it stops processing events, usually because its main thread is busy or waiting. You will often see the spinning wait cursor over its windows at the same time.

Not Responding does not always mean the app has crashed. Some apps show it briefly during heavy work, then recover. If it lasts, quitting and reopening the app is the usual fix.

How to fix an app that is not responding

Give it a minute if it was doing something large, like opening a big file. If it does not recover, press Option-Command-Esc, select the app, and click Force Quit. The Force Quit window also marks unresponsive apps.

Before you force quit, you can capture a sample in Activity Monitor (More > Sample Process) to send to the developer.

Why an app keeps showing Not Responding

Check for an update to the app. If it happens with many apps, look at memory pressure, free disk space, and which processes use the most CPU in Activity Monitor. Restarting the Mac clears most temporary causes.

How to see which apps are not responding

The Force Quit window only lists apps. Activity Monitor also shows background processes that have stopped responding.

  1. Press Option-Command-Esc. The Force Quit window marks unresponsive apps with (Not Responding).
  2. For background processes too, open Activity Monitor and choose View > All Processes.
  3. Look for names in red with (Not Responding). Click the Process Name header to sort if the list is long.
  4. Double-click the process to open its info window. The Parent Process field shows which app or service started it.

Common reasons an app stops responding

An app is marked Not Responding when its main thread stops handling events. These are the usual reasons.

If several apps are Not Responding at the same time, the cause is usually something they share, such as memory pressure, a full disk, or a network drive that went away. If it is always the same app, the cause is more likely inside that app.

  • It is working on a large file or task and has not finished yet.
  • It is waiting on a network server, a network drive, or an external disk.
  • It is waiting on another process, such as a plug-in, an extension, or a system service.
  • The Mac is under high memory pressure, so the app is slowed by swapping.
  • The startup disk is nearly full.
  • A bug in the app, often tied to one file, one plug-in, or one setting.

What to do before you force quit

If the app holds work you care about, take a minute before ending it.

  1. Wait. Watch its % CPU in Activity Monitor. A busy app may be making progress.
  2. Select it and choose More > Sample Process, then save the report. This is what a developer needs to find the cause.
  3. Choose Quit first. Use Force Quit only if Quit does not work.
  4. After you reopen the app, check whether it offers to restore your windows or documents.

How to find reports from earlier hangs

When an unresponsive app is force quit, macOS can save a report in /Library/Logs/DiagnosticReports. Open the Console app in Applications > Utilities, and look under Reports in the sidebar at Spin Reports and Diagnostic Reports. Reports named after the same app on different days show a pattern worth sending to its developer.

Questions people ask

What does Not Responding mean in Activity Monitor?

It means the app has stopped responding to input. Activity Monitor shows it in red with (Not Responding) after its name.

Should I force quit an app that is not responding?

If it does not recover after a short wait, yes. You may lose unsaved changes, so give it a moment first.

Can an app recover from Not Responding?

Often, yes. If the app was busy with a long task, it can start responding again once the task finishes.

How long should I wait before force quitting an app?

There is no fixed time. If the app is using CPU in Activity Monitor, it may be working. If it sits at or near zero and stays Not Responding, it is likely stuck waiting.

Why is a background process I never opened shown as Not Responding?

Helper processes and system services can stop responding too. If it belongs to an app, quitting that app usually clears it. Leave system processes alone and restart the Mac if it persists.

Is Not Responding the same as a crash?

No. A crashed app has already quit. An app that is Not Responding is still running but not handling input, and it may recover.

Related

Looking for something better than Activity Monitor? See the best Activity Monitor alternatives for Mac, or browse every term in the glossary.