macOS version guides

Free Up Space on macOS Tahoe (2026): The Complete Guide

If your Mac's storage bar has turned red after upgrading to macOS Tahoe, you're not alone. Apple's 2026 release reorganized how storage is reported, making "System Data" feel larger and harder to understand than ever. This guide walks you through every safe step to free up space on macOS Tahoe — from the built-in settings panel to deep-cleaning the folders Apple doesn't surface — in the right order so you don't accidentally delete something you need.

What Changed in macOS Tahoe's Storage Settings

Tahoe moved the storage overview from System Settings → General → Storage — it's still there, but the categories have shifted. "System Data" now absorbs more purgeable content (virtual memory swap, iOS device backups cached on-device, and CloudKit local replicas) than it did on Sonoma or Ventura. As a result, it's common to see System Data reported at 30–60 GB even on a freshly updated machine, most of which can be reclaimed.

The "Optimize Storage" and "Store in iCloud" recommendations still appear, but Tahoe added a new "Clean Up" shortcut in the panel that targets only obvious duplicates in Downloads — not the deeper purgeable space hidden inside System Data. That gap is where most storage gets stranded.

Step 1 — Check What's Actually Using Space

Before deleting anything, get a clear picture:

  1. Open System Settings → General → Storage and note the numbers for each category.
  2. Open Finder → Go → Go to Folder (Shift ⌘ G) and navigate to ~/Library to browse your user library directly.
  3. For a full disk map, run DiskSight from Terminal or use a visual treemap tool — seeing folder sizes at a glance saves guesswork.

Alternatively, Crumb's Visualize tab gives you a whole-Mac treemap and a ranked list of the largest items in seconds, including folders inside System Data that the storage panel won't break down.

Step 2 — Clear User Caches (Safe, Recoverable)

Application caches live in ~/Library/Caches. Every app rebuilds its cache on next launch, so clearing this folder is safe. The total size is often 5–20 GB on a busy Mac.

  1. Quit all open applications.
  2. In Finder, press Shift ⌘ G and go to ~/Library/Caches.
  3. Select all folders (⌘ A), move them to Trash, then empty Trash.

You can also do this from Terminal:

