So you wanna delete apps from your MacBook? Honestly, I used to think dragging apps to Trash was all it took. Then I discovered my "deleted" photo editor was still eating 4GB of storage. That sucked.
Today I'll show you how to delete app in MacBook completely – no leftover junk. We'll cover every method, troubleshoot nightmares like "app in use" errors, and find those hidden files even Apple doesn't tell you about.
Why Dragging to Trash Isn't Enough (The Dirty Secret)
Here's the thing about deleting apps on MacBook: When you drag that icon to the Trash, you're only removing about 60% of it. The rest? Cache files, preferences, support folders – they all stick around like bad houseguests.
I tested this last month: Deleted Slack via Trash, then hunted leftovers. Found 327MB in Library folders. That's why your storage doesn't clear.
Where apps hide their junk
- ~/Library/Application Support/ (User settings)
- ~/Library/Caches/ (Temporary files)
- ~/Library/Preferences/ (Config files)
- /Library/Application Support/ (System-level files)
The Right Ways to Delete Apps on MacBook
Method 1: Drag-and-Drop (Basic Removal)
For simple apps without background processes:
- Open Finder → Applications folder
- Drag app icon to Trash in Dock
- Right-click Trash → Empty Trash
Works for: Stock apps like Chess, third-party apps without installers
⚠️ Never do this for antivirus or system utilities! They leave drivers running that'll cause crashes. Learned that the hard way with CleanMyMac trial.
Method 2: Launchpad Deletion (App Store Apps)
Best for apps downloaded from App Store:
- Open Launchpad (F4 key or pinch gesture)
- Hold Option key until icons wobble
- Click X on app you want gone
- Confirm deletion
Bonus: Automatically removes some associated files
Method 3: Terminal Nuclear Option (Stubborn Apps)
When an app fights back:
- Open Terminal (Finder → Utilities)
- Type: sudo rm -rf /Applications/AppName.app
- Enter admin password (no visual feedback – scary but normal)
Use this for: Apps that won't delete due to "in use" errors
Comparison of App Removal Methods
Method | Speed | Effectiveness | Leftover Files | Risk Level |
---|---|---|---|---|
Drag to Trash | Fast | Low | Yes (often 100+ MB) | Safe ✅ |
Launchpad Delete | Medium | Medium | Some (small files) | Safe ✅ |
Terminal Command | Fast ⚡ | High | No | Risky ️ (if mistyped) |
Third-Party Tools | Medium | Very High | Rare | Medium ⚠️ (install software) |
Cleaning Up Leftover Files Manually
Already deleted apps but storage didn't free up? Let's hunt those digital cockroaches.
Step-by-Step Cleanup
- Open Finder → Press Cmd+Shift+G
- Enter these paths one by one:
- ~/Library/Application Support/
- ~/Library/Caches/
- ~/Library/Preferences/
- ~/Library/Saved Application State/
- Look for folders with the app's name or developer
- Drag them to Trash → Empty Trash
Protip: Sort by "Date Modified" to find recent leftovers. I cleared 1.2GB from Adobe leftovers using this trick.
Best Apps for Deep Cleaning (Free & Paid)
- AppCleaner (Free) - My daily driver, finds 95% of files
- CleanMyMac X ($35/year) - Overkill but thorough
- DaisyDisk ($10) - Visual storage analyzer bonus
- CCleaner (Free) - Basic but gets the job done
- OnyX (Free) - Power user tool, use carefully
Honestly? I only use AppCleaner now. The paid tools feel bloated for what's essentially drag-and-drop deletion with extra steps.
Fixing Common "Can't Delete" Nightmares
Error: "Application is in use"
- Open Activity Monitor (Utilities folder)
- Search app name
- Select process → Click X button → Force Quit
- Try deleting again
Error: "Can't be modified or deleted"
- Right-click app → Get Info
- Expand Sharing & Permissions
- Click lock icon → Enter password
- Set your account to Read & Write
App reinstalls after reboot
This happens with MDM-managed devices (company/school Macs):
- Contact your IT department
- Or disable MDM: System Settings → Privacy & Security → Profiles
Mac App Removal FAQs
Does deleting apps speed up my MacBook?Sometimes. Bloated apps running in background? Yes. But don't expect miracles from deleting Notes.
Why can't I delete some default apps?System apps like Safari are protected. You'll need terminal commands to remove them – but I don't recommend it.
How to delete apps on MacBook Pro with M1/M2 chip?Same as Intel Macs. Apple Silicon doesn't change the process.
Can I recover accidentally deleted apps?From App Store: Yes, redownload. Third-party apps: Reinstall from original source.
Why does storage space not free up immediately?Time Machine snapshots. Wait a few hours or run Terminal: sudo tmutil thinlocalsnapshots / 1000000000 4
Can deleting apps cause problems?Only if you remove system components. Regular apps? No. But backup before mass deletions.
Special Cases: Tricky App Types
Deleting Plugins (Mail, Photoshop, etc.)
These hide deeper:
- Mail plugins: ~/Library/Mail/Bundles
- Creative Cloud: /Library/Application Support/Adobe/
Removing Login Items
Apps that launch automatically:
- System Settings → General → Login Items
- Select app → Click minus (-) button
Kernel Extensions (kexts)
Low-level drivers like VPNs, antivirus:
- Terminal: sudo kextunload /path/to/kext
- Delete from /Library/Extensions
⚠️ Only if you know what you're doing! Messing with kexts can break your system.
How Much Space Can You Actually Recover?
Based on cleanup jobs I've done for clients:
App Type | Typical Size | Common Leftovers | Full Removal Saves |
---|---|---|---|
Browsers (Chrome, Firefox) | 300-500MB | Cache (1GB+), Profiles | 1.5-3GB |
Adobe Apps | 1-3GB | Support files, fonts | 4-7GB |
Microsoft Office | 2GB | Templates, updates | 3-4GB |
Games (Steam) | Varies | Saves, config files | Original size + 20% |
Personal Recommendation: My 5-Minute Cleanup Routine
Every Sunday while coffee brews:
- Open AppCleaner
- Drag unused apps to it
- Check all detected files → Delete
- Visit ~/Library/Caches → Sort by size → Delete top 3
Takes 4 minutes, saves average 800MB weekly. Better than any "optimizer" app.
Final Tip: The One Thing Nobody Tells You
After deleting large apps, reboot twice. macOS sometimes delays storage recalculation. Second reboot always shows true free space.
Look, I love Macs, but how to delete app in MacBook shouldn't be this complicated. Apple needs better uninstallers. Until then, this guide covers every angle – from simple drags to terminal hacks.