If your Mac is running macOS Sequoia and the storage bar is turning orange, you are not alone. macOS Sequoia (15.x) keeps more data than ever — update caches, language models, iPhone Mirroring data, and system snapshots all accumulate quietly. This guide walks through 12 genuinely effective methods to free up space on macOS Sequoia, ranked from the easiest quick wins to the bigger manual recoveries that Apple's built-in Storage Recommendations deliberately skip.
Before You Start: Check What Is Actually Using Space
Open Apple menu → System Settings → General → Storage. The bar breaks your disk into colored segments: Applications, Documents, System Data, and others. The number that shocks most people is System Data — it is a catch-all for caches, logs, Time Machine local snapshots, and anything macOS can't categorize neatly. Knowing which segment is large tells you which methods below will give the biggest return.
| Segment | What's inside | Safe to clean? |
|---|---|---|
| Applications | App bundles in /Applications | Yes, if you no longer use the app |
| Documents | Downloads, iCloud local copies, large files | Yes, with care |
| System Data | Caches, logs, temp files, snapshots, VM files | Partially — details below |
| System | macOS itself | No — never touch this manually |
Method 1: Use macOS Storage Recommendations
Click Recommendations in the Storage panel. Apple offers four options: Store in iCloud, Optimize Storage (remove watched TV downloads), Empty Trash Automatically, and Reduce Clutter (find large files). These are safe starting points, but they intentionally avoid caches, logs, and developer data — which is where the real gigabytes often hide.
Method 2: Empty the Trash (and Application Trash)
Obvious, but often missed: many apps maintain their own trash bins. In Finder, choose Finder → Empty Trash. Also check apps like Final Cut Pro and iMovie, which hold their own deleted media until you empty within the app itself.
Method 3: Clear User Caches
User caches live at ~/Library/Caches. They are recreated automatically when you reopen apps, so clearing them is safe. The tricky part is knowing which ones are worth removing and which are actively in use.
- Quit all open applications.
- Open Finder, press ShiftCommandG, and type
~/Library/Caches. - Sort by size. Folders named after apps you no longer use are safe to delete. Folders for apps you actively use will be rebuilt — safe to delete, but the app may be slower on first launch.
- Do not delete the entire
~/Library/Cachesfolder; delete folder-by-folder.
Do not touch /Library/Caches (system-level) or anything inside /private/var/ without understanding what it is. Deleting the wrong system cache can require a reboot or, in rare cases, break a service until you log out and back in.
Method 4: Remove System Logs
macOS writes a large volume of logs to ~/Library/Logs and /Library/Logs. Old logs are generally safe to delete.
# View size of your user logs
du -sh ~/Library/Logs
# Delete user-level logs (safe)
rm -rf ~/Library/Logs/*
System logs in /private/var/log are rotated automatically by macOS and are best left alone unless you are diagnosing a specific issue.
Method 5: Delete Time Machine Local Snapshots
Sequoia keeps local Time Machine snapshots (APFS snapshots) even when your backup drive is not connected. They count toward System Data. To list them:
tmutil listlocalsnapshots /
To delete a specific snapshot (replace the date-string with one from the list above):
tmutil deletelocalsnapshots 2026-05-20-123456
Or delete all local snapshots at once:
for snap in $(tmutil listlocalsnapshots / | grep "com.apple"); do tmutil deletelocalsnapshots "${snap##*.}"; done
macOS will recreate snapshots as needed when you connect your backup drive again.
Method 6: Remove iOS/iPadOS Device Backups
iTunes-era device backups stored on Mac can be enormous. In Finder, select your iPhone or iPad in the sidebar under Locations, click Manage Backups, and delete backups you no longer need. Or navigate directly to ~/Library/Application Support/MobileSync/Backup/.
Method 7: Clear Xcode Derived Data and Archives (Developers)
If you use Xcode, derived data and build archives can easily consume 20–50 GB over time.
# Derived data
rm -rf ~/Library/Developer/Xcode/DerivedData
# Old simulators (prompts for confirmation)
xcrun simctl delete unavailable
Archives at ~/Library/Developer/Xcode/Archives are your uploaded App Store builds. Only delete ones for versions you have definitively retired.
Method 8: Find and Remove Duplicate Files
Downloaded files, photo exports, and project assets often end up duplicated across folders. The manual approach is to sort the Downloads folder by name and look for "(1)" suffixes. A more systematic option is to use a tool — Crumb's Duplicates scanner finds exact duplicate files by content hash, not just filename, so renamed copies are caught too.
Method 9: Uninstall Apps Completely (Remove Leftover Files)
Dragging an app to the Trash removes the .app bundle but leaves behind preference files, caches, application support folders, and launch agents scattered across your Library. A fully uninstalled app can leave behind hundreds of MB.
- Quit the app you want to remove.
- Drag the
.appto Trash. - Manually search these locations for folders matching the app or developer name:
~/Library/Application Support/~/Library/Caches/~/Library/Preferences/~/Library/Containers/~/Library/Group Containers//Library/Application Support//Library/LaunchAgents/and/Library/LaunchDaemons/
This is tedious to do manually. Crumb's Uninstall tab automates the search: select an app, it finds all associated leftovers by bundle ID and developer signature, and lets you review and remove them before they are gone. Removed items go to a recoverable state for 30 days (Pro).
Method 10: Offload Large Files to iCloud or External Storage
Sequoia's iCloud Desktop and Documents sync means large files can be "offloaded" — stored in iCloud but accessible on demand. Enable this under System Settings → Apple ID → iCloud → iCloud Drive → Optimize Mac Storage. Files show a cloud icon in Finder when offloaded. This is not the same as deleting them, but it frees local disk space immediately.
Method 11: Remove Language Files and Unused Disk Images
Apps bundle localizations for dozens of languages. If you only use English, the other language files (inside each .app bundle under Contents/Resources/*.lproj) take space. These can be stripped, but modifying app bundles breaks code signatures, which means Gatekeeper will block the app on next launch. On modern Apple Silicon Macs this approach is generally not worth the risk. Better targets are .dmg files in Downloads that you kept after installing — they are safe to delete once the app is installed.
Method 12: One-Click Clean of Caches, Logs, and Purgeable Space
The fastest path to reclaiming space from caches, logs, temp files, and System Data purgeable space is a single structured clean rather than manual folder spelunking. Crumb does this from the menu bar: one click covers user and system caches, application logs, temp files, and triggers macOS to purge purgeable storage — the same space the Storage panel shows as "available after optimization." You get a before/after breakdown so you know exactly what was removed. If you are unsure about a folder Crumb surfaces, the "Is this safe to delete?" AI explains what it is and what removal risk to expect — without sending file contents anywhere. Download Crumb to try the first cleanup free.
What NOT to Delete
/Systemand/usr— the macOS operating system itself.~/Library/Keychains— your passwords and certificates.~/Library/Mail— your Mail database. Use Mail's built-in mailbox management instead.- APFS volume containers visible in Disk Utility — never delete these without understanding the full volume group structure.
- Any file you cannot identify in
/Library/LaunchDaemons— removing the wrong daemon can break system services.
Cleaning is permanent. Always confirm a file is not needed before deleting, and keep Time Machine backups current before any major cleanup session.
Conclusion
Freeing up space on macOS Sequoia is a layered process. Apple's built-in Storage Recommendations handle the easy, low-risk wins like offloading media and clearing obvious clutter. The gigabytes hiding in caches, logs, Time Machine snapshots, and app leftovers require manual work — or a tool that targets those locations accurately. Work through the methods above in order, skip anything you are not confident about, and keep a backup running before any bulk deletion.