APFS vs exFAT vs FAT32 for iPhone backup
When backing up an iPhone to a USB drive or external SSD, the filesystem on the drive decides what is allowed. The most common surprise is the FAT32 4 GB single-file limit silently skipping large ProRes or 4K videos.
Quick answer
For an iPhone backup drive, prefer exFAT if the drive should also work with Windows or older systems. Choose APFS if you stay inside the Apple ecosystem. Avoid FAT32 for video work; it cannot store any single file larger than 4 GB.
The FAT32 4 GB problem
FAT32 was designed in the 1990s. Its directory entries store file size as a 32-bit number, which caps every single file at one byte under 4 GB. That ceiling is in the filesystem itself, not in iOS or AmberTime.
Long ProRes, 4K, and DJI clips frequently cross 4 GB. On a FAT32 drive these files cannot be written at all. AmberTime will report them as skipped during backup. The fix is the drive's filesystem, not the app.
FAT32 is also less robust: a yanked cable mid-write can leave inconsistent directory state more often than on modern filesystems.
exFAT — the broad-compatibility default
exFAT was specifically designed to replace FAT32 for flash drives. It removes the 4 GB single-file limit and supports drives well into the multi-terabyte range.
- Works on Mac, Windows, Linux, and iOS without extra drivers.
- No 4 GB single-file limit.
- Reasonable performance for sequential photo and video writes.
- Less crash-resilient than APFS, but acceptable for archive use.
For most users picking up a new SSD specifically for AmberTime, exFAT is the safest default.
APFS — the Apple-native choice
APFS is Apple's modern filesystem, used by Macs and iOS internally. iOS can read and write APFS drives natively.
- Better integrity behavior, copy-on-write, snapshots.
- Native to macOS and iOS, no third-party driver needed.
- Tight permissions model, occasionally surprising on cross-platform setups.
- Older Windows machines need third-party software to read APFS.
If the drive lives mostly between an iPhone and a Mac, APFS is a good pick. If a Windows machine ever needs to open the drive, exFAT removes friction.
FAT32 — only for small drives
FAT32 still ships pre-formatted on many small flash drives because it is the most universal filesystem on Earth. For storing documents and small photos it is fine.
For iPhone backup, FAT32 is acceptable only if your library has no single file over 4 GB and you do not record long videos. The moment a single 4K clip lands in the source, FAT32 will refuse it.
Comparison
| Filesystem | Single-file limit | Cross-platform | Best for |
|---|---|---|---|
| exFAT | None for practical purposes | Mac, Windows, Linux, iOS | General-purpose iPhone backup, video, mixed environment |
| APFS | None for practical purposes | Apple-first; Windows needs third-party reader | All-Apple workflow, very large drives, integrity-sensitive archives |
| FAT32 | 4 GB hard cap | Universal | Small flash drives, document transfer, photos only — not video |
How to check what your drive is formatted as
On a Mac
Open Disk Utility. Select the drive on the left. The format appears under the volume name (for example, "ExFAT" or "APFS").
On Windows
Open This PC, right-click the drive, choose Properties. The "File system" line shows the format.
On iPhone
iOS does not show the filesystem name directly in Files. The simplest check is to plug the drive into a Mac or Windows machine first.
How to reformat (carefully)
Reformatting erases everything on the drive. Copy any existing data off the drive first.
Mac (Disk Utility)
Connect the drive
Plug the drive into the Mac.
Open Disk Utility
Use Spotlight or Applications → Utilities.
Select the physical drive
Pick the device in the sidebar, not just the volume.
Click Erase
Choose exFAT (or APFS if Apple-only). Use a master boot record / GUID scheme as Disk Utility recommends.
Confirm and wait
The format completes in seconds for SSDs.
Windows
Right-click the drive in This PC, choose Format, pick exFAT, leave the allocation unit at the default, and click Start.
FAQ
Why was my big video skipped?
Almost always FAT32. Reformat the drive as exFAT or APFS.
Which is "best" for AmberTime?
For most users, exFAT. It removes the 4 GB problem and reads anywhere.
Can I have both photos and videos on the same drive?
Yes. AmberTime writes both into a single archive structure on the drive.
Can I reformat from the iPhone?
iOS does not include a general-purpose disk formatter. Use a Mac or Windows machine.