If you’ve got a Mac cluttered with apps you never use, you’re not alone. Whether it’s a trial software you tested months ago, a game you played twice, or some random utility you downloaded for a one-time task — unused apps eat up storage and can slow things down.
The good news? Uninstalling apps on a Mac is pretty straightforward once you know the methods. The bad news? It’s not always as simple as it should be, and some apps leave behind junk files even after you “delete” them.
In this guide, we’ll walk through every method available in 2026 — from the dead-simple Launchpad approach to the nuclear Terminal option. By the end, you’ll know exactly how to get rid of any app, completely.
Method 1: Uninstall Apps Using Launchpad (Easiest)
If the app you want to remove was downloaded from the App Store, Launchpad is your fastest option. It works just like deleting apps on an iPhone — click, wiggle, delete.
Steps:
- Open Launchpad. You can click the Launchpad icon in the Dock (it looks like a rocket) or pinch with three fingers and your thumb on the trackpad.
- Find the app. Swipe through the pages or type the app name in the search bar at the top.
- Enter jiggle mode. Click and hold the app icon (or press Option (⌥) on your keyboard). The icons will start wiggling.
- Click the X button. You’ll see a small “X” appear in the corner of apps that can be deleted. Click it.
- Confirm deletion. Click “Delete” when prompted.
Important: This method only works for apps downloaded from the Mac App Store. If an app doesn’t show the “X” button, it either came pre-installed with macOS or was installed from a third-party source. You’ll need one of the other methods below.
Method 2: Uninstall Apps Using Finder (Most Common)
For apps that didn’t come from the App Store — which is most apps, honestly — Finder is your go-to method. This is how you’ll uninstall things like Adobe Creative Cloud, Spotify, or any app you downloaded as a .dmg file.
Steps:
- Open Finder. Click the Finder icon in the Dock or press Command (⌘) + N.
- Go to Applications. Click “Applications” in the left sidebar, or press Shift + Command (⌘) + A.
- Find the app you want to remove. Scroll through the list or use the search bar.
- Move to Trash. Drag the app to the Trash in the Dock, or right-click and select “Move to Trash,” or select it and press Command (⌘) + Delete.
- Empty the Trash. Right-click the Trash icon and select “Empty Trash.” Or open Trash and click “Empty” in the top-right corner.
You might be asked for your administrator password. Type it in and you’re good.
Pro tip: Some macOS versions will prompt you with “This app has files in use” or similar warnings. Make sure the app isn’t running before you try to delete it. Press Command (⌘) + Option (⌥) + Escape to force-quit if needed.
What About Leftover Files?
Here’s the thing Finder doesn’t tell you — just dragging an app to the Trash doesn’t always remove everything. Many apps leave behind preference files, cache data, and support files scattered across your system. These are typically small, but over time they add up.
The main locations where app leftovers hang out:
- ~/Library/Application Support/ — Support files and data
- ~/Library/Preferences/ — Settings and preferences
- ~/Library/Caches/ — Cached data
- ~/Library/Logs/ — Log files
- /Library/LaunchAgents/ and /Library/LaunchDaemons/ — Background processes
To clean these up manually, open Finder, press Shift + Command (⌘) + G, type ~/Library, and hunt for folders with the app’s name. It’s tedious, which is why Method 4 exists.
Method 3: Uninstall Apps Using Terminal (For Power Users)
If you’re comfortable with the command line, Terminal gives you precise control over what gets deleted. This is especially useful for stubborn apps or when you want to script the uninstallation process.
Basic Terminal Uninstall:
Open Terminal (find it in Applications > Utilities, or press Command (⌘) + Space and type “Terminal”), then use this command:
sudo rm -rf /Applications/AppName.app
Replace “AppName” with the actual app name. You’ll need your admin password.
Removing App Leftovers via Terminal:
To remove preference files:
rm -f ~/Library/Preferences/com.developer.appname.plist
To remove cache files:
rm -rf ~/Library/Caches/com.developer.appname
To remove application support files:
rm -rf ~/Library/Application\ Support/AppName
Warning: Be very careful with rm -rf. A typo can delete important system files. Always double-check the path before hitting Enter. Seriously — one wrong space character and you could mess up your system. If you’re not 100% confident, stick with Finder or use a dedicated uninstaller tool.
Using the Built-in Uninstaller (If Available)
Some apps come with their own uninstaller. Check inside the app’s folder in Applications — if you see something like “Uninstall [AppName]” or an uninstaller script, run that instead. Apps like Adobe Creative Cloud and some antivirus software include dedicated uninstallers that properly clean up all associated files.
Method 4: Use a Third-Party Uninstaller App (Most Thorough)
If you want to completely remove an app and every trace it left on your system, third-party uninstaller tools are the way to go. They scan for all related files — preferences, caches, logs, plugins, and more — and remove them in one shot.
Best Uninstaller Apps for Mac in 2026:
- AppCleaner — Free, lightweight, and gets the job done. Drag an app onto AppCleaner and it finds all related files. Simple and effective.
- CleanMyMac — Paid, but it does a lot more than just uninstalling. It includes system cleanup, malware scanning, and performance optimization. The uninstaller feature is excellent — it categorizes apps and shows exactly what files will be removed.
- App Uninstaller (from Nektony) — Free to use, shows all remaining files after an app is deleted, and lets you remove them easily.
- TrashMe — Another solid option that finds and removes app leftovers. Has a smart mode that detects when you move an app to Trash and automatically offers to remove associated files.
How AppCleaner Works (Step by Step):
- Download AppCleaner. It’s free from the developer’s website.
- Open AppCleaner.
- Drag the app you want to uninstall from your Applications folder into the AppCleaner window.
- Review the list of files that will be deleted. AppCleaner shows you everything — the app itself, preference files, cache files, etc.
- Click “Remove.” Enter your password if prompted, and you’re done.
This is probably the best balance of thoroughness and ease for most people. Free, quick, and leaves nothing behind.
What About Pre-installed Apple Apps?
Some Apple apps — like Safari, Mail, or Calendar — can’t be fully uninstalled. They’re part of macOS. However, in newer versions of macOS, you can remove some of them:
- Open Finder > Applications
- Find the Apple app you want to remove
- Right-click and select “Move to Trash”
If the option is grayed out, that app is locked to the system and can’t be removed. Apps like Safari, Messages, and FaceTime fall into this category — they’re baked into macOS.
Common Problems When Uninstalling Apps on Mac
“The app is in use”
Close the app first. If it won’t close normally, press Command (⌘) + Option (⌥) + Escape, select the app, and click “Force Quit.” Then try deleting again.
“The app is locked”
Right-click the app, select “Get Info,” and uncheck the “Locked” checkbox. Then try deleting again.
“You don’t have permission”
You might need administrator access. Make sure you’re logged into an admin account, or try using Terminal with sudo.
The app keeps coming back
This usually means there’s a background process reinstalling it. Check Login Items in System Settings > General > Login Items and remove any entries related to the app. Also check /Library/LaunchAgents/ and /Library/LaunchDaemons/ for plist files associated with the app.
How to Free Up More Space After Uninstalling
Once you’ve uninstalled your apps, here are a few more things to clean up:
- Empty the Trash — sounds obvious, but people forget.
- Clear browser caches — Safari, Chrome, and Firefox all accumulate large caches over time.
- Remove old iOS backups — check Apple Menu > System Settings > General > Storage for backups you no longer need.
- Delete large files — use Apple Menu > System Settings > General > Storage to identify space hogs.
- Clean the Downloads folder — it’s shocking how much junk accumulates there.
Frequently Asked Questions
Is it safe to delete apps from the Applications folder?
Yes. Dragging an app from Applications to Trash removes the app itself. Just be aware that some apps leave behind preference files and cache data, which you might want to clean up separately.
Do I need an antivirus to uninstall apps?
No. macOS handles app uninstallation natively. However, some antivirus apps include uninstaller features that can help remove stubborn malware or potentially unwanted programs (PUPs).
What happens if I delete a system app?
Most system apps can’t be deleted. If you somehow manage to delete one, it could cause issues with macOS. You can reinstall macOS over your current installation (it won’t delete your files) to restore system apps.
Why can’t I delete some apps?
Apps that are currently running, apps required by macOS, and apps you don’t have permission to modify can’t be deleted. Close the app, make sure you have admin privileges, and try again.
Quick Summary: Which Method Should You Use?
- App Store apps → Launchpad (Method 1)
- Most third-party apps → Finder (Method 2)
- You’re a terminal nerd → Terminal (Method 3)
- Want zero leftovers → Third-party uninstaller like AppCleaner (Method 4)
Pick the one that fits your situation and you’ll have a cleaner Mac in minutes. No rocket science required.