rm -rf ~/Library/Caches/*

Do not touch /Library/Caches (system-level) or /private/var/folders by hand — deletions there can disrupt system daemons until the next reboot or, in some cases, until a repair.

Step 3 — Delete Application Logs

Logs accumulate silently. The safe ones to remove are in your user log directory:

rm -rf ~/Library/Logs/*

System logs at /private/var/log are managed by newsyslog and should be left alone unless you have a specific reason to clean them.

Step 4 — Clear Temporary Files

macOS Tahoe still stores per-user temporary files in /private/var/folders. Apple's own tmpwatch daemon clears these periodically, but you can speed things up:

getconf DARWIN_USER_CACHE_DIR

Run that command to find your specific temp directory, then inspect it in Finder before removing anything. Do not delete the directory itself — only files inside it.

Step 5 — Reclaim System Data and Purgeable Space

This is the big one. macOS Tahoe reports "purgeable" space inside System Data — files the OS could delete if it needed to, but won't unless pushed. These include:

  • APFS local snapshots (Time Machine backups stored on the same drive)
  • Purgeable CloudKit replica data
  • Cached iOS device backups
  • Hibernation image (/private/var/vm/sleepimage on Intel Macs)
  • Unused language files in app bundles

To force macOS to reclaim APFS snapshots from the command line:

tmutil listlocalsnapshots /
tmutil deletelocalsnapshots YYYY-MM-DD-HHMMSS

Replace the timestamp with each snapshot ID listed. On a laptop that's been running for months you might find 10–30 GB here alone.

For purgeable space that the terminal can't reach, download Crumb and run a one-click Clean — it targets exactly this category, flushing purgeable space that neither Finder nor the storage panel will remove on their own. The free tier covers one cleanup, which is enough to see how much you actually recover.

Step 6 — Remove Old iOS and iPhone Mirroring Backups

iPhone and iPad backups made through Finder or Apple Configurator live at:

~/Library/Application Support/MobileSync/Backup/

Each backup can be several gigabytes. To manage them safely:

  1. Open Finder, connect your device, and go to the device pane.
  2. Click Manage Backups to see all stored backups with dates and sizes.
  3. Right-click any outdated backup and choose Delete Backup.

Do not delete the entire Backup folder manually — removing it while a backup is indexed can corrupt the backup database.

Step 7 — Clean Up Downloads and Large Files

Your Downloads folder is the easiest win that most people skip:

  1. Open ~/Downloads in Finder.
  2. Switch to List view (⌘ 2) and sort by Size (View → Show View Options → Size).
  3. Remove disk images (.dmg), large archives (.zip, .tar.gz), and old installers you've already used.

Also check ~/Desktop and ~/Movies — screen recordings from Tahoe's built-in recorder land in ~/Movies by default and are often forgotten.

What Is Safe vs. NOT Safe to Delete

Location Safe to delete? Notes
~/Library/Caches/* Yes Apps rebuild on next launch
~/Library/Logs/* Yes Diagnostic only; not needed day-to-day
APFS snapshots (via tmutil) Yes Removing old snapshots won't affect current files
Old iOS backups Yes (via Finder) Use Finder's Manage Backups, not raw folder deletion
/Library/Caches/* Caution System-level; some daemons don't recover cleanly
/private/var/folders No Managed by the OS; manual removal can break daemons
/private/var/vm/ No Virtual memory swap; deleting crashes the system
~/Library/Application Support/ No (generally) Contains app data, preferences, databases — verify before touching

If you're unsure about any folder, Crumb's "Is this safe to delete?" feature explains what a folder contains and its removal risk before you act — useful for the gray areas in ~/Library/Application Support where some folders are safe and others hold years of app data.

Step 8 — Uninstall Apps and Their Leftover Files

Dragging an app to Trash leaves support files, preference panes, launch agents, and plugin folders scattered across your Library. On a Mac used for a few years these orphaned files can easily total 5–15 GB. To find them:

  1. Identify apps you no longer use in /Applications.
  2. Search ~/Library/Application Support, ~/Library/Preferences, ~/Library/Containers, and ~/Library/Group Containers for folders matching the app's bundle name.
  3. Move matched folders to Trash only after the app is already removed.

Crumb's Uninstall tab automates this: it finds the app, its leftover support files, and lets you review everything before confirming. Removal is permanent, so the review step matters.

Recommended Order of Operations

  1. Check storage panel — understand the breakdown first.
  2. Clear ~/Library/Caches and ~/Library/Logs.
  3. Delete old APFS snapshots with tmutil.
  4. Run a System Data / purgeable flush (built-in tools or Crumb).
  5. Manage iOS backups via Finder.
  6. Audit Downloads, Desktop, and Movies for large files.
  7. Uninstall unused apps and clean their leftovers.

Conclusion

macOS Tahoe's storage changes make the "System Data" bucket larger and more opaque than past releases — but the space is genuinely reclaimable if you work through the steps above in order. Start with the safe, reversible steps (caches, logs, old snapshots) and only move to deeper cleaning once you've exhausted the obvious wins. Keep in mind that all of these deletions are permanent once you empty Trash, so take a minute to verify anything you're not certain about before confirming. On most Macs updated to Tahoe, working through this list top-to-bottom will recover 20–50 GB without touching any files you actually care about.

Reclaim your disk in one click

Crumb audits your whole Mac, tells you what's safe to delete, and frees the space in seconds — private, local, and Apple-notarized.

Download Crumb for macOS

Frequently asked questions

Why is System Data so large on macOS Tahoe?
Tahoe expanded what counts as System Data to include APFS local snapshots, CloudKit local replicas, cached iOS device backups, and other purgeable content. Most of this space can be reclaimed — it just requires steps beyond what the built-in storage panel exposes.
Is it safe to delete everything in ~/Library/Caches?
Yes. The ~/Library/Caches folder contains per-app cache files that are automatically rebuilt on next launch. Deleting them won't cause data loss or app instability — you may just notice a slower first launch for each app as it rebuilds its cache.
How do I delete APFS snapshots to free up space on macOS Tahoe?
Open Terminal and run 'tmutil listlocalsnapshots /' to list all local snapshots, then delete each one with 'tmutil deletelocalsnapshots YYYY-MM-DD-HHMMSS' substituting the actual timestamp shown. Each snapshot can be several gigabytes.
What is purgeable space on Mac and how do I clear it?
Purgeable space is storage macOS has flagged as removable if it needs room — including old Time Machine snapshots and cached cloud files — but won't actually delete unless forced. You can flush it by triggering a large write (like copying a file as large as the purgeable space) or by using a utility like Crumb that explicitly targets purgeable content in one step.