How to Create a Bootable USB Drive for macOS Featured Image

How to Create a Bootable USB Drive for macOS

Build your own macOS installer USB

Written by

Reviewed by

Last updated: November 29, 2024

Expert verified

SVG Image

TL;DR

To create a bootable USB drive for macOS:

Format USB

  1. Open Disk Utility, select USB, click Erase.
  2. Choose Mac OS Extended (Journaled) and GUID Partition Map.

Create Bootable USB

    1. Open Terminal.
    2. Run the command for your macOS version: sudo /Applications/Install\ macOS\ version.app/Contents/Resources/createinstallmedia –volume /Volumes/[USBdrive]
      (Replace [version] with the macOS version and [USBdrive] with your USB name.)
    3. Enter admin password and confirm with Y.

    Tried and Tested ✅: The methods and steps mentioned in this article have been tried and tested firsthand by Ojash Yadav on his MacBook Pro M3 and rechecked for errors on Hashir’s MacBook Air M2.

    Installing macOS doesn’t have to take forever. I realized that using a bootable USB drive could speed things up and make the process a lot simpler. This post will show you how to create your own bootable USB drive if you want a faster way to install macOS.

    What You Need to Create a Bootable macOS USB Drive

    You need a few essential tools to create a bootable macOS USB drive.

      1. USB Drive: A 16 GB USB drive is required, preferably USB 3 or Type C. Backup data, as it will be erased.
      2. macOS Installer: Download from the Mac App Store or Apple’s site. Ensure it’s compatible with your Mac.
      3. Mac Computer: A Mac is needed to download the installer and create the bootable USB.
      4. Administrator Access: Admin access is required to make system changes during the process.
      5. Reliable Internet Connection: A stable internet connection is necessary to download the macOS installer.

      How to Create a Bootable USB Drive for macOS

      Why You Can Trust MacBook Journal verify badge We always conduct first-hand research and verify every method or solution we present, ensuring you receive reliable and effective advice. Learn more about our process.

      A bootable USB isn’t required for updating or reinstalling macOS, but it simplifies installation on multiple computers and helps if you have issues installing via Finder or Recovery.

      Continue reading for a detailed step-by-step guide to create a bootable USB drive for macOS:

      1. Format the USB Drive Using Disk Utility

      Formatting the USB drive using Disk Utility is essential to create a bootable USB drive for macOS. Here is how to do it:

      This method will erase everything on your USB drive. So, if you want to save the data on your drive, create a backup before moving on with the steps below.

      1. Connect the USB drive to your Mac.
      connect a usb to your macbook
      1. Open the Disk Utility app from the Finder > Applications > Utilities folder.
      launch disk utility from utilities
      1. Select the USB drive from the list of drives on the left-hand side.
      2. Click the Erase button in the top toolbar.
      choose your external drive from the sidebar and click erase
      1. Choose a name for your USB drive. It will be Untitled by default, but you can give it any name you want.

      Please remember in the createinstallmedia command later, you must substitute the term MyVolume with the name you assign to your drive in this step.

      1. Choose the format as Mac OS Extended (Journaled).
      type in a name for your drive and select the format
      1. Choose the scheme as GUID Partition Map.
      2. Click the Erase button to format the USB drive.
      type your drives name choose its format and scheme and click erase
      1. Wait for Disk Utility to create the partition and set up the drive. It can take a few minutes.
      2. Next, click Done.

      2. Create a Bootable USB Drive for macOS Using Terminal

      Now that you have formatted your USB drive, you can use a Terminal command to create a bootable USB drive for macOS. Here are the steps to create a bootable USB drive for macOS using Terminal:

      This method to create a bootable macOS USB using the createinstallmedia command requires OS X 10.7 Lion or later. It doesn’t work on OS X 10.6 Snow Leopard or earlier versions.

      1. Insert the USB drive into your Mac and make sure it is formatted correctly.
      2. Open Terminal by typing Terminal in the Spotlight search.
      type terminal in spotlight search
      1. Type the following command in Terminal and press Enter to view your Mac’s list of disks and volumes:
      diskutil list
      viewing list of disks and volumes in mac
      1. Now, type the following command based on the macOS version you’re creating a bootable USB drive for. Be sure to replace [version] with the macOS version and [USBdrive] with your USB drive name.

      macOS 15 Sonoma (Sequoia)

      sudo /Applications/Install\ macOS\ Sequoia.app/Contents/Resources/createinstallmedia --volume /Volumes/[USBdrive]

      macOS 14 Sonoma

      sudo /Applications/Install\ macOS\ Sonama.app/Contents/Resources/createinstallmedia --volume /Volumes/[USBdrive]

      macOS 13 Ventura

      sudo /Applications/Install\ macOS\ Ventura.app/Contents/Resources/createinstallmedia --volume /Volumes/[USBdrive]

      macOS 12 Monterey

      sudo /Applications/Install\ macOS\ Monterey.app/Contents/Resources/createinstallmedia --volume /Volumes/[USBdrive]

      macOS 11 Big Sur

      sudo /Applications/Install\ macOS\ Big\ Sur.app/Contents/Resources/createinstallmedia --volume /Volumes/[USBdrive]

      macOS 10.15 Catalina

      sudo /Applications/Install\ macOS\ Catalina.app/Contents/Resources/createinstallmedia --volume /Volumes/[USBdrive]

      macOS 10.14 Mojave

      sudo /Applications/Install\ macOS\ Mojave.app/Contents/Resources/createinstallmedia --volume /Volumes/[USBdrive]
      1. After typing the command, press Enter.
      2. You’ll be prompted to enter your administrator password. Type your password (it will not show on screen) and press Enter.
      3. Terminal will ask for confirmation. Type Y and press Enter to begin the process
      4. The process may take several minutes to complete. Once finished, Terminal will display a message confirming that your USB drive is now a bootable macOS installer.

      You now have a bootable USB drive ready to install macOS on other systems!

        How to Boot macOS From the USB Drive

        You can easily install or upgrade macOS on your Mac after creating a bootable USB drive. Follow the steps below to boot your Mac from the USB drive:

        1. Connect your bootable macOS USB drive to your Mac using a USB port.
        connect a usb drive to your macbook
        1. Click the Apple menu and choose Restart or hold down the Power button to restart your Mac.
        click the apple icon and select restart
        1. Click Restart on the prompt to confirm your action.
        click restart on the confirmation pop up
        1. Press and hold down the Option ⌥ key immediately after restarting your Mac. Keep holding it down until you see the Startup Manager screen.
        Press and hold down the Option ⌥ key immediately after restarting your Mac
        1. Use the arrow keys on your keyboard to select the bootable macOS USB drive as your startup disk. This will boot your Mac into Recovery Mode.
        2. Next, click Install macOS [version] and tap the Continue button.
        click install macos 13 beta and press continue
        1. The macOS version on the bootable drive will start installing on your Mac.
        2. After the process completes, your Mac will restart with a clean installed macOS version.

        Final Words

        Creating a bootable macOS USB drive can be a lifesaver when troubleshooting or installing macOS on your Mac. Now that you know how to create a bootable USB drive for macOS, here are some more tips to fix similar issues:

        Frequently Asked Questions

        Can I create a bootable macOS USB drive on a Windows computer? 

        You cannot create a bootable macOS USB drive on a Windows computer. It is because the process involves accessing the macOS operating system, which can only be done on a Mac computer.

        Can I use a bootable macOS USB drive to install or upgrade macOS on multiple Macs? 

        Yes, you can use a bootable macOS USB drive to install or upgrade macOS on multiple Macs. However, you must ensure each Mac meets the minimum system requirements for the version of macOS you are installing.

        What if I already have a bootable macOS USB drive but need to update it to the latest version?

        You can update your existing bootable macOS USB drive to the latest version by using the Terminal app to create a new bootable drive with the updated macOS version.

        What should I do if my Mac doesn’t recognize the bootable macOS USB drive? 

        If your Mac doesn’t recognize the bootable macOS USB drive, ensure the USB drive is properly formatted and created using the correct steps. You may also need to check your Mac’s startup settings to ensure it is set to boot from an external drive.

        Can I still create a bootable macOS USB drive if I don’t have access to another Mac? 

        If you can’t access another Mac, you can still create a bootable macOS USB drive using a virtual machine on your Windows or Linux computer. However, this process can be more complicated and require additional software and technical knowledge.

        Ojash

        Author

        Hi there! I'm Ojash, a tech journalist with over a decade of experience in the industry. I've had the privilege of contributing to some of the world's largest tech publications, making my mark as a respected Mac expert. My passion lies in exploring, using, and writing about MacBooks, and I enjoy sharing my expertise to help others make informed decisions and get the most out of their MacBook experience. Join me as we delve into the fascinating world of MacBooks together!

        Hashir Ibrahim

        Reviewer

        Hello! I'm Hashir, a seasoned tech journalist with a unique blend of academic expertise and hands-on experience. With a bachelor's in IT, a master's in cybersecurity, and over a decade in the industry, I've built a reputation for demystifying complex Apple hardware. My work has been featured in top tech outlets like MakeUseOf and MakeTechEasier. As the senior writer at MacBook Journal, I write guides that help you solve any issues you have with your mac.

        Total
        0
        Shares
        You May Also Like