How to Format an External Hard Drive (Windows, Mac & More)
Formatting an external hard drive sounds technical, but it's one of those tasks that's actually straightforward once you understand what's happening under the hood — and why the choices you make during formatting genuinely matter for how the drive performs later.
What Formatting Actually Does
When you format a drive, you're not just "wiping" it. You're writing a file system onto it — a set of rules that tells your operating system how to store, name, find, and retrieve files on that drive.
Think of the file system as the indexing system of a library. Without it, the drive is just raw, unaddressed storage. Formatting creates the structure that makes files meaningful.
There are two types of formatting:
- Quick format — Erases the file system index (the table of contents) but doesn't overwrite actual data. Fast, but data may be recoverable with software.
- Full format — Scans the drive for errors and overwrites sectors, making data much harder to recover. Slower, but more thorough.
Choosing the Right File System 🗂️
This is where most people make mistakes they don't notice until later. The file system you choose determines which devices can read and write to the drive.
| File System | Best For | Max File Size | Compatibility |
|---|---|---|---|
| NTFS | Windows-only use | 16 TB (practical) | Windows native; Mac read-only by default |
| exFAT | Cross-platform (Win + Mac + some TVs/consoles) | 16 EB (theoretical) | Broad modern device support |
| FAT32 | Older devices, universal compatibility | 4 GB per file | Nearly universal |
| APFS | Mac-only use | Very large | macOS 10.13+ only |
| HFS+ (Mac OS Extended) | Older Mac systems | Large | macOS; not readable on Windows natively |
| ext4 | Linux-primary use | Very large | Linux native; limited on Windows/Mac |
The 4 GB file size cap on FAT32 catches a lot of people off guard. If you plan to store video files, disk images, or large backups, FAT32 will block any single file over 4 GB — even on a 2 TB drive.
exFAT is generally the modern sweet spot for drives shared between Windows and Mac, without that file size limit.
How to Format on Windows
- Plug in your external drive
- Open File Explorer → right-click the drive → select Format
- Choose your file system (NTFS, exFAT, or FAT32)
- Set Allocation Unit Size (default is usually fine for general use)
- Name the drive under Volume Label
- Check or uncheck Quick Format based on your needs
- Click Start
For more control — including wiping multiple partitions — use Disk Management (search it in the Start menu) or diskpart via Command Prompt for command-line formatting.
How to Format on Mac
- Open Disk Utility (Applications → Utilities → Disk Utility)
- Select the external drive from the left sidebar — make sure to select the drive itself, not just a partition under it
- Click Erase
- Choose a name and format (file system)
- Choose a Scheme — GUID Partition Map for modern Macs; Master Boot Record for broader compatibility
- Click Erase
⚠️ On Mac, selecting the wrong level in the sidebar is a common mistake. Selecting a partition instead of the whole drive will only reformat that partition, leaving the rest intact.
Allocation Size and Partitions — Worth Knowing
Allocation unit size (also called cluster size) determines the smallest chunk of space the file system uses per file. Smaller clusters use space more efficiently for lots of small files. Larger clusters offer marginally better performance for large sequential files like video. In practice, the default setting is appropriate for most general-purpose drives.
Partitioning lets you divide one physical drive into multiple logical volumes — each with its own file system. This is useful if you want one partition formatted as NTFS for Windows backups and another as exFAT for shared media storage, all on the same drive.
What to Consider Before You Format
Several variables shape which approach makes sense for your situation:
- Which operating systems will access this drive? One OS, or multiple?
- What size files will you store? Anything over 4 GB rules out FAT32.
- Is the drive new, or are you reformatting an old one? Old drives benefit from a full format to check for bad sectors.
- Does the drive contain data you need? Formatting erases everything — backup first.
- What devices besides computers might read this? Smart TVs, game consoles, and set-top boxes often have specific file system requirements.
- Is this for Time Machine or Windows Backup? Those tools have preferred formats (HFS+/APFS for Time Machine; NTFS for Windows Backup).
The Part That Varies by Setup
The mechanics of formatting are consistent — but which file system to choose, whether to partition, and how to handle the drive afterward depends entirely on your specific combination of devices, operating systems, and what you're actually storing. A drive used exclusively with a Windows gaming PC has different needs than one shuttling video files between a MacBook and a Linux editing workstation. Even the same drive used by two different people might call for a completely different setup.