How Can I Boot Mac From USB? | Start Faster

To boot a Mac from USB, make a bootable installer, allow external boot if needed, then choose the USB in Startup Options or Startup Manager.

When you need a clean install, offline recovery, or a portable system, starting your Mac from a USB drive is the cleanest path. This guide walks through Apple silicon and Intel steps, plus the permissions that guard external booting. If you came here asking “how can i boot mac from usb?”, you’ll get a clean, repeatable answer.

How To Boot A Mac From USB — Quick Setup Checklist

Quick check: Make sure the USB drive is 16GB or larger, connected directly (no low-power hubs), and formatted to a macOS-ready scheme. On Apple silicon, you pick the USB from Startup Options; on Intel, you hold the Option key for Startup Manager. If your Mac shows a warning about external media, you’ll flip a setting in Startup Security and try again.

  1. Confirm compatibility — Match the macOS version you plan to install with your Mac model support list.
  2. Download the full installer — Get macOS from the App Store or Software Update so it lands in Applications with the name “Install [macOS name]”.
  3. Prepare the USB — Erase to GUID Partition Map with APFS or Mac OS Extended (Journaled) based on the macOS version you’re writing.
  4. Create the bootable installer — Use the Terminal createinstallmedia command that ships inside the installer app.
  5. Allow external boot if needed — On T2 models, set External Boot to “Allow” in Startup Security.
  6. Pick the USB at startup — Choose it in Startup Options (Apple silicon) or Startup Manager (Intel).

How Can I Boot Mac From USB? Step-By-Step For Each Mac

Apple Silicon (M1, M2, M3 And Newer)

Start here: Shut down. Press and hold the power button until “Loading startup options” appears. Select your USB volume, then click Continue. If you see a padlock or a message about policy, choose Options, open Recovery, and adjust the security policy for that volume, then try again. This route handles bootable installers and full external systems alike.

  • Open Startup Options — Hold the power button from a shutdown state until the options screen loads.
  • Select the USB — Pick the installer or external system volume, then Continue.
  • Approve firmware changes — If prompted, enter the admin password and confirm.
  • Change security policy only when needed — In Recovery, choose Utilities → Startup Security to allow external boot for that Mac if your policy blocks it.

Intel-Based Macs

Use Startup Manager: Shut down. Press the power button, then immediately hold the Option key until Startup Manager appears. Use the arrow keys or pointer to pick the USB, then press Return. If a T2 Mac blocks external boot, open Recovery with Command-R, then use Startup Security to allow external media for the session or permanently.

  • Open Startup Manager — Hold Option at power-on until disks appear.
  • Pick the USB — Highlight the external volume and press Return.
  • Fix a block — If you get a “security settings” warning, boot to Recovery and allow external boot.

Build The USB Installer The Right Way

Why this matters: A proper installer saves hours. Apple ships the creation tool inside the installer app, so you don’t need third-party writers. You’ll erase the drive, run one command, then verify it shows up at startup.

  1. Download macOS — Grab the exact release you need so the app named “Install [Version Name]” lands in Applications.
  2. Erase the USB — Open Disk Utility → View → Show All Devices. Select the USB device (not just the volume). Click Erase → Format: APFS for newer installers, or Mac OS Extended (Journaled) for older installers; Scheme: GUID.
  3. Run createinstallmedia — In Terminal, paste the command Apple lists for your macOS version. It erases the target and writes the boot files.
  4. Eject and test — Restart straight to Startup Options or Startup Manager and confirm the USB appears. If it doesn’t, recheck the format or redo the command.

Also plan versions: Match the installer to the Mac. New releases may not install on older hardware, while older installers won’t write firmware for new machines. Keep the installer in Applications and don’t rename it; the command path depends on that name. If Software Update fetches only a small stub, open the App Store listing for that macOS release and grab the full installer so the command is present.

Verify the write: After the command finishes, the USB volume changes its name to the installer’s name. Eject it, reinsert, and check it mounts and shows the Install app at the root. If Finder prompts to allow the app, you can ignore that prompt for now; you’ll be running it after you boot from the USB.

Sample Terminal Commands

Copy and edit: Paths and app names change with each release. Replace MyUSB with your volume name.

/Applications/Install\ macOS\ Sequoia.app/Contents/Resources/createinstallmedia --volume /Volumes/MyUSB
/Applications/Install\ macOS\ Sonoma.app/Contents/Resources/createinstallmedia --volume /Volumes/MyUSB
/Applications/Install\ macOS\ Ventura.app/Contents/Resources/createinstallmedia --volume /Volumes/MyUSB

