Installing macOS from a USB drive is a fundamental skill for Mac users, offering flexibility for troubleshooting, clean installations, or upgrading older Macs. This process allows you to bypass standard update mechanisms and maintain full control over your operating system deployment. Whether you’re a seasoned IT professional managing multiple machines or a home user looking to refresh your system, understanding how to create and use a bootable macOS USB installer is invaluable.
This guide will walk you through the entire process, from acquiring the necessary macOS installer to booting from your newly created USB drive and initiating the installation. We’ll cover the prerequisites, the steps involved in creating the installer using the Terminal, and finally, how to boot your Mac from the USB to perform the installation.

Preparing Your Mac and Creating the Bootable USB
Before you can embark on the journey of installing macOS from a USB drive, several preparatory steps are crucial. These involve ensuring you have the correct hardware, software, and a clear understanding of the process. The core of this preparation lies in obtaining the macOS installer and then transforming it into a bootable USB drive.
Essential Prerequisites
To successfully create and use a bootable macOS USB installer, you will need a few key items. The first is a functional Mac computer running a compatible version of macOS, as you’ll need it to download the installer and prepare the USB drive. Ensure this Mac has a stable internet connection for downloading the operating system.
You will also need a USB flash drive. The minimum recommended size for a macOS installer is 16GB, although 32GB or larger will provide more breathing room and can be beneficial if you plan to download multiple OS versions or have other files on the drive. It’s imperative that this USB drive is formatted correctly, and any data currently on it will be erased during the creation process. Therefore, back up any important files from the USB drive before proceeding.
Finally, you’ll need the macOS installer application itself. This can be downloaded directly from the Mac App Store. It’s important to download the specific version of macOS you intend to install. For example, if you want to install macOS Ventura, you’ll need to find and download the macOS Ventura installer. Older versions might be available through Apple’s support website or other legitimate sources if the Mac App Store no longer lists them directly.
Downloading the macOS Installer
The primary method for acquiring a macOS installer is through the Mac App Store. Open the App Store application on your Mac and search for the desired macOS version (e.g., “macOS Ventura,” “macOS Monterey,” “macOS Big Sur”). Click “Get” or the download button. The installer will download to your Applications folder.
Once the download is complete, the installer application will typically launch automatically. Crucially, do not proceed with the installation at this point. You want to quit the installer application immediately by pressing Command-Q or selecting “Quit [Installer Name]” from the menu bar. This ensures that the installer application remains intact in your Applications folder, which is necessary for creating the bootable USB. If you accidentally run the installer, you can simply restart your Mac, and the installer application will still be available.
The downloaded installer file will be named something like “Install macOS Ventura.app”. This is the file you will use to create the bootable USB.
Formatting the USB Drive
Before using the USB drive to create the bootable installer, it needs to be formatted correctly. This process will erase all data on the drive, so ensure you’ve backed up anything important.
- Connect the USB drive to your Mac.
- Open Disk Utility from the Utilities folder (Applications > Utilities > Disk Utility).
- In Disk Utility, click View in the top-left corner and select Show All Devices. This is important to ensure you select the physical USB drive and not just a volume on it.
- In the left-hand sidebar, select your USB drive. It will likely be listed with its manufacturer name and capacity (e.g., “SanDisk Ultra USB 3.0 Media”). Be absolutely certain you select the correct drive to avoid erasing the wrong storage device.
- Click the Erase button in the toolbar.
- In the Erase dialog box:
- Name: You can name the drive something descriptive, like “macOS Installer”.
- Format: Select Mac OS Extended (Journaled). This is the traditional format for macOS installers and bootable media.
- Scheme: Select GUID Partition Map. This is essential for making the drive bootable on modern Macs.
- Click Erase. Disk Utility will format the drive. Once it’s complete, click Done and close Disk Utility.
Your USB drive is now prepared to become a bootable macOS installer.
Creating the Bootable USB with Terminal
This is the most critical step, where you will use a command-line utility in macOS called createinstallmedia to copy the macOS installer files onto your USB drive and make it bootable.
-
Connect your prepared USB drive to your Mac.
-
Open Terminal from the Utilities folder (Applications > Utilities > Terminal).
-
Ensure the macOS installer application is in your Applications folder. For this example, we’ll assume you’re creating an installer for macOS Ventura. If you are installing a different version, you will need to adjust the command accordingly.
-
Type the following command into the Terminal window, but do not press Enter yet:
sudo /Applications/Install macOS Ventura.app/Contents/Resources/createinstallmedia --volume /Volumes/macOS Installersudo: This command requires administrator privileges, so you’ll be prompted for your Mac’s password./Applications/Install macOS Ventura.app/Contents/Resources/createinstallmedia: This is the path to thecreateinstallmediatool within the macOS installer application. Note the backslashes () used to escape spaces in the application name.--volume /Volumes/macOS Installer: This specifies the target volume (your USB drive) where the installer will be created. Ensure that the name/Volumes/macOS Installerexactly matches the name you gave your USB drive in Disk Utility. If you named it something else (e.g., “MyUSB”), you must change/Volumes/macOS Installerto/Volumes/MyUSB.

