Sweepfor Mac

Free up storage

macOS Installer Taking Up Space? Here's How to Delete It Safely

Old 'Install macOS' app eating 13GB? Here's how to delete it safely, when you should keep it, and what to do with stuck partial downloads.

7 min read

After a successful macOS upgrade, the installer often sticks around in /Applications/ as a 12–14GB “Install macOS [Name].app.” It served its purpose, you don’t need it anymore, and yet there it sits. Same goes for partial downloads in /Library/Updates/ that never finished and now just take space.

Here’s the safe way to remove them, when to keep them, and how to find the variants Finder doesn’t show by default.

What you might find

A few common offenders in this category:

  • /Applications/Install macOS Sequoia.app — 13GB. Left over after upgrading to Sequoia.
  • /Applications/Install macOS Sonoma.app — 12GB. Same, from Sonoma upgrade.
  • /Applications/Install macOS Ventura.app — 12GB. Older, but might still be there.
  • /Library/Updates/ — partial download files from interrupted updates.
  • /macOS Install Data/ — staging folder used during install. Should be cleaned up automatically but sometimes isn’t.
  • /var/folders/.../com.apple.SoftwareUpdate/ — temp files from the update process.

A heavy upgrader’s Mac can have 30GB+ tied up in this category alone if multiple installers stuck around.

Step 1: Look in Applications first

Open Finder → Applications.

Scroll for any “Install macOS” entry. Each is around 12–14GB.

Right-click → Get Info to confirm size if you’re curious.

To delete: drag to Trash, then empty Trash. Done. macOS doesn’t need these — when you upgraded, the installer was used and is no longer required.

Step 2: Check /Library/Updates/

Open Finder, hit Cmd+Shift+G, paste /Library/Updates/.

You’ll likely see a few subfolders, often with cryptic names. Most are empty or contain small metadata files. But occasionally you’ll find a partially-downloaded update file (several gigs).

If everything inside is older than your last successful update, you can safely move the contents to Trash. macOS will redownload anything genuinely needed.

If you’re unsure, check modification dates first — anything recent might be a current update Apple is staging.

Step 3: Look for /macOS Install Data/

This is a staging folder used during macOS installs. It’s normally cleaned up after the install finishes, but if an install was interrupted, the folder can persist with 8–10GB inside.

Open Finder, Cmd+Shift+G, paste /macOS Install Data/.

If the folder exists and you’re not currently mid-update, you can drag its contents to Trash. Requires admin password.

If you don’t see this folder at all, you don’t have leftover staging data — that’s fine.

Skip the manual huntSweep finds every cache, log, and forgotten file in seconds. Download Sweep free →

Step 4: Check System Update cache via Terminal

For more thorough cleanup, Terminal:

softwareupdate --clear-catalog

This clears the cached list of available updates. macOS rebuilds it on next check.

sudo rm -rf /Library/Updates/*

Force-clears the Updates directory.

For the Software Update cache specifically:

sudo softwareupdate --reset

This is occasionally useful if Software Update is showing weird behavior (offering updates you’ve already installed, failing to detect new ones).

When to keep an installer

A few reasons to keep an “Install macOS” app around:

You manage multiple Macs

If you upgrade several Macs at home or in your office, having the installer locally saves you 12GB of download per Mac. You can copy the installer to a USB drive and install from it on each Mac.

In that case, move the installer to a USB drive or cloud storage first, then delete from /Applications/.

You make bootable USB installers

If you’re a sysadmin or just paranoid about bricking, having installers on hand for the macOS versions you might need lets you make a bootable USB rescue drive on demand. Apple’s createinstallmedia tool needs the full installer.

If that’s you, move the installer somewhere off the boot drive (external SSD) rather than just keeping it in /Applications/.

You haven’t actually upgraded yet

The installer is in /Applications/ because you downloaded it but haven’t run it yet. Don’t delete this — you’d just have to redownload.

To run an installer that’s already downloaded, double-click it.

You’re hesitant about the upgrade

Even if you ran the installer, if the upgrade left you with issues, having the installer is one piece of an emergency rollback kit (though Time Machine backup is much more useful).

For most users, none of these apply and the installer is just space.

Apple Silicon vs Intel: any difference?

Mostly the same procedure. Two minor things:

Apple Silicon firmware

Apple Silicon Macs install firmware updates as part of macOS upgrades. Once installed, the firmware is on the Mac and the installer is no longer needed for that piece. Same for Intel T2 Macs.

Older Intel pre-T2

The installer is the simplest path to running First Aid in Recovery if your boot disk has problems. But Recovery Mode (Cmd+R during startup) handles this without needing the local installer.

In both cases, deleting the installer doesn’t reduce your ability to recover the Mac.

Tip: If you're worried about deleting an installer you might need, copy it to an external drive first. A 16GB USB drive holds it. Then delete from internal storage to reclaim space, knowing you have a backup.

The Software Update gear icon weirdness

Sometimes System Settings → General → Software Update shows an update is “ready to install” with a 12GB download already complete, but you’ve decided not to install it. That download is in /Library/Updates/ taking space.

To clear it: dismiss the update prompt, then:

sudo rm -rf /Library/Updates/*
softwareupdate --clear-catalog

This frees the space without uninstalling anything you currently have.

If the update reappears in System Settings later, that’s normal — Apple is offering it again. You can choose whether to install it then.

There’s a faster waySweep does the same hunt in seconds. Try Sweep free →

While you’re cleaning up, a couple other locations worth checking:

/private/var/folders/.../com.apple.SoftwareUpdate/

Update staging temp files. Should be cleaned up automatically but occasionally aren’t. Each user’s var/folders directory has unique paths; finding it manually is awkward. Tools that scan for installer remnants pick this up.

~/Library/Containers/com.apple.appstore/

App Store cached download data. Not strictly installer-related but lives near it. Usually under 1GB; only worth clearing if you’re really tight.

/Library/Preferences/com.apple.SoftwareUpdate.plist

Stores update preferences and history. Don’t delete; if Software Update misbehaves, reset via Terminal command above instead.

Maintenance going forward

After every successful macOS upgrade:

  1. Wait a week. Make sure the upgrade is stable for you and you don’t need to roll back via the installer.
  2. Check /Applications/ for the installer. If present, delete it.
  3. Check /Library/Updates/ for partial downloads. Clear anything stale.
  4. Restart. Lets macOS finish any cleanup it was waiting to do.

That ten-minute habit prevents the “where did 30GB go” surprise six months later.

Realistic recovery from this category alone

A typical Mac that’s been through 2–3 major macOS upgrades without cleanup has:

  • 1 current installer in /Applications/: 13GB
  • 0–2 older installers: 0–28GB
  • Update cache cruft: 1–3GB
  • Stale partial downloads: 0–5GB

Total: 15–50GB recoverable from installer-related files alone. Most users land around 15–25GB once they clean up.

For a 256GB Mac, 20GB recovered is meaningful — that’s almost 10% of total drive space. Worth ten minutes once a year or so.

← Back to all guides