Microsoft denies WSL 3 exists, reveals Windows 11’s WSL Containers ship next week

Microsoft has officially clarified that the much-discussed WSL 3 is not in the pipeline. Craig Loewen, the Product Manager for the Windows Subsystem for Linux (WSL), took to X to dispel the rumors, stating, “As a PSA, there is no such thing as WSL 3! I’ve seen some articles talking about it, and it’s not currently a thing.” This clarification comes in response to a flurry of articles that misidentified a new feature, WSL Containers, which was showcased at Build 2026 and is set to launch imminently.

Understanding WSL and WSL Containers

For those unfamiliar, WSL, or Windows Subsystem for Linux, allows users to run Linux environments directly on Windows without the need for dual-booting or setting up a full virtual machine. WSL Containers, on the other hand, introduce a new built-in capability that enables the creation, execution, and interaction with Linux containers directly within Windows, eliminating the reliance on third-party tools like Docker Desktop.

A container is a lightweight, isolated environment that packages an application along with all its dependencies, libraries, and configurations. Unlike a virtual machine, a container shares the host operating system’s kernel while maintaining its own file system and process space. This results in faster startup times, ease of sharing, and portability across different machines. With WSL Containers, this functionality is seamlessly integrated into WSL.

WSL Containers: A New Layer of Capability

WSL Containers does not represent a new version but rather an enhancement to the existing WSL framework. WSL 1, introduced in August 2016, served as a translation layer for Linux system calls, while WSL 2, which debuted in May 2019, incorporated a full Linux kernel within a lightweight managed virtual machine, paving the way for Docker Desktop.

WSL 1 (2016) WSL 2 (2019) WSL Containers (2026)
Primary purpose Run Linux command-line tools on Windows Run a full Linux OS inside Windows Run isolated Linux containers natively on Windows
Engine Translation layer, no real Linux kernel Real Linux kernel in a lightweight Hyper-V VM Dedicated Hyper-V engine built for OCI containers
Container support No Yes, but needs Docker Desktop Yes, natively via wslc.exe
Control surface Windows Command Prompt or Linux terminal Linux terminal inside a distro (e.g., Ubuntu) wslc CLI from any Windows terminal

WSL Containers addresses a significant gap for developers who previously relied on Docker Desktop for Linux container support on Windows. While Docker Desktop integrates well with WSL 2, it incurs licensing costs for larger teams and necessitates complex setups that IT departments must manage. With WSL Containers, developers can build, run, and deploy containers directly from Windows using the wslc.exe command, streamlining the process significantly.

Microsoft’s Strategic Move

At Build 2026, Microsoft emphasized WSL Containers as a vital component of its developer-centric Windows 11 ecosystem. The announcement, made by Executive Vice President Pavan Davuluri, highlighted the feature as “a built-in way to create, run and interact with Linux containers on Windows.” WSL Containers consists of two key components: a command-line interface (CLI) for developers to manage Linux containers and a WSL Container API for Windows application developers to leverage Linux containers programmatically.

Microsoft’s ongoing investment in Linux on Windows is strategic. By making Windows the most accessible platform for running Linux workloads, the company aims to retain developers who might otherwise consider switching to macOS or native Linux environments. As modern software development increasingly favors Linux, Microsoft’s enhancements to WSL are designed to eliminate barriers for developers, ensuring that they have every tool they need at their fingertips.

With WSL 2 providing Linux kernel compatibility and WSL Containers removing the need for Docker Desktop, Microsoft is systematically addressing the needs of developers. The introduction of Coreutils for Windows further enhances the experience by bringing familiar Linux command-line utilities to the platform, allowing developers to work seamlessly across environments.

Winsage
Microsoft denies WSL 3 exists, reveals Windows 11's WSL Containers ship next week