
Windows 11 has arrived at a time when the NVMe SSDs have become the de facto standard for any minimally modern computer. However, much of the system's foundation still carries over decisions inherited from the era of mechanical hard drives and NTFS as we have known it for decades.
In recent months, some things have come to light profound changes in how Windows 11 manages storageFrom a new high-performance NVMe driver inherited from Windows Server 2025 to the promotion of ReFS as an alternative file system to NTFS, and including specific patches to resolve performance drops in certain configurations. All of this adds to the performance optimization in Windows 11 There are already third-party utilities designed to get even more out of SSDs.
Windows 11, NVMe and the new high-performance driver
Recent versions have revealed that Windows 11 It includes a hidden, next-generation native NVMe controller, the same one that Microsoft has designed for Windows Server 2025 with the aim of maximizing SSD performance in professional environments with very intensive workloads.
Until now, the standard Windows driver performed a kind of "simultaneous translation" by converting NVMe commands in SCSI commandsThis is a compatibility layer designed to treat SSDs as if they were mechanical hard drives. This extra step adds latency and consumes CPU resources, which doesn't make much sense in modern SSDs.
The new driver eliminates that intermediate layer and It communicates directly with the SSD using pure NVMe.The result is that the processor wastes far fewer cycles. manage the I/O queue and disk accesses become faster and more predictable, especially in high-concurrency scenarios.
Although this controller is designed for servers and mission-critical environments, It's already part of Windows 11, but remains disabled by default.Advanced users have discovered that by tweaking several registry keys and restarting, it is possible to force the system to use it in the desktop edition as well.
When the change takes effect, the system itself reveals the adjustment: SSDs no longer simply appear as “Disk drives” are moved to the category of “Storage devices”and the active driver is no longer the generic one but the nvmedisk.sys file, indicating that the new driver is in use.
Real performance gains with the native NVMe driver
Tests conducted by various users and specialized media suggest that this change is not merely cosmetic: The performance improvements in modern NVMe SSDs are very noticeable., especially in random loads and multitasking, which are precisely those that most closely resemble the actual use of the system.
In scenarios of intense random work, such as accessing databases, virtual machines, development projects, or AI tasks, the following have been observed increases of up to 85% in random write speedThis improvement translates into greater fluidity when opening heavy applications, handling many small files, or working with containers and VMs.
In the realm of classic sequential transfers, benchmarks with PCIe 4.0 SSDs show increases of up to 45% in sequential reading and between 15 and 30% in write speeds, depending on the specific drive model. Even older PCIe 3.0 SSDs benefit from the reduced overhead on the storage stack.
The 4K multi-threaded tests also reflect a clear increase in IOPS and a reduction in latencywhich is precisely what makes the difference when the system is subjected to many simultaneous input/output tasks. This helps both professional users and gamers running games optimized for DirectStorage with constant loading of textures and data from the SSD.
It's not just desktop PCs that benefit from this change. Tangible improvements have been seen in... laptops and portable consoles with Windows 11where random reading increases by around 12% and the overall score in Windows Performance Recorder It increases consistently. In practice, it's a free "overclock" of the storage subsystem without changing the hardware.
Risks and limitations of activating the hidden driver
The big problem with this adjustment is that It is not officially supported for home usersMicrosoft doesn't offer a button in the settings or a wizard; everything involves manually editing the registry, with the potential consequences if something is done incorrectly.
Modifying the record at this level always carries the risk of leave Windows 11 unable to boot or cause data lossThis may be because the driver is not compatible with a specific drive, or because some third-party tool is not ready for this new disk access path.
In fact, strange behaviors have been reported with Official applications from manufacturers such as Samsung Magician or Western Digital Dashboardwhich in some configurations stop recognizing the SSD correctly, fail to read SMART parameters, or show problems when applying firmware.
It's important to understand that this is a native NVMe driver for desktop. It is not endorsed by Microsoft as a stable option in the Home or Pro editions. It's a feature inherited from the server world, pushed to the limit by advanced users who accept the fine print: if something goes wrong, there's no safety net.
Before considering this change, it is essential to have recent and verified backupsMake sure your SSD has up-to-date firmware, and keep in mind that not all NVMe models react the same way. For most home users, continuing to use the manufacturer's standard driver or the generic Windows driver remains the recommended option.
NTFS, USN Journal and the performance patch in Windows 11
Beyond the new driver, Windows 11 has also suffered from a very specific performance problem related to NTFS and the USN Journal, a feature of the file system that keeps a permanent record of all changes made to the volume.
The USN Journal is always active on the system partition, that is, the classic C: drive where Windows is installed. Its role is to log operations such as the creation, modification, or deletion of files, which is crucial for certain security, recovery, and auditing functions.
However, in certain builds of Windows 11, it was detected that the system was performing unnecessary operations on all storage units (NVMe, SATA SSDs and even mechanical disks) every time a write operation occurred, significantly impacting performance.
This flaw was especially noticeable in intensive writing tasks: large copies, game installations, video edition or any process that generated a lot of data at once. The speed dropped compared to Windows 10 or what was expected for the hardware in question.
Microsoft addressed the issue with update KB5007262, a cumulative update initially released as a “preview”Among a huge list of corrections, one note explicitly referred to fixing this performance degradation linked to the USN Journal.
Although this update was not initially released as an automatic general patch, affected users could Install it manually from Windows Update as an optional update. or download it directly from the Microsoft Update Catalog by searching for its identifier. Over time, the fix has been integrated into subsequent patches.
ReFS vs NTFS: A new file system in Windows 11
While NTFS remains the default file system and the only one Windows can boot from, Microsoft has begun to give more visibility to ReFS (Resilient File System) in Windows 11, especially from the 24H2 update onwards.
ReFS is not exactly a newcomer: it has been used in Windows Server editions since 2012where it has proven to be especially robust for environments with very high workloads, large volumes of data and demanding integrity and availability requirements.
One of the strongest arguments in favor of ReFS is its raw performance in certain scenarios. In comparative tests, this file system It almost doubles the performance of NTFS in copying large filesIn 1 MB files the improvement is between 15% and 20%, but as the size increases, so does the difference.
While in files of several gigabytes, measurements have been taken improvements of around 94% compared to NTFSAn illustrative example: a 20 GB file that might take 30 to 35 seconds to copy with NTFS, transfers in around 10 seconds with ReFS. Folders with thousands of files also benefit, with speed increases of around 80%.
Despite this potential, Windows 11 still doesn't make it easy. Although the system It supports ReFS in version 24H2The home user does not see this option clearly when formatting a drive, and most third-party tools do not offer it either, except in professional or business editions.
Windows provides two main ways to format in ReFS. On the one hand, Disk manager This allows you to choose this system when creating certain types of drives, especially in more advanced scenarios. Alternatively, experienced users can use the "diskpart" utility and the "format fs=refs" command to apply this format manually.
The drawbacks, however, are significant on the desktop. Windows cannot boot from a ReFS partition, so The system drive must necessarily remain NTFSFurthermore, there is no direct conversion between the two formats: you cannot go from NTFS to ReFS, or vice versa, without formatting and losing your data.
For all these reasons, ReFS is primarily designed for large systems, servers, Dev Drives and virtual drives where workloads are extreme and the performance increase is worthwhile. For most home computers, NTFS remains the recommended option for installing Windows and everyday programs.
Third-party tools: EaseUS and classic SSD optimization
Beyond the profound changes in drivers and file systems, many users rely on third-party tools to optimize your SSDsOne of the best-known options in this area is EaseUS Partition Master, which includes optimization functions specifically for solid-state drives.
These utilities were initially designed to web hosting servers and professional environmentsBut nowadays they are also used in home computers for tasks such as realigning partitions, changing cluster sizes, or fixing file system errors without having to resort to command-line tools.
The philosophy behind these types of programs is simple: before touching anything, they perform a in-depth analysis of the SSD to detect potential structural problems, logical fragmentation, logical errors, or sectors with anomalous activity. Based on this information, they offer a set of actions to recover some of the lost performance.
In addition, they usually display useful information about the unit and the manufacturer: total capacity, used space, free space, file system status, and sometimes SMART informationThis helps to get a clear picture of the SSD's condition before applying aggressive changes.
An added advantage is that they allow restore configurations to previous stateseither through system restore points or through its own partition backup mechanisms, which provides an extra layer of security when dealing with critical partitions such as the C: drive.
Key optimization features: 4K alignment, partitioning, and clustering
One of the most important functions in this type of utility is the 4K partition alignmentModern SSDs work internally with 4K blocks, and if partitions are not aligned with those limits, each read or write operation can result in two physical accesses, reducing performance and shortening the drive's lifespan.
With the right tool, it is possible Align all partitions of an SSD to multiples of 4K With just a few clicks, avoiding the need to erase all content. This operation usually offers modest but noticeable improvements, especially on older SSDs or systems that have undergone many installations and partition changes over time.
Another highly valued ability is the ability to resize, move and merge partitionsIf your C: drive is running out of space, you get the dreaded "low space" warning, or updates stop installing, these tools allow you to shrink an adjacent partition, free up unallocated space, and extend your system drive without reinstalling Windows.
In practice, the process consists of shrink a contiguous partition to create free spaceThis involves placing that space after C: and then extending the system partition to take advantage of those additional gigabytes. All of this is done through a graphical interface and usually with controlled reboots to apply the changes at startup.
It is also possible to use these applications to check and repair the file system This tool detects errors caused by abrupt shutdowns, power outages, faulty software, or metadata corruption. Instead of using commands like chkdsk, it performs a diagnostic and automatically corrects many of these problems.
Finally, the option of change cluster size (allocation unit) It can help fine-tune performance depending on the type of data stored. A larger cluster size reduces overhead on volumes with very large files, while a smaller one wastes less space with thousands of tiny files. Adjusting it correctly is an added benefit for maximizing read and write performance.
Optimization from Windows 11: energy, cache, indexing and maintenance
Without installing anything additional, Windows 11 already includes several features that allow improve the performance of SSDs in everyday usealthough many of them go unnoticed or are not tuned as standard for maximum performance.
The first front is the power planOn many devices, especially laptops, the default power plan prioritizes energy saving over performance, which can cause the SSD to enter low-power states more frequently and take longer to respond. Switching to a well-configured high-performance or balanced power plan usually speeds up the system.
Another important piece is the write cachingEnabling write caching allows Windows to group operations before physically sending them to the SSD, reducing the number of accesses and improving write speeds. However, it's best to use this option on systems with a stable power supply, as a power outage at the worst possible moment could result in the loss of unbacked data.
The "Defragment and Optimize Drives" utility still exists, but in the case of SSDs, its role isn't to defragment in the traditional way, which wouldn't make sense given their near-instantaneous access time. Instead, it handles... perform TRIM operations and other optimizations to inform the SSD which blocks no longer contain valid data and can be efficiently reused.
Deactivate or adjust the search indexer It also helps reduce the load on the SSD. This tool constantly analyzes files and content to make searches almost instantaneous, but in return, it generates a continuous stream of reads and writes. On high-performance systems, it can be left active, but on others, it's advisable to limit the indexed locations or even disable it if it's not being used.
The classic liberador de espacio in disco This is another ally for SSDs. These drives tend to lose performance when they're full, so deleting temporary files, update remnants, outdated caches, and forgotten downloads helps free up space and maintain high performance. Windows 11 includes automatic options through "Storage Sense," which is worth configuring.
On desktop computers that do not need to preserve state between sessions, turning off the hibernation It reduces the number of bulk writes to the hiberfil.sys file and frees up several gigabytes of space on the system SSD. For laptops, however, it remains a useful feature and shouldn't be disabled lightly.
Finally, the SSD firmware updates They are a factor that is often overlooked. Many manufacturers release updates that fix bugs, improve SLC cache management, or refine compatibility with certain drivers. Brands like Samsung and Western Digital offer simple utilities to apply these updates, and in other cases, they can be downloaded from the manufacturer's support page.
Between the new NVMe driver inherited from Windows Server, the improvements and patches for NTFS, the (albeit tentative) emergence of ReFS, and the optimization tools from both Microsoft and third parties, Windows 11 offers an ecosystem in which it is possible to achieve performance far superior to modern SSDs compared to its factory configuration, provided you know what to touch and to what extent it is worth taking risks.
