How to Delete Apps on MacBook: Every Method Explained

Deleting apps on a MacBook isn't always as straightforward as it looks. Unlike Windows, macOS handles app installation and removal in a few different ways — and the method that works for one app might leave behind traces when used on another. Understanding why that happens makes all the difference.

Why Mac App Deletion Isn't One-Size-Fits-All

Apps on macOS come from different sources: the Mac App Store, direct developer downloads (.dmg or .pkg installers), and package managers like Homebrew. Each installation method leaves files in different places, which means the removal process varies too.

Most apps on a Mac are self-contained bundles — a single .app file that holds almost everything the app needs. But "almost" is the operative word. Many apps also write preference files, caches, and support data to folders like ~/Library/Application Support and ~/Library/Caches. Dragging an app to the Trash removes the main bundle, but those supporting files often stay behind.

For casual users, this rarely matters. For people managing storage carefully or troubleshooting app behavior, it matters quite a bit.

Method 1: Drag to Trash (The Basic Approach)

This works for the majority of apps downloaded outside the Mac App Store.

  1. Open Finder and navigate to your Applications folder (Shift + Cmd + A or sidebar shortcut)
  2. Find the app you want to remove
  3. Drag it to the Trash, or right-click and select Move to Trash
  4. Empty the Trash

That's genuinely sufficient for many apps — particularly simple utilities that don't install background services or system extensions. The app is gone and won't run again.

What it doesn't clean up: preference files in ~/Library/Preferences, support data in ~/Library/Application Support, and cached files. These are small for most apps but can accumulate across dozens of removed apps over time.

Method 2: Using Launchpad 🚀

Launchpad mirrors how app deletion works on iPhone and iPad, and it's designed specifically for Mac App Store apps.

  1. Open Launchpad (F4 key, or pinch with five fingers on the trackpad)
  2. Click and hold any app icon until they all start wiggling
  3. Click the X that appears on the app you want to delete
  4. Confirm deletion

This method only works for apps installed through the Mac App Store. If you don't see an X button when icons start wiggling, that app was installed through another method and can't be removed this way.

Launchpad deletion is clean for App Store apps — macOS manages what gets removed. But even here, some residual data can remain in the Library folder.

Method 3: Built-In Uninstallers

Some apps — particularly large creative suites, security software, and productivity platforms — ship with their own dedicated uninstallers. Adobe Creative Cloud apps, for example, should almost always be removed through the Creative Cloud desktop app rather than dragged to Trash. The same applies to some antivirus tools and VPN clients.

Check these places first:

  • Inside the app's folder in Applications (look for an "Uninstall" file)
  • The developer's support documentation
  • The app itself (some have an uninstall option under their menu)

Skipping a dedicated uninstaller for apps that provide one is one of the most common causes of leftover system clutter and post-removal issues on macOS.

Method 4: Third-Party Uninstaller Apps

Tools like AppCleaner (free) and several paid alternatives scan for all associated files when you remove an app — catching the preference files, caches, and support folders that manual deletion misses.

The typical workflow:

  1. Open the uninstaller app
  2. Drag your target app into it, or browse to select it
  3. Review the list of associated files it finds
  4. Confirm removal of everything

The tradeoff: These tools are effective, but they rely on pattern matching to identify related files. Occasionally they flag files that belong to multiple apps or that you may actually want to keep. Reviewing the file list before confirming is worth the extra few seconds.

What Lives in Your Library Folder

Whether you clean it manually or use a tool, understanding the ~/Library folder helps you make smarter decisions.

FolderWhat's stored there
~/Library/PreferencesApp settings and configuration files
~/Library/Application SupportApp data, databases, saved states
~/Library/CachesTemporary files apps generate while running
~/Library/ContainersSandboxed data for Mac App Store apps

The Library folder is hidden by default. To access it, open Finder, hold Option, and click the Go menu — Library will appear as an option.

Manually deleting files here is effective but requires care. Removing the wrong preference file can affect a different app that shares it. Most users are better served by third-party tools or simply leaving residual files unless storage is genuinely constrained.

Apps That Require Special Handling 🛠️

A few categories behave differently than standard apps:

  • System extensions and kernel extensions (some security tools, virtualization software) may require additional removal steps or a restart
  • Login items added by apps persist after deletion — check System Settings → General → Login Items after removing any app that ran in the background
  • Homebrew-installed apps should be removed via the terminal command brew uninstall [appname] to keep the package manager in sync

The Variables That Shape Your Situation

How thorough you need to be depends on factors specific to your setup:

  • How much free storage you have — if your drive is nearly full, hunting down residual Library files becomes more worthwhile
  • Why you're deleting the app — troubleshooting a broken app may require a more thorough removal than simply switching to an alternative
  • How the app was originally installed — Mac App Store, direct download, and package manager installations each respond to different removal methods
  • Whether the app ran system-level processes — menu bar apps, login items, and background daemons often need extra cleanup steps
  • Your comfort level with the Library folder — manual cleanup is more precise but requires knowing which files are safe to remove

A user decluttering an old MacBook before selling it has very different needs from someone removing a misbehaving app to reinstall it fresh. The right method in each case isn't the same.