How to Uninstall Apps from Your Mac Completely in 2026 (No Leftover Files)

🗑️ How to Uninstall Apps from Your Mac Completely Remove apps AND all their leftover files — so…

How to Uninstall Apps from Your Mac Completely in 2026 (No Leftover Files)

Quick Answer

🗑️ How to Uninstall Apps from Your Mac Completely Remove apps AND all their leftover files — so they never take up space again ⚡ TL;DR Dragging an…

  • ~/Library/Application Support/ — app data, databases, saved states
  • ~/Library/Preferences/ — your settings and configuration files
  • ~/Library/Caches/ — temporary files that can grow very large
Start Guide
🗑️

How to Uninstall Apps from Your Mac Completely

Remove apps AND all their leftover files — so they never take up space again

⚡ TL;DR

  • Dragging an app to Trash leaves behind hidden support files — that’s not a complete uninstall
  • Use AppCleaner (free) to remove the app + all its leftover files in one click
  • Apps from the Mac App Store can be uninstalled directly from Launchpad
  • Manual method: delete the app + search ~/Library for its leftover files
  • After uninstalling, empty the Trash to actually free up the disk space

Here’s something most Mac users don’t know: dragging an app to the Trash doesn’t fully uninstall it. The app itself gets deleted, but it leaves behind preference files, caches, support files, and sometimes gigabytes of data scattered across your system folders.

This guide shows you every way to uninstall apps on Mac — properly, completely, with nothing left behind.

“A ‘deleted’ app can leave behind hundreds of files totalling several GB. AppCleaner finds them all.”

Why Dragging to Trash Isn’t Enough

When you install a Mac app, it doesn’t just copy itself to your Applications folder. It creates support files in several locations:

  • ~/Library/Application Support/ — app data, databases, saved states
  • ~/Library/Preferences/ — your settings and configuration files
  • ~/Library/Caches/ — temporary files that can grow very large
  • ~/Library/Logs/ — crash reports and activity logs
  • /Library/LaunchAgents/ — background processes that run at startup

Dragging the app to Trash only removes the app bundle from Applications. All those support files stay behind, silently taking up space.

AppCleaner is a free Mac utility that finds every file associated with an app and lets you remove them all at once. It’s the cleanest, easiest solution for most users.

  1. Download AppCleaner from freemacsoft.net (it’s free, no signup required)
  2. Open AppCleaner
  3. Drag the app you want to remove from your Applications folder into the AppCleaner window
  4. AppCleaner scans and shows you the app + all associated files with their sizes
  5. Check everything you want to remove (usually select all), then click Remove
  6. Empty the Trash to complete the uninstall

💡 Enable SmartDelete in AppCleaner

Go to AppCleaner Preferences → enable SmartDelete. From that point, whenever you drag any app to the Trash, AppCleaner automatically intercepts it and asks if you want to remove all associated files too. Set it and forget it.

Method 2: Uninstall Mac App Store Apps via Launchpad

Apps downloaded from the Mac App Store have a simpler uninstall path through Launchpad:

  1. Open Launchpad (click the rocket icon in the Dock, or press F4)
  2. Click and hold any app icon until all the icons start wiggling
  3. Click the X button that appears on the app you want to remove
  4. Confirm by clicking Delete

This method removes the app and most of its associated data — it’s more thorough than simply dragging to Trash, but it only works for App Store apps. Third-party apps downloaded from websites won’t show an X button in Launchpad.

Method 3: Manual Uninstall (No Third-Party App Needed)

If you’d rather not use AppCleaner, you can do a full manual uninstall. It takes a few more steps but leaves nothing behind.

Step 1: Delete the App

Open Finder → Applications. Find the app, right-click it, and select Move to Trash. Or drag it to the Trash in the Dock.

Step 2: Find and Delete Leftover Files

In Finder, press Command + Shift + G to open the Go to Folder dialog. Visit each of these locations and delete any folders or files named after the app you just removed:

  • ~/Library/Application Support/
  • ~/Library/Preferences/
  • ~/Library/Caches/
  • ~/Library/Logs/
  • ~/Library/Containers/
  • /Library/Application Support/
  • /Library/LaunchAgents/
  • /Library/LaunchDaemons/

Search by the app’s name or the developer’s name — files are usually named after one or the other.

Step 3: Empty the Trash

Right-click the Trash icon in your Dock and select Empty Trash. Until you do this, the files are still on your drive taking up space.

⚠️ The ~/Library Folder Is Hidden by Default

Apple hides the Library folder. To access it: open Finder, hold the Option key, click the Go menu — Library will appear in the list. Click it.

Method 4: Uninstall Using Terminal

For developers or power users, you can uninstall apps entirely from Terminal:

sudo rm -rf /Applications/AppName.app

Then manually remove the support files from the Library paths listed above. Always double-check the app name before running rm -rf — there is no undo.

How to Check What’s Taking Up Space After Uninstalling

After a cleanup session, verify you’ve freed up space:

  1. Click the Apple menu → About This Mac → More Info
  2. Click Storage Settings
  3. macOS shows you a breakdown of what’s using your disk space

You can also use a free tool like DiskDiag or GrandPerspective to visualize which folders are largest and find any remaining junk.

Method Ease Completeness Best For
AppCleaner ⭐⭐⭐⭐⭐ ⭐⭐⭐⭐⭐ Everyone
Launchpad ⭐⭐⭐⭐⭐ ⭐⭐⭐⭐ App Store apps only
Manual ⭐⭐⭐ ⭐⭐⭐⭐⭐ Users who want full control
Terminal ⭐⭐ ⭐⭐⭐⭐⭐ Developers

Frequently Asked Questions

Does uninstalling an app on Mac free up storage space?

Yes — but only after you empty the Trash. Until Trash is emptied, the files are still on your disk. For a complete cleanup, use AppCleaner to catch all the leftover support files, then empty the Trash.

How do I uninstall an app that won’t delete on Mac?

If an app is running, you can’t delete it. First quit the app completely — right-click its Dock icon and select Quit. If it’s stuck, open Activity Monitor, find the process, and click Force Quit. Then delete the app from Applications.

Is AppCleaner safe to use?

Yes — AppCleaner is a well-known, trusted Mac utility made by FreeMacSoft. It’s been around since 2008, is completely free, and doesn’t contain adware. Download it only from the official site: freemacsoft.net.

Will uninstalling apps speed up my Mac?

Removing apps that run background processes at startup will help. Check System Settings → General → Login Items to see what launches automatically. Removing unused apps with background daemons can noticeably improve boot times and reduce memory usage.

How do I uninstall built-in Mac apps like Safari or Mail?

Apple’s built-in apps can’t be removed the normal way. You can hide them from Launchpad, but fully removing them requires Terminal commands and disabling System Integrity Protection — which is generally not recommended for most users as it can affect system stability.

Keep Your Mac Clean & Fast

More practical Mac tips every week — no fluff, just things that actually work.

Browse More Tips →

Next guide coming up