Can You Delete the Application Support Folder on Mac? What You Need to Know

The Application Support folder on macOS is one of those system directories most users never think about — until their startup disk fills up and they start hunting for space. It's a legitimate question: can you delete it, should you, and what actually happens if you do?

The honest answer is nuanced. You can delete things inside it, but deleting the folder itself or clearing it indiscriminately can break apps, wipe saved data, or cause macOS to behave unpredictably. Here's what's actually in there and how to think about it.

What Is the Application Support Folder?

macOS maintains a hidden library structure for each user account. Inside ~/Library/ (your personal Library folder), you'll find Application Support — a directory where apps store the data they need to function between sessions.

This is not where apps themselves live. Apps sit in /Applications/. Application Support is where they park everything else:

  • Saved game states and progress
  • User preferences and custom configurations
  • Offline caches and downloaded content
  • Plugin data, templates, and extensions
  • License files and activation records
  • Local databases (some apps store entire databases here)

For example, if you uninstall an app but later reinstall it and your settings are magically restored — that's because the Application Support folder kept its data. It's the persistent memory layer between you and your installed software.

Two Separate Locations: User vs. System

There are actually two Application Support folders on a Mac, and confusing them matters:

LocationPathWho Owns It
User-level~/Library/Application Support/Your account only
System-level/Library/Application Support/All users + macOS itself

The user-level folder (~/Library/) is the one most people encounter. It's safer to work in because changes only affect your account. The system-level folder (/Library/) contains data shared across all user accounts and sometimes components macOS itself depends on. Touching that one carries more risk.

What Happens If You Delete It?

Deleting the entire Application Support folder — or gutting it — doesn't typically cause an immediate crash. macOS and most apps will recreate the folder the next time they launch. But that recreation comes with consequences:

  • Apps lose their configurations. Every app that stored preferences there starts fresh.
  • Local data is gone. If an app kept a local database, synced files, or offline content there, it's deleted.
  • License and activation data may be wiped. Some software stores activation records here. Deleting them can deactivate software.
  • Game progress disappears. Any locally stored saves are lost if not cloud-backed.

The folder itself is rarely the problem. It's what's inside specific subfolders that can balloon in size.

When Deleting Specific Subfolders Is Reasonable 🗂️

There are legitimate reasons to clean inside Application Support — just surgically, not wholesale.

Safe candidates for deletion:

  • Folders belonging to apps you've fully uninstalled. If you removed an app six months ago, its Application Support subfolder is orphaned and serves no purpose.
  • Cache-heavy subfolders from apps that explicitly document their cache locations (some music or video apps store gigabytes here).
  • Duplicate or backup subfolders left behind by app updates or migrations.

Proceed carefully with:

  • Folders from apps you still actively use — even if the subfolder looks large, it may contain irreplaceable data.
  • Anything without a clear app name. Some subfolders use developer bundle IDs (like com.developer.appname) that aren't immediately obvious.
  • Folders tied to productivity or creative software (like Adobe, Sketch, or Logic) — these often store project-critical assets.

How to Access Application Support Safely

The folder is hidden by default. To open it:

  1. Open Finder
  2. Click Go in the menu bar
  3. Hold Option — the Library option appears
  4. Click Library, then open Application Support

From there, sort by size to identify the largest subfolders. Before deleting anything, move it to your Desktop or a temporary folder first — that way, if an app breaks, you can restore it without re-creating data from scratch.

Third-Party Uninstallers and Cleaners

Apps like AppCleaner (and similar utilities) are designed specifically for this problem. When you drag an app to uninstall, they scan for related files across Library folders — including Application Support — and offer to remove them together. This is generally safer than manual deletion because it matches files to their source app intelligently.

That said, even these tools can miss files or, in some cases, flag files still needed by other apps. Reviewing what they propose to delete before confirming is worth a few seconds.

The Variables That Determine Your Situation 🔍

How you should approach Application Support depends heavily on factors specific to your setup:

  • How many apps you have installed and how long they've accumulated data
  • Whether you use cloud sync for app data (iCloud, Dropbox, or app-native sync can mean local data is safely backed up)
  • Your technical comfort level — manual deletion requires recognizing app bundle IDs and understanding which apps use which folders
  • What software you run — creative professionals running Adobe or Logic have Application Support structures that are deeply tied to active project data
  • Whether you've uninstalled apps cleanly or just dragged them to Trash over the years

A Mac that's been running for five years with dozens of apps installed and no cleanup has a meaningfully different situation than a recent setup with a handful of tools. The right approach — and the right risk level — shifts accordingly.