Difficulty

Easy

Steps

8

Time Required

                          30 minutes - 2 hours            

Sections

1

  • How to create a bootable USB drive
  • 8 steps

Flags

Member-Contributed Guide

An awesome member of our community made this guide. It is not managed by iFixit staff.

  • BackmacOS

  • Full Screen

  • Options

  • History

  • Save to Favorites

  • Download PDF

  • Translate

  • Get Shareable Link

  • Embed This Guide

  • Notify Me of Changes

  • Stop Notifications

Introduction

(The process is also described on the Apple Support page https://support.apple.com/en-us/HT201372)

What you need

Step 1

              How to create a bootable USB drive               
  • If you’re currently running macOS Mojave, click this link to find the Mojave installer in the App Store. For Catalina, click here.
  • For all earlier versions of macOS, launch the App Store on your Mac, and search for the macOS version you want (this option is only available when running macOS High Sierra and lower)
  • Click Get or Download
  • If you have previously downloaded this version of macOS using the current Apple ID account, you might find it in the “Purchased"tab.
  • The installer is not directly available to Windows users. If you’re using Windows, in order to get access to the installer, you’ll need to borrow a macOS machine, go to a Apple Retail Store and download it there, or use a Hackintosh.

If you’re currently running macOS Mojave, click this link to find the Mojave installer in the App Store. For Catalina, click here.

For all earlier versions of macOS, launch the App Store on your Mac, and search for the macOS version you want (this option is only available when running macOS High Sierra and lower)

Click Get or Download

If you have previously downloaded this version of macOS using the current Apple ID account, you might find it in the “Purchased"tab.

The installer is not directly available to Windows users. If you’re using Windows, in order to get access to the installer, you’ll need to borrow a macOS machine, go to a Apple Retail Store and download it there, or use a Hackintosh.

1024

Step 2

  • After the downloading process is complete, close the App Store. The installation window should appear afterwards.
  • [*red]Click the “Install macOS (whatever version you have downloaded)” menu at the top left of the screen, and select “Quit Install macOS (whatever version you have) .”

After the downloading process is complete, close the App Store. The installation window should appear afterwards.

[*red]Click the “Install macOS (whatever version you have downloaded)” menu at the top left of the screen, and select “Quit Install macOS (whatever version you have) .”

Step 3

  • Insert your USB drive into your Mac’s USB port.
  • Open Finder to find your USB or if your Finder preferences have been set, you can find it on the Desktop.
  • Your USB drive will be completely erased in the following steps. Make any backups of your data beforehand.

Insert your USB drive into your Mac’s USB port.

Open Finder to find your USB or if your Finder preferences have been set, you can find it on the Desktop.

Your USB drive will be completely erased in the following steps. Make any backups of your data beforehand.

Step 4

  • Launch Terminal.
  • You can either use Spotlight or navigate to “Utilities” inside of Applications within Finder and double click Terminal.

Launch Terminal.

You can either use Spotlight or navigate to “Utilities” inside of Applications within Finder and double click Terminal.

Step 5

  • In Terminal, type one of the following commands, depending on your version of macOS. (The name of the version of macOS, is the one you want to install on the key and downloaded.)
  • Instead of “/Volumes/MyVolume”, type the name of your USB drive. Type everything else exactly as you see it (or better yet, copy and paste it from here).
  • For El Capitan : sudo /Applications/Install\ OS\ X\ El\ Capitan.app/Contents/Resources/createinstallmedia –volume /Volumes/MyVolume –applicationpath /Applications/Install\ OS\ X\ El\ Capitan.app
  • For Yosemite : sudo /Applications/Install\ OS\ X\ Yosemite.app/Contents/Resources/createinstallmedia –volume /Volumes/MyVolume –applicationpath /Applications/Install\ OS\ X\ Yosemite.app
  • For Mavericks : sudo /Applications/Install\ OS\ X\ Mavericks.app/Contents/Resources/createinstallmedia –volume /Volumes/MyVolume –applicationpath /Applications/Install\ OS\ X\ Mavericks.app
  • For Sierra : sudo /Applications/Install\ macOS\ Sierra.app/Contents/Resources/createinstallmedia –volume /Volumes/MyVolume –applicationpath /Applications/Install\ macOS\ Sierra.app
  • Other versions, see the next step.

In Terminal, type one of the following commands, depending on your version of macOS. (The name of the version of macOS, is the one you want to install on the key and downloaded.)

Instead of “/Volumes/MyVolume”, type the name of your USB drive. Type everything else exactly as you see it (or better yet, copy and paste it from here).

For El Capitan : sudo /Applications/Install\ OS\ X\ El\ Capitan.app/Contents/Resources/createinstallmedia –volume /Volumes/MyVolume –applicationpath /Applications/Install\ OS\ X\ El\ Capitan.app

For Yosemite : sudo /Applications/Install\ OS\ X\ Yosemite.app/Contents/Resources/createinstallmedia –volume /Volumes/MyVolume –applicationpath /Applications/Install\ OS\ X\ Yosemite.app

For Mavericks : sudo /Applications/Install\ OS\ X\ Mavericks.app/Contents/Resources/createinstallmedia –volume /Volumes/MyVolume –applicationpath /Applications/Install\ OS\ X\ Mavericks.app

For Sierra : sudo /Applications/Install\ macOS\ Sierra.app/Contents/Resources/createinstallmedia –volume /Volumes/MyVolume –applicationpath /Applications/Install\ macOS\ Sierra.app

Other versions, see the next step.

Step 6

  • For High Sierra : sudo /Applications/Install\ macOS\ High\ Sierra.app/Contents/Resources/createinstallmedia –volume /Volumes/MyVolume –applicationpath /Applications/Install\ macOS\ High\ Sierra.app
  • For Mojave : sudo /Applications/Install\ macOS\ Mojave.app/Contents/Resources/createinstallmedia –volume /Volumes/MyVolume
  • For Catalina: sudo /Applications/Install\ macOS\ Catalina.app/Contents/Resources/createinstallmedia –volume /Volumes/MyVolume
  • For Big Sur: sudo /Applications/Install\ macOS\ Big\ Sur.app/Contents/Resources/createinstallmedia –volume /Volumes/MyVolume
  • For Monterey : sudo /Applications/Install\ macOS\ Monterey.app/Contents/Resources/createinstallmedia –volume /Volumes/MyVolume
  • For Ventura : sudo /Applications/Install\ macOS\ Ventura.app/Contents/Resources/createinstallmedia –volume /Volumes/MyVolume
  • If you’ve this error “does not appear to be a valid OS installer application”. Delete and download the macOS image again.

For High Sierra : sudo /Applications/Install\ macOS\ High\ Sierra.app/Contents/Resources/createinstallmedia –volume /Volumes/MyVolume –applicationpath /Applications/Install\ macOS\ High\ Sierra.app

For Mojave : sudo /Applications/Install\ macOS\ Mojave.app/Contents/Resources/createinstallmedia –volume /Volumes/MyVolume

For Catalina: sudo /Applications/Install\ macOS\ Catalina.app/Contents/Resources/createinstallmedia –volume /Volumes/MyVolume

For Big Sur: sudo /Applications/Install\ macOS\ Big\ Sur.app/Contents/Resources/createinstallmedia –volume /Volumes/MyVolume

For Monterey : sudo /Applications/Install\ macOS\ Monterey.app/Contents/Resources/createinstallmedia –volume /Volumes/MyVolume

For Ventura : sudo /Applications/Install\ macOS\ Ventura.app/Contents/Resources/createinstallmedia –volume /Volumes/MyVolume

If you’ve this error “does not appear to be a valid OS installer application”. Delete and download the macOS image again.

Step 7

  • After correctly entering the command with the name of your USB drive, press the [return] key.
  • Enter the macOS administrator password.
  • Your password will not be displayed.
  • Press [return].
  • Check the name and path of your USB key. If it looks correct, press the [Y] key, then press [return].
  • The bootable drive creation will begin. Please wait until the process completes.

After correctly entering the command with the name of your USB drive, press the [return] key.

Enter the macOS administrator password.

Your password will not be displayed.

Press [return].

Check the name and path of your USB key. If it looks correct, press the [Y] key, then press [return].

The bootable drive creation will begin. Please wait until the process completes.

Step 8

  • When Terminal indicates the process is “Done,” the creation of your bootable drive has succeeded.
  • To boot off the USB, first make sure the Mac is off and then press and hold the [option] key when you hear the chime/turn it on .

When Terminal indicates the process is “Done,” the creation of your bootable drive has succeeded.

To boot off the USB, first make sure the Mac is off and then press and hold the [option] key when you hear the chime/turn it on .

Nice work! You’re done.

Cancel: I did not complete this guide.

                                                                                      193 other people completed this guide.                                             


        These translators are helping us fix the world!      Want to contribute?      Start translating › 

Special thanks to these translators:

100%

Anthony Fassler

Jeff Suovanen

Olivier

Arthur Shi

and 17 others…

                 +17                  

Author

                                      with 7 other contributors 

                    Anthony Fassler                     

Member since: 02/26/2015

5,964 Reputation

                                      3 Guides authored                  



                       Badges:
                       29







                                                        +26 more badges                           

kennieboezi - Sep 19, 2016

Reply

if it is possible with power iso i have installed this one on my system. http://standaloneinstaller.com/download-

Anthony Fassler - Oct 1, 2016

You mean create a USB key from Windows ?

Johin114 - Sep 8, 2021

Absolutely possible because I successfully created a Big Sur USB installer on my Windows 10 PC with UUByte DMG Editor.

However, you should download the macOS dmg file first. This software can quickly burn DMG file to USB and you will get a bootable macOS USB disk in a few minutes.

BTW, it also has a Mac version you can try out.

skylerzanth - Oct 1, 2016

Reply

I’m thinking of using this method to revert back to an older os due to my mac slowing down with Sierra. Will I be able to install just Yosemite or el capitan? Without installing previous os upgrades? This way I can have a fresh mac book.

Anthony Fassler - Oct 2, 2016

Hello,

Yes you can but with this method, we must make a clean install.

So, please sure you save all your data to another hard drive.