How to Format a USB Drive on Mac: File Systems, Methods, and What to Know First

Formatting a USB drive on a Mac is straightforward once you understand what the process actually does — and why your choice of file system matters more than most people expect.

What Formatting Actually Does

When you format a USB drive, you're erasing its contents and writing a new file system onto it. The file system is essentially a set of rules that determines how data is organized, stored, and read on that drive. It also controls which operating systems can read or write to the drive without additional software.

This is where most Mac users run into trouble — not with the formatting process itself, but with choosing the wrong format for how they actually plan to use the drive.

The File System Options Available on Mac 💾

macOS's built-in Disk Utility app offers several format options. Here's what each one means in practice:

File SystemMac ReadMac WriteWindows CompatibleBest For
APFSMac-only, fast SSDs
Mac OS Extended (HFS+)❌ (read-only with tools)Mac-only, HDDs
ExFATCross-platform use
MS-DOS (FAT32)Older devices, small files

APFS (Apple File System) is Apple's modern file system, optimized for flash storage. It handles large files efficiently and offers features like snapshots and space sharing — but Windows can't natively read APFS drives without third-party software.

Mac OS Extended (Journaled), also called HFS+, is Apple's older file system. It's more universally supported across older Macs and external drives, but Windows users will hit a wall without extra software.

ExFAT is the go-to for drives that need to move between Mac and Windows. There's no practical file size limit, and both operating systems support it natively. The tradeoff is it lacks some of the reliability features built into APFS or HFS+.

FAT32 works everywhere — including smart TVs, game consoles, and cameras — but caps individual file sizes at 4GB. If you plan to move video files or disk images, that limit will cause problems.

How to Format a USB Drive Using Disk Utility

macOS includes Disk Utility, which handles formatting without any third-party apps.

  1. Plug in your USB drive.
  2. Open Disk Utility — find it in Applications → Utilities, or search with Spotlight (⌘ + Space).
  3. In the sidebar, locate your USB drive. Select the top-level drive entry, not just the volume beneath it, if you want to erase and reformat the entire drive.
  4. Click Erase in the toolbar.
  5. Give the drive a name, choose your Format, and select a Scheme (GUID Partition Map is standard for most uses; Master Boot Record can improve compatibility with older Windows systems and non-computer devices).
  6. Click Erase to confirm.

The process typically takes seconds to a few minutes depending on drive size and whether you're doing a quick erase or a full secure erase.

Scheme Selection: Often Overlooked

The partition scheme is a separate choice from the file system and controls how the drive's partition table is structured.

  • GUID Partition Map — Standard for modern Macs and most external drives
  • Master Boot Record (MBR) — Better compatibility with older Windows PCs, some TVs and consoles
  • Apple Partition Map — Only relevant for very old PowerPC Macs; rarely needed today

For most users formatting a drive in ExFAT or FAT32 to share with other devices, Master Boot Record often improves compatibility with non-Mac hardware. For a Mac-only drive, GUID Partition Map is the right call.

When Terminal Is the Right Tool

Disk Utility handles the vast majority of formatting jobs cleanly. But if you're dealing with a drive that Disk Utility won't mount or recognize, Terminal gives you lower-level access using the diskutil command.

The key command is diskutil list, which shows all connected drives and their identifiers. From there, diskutil eraseDisk lets you specify format and scheme manually. This path requires more care — selecting the wrong disk identifier can erase the wrong drive — but it works when Disk Utility stalls or refuses to complete the process.

Variables That Change the Right Answer 🔍

The "best" way to format a USB drive on Mac shifts significantly depending on a few factors:

  • Who else uses the drive — Mac-only households have different needs than mixed Mac/Windows environments
  • What you're storing — Video files above 4GB rule out FAT32 entirely
  • What devices need to read it — Smart TVs, game consoles, and cameras often expect FAT32 or ExFAT with a specific scheme
  • macOS version — Older Macs may not fully support APFS on external drives
  • Drive type — APFS performs best on flash/SSD storage; HFS+ tends to be more stable on spinning drives

Someone formatting a drive exclusively for Time Machine backups on a modern Mac is in a completely different position than someone who needs a drive that works on both a Windows gaming PC and a Mac laptop.

What "Secure Erase" Means for USB Drives

macOS previously offered multi-pass secure erase options in Disk Utility, but Apple removed most of them for flash-based drives. The reason: SSDs and USB flash drives use wear leveling, which means data isn't always written where the drive says it is. Standard secure erase passes aren't reliably effective on flash storage.

If data security is a concern — say, you're giving away or selling the drive — formatting once and then filling the drive with junk data before formatting again is a common workaround, though not a certified data destruction method.

The right format choice, partition scheme, and erasure approach all depend on specifics that only your own setup and intended use can answer.