Windows Driver Developer Blog:
We're excited to announce the general availability of the Windows Driver Kit (WDK) with full support for Visual Studio 2026. Following our preview release earlier this year, this release brings production-ready Visual Studio 2026 compatibility to driver developers and hardware partners worldwide.
What's New in This Release
Visual Studio 2026 Support
The WDK now fully supports Visual Studio 2026 for building, testing, and packaging Windows drivers. With this release, developers can confidently adopt Visual Studio 2026 in production workflows, taking advantage of its improvements in performance, C++ tooling, diagnostics, and overall IDE reliability—all of which directly benefit large driver solutions and complex build pipelines. For more on Visual Studio 2026, see Visual Studio 2026 Release Notes.
WDK Delivery and Availability
The WDK ships in three packaging formats, all of which now fully support Visual Studio 2026:
Format | Where to Get It |
|---|---|
| WDK NuGet | Nuget.org |
| WDK MSI | Download the Windows Driver Kit |
| SDK MSI | Windows SDK |
| Enterprise WDK (EWDK) ISO | Download the Windows Driver Kit |
The NuGet-based WDK remains the recommended approach for modern and automated workflows. For developers who need traditional layouts or offline/self-contained build environments, the WDK MSI and EWDK ISO continue to be available.
Build Tools Support with WDK and SDK MSIs
Visual Studio Build Tools now fully integrates with WDK and Windows SDK MSIs for production use.
What's Supported:
- Visual Studio Build Tools can be used alongside installed Windows SDK and Windows Driver Kit MSIs.
- Installing the "Windows Driver Kit" individual component via the Visual Studio Installer enables:
- Headless build machines
- CI agents without the full Visual Studio IDE
- Cleaner separation between development and build environments
Option 1: NuGet Package (Recommended)
- Download and install Visual Studio 2026.
- In the installer, select: Individual Components → Windows Driver Kit
- Select Spectre mitigated tools. more info in Download Visual Studio 2026 section here.
- Open NuGet Package Manager and search for Microsoft.Windows.WDK and select version 10.0.28000.1839.
- Build drivers using MSBuild as usual.
- Download and install Visual Studio 2026 or Visual Studio Build Tools for VS 2026. Support for Build Tools SKU is brand new for 2026.
- In the installer, select: Individual Components → Windows Driver Kit
- For detailed list of component please refer WDK download
- Install the Windows SDK MSI.
- Install the Windows Driver Kit MSI.
- Build drivers using MSBuild as usual.
Changes Since Preview
Production-ready: This release is fully supported for production use—no longer a preview.
Version update: WDK version is now 10.0.28000.1839 (previously 10.0.28000.1761-preview).
Stability improvements: APIs, tooling behavior, and compatibility have been finalized based on feedback received during the preview period.
Feedback
We welcome your feedback as you adopt the WDK with Visual Studio 2026 for your production driver development workflows.
Source:
Announcing WDK with Visual Studio 2026 | Microsoft Community Hub
What's New in This Release Visual Studio 2026 Support The WDK now fully supports Visual Studio 2026 for building, testing, and packaging Windows drivers....









