Windows 11 registry hack unlocks Microsoft’s Native NVMe SSD driver

Feeling SSD is bottlenecked? Try native NVMe mod on Windows

Microsoft has started rolling out a new “Native NVMe” storage path in Windows Server 2025. The change removes the long-standing SCSI-style translation layer for NVMe I/O, so the OS can issue NVMe commands in a way that better matches how modern SSD queues work.

In Microsoft’s own DiskSpd example, the company reports up to about 80% higher 4K random read IOPS on NTFS, plus about 45% fewer CPU cycles per I/O versus Windows Server 2022. It is opt-in and disabled by default, and Microsoft also says you only get this path when the drive is using the in-box StorNVMe.sys driver rather than a vendor driver.

Enthusiasts are enabling native NVMe on Windows already

Enabling NVME native drivers in Win 11 (tried on 25H2)
Works pretty good.
Just open regedit.
Go to : HKEY_LOCAL_MACHINESYSTEMCurrentControlSetPoliciesMicrosoftFeatureManagementOverrides
Add DWORD 32 Bits:
“735209102”=dword:00000001
“1853569164”=dword:00000001… pic.twitter.com/UhE9q5Sw5h

— Mouse&Keyboard (@PurePlayerPC) December 22, 2025

Enthusiasts aren’t going to wait for Microsoft to release this patch for consumer Windows systems. In fact, they have already found that the same feature can be toggled on in Windows 11 (24H2 and 25H2 builds are the ones being discussed), even though Microsoft has not made a consumer announcement. Early reports focus on lower latency and better random I/O, with some media seeing about a 10% to 15% throughput bump in a quick test on a PCIe 4.0 SSD.

For handhelds and client PCs, the upside is mostly about responsiveness under mixed storage load. Club386 highlights user testing on an MSI Claw 8 AI+ with a PCIe 5.0 SSD where random write gains reached up to 85%, but results vary by drive and platform.

Source: Cheetah2kkk/Reddit

There are obviously some risks involved. Registry-based enablement can confuse SSD utilities, cause drives to show up twice, and change disk or partition identifiers, which can break workflows that rely on stable IDs like some backup tools, until you revert the change.

Source: Club386 , Reddit