To completely uninstall an app on Mac, you need to delete the app from the Applications folder and remove its leftover files in ~/Library — caches, preferences, application support, and logs. Dragging the app to the Trash only removes the binary; the support folders stay behind and can quietly grow to gigabytes.
TL;DR
- Trashing an app removes the binary but leaves caches, preferences, and support folders behind.
- The heaviest leftovers live in
~/Library/Application Support/— often hundreds of MB to several GB per app. - The fastest clean removal is the free AppCleaner utility, which matches files by bundle identifier.
- To do it manually: open
Libraryvia Finder › Go (hold Option) › Library, then clear the app's folder from Application Support, Caches, Preferences, and Logs. - Only delete folders for apps you are sure you have removed — wiping an active app's Application Support erases its saved state.
What counts as an app "leftover" on Mac?
App leftovers are the support files macOS creates while an app runs but does not remove when you trash the app. After you delete the binary, its data usually still lives in:
~/Library/Application Support/— databases, plugins, and assets (the biggest offender)~/Library/Caches/— temporary working files that regenerate~/Library/Preferences/— small.plistsettings files~/Library/Logs/— diagnostic logs~/Library/Containers/and~/Library/Saved Application State/— sandbox and window data
For games and creative tools (video editors, audio apps, IDEs), Application Support alone can hold several gigabytes of cached projects and downloaded assets.
How do I uninstall a Mac app cleanly with AppCleaner?
AppCleaner is a free third-party utility that scans for every file tied to an app and removes them together. It is the lowest-effort safe option:
- download AppCleaner from its official site and move it to Applications
- open AppCleaner and drag the unwanted app from Applications into its window
- review the list of associated files it surfaces (it matches by bundle identifier, so it catches folders whose names do not match the app's display name)
- uncheck anything you want to keep, then click Remove
- empty the Trash to reclaim the space
Because it matches on the bundle ID rather than the folder name, AppCleaner finds support files that a manual search would easily miss.
How do I remove app leftovers manually?
If you already trashed the app and want to clean up by hand:
- open Finder
- hold Option and choose Go › Library from the menu bar
- open Application Support and remove the folder named after the uninstalled app
- repeat inside Caches, Preferences, Logs, and Containers
- empty the Trash
To confirm sizes before deleting, right-click a folder and choose Get Info, or sort the window by size. Leftovers under a few MB rarely matter; focus on the large Application Support folders.
Is deleting Library files safe?
Removing leftovers for an app you have genuinely uninstalled is safe — the app is gone, so its caches and preferences serve no purpose, and most of these files regenerate if you ever reinstall. The one real risk is deleting a folder belonging to an app you still use: wiping its Application Support nukes saved state, licenses, or project data. Rule of thumb: only delete a Library folder when you are certain the matching app is no longer installed. Files moved to Trash are recoverable until you empty it, so you can verify nothing broke first.
FAQ
Does dragging an app to the Trash fully uninstall it on Mac?
No. Dragging an app to the Trash removes only the application binary. Its caches, preferences, and Application Support folders remain in ~/Library and can take up gigabytes until you remove them separately.
Where are Mac app leftovers stored?
App leftovers live in subfolders of ~/Library, mainly Application Support, Caches, Preferences, Logs, and Containers. Application Support is usually the largest because apps store databases and downloaded assets there.
Is AppCleaner safe to use?
Yes. AppCleaner is a well-established free utility that matches files by bundle identifier and lets you review everything before removal, so nothing is deleted without your confirmation.
Will removing app leftovers speed up my Mac?
It mainly frees disk space rather than boosting raw speed, but reclaiming a nearly full drive can help macOS run smoother because it has room for swap and temporary files.
Where to go next
If your drive is still tight after clearing leftovers, the next big target is hidden system storage — see why System Data gets so large on Mac and how to clean it safely. For a structured plan on what to remove first, read what to delete first when storage is full and the broader phone and device storage cleanup hub. On mobile, Cleanor for iOS applies the same idea — surfacing space hogs and duplicates — while keeping everything on-device.