January 1, 2026 – Microsoft introduced a new native NVMe driver with Windows Server 2025 that bypasses SCSI translation, improving SSD performance. Advanced users can enable it on Windows 11 via registry – tests show up to 45% faster sequential reads on PCIe 4.0 drives.


What Is the Native NVMe Driver

The new driver (nvmedisk.sys) processes NVMe commands directly, reducing latency and CPU overhead vs the old stornvme.sys. Originally for servers, community found a way to activate on Windows 11.


How to Enable (Advanced Users Only)

  1. Open Command Prompt as Administrator
  2. Run these three commands:
    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
          
  3. Restart Windows
  4. Verify in Device Manager: SSD moves from "Disk drives" to "Storage controllers", driver shows nvmedisk.sys

Real Performance Gains (2025 Tests)

SSD TypeSequential Read BoostSequential Write BoostNotes
PCIe 4.020-45%15-30%High-load tasks most benefit
PCIe 3.010-20%5-15%4K random improved

Tools like AS SSD Benchmark confirm changes – results vary by drive model.


Important Risks & Warnings

Caution: This is an unofficial method. Not all NVMe SSDs are compatible. Reported issues include:
  • Boot failure
  • SSD tools (Samsung Magician, WD Dashboard) malfunction
  • Partition information changes
  • Potential data loss
Non-professional users should NOT attempt this. Always back up data first. Frequent disk operations carry unknown risks. This site assumes no responsibility for any damage or data loss.

Fast SSD Devices at Gzmato

High-Speed SSD & NVMe Devices at Gzmato

Latest PCIe 4.0/5.0 SSDs – maximize performance safely

New Year Offer: Use code GZMSSD26 for 10% off!

Shop Now →

Data Sources & Methodology (as of Jan 1, 2026):

  • Microsoft Windows Server 2025 documentation
  • Tom's Hardware, TechPowerUp, Reddit user tests
  • AS SSD Benchmark community results