Pick The USB At Startup Without Guesswork

Deeper fix: If the USB doesn’t appear, you might be in the wrong picker, the format could be off, or security might be set to block external media. Work through the table below, then try again.

Mac Type How To Choose USB Notes
Apple silicon Hold the power button until Startup Options appears, then pick the USB and Continue. Use Options to reach Recovery if policy adjustments are needed.
Intel (no T2) Hold Option at power-on to open Startup Manager, then select the USB. Use arrow keys or pointer, then Return.
Intel (with T2) Hold Option for Startup Manager; if blocked, boot to Recovery and open Startup Security. Allow boot from external or removable media, then reboot to the USB.

Make It Stick: Default To The External Disk (Optional)

Set once: When you plan to keep running from the external system, set it as the default so your Mac boots to it every time. On Apple silicon, open System Settings → General → Startup Disk. On Intel, use the Startup Disk pane or hold Option each time if you prefer a one-off pick.

T2 And Security Policies That Block USB Boot

What’s happening: Many Intel models with the Apple T2 chip default to disallowing external boot. You can change that in Startup Security. Pick No Security or Reduced Security only when the installer requires it, then re-enable stronger settings after the job is done. Apple silicon handles policy per volume in Recovery, so you approve what’s needed and move on.

  • Open Recovery — On Intel, use Command-R. On Apple silicon, hold the power button and choose Options.
  • Launch Startup Security — In the Utilities menu on Intel; on Apple silicon, use Security Policy for the target volume.
  • Allow external boot — Enable external media boot. Pick a sensible Secure Boot level for the task.
  • Revert after install — When you’re done, set security back to the stricter level you prefer.

About levels: Secure Boot levels affect what the Mac accepts as a startup system. For installers from Apple, Full Security is fine in most cases. When booting a custom external system or a beta build, Reduced Security may be needed. Switch back when you finish. On Apple silicon, Security Policy is set per volume, so you can permit one external volume without loosening the policy for the internal disk.

How Can I Boot Mac From USB? Real-World Cases That Save Time

Fresh install with no network: You’re servicing a lab, a client machine, or a travel Mac. A bootable installer skips long downloads. Start to finish, the workflow stays local.

External system for testing: You want to run a newer release without touching the internal disk. Install macOS onto a fast external SSD, boot to it, and test apps and settings. When done, restart back to the internal disk in System Settings → Startup Disk.

Recovery when the internal volume is damaged: If Recovery fails or can’t reinstall cleanly, a bootable USB gives you Disk Utility, the installer, and Safari for support pages in one drive.

Fixes When The USB Won’t Boot

Start with basics: Bad cables and under-powered hubs cause vanishing drives. Plug the USB directly into the Mac, then try the picker again. If you used an old thumb drive, switch to a USB-C SSD or a known-good flash drive.

  • Re-erase correctly — Use Disk Utility to erase the device to GUID + APFS (newer) or Mac OS Extended (older installers). Don’t erase only the volume.
  • Recreate the installer — Run the right createinstallmedia command for that macOS version; don’t mix app names.
  • Move ports — Try the left and right ports on a notebook and skip hubs for the first boot.
  • Check for T2 blocks — If you see a warning about external media, adjust Startup Security, then restart and pick the USB.
  • Reset the picker — Fully shut down, then enter Startup Options (power button hold) or Startup Manager (Option) again.

When The USB Still Doesn’t Appear

  • Check the partition map — If the device is set to Master Boot Record, macOS won’t treat it as a startup target. Re-erase to GUID.
  • Try a different enclosure — Some chipsets don’t present boot metadata correctly. A different USB-C case often fixes this.
  • Remove third-party kexts — Rare, but older kernel extensions can hide external volumes at boot. Boot to Recovery and remove them.

When You See A Prohibited Symbol

Short answer for this case: The installer isn’t compatible with that Mac or the policy blocks it. Rebuild the USB with a supported release, or change the security level just for the install, then switch it back.

Next steps: If none of that works, try macOS Recovery and reinstall to the external disk from there, then pick it at startup. This often repopulates a broken boot loader on the USB and makes it appear in the picker on the next restart.

Many readers type “how can i boot mac from usb?” and hit a dead end because one of three pieces is missing: a correct installer, permission to boot external media, or the right picker. With the steps above, you have all three.

If a friend asks “how can i boot mac from usb?”, share this playbook and the checklists.

Please use a real email you check. If it's fake or mistyped, your message won't reach us and we can't reply — wrong addresses are rejected automatically.