A little-known Windows 11 registry tweak is making the rounds because it can noticeably boost NVMe SSD performance—sometimes by a lot. The idea is simple: with three registry entries, Windows 11 can be nudged into using a newer, native NVMe storage driver that Microsoft recently promoted for Windows Server 2025. In testing, that switch translated into faster read and write speeds without buying new hardware.
Read this before you try anything: editing the Windows registry always carries risk. A wrong value or unexpected incompatibility can cause instability, data loss, or in worst cases a system that won’t boot. If you’re even considering this tweak, create a full backup first. Ideally, make a full system image so you can restore everything if something goes sideways. While the change worked without issues in the test system described below, that doesn’t mean it will be trouble-free on every PC.
Why this can speed up SSDs on Windows 11
Microsoft has been talking up a newer “native” NVMe driver for Windows Server 2025 that can be enabled using a registry key. The big technical shift is that this driver avoids internally translating NVMe commands into SCSI commands—a behavior associated with the default Microsoft storage stack. By staying more “native” to NVMe, it can reduce latency, improve CPU efficiency, and increase IOPS (input/output operations per second). In plain terms, it can help your SSD move data faster and more efficiently.
Developers found that the same driver can also be enabled on Windows 11 through a Feature Management Overrides registry path. Once the required values are added and the system is rebooted, Windows can begin using the nvmedisk.sys driver for compatible NVMe drives.
The exact registry values being used
The tweak relies on adding three DWORD values under the following registry path (administrator privileges required):
HKEY_LOCAL_MACHINESYSTEMCurrentControlSetPoliciesMicrosoftFeatureManagementOverrides
These are the three commands that were used to add the values:
reg add HKEY_LOCAL_MACHINESYSTEMCurrentControlSetPoliciesMicrosoftFeatureManagementOverrides /v 735209102 /t REG_DWORD /d 1 /f
reg add HKEY_LOCAL_MACHINESYSTEMCurrentControlSetPoliciesMicrosoftFeatureManagementOverrides /v 1853569164 /t REG_DWORD /d 1 /f
reg add HKEY_LOCAL_MACHINESYSTEMCurrentControlSetPoliciesMicrosoftFeatureManagementOverrides /v 156965516 /t REG_DWORD /d 1 /f
A quick note from the testing experience: importing a .reg file via double-click didn’t work in that case, so Command Prompt (cmd.exe) was launched with “Run as administrator,” and the commands were entered there.
How to confirm it worked after reboot
After restarting Windows 11, there are a couple of easy signs that the driver change actually took effect:
1) Device Manager listing changes
Before the tweak, NVMe SSDs typically appear under “Disk drives.”
After the tweak, the SSDs may show up under “Storage disks.”
2) Driver file verification
Open the drive’s properties in Device Manager and check the driver details. If the change applied correctly, you should see nvmedisk.sys in use for the SSD. You can also try “Update driver” to confirm Windows doesn’t have an additional update waiting, though in one Windows 11 25H2 test system no further update was found.
Real-world benchmark gains reported
Results will vary depending on your SSD model, PCIe generation, laptop/desktop platform, and even drive firmware. Still, the potential is big enough to get attention.
A separate report cited gains of roughly 10% to 15% on a PCIe 4.0 SSD in a workstation, and even a PCIe 3.0 SSD reportedly benefited.
In the hands-on test described in the post content, a laptop (Acer Swift 16 Edge) running two Micron 3400 PCIe 4.0 NVMe SSDs showed even larger improvements using AS SSD Benchmark:
On the primary 512GB SSD (system drive):
– Sequential read performance increased by as much as 45%
– Sequential write performance increased by about 15%
– 4K-64 thread results also improved, a category that tends to matter more for heavy multitasking and server-like workloads
On the secondary 1TB SSD:
– Sequential read improved by about 23%
– Sequential write improved by about 30%
Even the lower end of those gains can be meaningful in day-to-day use—boot times, large file transfers, game loading, and launching big creative apps can all benefit. And because this is purely a software/driver switch, the performance increase costs nothing.
Compatibility and potential downsides to know about
This tweak isn’t guaranteed to be smooth for everyone. Comments from users who tried similar changes mention issues with some SSD management utilities, including popular vendor dashboard tools. There are also warnings that partitions may appear altered, and it’s not certain every NVMe SSD will behave properly with this driver on Windows 11.
In other words: yes, it can be a free speed boost, but it may come with tradeoffs. If you rely on vendor SSD tools for firmware updates, health monitoring, encryption features, or advanced drive management, be especially cautious. The same goes for anyone running complex storage setups or mission-critical workloads.
Bottom line
If you’re comfortable with advanced Windows changes, have reliable backups, and want to experiment, this three-entry registry tweak may unlock major NVMe SSD performance gains on Windows 11 by enabling Microsoft’s newer native NVMe driver. Some systems may see modest improvements, while others can jump dramatically—up to 45% faster sequential reads in the testing shared above.
Just treat it like what it is: an unofficial, unsupported modification that might not play nicely with every drive, tool, or setup. Backup first, verify the driver after reboot, and proceed only if you’re prepared to roll back if needed.






