# Windows 11 Insider: FAT32 Formatting up to 2 TB and Faster Storage Management
In the latest Windows 11 Insider builds (Dev 26300.8170 and Beta 26220.8165), Microsoft has optimized the Settings > System > Storage > Advanced storage settings > Disks & volumes section. Now, viewing disk properties, partitions, and storage metadata happens without delays even on large HDDs. The UAC prompt appears only when accessing temporary files, not right away.
The key breakthrough is lifting the FAT32 formatting limit to 2 TB via the command line. Previously, built-in Windows tools capped the volume at 32 GB, despite support for FAT32 volumes up to 2 TB with standard sectors.
Performance Optimization on Large Disks
Before the update, opening partition properties on mechanical HDDs with multiple partitions took up to 15 seconds. Tests on a 1 TB disk with partitions of 130 GB, 292 GB, and 409 GB showed consistent delays due to synchronous metadata queries.
In Insider builds, the delays have been eliminated:
- Disk properties open instantly even in a VM with 4 GB RAM and 2 cores.
- Improved UI rendering thanks to asynchronous loading of file system and disk usage data.
- Scales to multi-disk configurations without lag buildup.
This likely leverages new WinUI layers with background queries that minimize UI blocking on slow drives.
Expanded FAT32 Support
FAT32 formatting up to 2 TB is relevant for scenarios where NTFS isn't suitable:
- Updating BIOS/UEFI on motherboards — requires USB formatted as FAT32.
- Gaming consoles (PlayStation, Xbox) and media players for recognizing drives.
- Embedded systems, IoT devices, and legacy hardware.
- Cross-platform compatibility with macOS and Linux without drivers.
The format /FS:FAT32 X: command now works with volumes up to 2 TB. This builds on the 2024 changes that removed the partition size limit.
Testing confirms stability: on a 1 TB HDD, formatting completes without errors while maintaining device compatibility.
Key Points
- Disks & volumes performance has improved tenfold on HDDs >100 GB — instant property response.
- FAT32 formatting up to 2 TB via CLI — no third-party tools needed, full native support.
- UAC prompts optimized: only when necessary, without interrupting navigation.
- Changes available in Dev/Beta Insider channels; rollout to the stable branch expected later.
- Useful for sysadmins, embedded developers, and users with legacy hardware.
— Editorial Team
No comments yet.