How to Delete Apps in Launchpad on Mac
Launchpad is macOS's built-in app launcher — a full-screen grid of every application installed on your Mac, organized and accessible with a single click or trackpad gesture. It's convenient for launching apps, but it also doubles as a place where you can remove applications directly, without ever opening Finder or dragging things to the Trash manually.
Understanding how deletion works in Launchpad — and where it has limits — saves you time and prevents confusion when apps don't behave the way you expect.
What Launchpad Actually Does When You Delete an App
When you delete an app through Launchpad, macOS moves that application to the Trash and removes it from your system. This is equivalent to dragging the app from your Applications folder to the Trash — it's a real uninstall, not just a visual removal from the grid.
However, Launchpad deletion only removes the application bundle itself (the .app file). It does not automatically remove associated files such as:
- Preference files stored in
~/Library/Preferences - Application support data in
~/Library/Application Support - Caches stored in
~/Library/Caches
These leftover files are generally small and harmless, but they do persist after the app is gone. Third-party tools designed for thorough uninstallation handle this differently, but that's a separate consideration from what Launchpad offers natively.
The Standard Method: Jiggle Mode 🎯
The deletion process in Launchpad mirrors how you delete apps on an iPhone or iPad — intentionally so, since Launchpad was designed to bring that familiar mobile-style interface to the Mac.
Steps to delete an app in Launchpad:
- Open Launchpad — click its icon in the Dock (the rocket ship icon), or press
F4on supported keyboards, or pinch with your thumb and three fingers on a trackpad. - Enter jiggle mode — click and hold any app icon until all the icons begin to wiggle. Alternatively, hold the Option (⌥) key to trigger jiggle mode immediately without clicking and holding.
- Look for the X button — apps that are eligible for deletion will show a small black X badge in the top-left corner of their icon.
- Click the X on the app you want to remove.
- Confirm the deletion — macOS will display a prompt asking if you want to delete the app. Click Delete to confirm.
- Press Escape or click elsewhere to exit jiggle mode when you're done.
The app disappears from Launchpad and is moved to the Trash. Empty the Trash afterward to fully free up the disk space.
Why Some Apps Don't Show an X Button
This is the most common point of confusion. Not every app in Launchpad displays the X badge, and there's a specific reason for that.
Only apps downloaded from the Mac App Store can be deleted directly through Launchpad. Apps installed from other sources — downloaded directly from a developer's website, bundled with macOS, or installed via a package installer — will not show the X option.
| App Type | X Badge in Launchpad | Deletion Method |
|---|---|---|
| Mac App Store apps | ✅ Yes | Delete directly in Launchpad |
| Apps from developer websites | ❌ No | Drag to Trash from Applications folder |
| Built-in macOS apps | ❌ No | Generally cannot be removed |
| Apps installed via package | ❌ No | Use developer's uninstaller or manual removal |
This is a macOS design choice, not a bug. The App Store manages its own install and removal lifecycle, so Launchpad has permission to facilitate that process. Third-party installations don't go through that system, so Launchpad treats them as read-only entries.
Removing Apps from Launchpad Without Deleting Them
There's an important distinction between removing an app from Launchpad's view and uninstalling it entirely.
If an app doesn't appear in Launchpad at all — or shows up incorrectly — it's sometimes due to the Launchpad database getting out of sync. You can reset it using Terminal:
defaults write com.apple.dock ResetLaunchPad -bool true; killall Dock This resets Launchpad to show only the apps currently in your Applications folder. It doesn't delete anything — it just refreshes the index.
Conversely, if you delete a non-App Store app by dragging it to the Trash from Finder, Launchpad will eventually update and stop showing it — but this can sometimes take a moment or require a Dock restart.
What Affects How This Works on Your Setup 🖥️
A few variables shape the experience:
- macOS version — Launchpad behavior has remained consistent since OS X Mountain Lion, but subtle UI differences exist across versions of macOS Ventura, Sonoma, and beyond.
- How the app was installed — this is the single biggest factor in whether deletion via Launchpad is even an option.
- User account permissions — on managed Macs (like those in enterprise or education environments), administrators may restrict what can be deleted or modified.
- App Store account — if an app was purchased under a different Apple ID, you may see it in Launchpad but encounter restrictions around deletion or re-downloading.
The method is straightforward for App Store apps. For everything else, the path to removal runs through Finder, Terminal, or a third-party uninstaller — and which of those is appropriate depends entirely on how the app was installed and what it left behind.