Home > How to Tips

Clean Install Any macOS or Mac OS X? (Sequoia/Sonoma/Monterey)

Updated on Tuesday, September 3, 2024

iBoysoft author Jenny Zeng

Written by

Jenny Zeng
Professional tech editor

Approved by

Jessica Shee

English Français Deutsch やまと Español Português

Summary: This article from iBoysoft introduces 4 ways to clean install macOS Sequoia/Sonoma/Ventura/Monterey/Big Sur/Catalina/Mojave/High Sierra, or any macOS or Mac OS X versions.

Clean install macOS

A clean install of macOS can be beneficial in many ways. Here are the common reasons why you might want to perform a fresh (re)install on Mac:

  • Update to macOS Sequoia or another version without conflicts.
  • Reinstall the Mac operating system to resolve issues, like poor performance, startup problems, slow Mac, or other misbehavior.
  • Clear all files on a Mac that's running out of space or discard all unnecessary files at once.
  • Remove all data from your Mac and reset it to factory settings before selling it or giving it away.
  • Start afresh with a new OS.

Whatever the reason is, this guide will show you how to clean install macOS from USB or without USB, no matter if it's an Intel-based Mac or Apple Silicon M1/M2/M3 Mac.

How to do a clean install of macOSDifficulty LevelInstalled macOS
Make a bootable USB installerHigh, need to create a bootable USB installer firstInstall any compatible macOS (update or reinstall)
Erase and reinstall from macOS RecoveryMiddle, standard way to fresh reinstall macOS without USBReinstall current macOS
Use the Erase All Content and Settings optionLow, clean reinstall macOS on T2/M1/M2/M3 Macs running macOS Monterey or laterReinstall current macOS
Use Mac OS Recovery AssistantLow, clean reinstall macOS without USB or passwordReinstall current macOS

How to clean install macOS or Mac OS X?

There are four ways to do a clean install of macOS, which essentially means to erase and install macOS. Three of them apply to all macOS or Mac OS X versions, but the option "Erase All Content and Settings" is only available to macOS Monterey and later versions.

Anyway, whether you're looking to clean install macOS Sequoia, Sonoma, Ventura, Monterey, Big Sur, Catalina, Mojave, High Sierra, or an earlier system like Sierra, El Capitan, or Mavericks, there should be at least three possible methods at your disposal.

 Tips: If you're trying to clean install macOS Sequoia, the latest macOS 15, on a Mac that doesn't have macOS 15 installed already, creating a bootable USB is the only way.

Back up your Mac before you clean install macOS Sequoia or earlier

A clean installation of macOS will remove all data on your Mac's internal hard drive. So, make sure you back up files on your Mac before starting. To do this, you can copy the essential files to an external hard drive, upload them to the cloud, or use Time Machine, which backs up almost everything on your Mac, including files, apps, and settings.

Be aware that you probably don't want to restore from a Time Machine backup if you don't want to copy over the settings and preferences from your old system.

Once your data is secured, choose one of the ways below to fresh install Mac OS X or macOS.

Way 1: Clean install macOS from USB bootable installer (Sequoia and earlier)

To clean install macOS from USB, we must first create a bootable USB installer of the macOS version you intend to install. This requires you to prepare the following tools:

  • A USB flash drive or external hard drive with 16GB or more storage space. (It will be erased to hold the installer, so ensure it's backed up or doesn't contain any valuable data.)
  • A Mac that's compatible with your chosen macOS version.
  • Download the macOS version in your mind and add the installer (.app) to your Applications folder. (You need to get the installer named "Install macOS Version," such as "Install macOS 15 Beta.") 
    macOS Sequoia installer in the Applications folder

➢ For macOS Sequoia, you can get the installer from the link below:

Download macOS Sequoia Beta

The Sequoia installer is a PKG file, which you need to install in your Applications folder.

➢ For macOS High Sierra ~ macOS Sonoma, you can get it from the Mac App Store:

Download macOS from the Mac App Store

macOS 14 Sonoma

macOS 13 Ventura

macOS 12 Monterey

macOS 11 Big Sur

macOS 10.15 Catalina

macOS 10.14 Mojave

macOS 10.13 High Sierra

The installer from the App Store will be downloaded to your Applications folder directly. It will open automatically after being downloaded. When it does, press Command-Q and choose Quit to close it.

➢ For macOS Sierra and earlier OS X versions, download it through a web browser like Safari:

