Windows 11 Unlocks FAT32: Microsoft Removes the 32GB Limit After 30 Years
Microsoft has finally decided to break down one of the longest-standing and most irrational restrictions in the history of modern computing. In the latest builds of Windows 11 Insider Preview, specifically Dev Build 26300.8170 and Beta Build 26220.8165, the command line now allows for formatting external drives in FAT32 with a capacity of up to 2TB. This monumental leap, officially documented by Microsoft, moves away from the 32GB limit that has constrained users for over three decades, forcing them to rely on third-party utilities or complex PowerShell workarounds to manage larger storage media.
Goodbye to the 32GB Limit: A Turning Point for FAT32 in Windows 11, With Some Limitations
The new feature currently only pertains to the Command Prompt (or Terminal) via the format command. The classic graphical user interface (GUI), the dialog window that appears when right-clicking on a drive, remains tethered to the old limit – with the hope of further updates in the future. Despite the expansion of manageable volume, it is crucial to remember that the intrinsic file system limit regarding the size of individual files still persists; they cannot exceed 4GB.
This modification is not a technical miracle but rather the simple removal of a software block that no longer made sense, ensuring better interoperability with legacy devices or embedded systems that still prefer the FAT32 format over NTFS or exFAT.
The "Technical Debt" of a Rainy Thursday in Redmond
The story behind this limit is almost legendary, tracing back directly to 1994. Dave Plummer, a former Microsoft engineer, recently confirmed that the formatting window we have used until today was never meant to be final. During the porting of the Windows 95 user interface to Windows NT, Plummer found himself managing the substantial differences between the two systems. In an office in Redmond, on a rainy morning, he wrote down the necessary options (filesystem, cluster size, compression) on a piece of paper and used the VC++ 2.0 Resource Editor to create a vertical stack of choices.
That interface was conceived as an emergency solution, an aesthetically unpleasing placeholder while awaiting a definitive UI. Instead, that code remained in production for 30 years. The choice of 32GB was not dictated by insurmountable architectural constraints of FAT32 (which theoretically supports much larger volumes) but rather by an impromptu assessment of the so-called cluster slack. Plummer had to decide how much wasted space was tolerable for the end user, and that value, established in a few minutes, became a de facto standard that influenced the hardware industry for decades.
In addition to removing the cap for FAT32, the new Insider versions introduce optimizations in storage settings, promising faster operations in the disk management menu. Microsoft’s approach remains cautious, for instance, with limits still present in formatting via GUI, likely to encourage the adoption of more modern and secure file systems on fixed storage. However, for those managing high-capacity SD cards for retro gaming consoles, cameras, or industrial instrumentation, the ability to operate natively from the terminal without external software represents a significant operational simplification.