How to Delete an Application From a MacBook
Removing an app from a MacBook isn't always as simple as dragging it to the Trash — though sometimes it is. Depending on how the app was installed, what macOS version you're running, and how thoroughly you want to remove it, the process varies. Here's what you need to know to do it properly.
The Three Main Ways Apps End Up on a MacBook
Before deleting anything, it helps to know how an app was installed. MacBook apps typically arrive through one of two channels:
- The Mac App Store — Apple's official storefront, where apps are sandboxed and managed by the system
- Direct download — a
.dmgor.pkgfile downloaded from a developer's website
This distinction matters because the removal method that works best depends on how the app was installed in the first place.
Method 1: Drag to Trash (Direct Downloads)
For most apps installed via direct download, the simplest removal method works well:
- Open Finder
- Navigate to the Applications folder (Finder → Go → Applications, or
Shift + Cmd + A) - Locate the app
- Drag it to the Trash, or right-click and select Move to Trash
- Empty the Trash to complete the removal
This works cleanly for many standalone apps, especially those that don't embed deep system components. However, it doesn't remove every file the app may have written elsewhere on your system — more on that below.
Method 2: Launchpad (Mac App Store Apps) 🗑️
Apps downloaded from the Mac App Store are best removed through Launchpad, which mirrors how iPhone and iPad app deletion works:
- Open Launchpad (F4 key, or pinch with thumb and three fingers on the trackpad)
- Click and hold any app icon until icons begin to wiggle
- Click the X button that appears on the app you want to remove
- Confirm deletion when prompted
This method is cleanest for App Store apps because macOS handles the full removal, including associated sandbox data tied to that app's container.
What Gets Left Behind
One of the most common misunderstandings about Mac app removal is that dragging an app to Trash removes everything. It doesn't — and for power users or people managing storage carefully, this matters.
Apps frequently write files to several locations outside the Applications folder:
| Location | What's Stored There |
|---|---|
~/Library/Application Support/ | App data, saved states, user files |
~/Library/Preferences/ | .plist preference files |
~/Library/Caches/ | Temporary cache data |
~/Library/Containers/ | Sandboxed data (App Store apps) |
/Library/Application Support/ | System-wide app data |
/Library/LaunchAgents/ or /Library/LaunchDaemons/ | Background processes |
To find these manually: open Finder, press Cmd + Shift + G, and type ~/Library/ to navigate there directly. This folder is hidden by default in newer macOS versions.
Using Third-Party Uninstallers
Some apps — particularly larger productivity suites, security software, and developer tools — come with their own uninstaller. Check the original .dmg file or the app's folder in Applications. Running the built-in uninstaller is often the most complete removal option for these.
There are also third-party Mac cleaner utilities that automate the process of finding and removing leftover files after a standard app deletion. These vary significantly in how they work, what they scan, and how aggressively they remove associated files. The tradeoff: automated scanning is convenient, but it requires trusting the tool to distinguish between files that are safe to delete and files that aren't.
Built-In Option: System Settings (macOS Ventura and Later) 🍎
On macOS Ventura (13) and newer, Apple added a storage management panel that lists installed applications alongside their storage usage:
- Open System Settings
- Go to General → Storage
- Select Applications from the list
- Highlight an app and click Delete
This method works for both App Store and some third-party apps, and it can surface app sizes clearly — useful if storage is your primary concern.
macOS Version Makes a Difference
The interface and available tools shift across macOS versions:
- Monterey and earlier: Storage management is in System Preferences → About This Mac → Storage → Manage
- Ventura and later: Moved into System Settings → General → Storage
- App Store sandbox behavior has been tightened in recent releases, making Launchpad deletion more thorough for those apps
If your MacBook is running an older version of macOS, some of the newer interface steps won't apply.
The Variable That Changes Everything
How thorough you need to be depends on your goal. Freeing up a few hundred megabytes? Dragging to Trash is probably enough. Removing a security app that installed kernel extensions or launch daemons? You'll want to check /Library/LaunchDaemons/ and use any bundled uninstaller. Resetting an app entirely because it's misbehaving? Deleting its Preferences and Application Support folders accomplishes something different than just removing the app binary.
The right approach — and how much cleanup is actually worth doing — comes down to what you're trying to achieve, how the specific app was built, and how familiar you are with navigating macOS system folders. Those factors look different for every user and every machine.