Microsoft recently launched a series of storage-related improvements in the latest Insider preview version of Windows 11, including Dev channel version 26300.8170 and Beta channel version 26220.8165, focusing on optimizing storage settings page performance, improving user interaction experience, and removing a decades-old FAT32 artificial capacity cap.

After the update, when users view disk properties, partitions and storage information in "Settings > System > Storage > Advanced Storage Settings > Disks and Volumes", the loading speed is significantly accelerated. At the same time, the system has adjusted the permission processing logic so that the UAC prompt only pops up when accessing temporary files and other operations that require elevated permissions.

For a long time, the process of opening disk properties through the "Disks and Volumes" page on large-capacity hard drives has been extremely slow, especially on systems equipped with multiple or multi-partition mechanical hard drives. The author used a 1TB mechanical hard disk (divided into multiple partitions and containing various files) as the test object. When the host load was not high and there were not many background programs, the opening delay of different capacity partitions was measured multiple times: the 130GB partition property page takes about 15 seconds to fully respond, and 292GB and 409GB partitions also have similar levels of waiting time. As more and larger volumes are connected, the amount of data that the settings application needs to query and sort through before rendering the UI increases, further increasing response times.

In the latest Insider version, Microsoft claims "improved performance when browsing storage on large volumes," and measured results show that the delay in opening the disk properties page has been almost completely eliminated. After comparative testing in the same hard disk environment, the author found that opening properties from "Disks and Volumes" in the new version was almost instantaneous. To eliminate the impact of hardware differences, he also repeated the test in a virtual machine with only 4GB of memory and 2-core CPU allocated. The result was also close to instantaneous response. Presumably, the root of the problem may lie in the way the modern Settings app handles stored data: it relies on a new UI layer and background queries to obtain disk information, partition status, file system and usage data. If the query process is not designed to be efficient enough or blocks the UI in a synchronous manner, it will cause the interface to be delayed in rendering. The latest changes have obviously improved this. Microsoft is likely to speed up data acquisition and interface drawing by optimizing the disk information loading process or reducing blocking operations.

In addition to performance improvements, this update also touches on a time-honored limitation of Windows file systems: the FAT32 formatted capacity limit. In the past, Windows' built-in tools only allowed formatting FAT32 partitions into volumes no larger than 32GB in the graphical interface. However, this was not the limit of FAT32 technology itself, but an artificial limitation imposed by Microsoft at the system level; in theory, FAT32 can support volumes up to about 2TB under common sector sizes. In the latest Insider build, this limitation has been relaxed for the first time in the command line scenario, and users can now format FAT32 volumes up to 2TB directly from the command line within Windows without resorting to third-party tools.

The design of the 32GB upper limit appeared in an era when large-capacity hard drives were not yet popular. FAT32's severe fragmentation and lack of logs in large-scale applications also made its stability and reliability inferior to NTFS. Therefore, Microsoft's strategy at the time was to guide users to use NTFS on internal disks, and later launched exFAT as the recommended file system for removable storage, which to a certain extent successfully diluted FAT32's dominant position in the desktop scene. However, this also leaves users who must use FAT32 for compatibility reasons to resort to various "workarounds" to bypass the restriction. To this day, FAT32 is still indispensable in many scenarios. For example, motherboard firmware upgrades often require the use of FAT32-formatted USB flash drives. Some game consoles and multimedia devices also rely on FAT32 to identify storage media. The reliance on FAT32 is even more widespread in embedded systems and old hardware.

Of course, the structural constraints of FAT32 itself have not changed, the most obvious of which is the maximum 4GB limit for a single file, making it impractical in modern usage scenarios such as large video files or backups. Therefore, even if the upper limit of formattable capacity is expanded, FAT32 is not a replacement for NTFS or exFAT, but is just for better compatibility with specific devices and scenarios.

At the interaction level, Microsoft has also made adjustments to the UAC behavior of the storage settings page. Previously, once users opened "Settings > System > Storage", a UAC prompt box would often pop up immediately, even if they just wanted to view some read-only basic storage information. This experience was quite abrupt. Now, in the latest Insider build, UAC prompts only appear when users access areas that require elevated privileges (such as viewing or managing temporary files), and simply browsing stored information no longer triggers permission pop-ups.

Currently, these storage-related improvements are only available to Windows 11 Insider channel users, covering versions such as Dev 26300.8170 and Beta 26220.8165. Microsoft has not announced a specific timetable for pushing to the stable channel. Judging from past experience, such low-level experience optimization will usually be gradually decentralized to ordinary users in the next few weeks to months. The author admitted frankly that in the atmosphere of frequent "complaints" about Windows 11 on social media, I did not expect Microsoft to be able to fix this part of the experience that made the system appear "sluggish" so quickly. Now that these improvements have been implemented, it has brought some kind of "unexpected joy." This also gives him more expectations for the Microsoft development team to fulfill the previously announced plans for a large number of Windows 11 repairs and new features in 2026.