You finished updating to macOS Sequoia, restarted your Mac, and now your storage bar is almost completely red. You did not add anything. macOS Sequoia storage full after update is one of the most common complaints in Apple community forums every time a major OS ships — and the good news is that most of the space hog is temporary or safe to remove. This guide explains exactly what happened and walks you through reclaiming your drive, step by step.
Why Does macOS Sequoia Use So Much Space Right After Upgrading?
Several things pile up at once during and immediately after a major macOS upgrade. Understanding what each one is helps you decide what to delete confidently and what to leave alone.
1. The installer itself is still sitting in your Applications folder
The Install macOS Sequoia.app that macOS downloaded before upgrading is typically 12–15 GB. macOS does not always clean it up automatically. Until you delete it, that space is gone. Once you have confirmed the upgrade went smoothly, this file is completely safe to remove.
2. APFS local Time Machine snapshots
macOS automatically takes a local snapshot of your drive before applying a major upgrade — essentially a safety net so you can roll back. After a successful upgrade that snapshot is no longer needed, but it can sit on your disk for days, holding anywhere from a few gigabytes to tens of gigabytes depending on how much data your Mac had.
3. Spotlight is reindexing the entire drive
A major OS upgrade shuffles enough files that Spotlight has to rebuild its search index from scratch. During reindexing, Spotlight writes substantial temporary data under /private/var/folders and related system paths. Users have reported these temporary files consuming tens of gigabytes. The storage readout in System Settings can look alarming for the first 24–48 hours while indexing is in progress. In most cases, this resolves on its own once indexing completes.
4. Leftover caches from the update process
macOS caches installer payloads, delta updates, and preflight data in ~/Library/Caches and system-level cache directories. After a successful upgrade these caches are dead weight, but macOS does not always purge them immediately.
5. The "System Data" category looks larger than it really is
The storage view in System Settings → General → Storage counts purgeable space — things like iCloud-optimized files and cached video — as "used." Immediately after an upgrade, macOS has not yet had time to mark those files as purgeable, so the bar looks fuller than it functionally is. Give it a few hours before drawing conclusions from this number alone.
Step-by-Step: How to Reclaim Space After the Sequoia Update
Step 1 — Wait 24 hours first
Before deleting anything, let your Mac sit plugged in for a day. Spotlight reindexing, iCloud reconciliation, and purgeable-space recalculation all happen in the background. Many users find their storage reading drops noticeably on its own. If it is still alarming after 24 hours, continue below.
Step 2 — Delete the Sequoia installer from Applications
- Open Finder and go to Applications.
- Look for Install macOS Sequoia (it has the macOS logo icon).
- Right-click it and choose Move to Trash.
- Empty the Trash.
This alone can recover 12–15 GB. It is unconditionally safe to delete once you are running Sequoia successfully. If you ever need to reinstall, macOS will re-download a fresh copy.
Step 3 — List and remove local Time Machine snapshots
Open Terminal (in Applications → Utilities) and run:
tmutil listlocalsnapshots /
You will see output like:
com.apple.TimeMachine.2024-09-22-143201.local
com.apple.TimeMachine.2024-09-15-091100.local
To delete a specific snapshot, use the timestamp portion (everything after TimeMachine. and before .local):
sudo tmutil deletelocalsnapshots 2024-09-22-143201
Enter your administrator password when prompted. Repeat for each snapshot you want to remove. Snapshots from before your Sequoia upgrade date are safe to delete once you have confirmed the new OS is running well. Do not delete snapshots you might still need for a roll-back until you are confident in the upgrade.
Step 4 — Clear user caches left by the update process
In Finder, press Command + Shift + G and type:
~/Library/Caches
Look for folders with names like com.apple.installer or other large, obviously dated entries. You can delete the contents of individual cache folders — do not delete the parent Caches folder itself. Any cache file you delete will be rebuilt by macOS or the relevant app the next time it is needed; the downside is a possible first-launch slowdown, nothing more serious.
For a quick look at what is actually large, open Terminal and run:
du -sh ~/Library/Caches/* | sort -rh | head -20
This ranks your top 20 cache folders by size so you can target the biggest ones first.
Step 5 — Check for old iOS/iPadOS device backups
If you back up an iPhone or iPad to your Mac, those backups live in ~/Library/Application Support/MobileSync/Backups/ and can easily total 10–50 GB. Open Finder, connect your device (or without it), go to Finder → your device → Manage Backups to see and delete outdated backups.
Step 6 — Let a tool do the scanning for you
If you would rather not poke around in Terminal and Library folders manually, Crumb can handle this in one pass. Its one-click Clean sweeps caches, logs, temporary update files, and purgeable space — the exact categories that bloat right after a Sequoia upgrade. The Visualize mode shows a live disk map so you can see at a glance what is taking up space before deleting anything. The built-in "Is this safe to delete?" AI can also explain any unfamiliar folder before you commit, which is reassuring when you are unsure whether something belongs to the update or to an app you still use. You can download Crumb and run one free cleanup to see how much the update left behind.
What Is Safe to Delete vs. What to Leave Alone
| Item | Safe to delete? | Notes |
|---|---|---|
| Install macOS Sequoia.app in Applications | Yes — after a confirmed successful upgrade | Re-downloaded if needed from the App Store |
| Pre-upgrade APFS local snapshot | Yes — once you are confident in the new OS | Use tmutil deletelocalsnapshots |
| ~/Library/Caches contents | Yes — apps rebuild caches on next launch | Delete folder contents, not the folder itself |
| Old iOS device backups | Yes — if the backup is outdated | Keep the most recent backup for each device |
| Spotlight index files | Usually leave alone — they rebuild automatically | Only intervene if Spotlight is stuck after 48+ hours |
| /System and /Library system files | No — do not touch these | Deleting can break macOS; not user-editable anyway on modern macOS |
A Note on "Storage Increased After Sequoia Upgrade" — When to Be Patient
If you see "Mac out of space after Sequoia update" in the System Settings storage panel but your actual available storage (checked in Terminal with df -h /) shows more free space than the panel suggests, that discrepancy is normal. The storage panel includes system-managed purgeable space in its accounting, and macOS takes time to settle the numbers after a major upgrade. Run df -h / in Terminal to get the ground truth:
df -h /
The Available column is the real free space your apps can use right now.
Summary
macOS Sequoia storage full after update almost always comes down to three things: the installer you no longer need, pre-upgrade APFS snapshots, and a Spotlight index that is still building. Work through the steps above — delete the installer, clear old snapshots with tmutil, and prune your largest caches — and most Macs recover several gigabytes without touching anything risky. Everything in this guide is permanent once you empty the Trash or run the terminal commands, so confirm your upgrade is stable before removing snapshots. When in doubt, let macOS settle for a day first; it often reclaims space on its own.