Over the past few weeks, a Windows tweak has been spreading rapidly across social media with a very tempting promise: dramatically boost NVMe SSD performance on Windows 11 25H2. According to the claims, a few Registry changes and a reboot are enough to unlock up to 85% faster performance in certain workloads.

The reality, however, is far more nuanced.

Microsoft has indeed developed a new native NVMe storage driver that can improve SSD performance — but it is officially supported only on Windows Server 2025. While the driver is technically present in Windows 11 25H2, it is disabled by default and not supported for consumer systems.

Before you start modifying the Windows Registry, it’s important to understand what this tweak really does, what kind of gains you can expect, and what risks are involved.

Why Microsoft Created a Native NVMe Driver

For years, Windows has handled NVMe SSDs through a SCSI compatibility layer. In simple terms, Windows treats NVMe drives like traditional SCSI devices, translating commands between protocols.

This design simplifies compatibility but introduces:

  • unnecessary latency,
  • extra CPU overhead,
  • and limits NVMe’s true potential (parallel queues, ultra-low latency, etc.).

With Windows Server 2025, Microsoft introduced a new driver called nvmedisk.sys that removes this SCSI translation layer and communicates directly with NVMe devices.

READ 👉  How to Fix Missing BCD File Error 0xc0000034 in Windows 11

Microsoft reports:

  • up to 80% higher 4K random read IOPS,
  • about 45% lower CPU cycles per I/O operation.

The same driver exists in Windows 11 25H2 — but it is disabled and unsupported.

Real-World Performance Gains

Several users and tech outlets have tested the driver on Windows 11 25H2.

Examples:

  • PurePlayerPC (X / Twitter) — SK Hynix Platinum P41 2TB
    • AS SSD score: +13%
    • 4K random write: +16%
    • 4K-64Thrd write: +22%
  • Cheetah2kkk (Reddit) — Crucial T705 4TB
    • Random read: +12%
    • Random write: up to +85%
  • Heise (Germany)
    • 10–15% gains on PCIe 4.0 SSDs
  • NotebookCheck — Micron 3400 PCIe 4.0
    • Sequential read: +45%
    • Sequential write: +15%

The gains exist — but they depend heavily on:

  • the SSD controller,
  • firmware,
  • platform,
  • and workload type.

The biggest improvements occur in 4K random operations, which affect system responsiveness more than raw throughput.

The Real Risks and Issues

This tweak comes with significant drawbacks:

  • SSD utilities stop working (Samsung Magician, WD Dashboard, Crucial Storage Executive).
  • Drives disappearing or appearing twice in Device Manager.
  • DirectStorage compatibility issues — increased latency and CPU usage.
  • Application crashes during heavy disk workloads.
  • No benefit if your SSD already uses a vendor-specific driver.
  • No official Microsoft support if something goes wrong.

How to Enable the Driver (At Your Own Risk)

Step 1 — Verify driver

Your SSD must use StorNVMe.sys, not a vendor driver.

Step 2 — Backup

Create a full system image before proceeding.

Step 3 — Run these commands (Admin Terminal):

reg add HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Policies\Microsoft\FeatureManagement\Overrides /v 735209102 /t REG_DWORD /d 1 /f
reg add HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Policies\Microsoft\FeatureManagement\Overrides /v 1853569164 /t REG_DWORD /d 1 /f
reg add HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Policies\Microsoft\FeatureManagement\Overrides /v 156965516 /t REG_DWORD /d 1 /f

Reboot.

READ 👉  How to Create a Bootable USB Flash Drive in Windows: Step-by-Step Guide

To revert:

reg delete HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Policies\Microsoft\FeatureManagement\Overrides /v 735209102 /f
reg delete HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Policies\Microsoft\FeatureManagement\Overrides /v 1853569164 /f
reg delete HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Policies\Microsoft\FeatureManagement\Overrides /v 156965516 /f

Reboot again.

Should You Enable It?

Short answer: No — not right now.

Yes, performance gains exist, but mostly in benchmarks. In everyday use, the difference is barely noticeable. The risks, however, are very real: instability, broken tools, potential data loss, and zero official support.

Microsoft will almost certainly enable this officially in a future Windows release once compatibility issues are resolved.

👉 For most users, the smartest option is to wait.
Modern NVMe SSDs are already extremely fast — risking system stability for a few percentage points simply isn’t worth it.

Did you enjoy this article? Feel free to share it on social media and subscribe to our newsletter so you never miss a post!

And if you'd like to go a step further in supporting us, you can treat us to a virtual coffee ☕️. Thank you for your support ❤️!
Buy Me a Coffee

Categorized in: