How to Format a USB Drive on a Mac

Formatting a USB drive on a Mac is one of those tasks that sounds technical but takes less than five minutes once you know where to look. Whether you're clearing out an old drive, preparing one for a specific device, or switching file systems for cross-platform use, macOS gives you everything you need built right in — no third-party software required.

What "Formatting" Actually Does

When you format a USB drive, you're erasing all existing data and writing a new file system to it. The file system is the structure that tells your operating system how to organize, read, and write files on that drive.

Choosing the wrong file system — or not understanding the difference — is where most people run into problems. The format you pick determines which devices can read the drive, how large individual files can be, and how reliably the drive performs across platforms.

How to Format a USB Drive Using Disk Utility

macOS includes a built-in tool called Disk Utility, which handles formatting, partitioning, and drive management. Here's how to use it:

  1. Plug in your USB drive and wait for it to appear on your desktop or in Finder.
  2. Open Disk Utility — you'll find it in Applications → Utilities, or search with Spotlight (⌘ + Space, then type "Disk Utility").
  3. In the left sidebar, select your USB drive. Make sure you select the drive itself, not a volume listed beneath it, if you want to reformat the entire thing.
  4. Click the Erase button in the toolbar at the top.
  5. Give the drive a name, choose your Format from the dropdown, and select a Scheme if prompted.
  6. Click Erase to confirm. The process usually completes in seconds.

⚠️ This permanently deletes everything on the drive. Back up any files you want to keep before proceeding.

Choosing the Right File System Format

This is the decision that actually matters, and it depends entirely on how you plan to use the drive.

FormatMac Read/WriteWindows Read/WriteMax File SizeBest For
APFS✅ Full❌ No8 EBMac-only drives, fast SSDs
Mac OS Extended (HFS+)✅ Full❌ No (without software)8 EBOlder Macs, Time Machine backups
ExFAT✅ Full✅ Full16 EBCross-platform sharing
FAT32 (MS-DOS)✅ Full✅ Full4 GB per fileOlder devices, wide compatibility
NTFS✅ Read only✅ Full16 TBWindows-primary drives

APFS vs. Mac OS Extended

APFS (Apple File System) was introduced in 2017 and is optimized for SSDs and flash storage. It handles snapshots, encryption, and space sharing between volumes more efficiently. If your USB drive is a modern flash drive and it will only ever connect to Macs running macOS High Sierra or later, APFS is a solid choice.

Mac OS Extended (also called HFS+) is the older Apple format. It's still the recommended option for Time Machine backups and for drives that need to work with older Macs or certain Apple devices that don't yet support APFS.

ExFAT: The Cross-Platform Middle Ground 🔄

If you're regularly moving files between a Mac and a Windows PC, ExFAT is the most practical choice. It doesn't have the 4 GB file size cap that limits FAT32, it works natively on both operating systems without extra drivers, and it's supported by most modern smart TVs, game consoles, and cameras.

FAT32: Old but Universal

FAT32 is decades old, but it still has a role. It's the format most likely to be recognized by practically any device — car stereos, older cameras, printers with USB ports, embedded systems. The hard limit is a 4 GB maximum file size per file, which rules it out for large video files or disk images.

NTFS: Windows-Native

macOS can read NTFS drives but cannot write to them without third-party software. If someone hands you a Windows-formatted drive, you can view the files, but you won't be able to add or edit anything without tools like Paragon NTFS or Microsoft's own drivers. Formatting a new drive as NTFS on a Mac isn't common practice.

The Scheme Option: GUID, MBR, or Apple Partition Map

When formatting a drive that will be used with modern computers, you'll typically see three partition scheme options:

  • GUID Partition Map — the standard for Intel and Apple Silicon Macs, and Windows PCs. Use this for most USB drives.
  • Master Boot Record (MBR) — older standard, best for maximum compatibility with legacy devices.
  • Apple Partition Map — intended only for very old PowerPC Macs. Rarely relevant today.

For most users formatting a drive in 2024, GUID Partition Map is the right call unless you're working with a specific older device that requires MBR.

Variables That Shape Your Decision

The "right" format isn't the same for everyone. A few factors that genuinely affect which setup works best:

  • Which devices will read this drive — a Mac-only environment is very different from one where the drive moves between operating systems, gaming consoles, or car audio systems
  • What types of files you're storing — large video files hit FAT32's 4 GB wall fast
  • macOS version on your Mac — APFS requires High Sierra (10.13) or later
  • Whether the drive is SSD or HDD flash — APFS is optimized for flash; HFS+ is the safer default for spinning drives
  • Whether you need encryption — both APFS and HFS+ offer encrypted variants directly within Disk Utility

Understanding how each format behaves gets you most of the way there. But the specific combination of devices, file types, and use patterns in your own setup is what determines which one actually fits.