Installing macOS on a USB drive offers remarkable flexibility and utility for a variety of users, from IT professionals performing system diagnostics and repairs to power users who require a portable operating system. This method allows you to boot a fully functional macOS environment from an external drive, bypassing the internal storage of your Mac. Whether you’re troubleshooting a problematic internal drive, testing a new macOS version without altering your primary installation, or simply need a readily available OS on the go, a bootable macOS USB installer is an invaluable tool. This guide will walk you through the process of creating and utilizing a bootable macOS USB drive, ensuring you have the knowledge to leverage this powerful technique.

Preparing Your USB Drive and macOS Installer
Before you can create a bootable macOS USB drive, it’s crucial to ensure you have the necessary components and that they are properly prepared. This involves selecting the right USB drive and obtaining a legitimate copy of the macOS installer.
Choosing the Right USB Drive
The primary requirement for a bootable macOS USB drive is sufficient storage capacity. Apple’s installer files, especially for recent macOS versions, are substantial in size.
- Capacity: A minimum of 16GB is generally recommended for older macOS versions, while 32GB or even 64GB is advisable for more recent iterations like Monterey, Ventura, or Sonoma. Opting for a larger drive provides ample space and reduces the risk of encountering storage limitations during the creation process.
- Speed: While not strictly mandatory, a USB 3.0 or newer drive will significantly speed up both the creation of the bootable drive and the subsequent booting and operation of macOS from it. USB 3.1, USB 3.2, or Thunderbolt-equipped drives will offer the best performance. Avoid older USB 2.0 drives if possible, as they will result in a very slow experience.
- Brand and Reliability: Choose a reputable brand known for its reliability. A failing USB drive during the installation process can lead to data corruption or an incomplete installer, forcing you to start over.
Obtaining the macOS Installer
There are several legitimate ways to acquire the macOS installer. It’s essential to use an official Apple download to ensure the integrity and security of the operating system.
- Mac App Store: The most straightforward method is to download the installer directly from the Mac App Store.
- Navigate to the App Store on your Mac.
- Search for the desired macOS version (e.g., “macOS Sonoma,” “macOS Ventura”).
- Click “Get” or the download button. The installer application will download to your Applications folder.
- Important: Do not run the installer after it downloads. Close it immediately. The installer application is what we will use to create the bootable USB.
- Apple Support Downloads: For older macOS versions that may no longer be readily available in the App Store, Apple provides direct download links on its support website. Search for “Download macOS [Version Name]” on Apple’s support pages.
- Existing Installers: If you have previously downloaded a macOS installer and it’s still on your Mac (usually in the Applications folder), you can reuse it.
Formatting the USB Drive
Before you can write the macOS installer to the USB drive, it needs to be formatted correctly. This process erases all existing data on the drive, so ensure you have backed up any important files.
- Connect the USB drive to your Mac.
- Open Disk Utility. You can find it in
Applications > Utilities > Disk Utilityor by searching with Spotlight (Cmd + Space, then type “Disk Utility”). - In the Disk Utility sidebar, select your USB drive. You might need to click “View” in the top-left corner and select “Show All Devices” to see the physical drive, not just its volumes. Select the top-level entry for your USB drive.
- Click the “Erase” button in the toolbar.
- Name: Give the drive a descriptive name, such as “MyInstaller.”
- Format: Select “Mac OS Extended (Journaled)” for older macOS versions or “APFS” for macOS High Sierra and later. APFS is generally recommended for modern macOS versions for better performance and compatibility.
- Scheme: Choose “GUID Partition Map.” This is critical for making the drive bootable on Intel-based Macs and newer Apple Silicon Macs.
- Click “Erase.”
- Once the formatting is complete, click “Done.”
Creating the Bootable macOS USB Installer
With your USB drive formatted and your macOS installer downloaded, you can now proceed to create the bootable installer. The most reliable and recommended method is using the createinstallmedia command in the Terminal. This command is built into the macOS installer application itself and automates the process of copying the necessary files and making the drive bootable.
Using Terminal with createinstallmedia
This method requires precision with commands. Ensure you are following each step carefully.
-
Open Terminal: Navigate to
Applications > Utilities > Terminal. -
Locate the Installer: The installer application for macOS will reside in your
Applicationsfolder. The exact name of the application file depends on the macOS version you downloaded (e.g.,Install macOS Sonoma.app,Install macOS Ventura.app). -
Construct the Command: The
createinstallmediacommand has a specific syntax. You will need to replace the placeholder text with the actual name of your installer application and the name you gave your USB drive during formatting.Here are common examples for recent macOS versions:
- For macOS Sonoma:
bash
sudo /Applications/Install macOS Sonoma.app/Contents/Resources/createinstallmedia --volume /Volumes/MyInstaller
- For macOS Ventura:
bash
sudo /Applications/Install macOS Ventura.app/Contents/Resources/createinstallmedia --volume /Volumes/MyInstaller
- For macOS Monterey:
bash
sudo /Applications/Install macOS Monterey.app/Contents/Resources/createinstallmedia --volume /Volumes/MyInstaller
- For macOS Big Sur:
bash
sudo /Applications/Install macOS Big Sur.app/Contents/Resources/createinstallmedia --volume /Volumes/MyInstaller
- For macOS Sonoma:

