macOS update / install space

How to Delete the macOS Installer and Reclaim 12+ GB

After you upgrade to a new version of macOS, a surprisingly large file quietly stays behind in your /Applications folder: the installer itself. Install macOS Sequoia.app (or whichever version you upgraded from) can occupy 12 to 14 GB of storage — space most people never reclaim because they simply don't know it's there. This guide explains exactly what the installer is, whether it's safe to remove, and the fastest ways to delete it.

Why the macOS Installer Stays Behind

When you download a macOS installer from the App Store or Software Update, macOS saves it to /Applications as a single .app bundle. The upgrade process reads from that bundle and then leaves it in place. Apple's logic is reasonable: you might want to create a bootable USB installer or upgrade another Mac on your local network. But once you've finished upgrading, that file serves no ongoing purpose on your primary machine.

The installer is not a system file. It lives in /Applications like any third-party app, which means it is safe to delete after your upgrade is complete and you've confirmed everything is working correctly.

Where to Find the Leftover Installer

Open Finder and navigate to Macintosh HD › Applications (or press Shift + Command + A). Look for any of these files, depending on which macOS versions you've downloaded over the years:

  • Install macOS Sequoia.app
  • Install macOS Sonoma.app
  • Install macOS Ventura.app
  • Install macOS Monterey.app
  • Install macOS Big Sur.app

You may find more than one if you downloaded installers for multiple versions and never cleaned them up. Each one can be 12 GB or larger.

To check the exact size before deleting, right-click the installer in Finder and choose Get Info. The size shown is the disk space you'll recover.

Is It Safe to Delete the macOS Installer?

Yes — with one important condition. Confirm these things first:

  • Your Mac has successfully completed the upgrade and is running the target macOS version.
  • You don't need to create a bootable USB installer for other Macs.
  • You don't need to perform a clean install on this machine in the near future.

If all three apply, deleting the installer is entirely safe. macOS will continue to function normally. If you ever need the installer again, you can re-download it from the App Store at no cost.

Note: Deletion is permanent once you empty the Trash. Make sure you mean it before you empty.

How to Delete the macOS Installer Manually

The fastest manual method takes three steps:

  1. Open Finder and go to Applications (Shift + Command + A).
  2. Locate Install macOS Sequoia.app (or any older installer file).
  3. Right-click it and choose Move to Trash, then empty the Trash.

If macOS shows a permission prompt, click through and authenticate with your password. The installer app is not protected by System Integrity Protection (SIP), so no special steps are required.

How to Delete the macOS Installer from Terminal

If you prefer the command line, or if the Finder approach gives you a permission error, use Terminal:

sudo rm -rf "/Applications/Install macOS Sequoia.app"

Enter your administrator password when prompted. The sudo prefix ensures you have sufficient privileges even if the bundle's ownership is set to root. Adjust the filename for older installers (e.g., Install macOS Sonoma.app).

To check what installer files exist before deleting anything:

ls -lh /Applications/Install\ macOS*.app 2>/dev/null || echo "No macOS installers found"

This lists all installer bundles and their sizes, so you know exactly what you're about to remove.

Finding Installers Automatically with Crumb

If you'd rather not hunt through Finder or run Terminal commands, Crumb's Visualize tab shows a disk map of your entire Mac sorted by size — large installer bundles appear near the top immediately. The Uninstall tab also surfaces installer apps the same way it surfaces any application: with a single click to remove the bundle and confirm nothing is left behind.

This is particularly useful if you have accumulated installers across multiple macOS versions and want to see everything at once rather than scrolling through /Applications manually.

Other Large Files That Accumulate After a macOS Upgrade

While you're reclaiming space, it's worth knowing about a few other locations that can swell after an upgrade:

Location What accumulates Safe to delete?
/Applications/Install macOS *.app macOS installer bundles Yes, after upgrade completes
~/Library/Caches App and system caches Generally yes; apps rebuild as needed
/Library/Updates Staged OS update packages Yes, once update is applied
~/Library/Application Support/MobileSync/Backup iPhone/iPad local backups Only if you have iCloud Backup as fallback
/private/var/folders Temporary files and caches Yes; macOS recreates on demand

The installer is almost always the single largest recoverable item on a freshly upgraded Mac, which is why it's the first place to look.

Re-downloading the Installer If You Need It Later

If you delete the installer and later need it — to perform a clean install, create a bootable drive, or upgrade another machine — you can get it back from the App Store:

  1. Open the App Store and search for macOS Sequoia (or the version you need).
  2. Click Get. If you've downloaded it before, it shows a download icon rather than a price.
  3. The installer will download again to /Applications, typically taking 20–40 minutes depending on your connection.

There is no charge for re-downloading a macOS version you are entitled to run.

Quick Summary

  • The Install macOS Sequoia.app file in /Applications is left behind after every upgrade and is safe to delete once you're running the new OS.
  • Removing it frees 12–14 GB immediately — often more if you have multiple old installers.
  • Use Finder (right-click › Move to Trash) or Terminal (sudo rm -rf) to delete it.
  • You can always re-download from the App Store for free if you need it again.

If you want to see all the space hogs on your Mac at a glance — not just installers — download Crumb and run a Visualize scan. It takes about thirty seconds and shows you exactly what's consuming your disk, so you can make informed decisions about what to keep and what to remove.

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

Is it safe to delete the Install macOS Sequoia app?
Yes, once your Mac has successfully upgraded and is running macOS Sequoia, the installer app in /Applications serves no ongoing purpose. You can safely delete it. If you ever need it again, re-download it from the App Store for free.
How much space does the macOS installer take up?
macOS installers are typically 12 to 14 GB. If you have downloaded installers for multiple macOS versions over the years and never removed them, the total can be considerably larger.
Where is the macOS installer stored on my Mac?
The installer is stored in /Applications as a file named Install macOS Sequoia.app (or whichever version). You can find it by opening Finder and pressing Shift + Command + A to go to the Applications folder.
How do I delete the macOS installer from Terminal?
Run: sudo rm -rf "/Applications/Install macOS Sequoia.app" — enter your administrator password when prompted. Adjust the filename for older installers like Sonoma or Ventura.
Will deleting the installer affect my current macOS installation?
No. The installer is separate from the operating system itself. macOS continues to run normally after the installer is removed.