Editéieren

What's new in driver development for Windows 11, version 26H1

This section describes new features and updates for driver development in Windows 11, version 26H1. To target this version of Windows, you can use Windows Driver Kit (WDK) 10.0.28000.1839 (released May 4, 2026).

Visual Studio 2026 Support

Developer can now use Visual Studio 2026 to develop drivers with the latest WDK.

Specific Silicon

26H1 includes platform changes to support specific silicon. Use only if you need these changes. For details see Announcing Windows 11 Insider Preview Build 28000.

Network drivers

  • This Wdk changes enables Ihvs to build drivers for the WiFiCx driver model, that will enable the device to connect to networks advertising Wpa3 compatibility mode security.
  • The WiFiCx driver tlv parser version is bumped up to 2.0.14, and capabilities are added to enable both the OS and the driver to use Wpa3 compatibility mode security when connecting to such networks.
  • Removed legacy WDI datapath definitions from WiFiCx header.

Storage drivers

The SDBUS/SDSTOR driver stack now supports SD Ultra Capacity (SDUC) cards for systems that use the SDBUS driver with native SD host controllers. The WDK includes the related SD bus interface updates in ntddsd.h to enable SDUC operations for cards over 2 TB and up to 128 TB.

Kernel

d3dkmddi.h

Added kernel header definitions for the GPU Process Debug Blob Collection feature.

For information on what was new for drivers in past Windows releases, see the following pages:

Back to Top