Fix a Mac that has an app that will not open

We'll rule out Gatekeeper, permissions, and corrupted data, then isolate the cause—blocked app, quarantine flag, or corrupted cache—or tell you when to call a pro.

Category
Troubleshooting · Home maintenance
Time
10–25 min
Last reviewed

Step-by-step diagnostic

Step 1 of 4
Show full guide

Steps

Goal: Rule out Gatekeeper and permissions, then isolate quarantine or corrupted data.

Right-click Open

Goal: Bypass Gatekeeper for the first launch.

  • Right-click (or Control+click) the app icon. Select Open. Click Open in the dialog if it appears.
  • Good: App launches. Proceed to Verification.
  • Bad: Check permissions in Privacy & Security.

Check permissions

Goal: Confirm the app has required access.

  • System Settings, Privacy & Security. Check Accessibility, Full Disk Access, Files and Folders. Enable the app if needed. Quit and reopen.
  • Good: App launches. Proceed to Verification.
  • Bad: Remove quarantine with xattr -cr.

Remove quarantine

Goal: Remove the quarantine attribute that blocks downloaded apps.

  • Terminal: xattr -cr /Applications/AppName.app (replace AppName with the app name). Try opening again.
  • Good: App launches. Proceed to Verification.
  • Bad: Delete app cache and preferences, or reinstall.

When to get help

Call Apple or a technician if:

  • The app crashes immediately on launch.
  • Reinstalling does not help.
  • The app may be incompatible with your macOS version.

Verification

  • The app launches when you double-click or right-click Open.
  • No “app can not be opened” or crash on launch.
  • The app runs normally.

Escalation ladder

Work from the device outward. Stop when the problem is fixed.

  1. Right-click Open Right-click app, Open—bypass Gatekeeper.
  2. Permissions Grant Accessibility, Full Disk Access, etc.
  3. Quarantine and cache xattr -cr; delete app cache and preferences.
  4. Call a pro Reinstall did not help; app may be incompatible.

What to capture if you need help

Before calling support or posting for help, have these ready. It speeds everything up.

  • Mac model and macOS version:
  • App name and version:
  • Error message (if any):
  • Steps already tried:

Did you right-click the app and choose Open?

Gatekeeper blocks apps from unidentified developers.

Right-click the app icon. Select Open. Click Open in the dialog if it appears. Good: app launches. Bad: still does not open—check permissions.

You can change your answer later.

Does the app have required permissions?

Some apps need Accessibility or Full Disk Access.

System Settings, Privacy & Security. Check Accessibility, Full Disk Access. Enable the app if needed. Quit and reopen. Good: app launches. Bad: remove quarantine.

You can change your answer later.

Remove quarantine and reinstall

Terminal: xattr -cr /Applications/AppName.app. If still fails, delete app cache in ~/Library/Caches and ~/Library/Preferences. Reinstall the app.

App opens

The app launches. You are done.

Reviewed by Blackbox Atlas

Frequently asked questions

Why would a Mac app not open?
Gatekeeper blocking unsigned app, missing permission, quarantine flag, or corrupted app/cache. Right-click Open or remove quarantine first.
Can I fix a Mac app that will not open myself?
Yes. Right-click, Open; grant permissions; remove quarantine with xattr -cr; delete app cache. Reinstall if the app is corrupted.
When should I call a technician for an app that will not open?
If the app crashes immediately on launch and reinstalling does not help. The app may be incompatible with your macOS version.

Rate this guide

Was this helpful?

Thanks for your feedback.

Continue to