I can’t Format FAT32. Where did FAT32 go? Where did it start and end?

Has anyone noticed FAT32 format option is gone in Windows?
Microsoft has not issued an official statement explaining why the FAT32 formatting option is unavailable for storage devices 32GB and larger but we’ve done some digging and came up with a possible answer.
On both Windows 10 and Windows 11, users are typically presented with formatting options for NTFS (New Technology File System) or exFAT (Extended File Allocation Table). The choice to format a drive as FAT32 is missing once the drive exceeds 32GB in capacity.
Since Microsoft has not clarified this change, it’s widely assumed that the decision was made to avoid problems caused by FAT32’s limitations—especially its inability to store files larger than 4GB. As file sizes have continued to grow over the years, this limitation has become more noticeable.
The FAT32 file system cannot handle single files larger than 4GB. This is due to its 32-bit file allocation table, which caps the maximum file size at 4,294,967,295 bytes. Regardless of the cluster size, FAT32 simply cannot address a file above that cluster size.
For users who need to store high-resolution videos, system backups, or other large files, switching to exFAT or NTFS is essential. NTFS, which is the default for most internal drives in Windows, offers better support for large files, access permissions, and journaling. ExFAT, on the other hand, was created as a lightweight, high-capacity alternative for external storage that’s compatible across multiple operating systems. But don’t format USB flash drives as NTFS as we’ve mentioned before.
We think Microsoft removed the FAT32 option for drives above 32GB to prevent user confusion and/or support issues. For example, trying to copy a 5GB video file to a FAT32 drive will result in a frustrating error message. By defaulting to exFAT, Windows helps users avoid this issue without needing to explain file system limits.
ExFAT supports significantly larger file sizes compared to FAT32. In theory, exFAT can handle files up to 16 exabytes (16 million terabytes), although real-world limits are much lower and depend on the device’s implementation. Even so, it’s more than sufficient for most consumer and professional use cases, from video production to large-scale backups.
While exFAT offers excellent cross-platform compatibility and large file support, users should be aware that some older operating systems or embedded devices might not support it natively.
Real Quick: A Brief History of File Systems
The concept of a file system—the method by which data is organized and stored on a storage device—has evolved steadily since the early days of computing.
General Motors needed a file system in the 1950s to help their early computers store and organize large amounts of business data—like payroll, inventory, and production schedules. Working with IBM, they developed one of the first operating systems (GM-NAA I/O) to manage these tasks. It allowed the computer to access and manage files on magnetic tape, making it easier to run multiple jobs and retrieve information efficiently. This basic file system helped move computing from scientific use into real-world business operations.
A few years later, more advanced systems like MIT’s Compatible Time-Sharing System (CTSS) introduced features like named files and user access control. By the 1970s, UNIX and Multics brought in hierarchical directory structures that closely resemble the file systems we use today.
Dumb Question: Why Did Microsoft Call It “FAT”?
In the early 1980s, Microsoft introduced a simple yet powerful file system called **FAT**, short for **File Allocation Table**. It was first used with floppy disks (FAT12), then later evolved into FAT16 and FAT32 for hard drives and removable storage devices.
The name describes exactly how the system works: it uses a **table** to manage how space is **allocated** on a disk for **files**. Every time a file is saved, the system records where each piece of the file is stored. This table acts like an index or map, pointing to all the clusters (blocks of space) used by each file.
Clearification please: What Does “Allocation” Mean in a File System?
“Allocation” refers to how the system assigns blocks of storage (called **clusters**) to files. The **File Allocation Table** keeps track of:
- Which clusters are available
- Which clusters are in use
- The order in which clusters are linked to form a complete file
For example, if you save a file that spans three non-contiguous clusters, the FAT keeps a chain that links them together so the system can read the file in the correct order. When a file is deleted, the corresponding clusters are marked as free and can be reused.
This approach is what made the FAT file system simple and highly portable—especially for removable storage devices like USB flash drives.
The Move from FAT32 to exFAT and NTFS
As file sizes increased and media demands evolved, FAT32’s 4GB limit became a bottleneck. Microsoft responded by introducing **exFAT** in 2006, specifically to support large files and high-capacity devices. Unlike NTFS, exFAT doesn’t carry the overhead of permissions and journaling, making it ideal for portable use across operating systems.
Buy options for advanced data storage products
If you’re exploring more advanced USB flash drive functionality, consider reviewing the specialized options offered by Nexcopy. Their flash drives support features like USB copy protection, hardware-based write protection, USB CD-ROM emulation, and HIPAA-compliant security. These capabilities are enforced at the hardware level, offering robust and universal solutions for professional environments.
