macOS Update Says It Needs More Space — Even With Free Storage?
You have 30 GB free, but the macOS Tahoe installer still insists the installation requires extra space. You're not imagining it — macOS counts space differently than the Storage bar suggests. This guide explains what's actually happening and walks you through the fix, fastest options first.
Table of Contents
Why the Installer Wants More Space Than You "Have"
Three things combine to cause the "installation requires extra space" message even when Storage shows plenty free:
Updates need working room
A macOS update downloads a few gigabytes, but the installer needs 2–3× that as temporary space to unpack, verify, and apply the new system — while keeping the old one intact until the swap is complete.
"Free" often means purgeable
The Storage bar counts purgeable space — caches, offloaded iCloud files, and other data macOS can delete on demand — as available. The installer is stricter and may not treat it as free until macOS actually releases it.
APFS snapshots hold space hostage
macOS keeps local Time Machine snapshots — point-in-time copies of your disk — that quietly consume gigabytes. They're invisible in Finder but very visible to the installer.
How Much Space You Actually Need
- Point update (e.g. macOS Tahoe 26.6): plan for 15–25 GB of genuinely free space.
- Major upgrade (e.g. macOS 27 Golden Gate in September): plan for 25–45 GB.
Rule of Thumb
If the installer complains, aim for at least 20 GB free after a restart before retrying. Space that survives a reboot is space the installer will accept.
Check Your Real Free Space
Use Disk Utility, Not the Storage Bar
- Open Disk Utility (Applications → Utilities).
- Select Macintosh HD.
- Look at the Available figure — it shows something like "34.2 GB (12.1 GB purgeable)".
Subtract the purgeable number from the available number. That difference is what the installer sees. If it's under ~20 GB, that's your answer.
Quick Fixes (Try These First)
Restart and Retry
A restart prompts macOS to release purgeable space and thin caches. Then open System Settings → General → Software Update and try again. This alone resolves a surprising share of cases.
Empty Trash Everywhere
Empty the Dock's Trash, then Photos → Recently Deleted, and erase deleted messages in Mail. Files in these holding areas still occupy real disk space.
Run a Time Machine Backup
If you use Time Machine, connect the backup disk and complete a backup. Once data is safely backed up externally, macOS thins local snapshots more aggressively — often freeing several gigabytes.
Delete Local Time Machine Snapshots
If the installer still refuses, snapshots are the usual culprit. You can remove them safely — they're local caches of your backup, not the backup itself.
List Snapshots
Open Terminal (Applications → Utilities) and run:
tmutil listlocalsnapshots /
Each line ending in a date-time (like 2026-08-01-093012) is one snapshot.
Delete Them
Remove a snapshot by date:
tmutil deletelocalsnapshots 2026-08-01-093012
Repeat for each listed date, restart, and check Disk Utility again — the purgeable number should drop sharply.
Safe to do
Deleting local snapshots doesn't touch the backups on your Time Machine drive. Your external backup history stays intact.
Still Short? Free Up More Space
If genuinely free space is still under 20 GB, it's time to clear room the ordinary way: built-in Storage recommendations, the Downloads folder, large files, and unused apps. Our companion guide covers it step by step: How to Free Up Storage Space on Mac Before a macOS Update.
Last Resort: the Full Installer
Updating via Software Update needs less space than downloading the full installer app — a full installer is 13+ GB before it even starts. Stick with Software Update on space-constrained Macs.
Frequently Asked Questions
Because much of your "free" storage is purgeable space or held by APFS local snapshots, and the installer also needs 2–3× the download size as working room. Restart, delete local snapshots, and get to 20 GB of genuinely free space, and the error goes away.
No. Local snapshots are temporary on-disk copies; your actual backup history lives on the Time Machine drive and isn't affected.
Sometimes macOS will start the update and free purgeable space as it goes, but failed installs on nearly-full disks are the most common cause of a Mac stuck mid-update. Clearing space first is much safer than forcing it.
Conclusion
The "needs more space" error almost never means macOS is wrong — it means your free space isn't as free as it looks. Check Disk Utility for the purgeable figure, restart, clear local snapshots, and aim for 20 GB of real headroom. Then run the update from Software Update. If the installer starts but stalls, see fixing a stuck "Preparing Update."