macOS 10.12 Sierra

OS X 10.11 El Capitan

OS X 10.10 Yosemite

OS X 10.9 Mavericks

OS X 10.8 Mountain Lion

Mac OS X 10.7 Lion

These installers are likely DMG files, which need to be extracted further. Double-click the DMG file to open it, then double-click the .pkg file inside and install it into your Applications folder.

After the installer resides in your Applications folder, take the steps below to make the bootable USB installer and boot from it to clean install macOS.

① Format the USB drive that'll hold the installer:

  1. Connect the USB drive to your Mac.
  2. Open Disk Utility.
  3. Click View > Show All Devices.
  4. Select the physical disk, typically named with the manufacturer's name, and click Erase.
  5. Name the drive MyVolume. (It'll be automatically renamed later.) 
    Format external drive for bootable USB
  6. Select Mac OS Extended (Journaled) as the format.
  7. Keep the Scheme as GUID Partition Map.
  8. Click Erase again.

② Create a bootable USB installer:

  1. Open Terminal.
  2. Enter one of the following commands in Terminal and hit Enter.
    macOS Sequoia Beta: sudo /Applications/Install\ macOS\ 15\ Beta.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume
    Clean install macOS Sequoia by creating a bootable USBmacOS Sequoia public release:sudo /Applications/Install\ macOS\ Sequoia.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolumemacOS Sonoma: sudo /Applications/Install\ macOS\ Sonoma.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume macOS Ventura: sudo /Applications/Install\ macOS\ Ventura.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume macOS Monterey: sudo /Applications/Install\ macOS\ Monterey.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume macOS Big Sur: sudo /Applications/Install\ macOS\ Big\ Sur.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume macOS Catalina: sudo /Applications/Install\ macOS\ Catalina.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume macOS Mojave:sudo /Applications/Install\ macOS\ Mojave.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume macOS High Sierra:sudo /Applications/Install\ macOS\ High\ Sierra.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume macOS Sierra:sudo /Applications/Install\ macOS\ Sierra.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume --applicationpath /Applications/Install\ macOS\ Sierra.app OS X El Capitan:sudo /Applications/Install\ OS\ X\ El\ Capitan.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume --applicationpath /Applications/Install\ OS\ X\ El\ Capitan.app OS X Yosemite:sudo /Applications/Install\ OS\ X\ El\ Capitan.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume --applicationpath /Applications/Install\ OS\ X\ Yosemite.app OS X Mavericks:sudo /Applications/Install\ OS\ X\ El\ Capitan.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume --applicationpath /Applications/Install\ OS\ X\ Mavericks.app OS X Mountain Lion:sudo /Applications/Install\ OS\ X\ El\ Capitan.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume --applicationpath /Applications/Install\ OS\ X\ Mountain\ Lion.app Mac OS X Lion:sudo /Applications/Install\ OS\ X\ El\ Capitan.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume --applicationpath /Applications/Install\ Mac\ OS\ X\ Lion.app
  3. Input your administrator login password and hit Enter when prompted. (The password won't appear.)
  4. Type Y to confirm that you want to erase the volume and hit Enter.
  5. Then Terminal will start the erase process and show you the message, "Erasing Disk: 0%… 10%… 20%… 30%…100%…"
  6. Click OK when you see an alert that Terminal would like to access files on a removable volume.
  7. When you receive the message, "Install media is now available," you'll find the bootable drive having the same as the installer, such as "Install macOS 15 Beta."
  8. Quit Terminal and eject the bootable USB.

③ Erase and reinstall macOS from USB:

With the bootable USB ready, we can now erase and install macOS from the USB. Follow the steps below:

  1. Turn off the Mac you want to do a fresh install on. (It must be compatible with the macOS you're installing.)
  2. Plug in the bootable USB.
  3. Boot into Startup Manager.
    On an Intel Mac: Press the power button, then immediately press and hold the Option key. 
    On an M1/M2/M3 Mac: Press and hold the power button until you see "Loading startup options."
  4.  When the available startup disks appear, select your USB bootable installer and click the Continue button (on Apple Silicon Macs) or the Up arrow (on Intel Macs). 
    Boot from macOS Sequoia USB installer to do a clean install
  5. Click Disk Utility > Continue.
  6. Click View > Show All Devices.
  7. Choose the physical disk of your internal hard drive (e.g., Apple SSD BF6734N Media) and click Erase. 
    Erase your Mac for a clean install
  8. Name your internal drive Macintosh HD.
  9. Choose APFS for macOS High Sierra and later; select Mac OS Extended (Journaled) for macOS Sierra and earlier.
  10. Keep GUID Partition Map as the scheme.
  11. Click Erase.
  12. Wait for your startup disk to be erased.
  13. After the erase process is complete, close Disk Utility and return to the macOS Utilities window.
  14. Choose "Install macOS version" and click Continue.
  15. Follow the onscreen instructions to finish the clean install of macOS.

Share these steps to help others learn how to clean install Mac OS X or macOS from USB!

 

Way 2: Clean install macOS without USB via Recovery Mode

If you want a clean install of the most recent macOS installed on your Mac without a USB installer, you can boot into Recovery Mode. Here's how:

  1. Boot your Mac into Recovery Mode.
  2. Choose Disk Utility > Continue.
  3. Tap View > Show All Devices.
  4. Choose the physical disk of your internal hard drive (e.g., Apple SSD BF6734N Media) and click Erase.
  5. Name your internal drive Macintosh HD.
  6. Choose APFS for macOS High Sierra and later; select Mac OS Extended (Journaled) for macOS Sierra and earlier.
  7. Keep GUID Partition Map as the scheme.
  8. Click Erase.
  9. After your drive is cleaned, quit Disk Utility.
  10. In the macOS Utilities window, choose "Reinstall macOS version" and click Continue. 
    Clean reinstall macOS from Recovery Mode
  11. Follow the instructions on the screen to clean install macOS without USB.

Way 3: Fresh install macOS without USB via Erase All Content and Settings

Before macOS Monterey, a clean OS install on Mac always requires a bootable USB installer or entering the Recovery Mode. However, the arrival of the option "Erase All Content and Settings" offered a much easier way to reset your Mac. You no longer need to go through the many steps to format your drive, as the system will manage it for you.

Unfortunately, this option isn't available to every Mac. Instead, it's exclusive to T2 Macs and Apple Silicon Macs with the M1, M2, or M3 chips running macOS Monterey or later.

 Tips: If you're not sure what chip your Mac has, go to the Apple menu > About This Mac to find out.

To clean install macOS when running macOS Monterey/Ventura/Sonoma/Sequoia:

  1. Open Erase All Content and Settings. 
    On macOS Ventura or later: Open the Apple menu > System Settings > General > Transfer or Reset > Erase All Content and Settings. 
    Erase all content and settings on macOS Ventura and later  
    On macOS Monterey: Go to the Apple menu > System Preferences, then click System Preferences > Erase All Content and Settings from the top-left menu bar. 
    Erase all content and settings on macOS Monterey
  2. Enter your password.
  3. A message will appear to remind you that all data, settings, and apps will be erased from your Mac. 
    Warning of Erase All Content and Settings
  4. Click "Erase All Content & Settings" after reading the message.
  5. Your Mac will restart during the process.
  6. When it says "Your Mac is activated," click Restart.
  7. Follow the setup assistant to set up your Mac.

Way 4: Fresh install macOS without USB & password

If you can't clean install macOS with previous methods or you don't have the login password to utilize Disk Utility in Recovery Mode, use Recovery Assistant. To do this:

  1. Boot into macOS Recovery.
  2. Select Recovery Assistant > Erase Mac from the top-left corner. 
    Clean install macOS without USB with Recovery Assistant
  3. Go through the steps to format your drive and reinstall macOS.

Now that you know how to do a clean install of macOS, share it to benefit more people!

 

Is it worth doing a clean install of macOS?

Yes, it's generally worth doing a fresh install of macOS or OS X, if your Mac can't boot up or you want to start with a new, trouble-free system, without potential app conflicts or any corrupted files.

However, some may argue that clean reinstalling macOS doesn't make much sense if your Mac boots up without issues. The idea is that if your Mac starts up properly, it suggests no issues with the system volume and thus reinstalling macOS won't be much of a help.

This may be true in some way for macOS Big Sur and later, where the system volume is separated from the data volume, is made read-only, and is cryptographically signed and sealed. But, it ignores the benefits of erasing the data volume, which may be where the culprit lies. In most cases, when we've exhausted all possible solutions, a fresh install of macOS may be the last resort to set things straight.