**Explanation of the command:**
* `sudo`: This command runs the subsequent command with administrator privileges, which is necessary for modifying system files and drive structures. You will be prompted for your Mac's administrator password.
* `/Applications/Install macOS [Version Name].app/Contents/Resources/createinstallmedia`: This is the path to the `createinstallmedia` tool within the installer application. The backslashes (``) are used to escape spaces in the application name.
* `--volume /Volumes/MyInstaller`: This specifies the target volume (your USB drive) where the installer will be created. `/Volumes/MyInstaller` assumes your USB drive is named "MyInstaller." If you named your USB drive differently, replace `MyInstaller` with that name.
-
Execute the Command:
- Carefully type or paste the appropriate command into the Terminal window.
- Press Enter.
- You will be prompted for your administrator password. Type it in and press Enter. Your password will not be displayed as you type.
- Terminal will then ask for confirmation that you want to erase the contents of the specified volume. Type
Yand press Enter to proceed.
-
Wait for the Process to Complete: The
createinstallmediatool will now perform several actions:- It will erase the contents of your USB drive (if it wasn’t already erased, though it’s best practice to format it beforehand).
- It will copy the necessary macOS installer files to the USB drive.
- It will make the USB drive bootable.
This process can take a significant amount of time, often 30 minutes to over an hour, depending on the macOS version, the speed of your USB drive, and the speed of your Mac. Terminal will display progress updates, such as “Erasing disk,” “Copying installer files to disk,” and “Making disk bootable.” Do not interrupt this process.
-
Completion: Once the process is finished, Terminal will display a message like:
“Install media now available at “/Volumes/Install macOS [Version Name]”.”
You can then close Terminal. Your bootable macOS USB installer is ready.
Booting from the USB Drive
Once you have successfully created your bootable macOS USB installer, you can use it to boot your Mac. The process for booting from external media varies slightly between Intel-based Macs and Apple Silicon (M1, M2, M3 series) Macs.
For Intel-based Macs
- Connect the Bootable USB Drive: Ensure the USB drive is plugged into your Mac.
- Restart or Turn On Your Mac:
- If your Mac is on, restart it by going to Apple menu > Restart.
- If your Mac is off, turn it on.
- Press and Hold the Option Key: Immediately after hearing the startup chime (or seeing the Apple logo appear), press and hold the Option (⌥) key on your keyboard. Keep holding it down.
- Select the Bootable Drive: Continue holding the Option key until you see the Startup Manager appear. This manager displays all available bootable volumes. You should see your internal drive (usually labeled “Macintosh HD”) and your USB installer (e.g., “Install macOS Sonoma”).
- Choose the USB Installer: Use your mouse or arrow keys to select the icon for your USB installer.
- Press Enter or Click the Arrow: Press Enter or click the upward-pointing arrow below the selected icon to boot from the USB drive.
Your Mac will now boot from the USB drive, and you will be presented with the macOS Utilities screen.
For Apple Silicon Macs (M1, M2, M3 Series)
Apple Silicon Macs have a different startup procedure that involves a startup options menu.
- Connect the Bootable USB Drive: Ensure the USB drive is plugged into your Mac.
- Shut Down Your Mac: If your Mac is on, shut it down completely by going to Apple menu > Shut Down.
- Press and Hold the Power Button: Press and hold the power button on your Mac until you see the startup options window appear. This window will show your internal drive and any other bootable volumes.
- Select the USB Installer: Click on the icon representing your USB installer. It might be labeled with the macOS version or “Install macOS.”
- Click “Continue”: Click the “Continue” button below the selected installer icon.
Your Apple Silicon Mac will now boot from the USB drive, presenting you with the macOS Utilities screen.
Utilizing the macOS Utilities
Once your Mac has booted from the USB installer, you will see the macOS Utilities window. This is a powerful recovery environment that allows you to perform various tasks without booting into your installed macOS.
- Restore from Time Machine Backup: If you have a Time Machine backup, you can use this option to restore your Mac to a previous state.
- Reinstall macOS: This is the primary function of the bootable USB. You can choose to install a fresh copy of macOS onto your internal drive or another connected drive. This is useful for troubleshooting or starting with a clean slate.
- Safari (or Get Help Online): This option provides internet access through Safari, which can be useful for researching solutions to problems or downloading necessary files. On some older versions, it might be labeled “Get Help Online.”
- Disk Utility: This is the same Disk Utility application you used to format the USB drive. From here, you can manage your internal drives, repair disk errors (using First Aid), partition drives, and erase volumes.
- Startup Security Utility (Intel Macs only): This utility allows you to adjust security settings, such as enabling or disabling booting from external media or setting the Secure Boot level.
- Terminal: You can access the command-line interface if you are comfortable with it, allowing for more advanced troubleshooting and management.

Common Use Cases
- Clean Install: Erase your Mac’s internal drive and install a fresh copy of macOS. This is an excellent troubleshooting step for performance issues or persistent software glitches.
- Upgrade or Downgrade: Install a newer version of macOS or, in some cases (with careful preparation and older installers), a previous version.
- Data Recovery: If your internal drive is failing or unbootable, you can boot from the USB to access Disk Utility and attempt to repair the drive, back up data, or clone the drive to a new one.
- System Diagnostics: Booting from a known good OS on USB can help determine if issues are related to your internal hardware or software.
- Testing: Users can test beta versions of macOS or experiment with different configurations without impacting their primary installation.
By following these steps, you can effectively create and use a bootable macOS USB installer, empowering you with a versatile tool for managing, troubleshooting, and installing macOS on your Mac.