- Verify the USB drive name: Open Finder, navigate to your USB drive, and confirm its exact name. If it’s not “macOS Installer”, adjust the command in Terminal accordingly.
- Press Enter to execute the command.
- You will be prompted to enter your Mac’s administrator password. Type it in (you won’t see characters appear as you type for security reasons) and press Enter.
- Terminal will ask for confirmation to erase the volume on the USB drive. Type Y and press Enter.
- The process will begin. Terminal will first erase the disk, then copy the installer files, and finally make the disk bootable. This process can take a considerable amount of time, often 20-40 minutes or even longer, depending on the speed of your USB drive and your Mac. You will see progress indicators in Terminal.
- Once the process is complete, Terminal will display a message like “Install media now available at “/Volumes/Install macOS Ventura”.” Your bootable macOS USB installer is now ready.
Booting from the USB and Installing macOS
With your bootable macOS USB installer successfully created, the next step is to boot your Mac from it to initiate the installation process. This allows you to perform a clean installation, troubleshoot issues, or install a specific version of macOS onto a new or existing drive.
Booting Your Mac from the USB Drive
To boot from the USB drive, you need to access your Mac’s Startup Manager. The method for doing this differs slightly depending on whether you have an Intel-based Mac or a Mac with Apple Silicon (M1, M2, etc.).
For Intel-Based Macs:
- Shut down your Mac completely.
- Insert the bootable macOS USB drive into a USB port on your Mac.
- Turn on your Mac and immediately press and hold the Option (⌥) key on your keyboard.
- Continue holding the Option key until you see the Startup Manager screen, which displays icons for all bootable volumes.
- Use your mouse or keyboard arrow keys to select the “Install macOS Ventura” (or the name of the installer you created) icon.
- Click the arrow below the icon or press Enter to boot from the USB drive.
For Macs with Apple Silicon (M1, M2, etc.):
- Shut down your Mac completely.
- Insert the bootable macOS USB drive into a USB port on your Mac.
- Press and hold the power button on your Mac until you see the startup options window.
- You will see your internal drive and the option to load startup disks.
- Click on your USB drive (e.g., “Install macOS Ventura”).
- Click Continue.
Navigating the macOS Utilities Window
Once your Mac has successfully booted from the USB drive, you will be presented with the macOS Utilities window. This is your central hub for managing the installation and performing various system tasks.
The macOS Utilities window typically includes the following options:
- 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.
- Install macOS: This is the primary option you’ll select to begin the installation of macOS onto your Mac’s internal drive.
- Get Help Online: This will launch Safari, allowing you to access Apple’s support resources if you encounter any issues.
- Disk Utility: This is the same Disk Utility application you used to format the USB drive. It’s crucial here for preparing your Mac’s internal drive before installation.
Preparing Your Drive for Installation (Disk Utility)
Before you can install macOS, it’s often recommended to prepare your Mac’s internal drive, especially if you’re performing a clean installation. This involves erasing the existing data on the drive.
- From the macOS Utilities window, select Disk Utility and click Continue.
- As before, click View in the top-left corner and select Show All Devices.
- In the left sidebar, select your internal drive. This will typically be named “Apple SSD” or similar, and it’s the highest-level entry for your internal storage. Be extremely careful to select the correct drive, as erasing it will delete all data.
- Click the Erase button.
- In the Erase dialog box:
- Name: For the primary macOS volume, it’s common to name it “Macintosh HD”.
- Format: Select APFS. This is the modern file system for macOS and is recommended for most installations. If you are installing an older version of macOS that doesn’t fully support APFS, you might need to select “Mac OS Extended (Journaled)”.
- Scheme: Ensure GUID Partition Map is selected.
- Click Erase. This will format your internal drive. Once complete, click Done and close Disk Utility.
Installing macOS
With your internal drive prepared, you are now ready to install macOS.
- Close Disk Utility to return to the macOS Utilities window.
- Select Install macOS and click Continue.
- The macOS installer will guide you through a few preliminary steps. You’ll likely see an introduction screen; click Continue.
- You may be asked to agree to the software license agreement. Click Agree to proceed.
- In the “Select a destination disk” screen, choose the internal drive you just formatted (e.g., “Macintosh HD”).
- Click Continue.
- The installation process will begin. This is the longest part of the procedure and can take anywhere from 30 minutes to over an hour, depending on your Mac’s hardware and the size of the macOS installation. Your Mac will restart multiple times during this process. Do not interrupt it.

Completing the Setup Assistant
After the macOS installation is complete and your Mac restarts for the final time, you will be greeted by the macOS Setup Assistant. This is where you configure your Mac’s initial settings.
- Select your country or region.
- Choose your preferred language.
- Accessibility options may be presented; configure as needed.
- Connect to your Wi-Fi network.
- Data & Privacy information will be displayed.
- Migration Assistant: You’ll have the option to transfer data from another Mac, Time Machine backup, or startup disk. If you are performing a clean install and want to start fresh, select “Don’t transfer any information now.”
- Apple ID: Sign in with your Apple ID or create one. This is crucial for accessing the App Store, iCloud, and other Apple services.
- Terms and Conditions: Agree to the terms and conditions.
- Create a computer account: Set up your user name, account name, password, and a password hint. This is the account you will use to log into your Mac.
- Express Set Up or Customize Settings: Choose whether to enable features like Siri, Screen Time, and analytics.
- Once setup is complete, your Mac will boot to the macOS desktop, ready for you to use.
You have now successfully installed macOS from a bootable USB drive. This method provides a robust and reliable way to manage your macOS installations, ensuring you can always perform a clean setup or recover your system when needed.
