NTFS, exFAT or FAT32 for an external drive? Deciding from Microsoft's own comparison
Buy an external SSD or a USB stick and the first decision is the format. Get it wrong and it surfaces months later as a large video that will not copy, or a drive a television refuses to read. This guide was written on 2026-09-21 from Microsoft's published functionality and limits tables for NTFS, exFAT, UDF and FAT32, and uses only the values printed there. Speed comparisons and the question of which non-Windows devices can read which format are not in that source, so this guide does not assert them. What it does give you is a way to check the format you already have, and the right place to confirm the rest.
Published · Updated · FaultNote editorial policy
Who this guide is for and what to prepare
- Anyone who has just bought an external SSD, HDD or USB stick and has to choose the first format
- Anyone whose drive has free space but refuses a large file, and who wants to know why
- Anyone who wants one drive to work with a PC and with a television, camera or games console
What you need
- Decide first what the drive will be used with: Windows only, or other devices as well
- Know the size of the largest file you will handle; video, ISO images and virtual disks pass 4 GB easily
- If the drive already holds data, prepare somewhere to copy it. Formatting erases the drive
1. Free space is not the limit you are hitting; the format is
An 8 GB video is refused by a 128 GB USB stick that has plenty of room. That is not a fault. It is a limit of the format.
The Limits table in Microsoft's File System Functionality Comparison gives the maximum file size as 2^64–1 bytes for NTFS, exFAT and UDF, and 4 GiB for FAT32 alone.
So a single file over 4 GiB cannot go onto a FAT32 drive, whatever the free space says. Plenty of USB sticks and some external drives ship initialised as FAT32, which is how a brand new drive ends up refusing a file on the first day.
The same table gives the volume limits: NTFS is 16 TB (4 KB Cluster Size) or 256TB (64 KB Cluster Size), exFAT is 2^32–1 clusters (Maximum cluster size = 2^25–1), and UDF and FAT32 are 2^32 blocks. The fact that the NTFS ceiling moves with the cluster size matters if you intend to use a very large drive as one volume.
2. The limits, reduced to the rows that decide something
The table below takes four rows from the source's Limits section. Every value is as published; none of it was measured here.
The maximum path length is identical across all four formats: 32,760 Unicode characters with each path component no more than 255 characters. That is useful evidence that a path-too-long error is not the kind of problem changing file system fixes.
Scroll horizontally to see the full table →
| Item | NTFS | exFAT | FAT32 |
|---|---|---|---|
| Maximum file size | 2^64–1 bytes | 2^64–1 bytes | 4 GiB |
| Maximum volume size | 16 TB (4 KB cluster) / 256 TB (64 KB cluster) | 2^32–1 clusters | 2^32 blocks |
| Maximum file name length | 255 Unicode characters | 255 Unicode characters | 255 Unicode characters |
| Maximum path length | 32,760 Unicode characters (each component 255 or fewer) | Same | Same |
3. The feature differences are what separate the uses
On limits alone, NTFS and exFAT look interchangeable. The functionality tables are where they part. What follows is drawn from the source's Functionality, Journaling and Change Log, Security and Compression tables, keeping the rows that bear on an external drive.
Alternate data streams are the row people miss. The source records Yes for NTFS and No for exFAT and FAT32. The marker Windows attaches to a file downloaded from the web rides on that mechanism, so it is not carried across an exFAT drive. The page itself says nothing about that behaviour, so this guide stops at what the table supports.
The checksum row is misread just as often. exFAT and UDF are recorded as Metadata, NTFS and FAT32 as No. What the table supports is that none of these formats promises to correct an error inside your file. None of them replaces a backup.
Scroll horizontally to see the full table →
| Feature (as the source names it) | NTFS | exFAT | FAT32 | What it means for you |
|---|---|---|---|---|
| Metadata-only journaling | Yes | No | No | The formats differ in how the housekeeping data is handled after a sudden unplug or power cut |
| File change log | Yes | No | No | Tools that depend on tracked changes behave differently |
| Access control lists / track file owner | Yes | No | No | Permissions on a shared PC are an NTFS-only affair |
| File system level encryption | Yes | No | No | EFS is NTFS only. BitLocker is a different mechanism from this row |
| Built-in compression | Yes | No | No | NTFS compression is NTFS only |
| Hard links / soft links | Yes | No | No | Sync and backup tools that use links will not behave as expected on exFAT |
| Alternate data streams / named streams | Yes | No | No | Only NTFS can carry that attached information |
| Sparse files | Yes | No | No | Matters for virtual disks and similar files |
| Checksum / ECC | No | Metadata | No | None of them guarantees error correction of your data itself |
| Last access time stamps | No (with a note) | Yes | Yes (date only) | On NTFS it is not updated, so you cannot judge use from an access date |
4. Choosing by use
Put the two tables together and the choice falls out like this. The last column says which row of which table the choice rests on, and where to confirm what the source does not cover.
Whether the factory format is fine depends only on whether it matches the use. A Windows-only backup drive that arrived as FAT32 is worth changing; a drive whose format already suits its job is not. Formatting erases data, so with no reason to do it, the safe action is to leave it alone.
Scroll horizontally to see the full table →
| Use | What to choose | Why, and where to confirm |
|---|---|---|
| External SSD or HDD used only with Windows PCs (backup, working space) | NTFS | Journaling, ACLs, encryption, links and sparse files are NTFS-only in the functionality tables |
| A drive shared with non-Windows devices: television, camera, games console, another OS | exFAT is the candidate | No 4 GiB ceiling (limits table). Whether the device can read it is for that manufacturer's specification; Microsoft's page says nothing about third-party devices |
| Carrying files over 4 GB: video, ISO images, virtual disks | Not FAT32 | FAT32's maximum file size is 4 GiB (limits table) |
| A small USB stick whose format is dictated, such as for a firmware update | Whatever is specified (FAT32 is sometimes required) | Follow that device maker's instruction. This choice does not rest on Microsoft's table |
| Writing data to a DVD or Blu-ray disc | UDF | Microsoft's comparison treats UDF as one of the four main Windows file systems |
5. Check the format you already have
Before changing anything, establish the present state. Right-click the drive in File Explorer and open Properties; the General tab names the file system.
To look at several drives quickly, use the command line instead. The command below prints information about the drive you name. It only reads; it changes nothing on the drive.
The output includes the file system name. If it says FAT32 and you expect to handle files over 4 GB, that is your reason to consider a change. If the format already matches the use, there is no reason to change it.
Changing the format erases the drive. Prepare the destination first, copy the data, and confirm you can open the copies before you format anything. Formatting is also not the same thing as erasing a drive before you sell it, which is covered separately on this site.
fsutil fsinfo volumeinfo E:6. What this guide deliberately does not say
No speed comparison. The source contains none, and nothing was measured here.
No figure is given for the familiar claim that FAT32 stops at 32 GB either. It is a different matter from the limits table above, and no primary source for it was read for this guide. What is stated as fact is only that Windows may not offer FAT32 in its formatting dialog.
Nothing is claimed about which formats other devices can read. Microsoft's page says nothing about televisions, cameras, consoles or other operating systems. Check the manufacturer's specification.
exFAT is not called unreliable here. What the table supports is one thing, that it has no journaling. A comparison of failure rates is not in the source.
0Limitations and requirements
- Formatting erases the drive. Prepare a destination, copy the data and confirm the copies open before you format.
- Every figure here is as published in Microsoft's comparison. Neither speed nor failure rate was measured for this guide.
- Whether another device can read the drive is for that manufacturer's specification; the source does not cover third-party devices.
- The tables quoted here were read on 2026-09-21. The page displayed Last updated on 2023-03-27.
Frequently asked questions
There is free space, but an 8 GB video will not copy. Is the drive faulty?
If the drive is FAT32, it is not faulty. Microsoft's table gives the FAT32 maximum file size as 4 GiB, a limit that has nothing to do with free space. Check the format in the drive's properties or with fsutil fsinfo volumeinfo.
For a Windows-only drive, is NTFS or exFAT better?
For Windows only, the table gives you reasons to pick NTFS. Journaling, access control lists, file system level encryption, links and sparse files are all Yes for NTFS alone in the source.
Should a brand new USB stick be reformatted straight away?
Not if the format suits the use. Consider it when the format is FAT32 and you expect files over 4 GB. Since formatting erases the drive, leaving it alone is the safer default when there is no reason to act.
Why does information attached to a file sometimes disappear when it is copied to exFAT?
The source records alternate data streams and named streams as Yes for NTFS and No for exFAT. Information carried in that mechanism on NTFS cannot travel to an exFAT drive. The page does not describe individual behaviours, so this guide does not assert them.
Sources and verification date
Sources checked: . These sources support the specifications, procedures or prices discussed here. Check each source for applicable conditions and current information.
Related practical guides
- External SSD vs HDD for backups: capacity, speed and portability
- Sector size before you buy a drive: 512n, 512e and 4Kn, and what Windows supports
- Windows 11 runs but the feature is missing: checking the per-feature requirements before you buy
- Read the NAS drive compatibility list before you buy: what "not listed" costs depends on the model series
- Before you swap in a new SSD: check whether the drive is encrypted, and where the recovery key lives
- Do you need to buy a TPM module? Discrete, integrated and firmware TPM, and what actually requires one