MainspringGuides › macOS Installers
macOS Guide

Delete Old macOS Installers to Free Space

Updated July 2026 · 3 min read

Every macOS upgrade you download arrives as a full installer app in your Applications folder — 12 GB or more for recent releases — and it doesn't remove itself after the upgrade finishes. If your Mac is already running the new version, that installer is dead weight. Here's how to find leftover installers, delete them safely, and re-download one in minutes if you ever need it.

Find leftover installers

Full installers are apps named Install macOS Sequoia, Install macOS Sonoma, Install macOS Ventura, and so on, and they live in /Applications. Open the Applications folder and type "Install macOS" into Finder's search field, or check from Terminal:

# List any full installers and show their sizes
du -sh /Applications/Install\ macOS*.app 2>/dev/null

While you're at it, skim your Downloads folder for macOS .dmg files or InstallAssistant.pkg packages you downloaded by hand — they're the same dead weight under a different name. You can also spot installers in System Settings → General → Storage: click the next to Applications and sort by size, and a leftover installer usually sits right at the top of the list.

Installers pile up more often than you'd think. macOS downloads the full app when you start an upgrade, and if you cancelled, upgraded a different way, or made a bootable USB months ago, the copy just stays in Applications until you notice it.

Delete them safely

  1. Make sure the installer isn't mid-run — quit the Install macOS window if it's open.
  2. Drag the installer app to the Trash and confirm with your password or Touch ID.
  3. Empty the Trash. The 12 GB doesn't come back until you do.

Deleting an installer can't harm the system you're running. It's a packaged copy of macOS waiting to be applied — the OS you're booted into doesn't reference it at all. The same goes for beta installers: once you're on a release build, an old "Install macOS … beta" app is just as safe to remove, and just as large.

What about /Library/Updates?

Partially downloaded updates can sit in /Library/Updates. Unlike the installer app, this folder is system-managed: macOS clears it on its own after an update completes, and deleting its contents by hand can confuse Software Update. If it's holding gigabytes, open System Settings → General → Software Update, let the pending update finish, and restart your Mac — don't reach for rm here.

When keeping an installer makes sense

Keep a copy only if you build bootable USB installers — for clean installs, for older Macs, or for machines on slow internet. The tool ships inside the installer app itself:

# Erases the USB drive mounted at /Volumes/MyUSB and makes it a bootable installer
sudo /Applications/Install\ macOS\ Sequoia.app/Contents/Resources/createinstallmedia --volume /Volumes/MyUSB

If that's not something you do, delete with confidence — every recent installer remains re-downloadable from Apple.

Get an installer back anytime

This is the undo for everything above. Apple keeps full installers available, and one command pulls a fresh copy straight into Applications:

# See which full installers Apple currently offers
softwareupdate --list-full-installers

# Download one back into /Applications (the undo for deleting it)
softwareupdate --fetch-full-installer --full-installer-version 15.5

The App Store also hosts a page for each recent macOS version, and downloading from there drops the same installer app into Applications. All of this works identically on macOS 13 Ventura, 14 Sonoma, and 15 Sequoia.

Tune your Mac in one click

While you're clearing out installers, Mainspring turns 90+ hidden macOS settings into labelled, reversible toggles — no Terminal commands, no hunting through System Settings.

Try Mainspring free →

Signed & notarized by Apple · 1-day free trial · $29 once

Clearing space for an update?

If you're deleting installers because a new update won't fit, local snapshots and purgeable space are usually the real blockers — see what to do when there's not enough space to update macOS.