Follow ZDNET: Add us as a preferred source on Google.
ZDNET’s key takeaways
- WSL 3 makes Linux on Windows more powerful.
- Linux gets more direct access to GPUs and NPUs.
- A pure Linux desktop is still best for AI devs.
Microsoft has taken another significant step toward bringing a full Linux desktop experience to Windows with the beta launch of the open-source Windows Subsystem for Linux (WSL) 3.
Unveiled at Microsoft Build 2026 in San Francisco, WSL 3 represents the next chapter in Microsoft’s ongoing effort to integrate Linux into Windows. The company positioned the system as a preview feature that will gradually become available to all Windows 11 users over time. As with earlier versions, it’s offered as a free component that can be updated independently through existing WSL distribution channels, rather than sold as a separate product.
Also: Microsoft continues its big Linux push at Build 2026
WSL 3 isn’t a complete departure from what came before — it’s more of an architectural evolution. WSL 1 used syscall translation to run Linux binaries, while WSL 2 moved to a lightweight managed virtual machine (VM) running a real Linux kernel. WSL 3 keeps the familiar wsl shell experience intact. On top of that, you’ll still be able to run Linux containers within WSL 3.
The real shift in WSL 3 lies in how Linux processes interact with the underlying hardware, with a clear focus on cutting down the layers between the Linux user space and Windows devices.
Performance boosts
Microsoft has pledged that WSL 3 delivers “GPU and NPU performance without the penalty.” With WSL 2, Microsoft introduced GPU support and better graphics integration, but those features still operated through the VM. The resulting context-switching and translation overhead meant noticeable slowdowns whenever GPUs and NPUs were needed. That setup worked fine for many developer tasks, but it became a serious bottleneck for AI workloads — even on machines equipped with dedicated NPUs.
WSL 3 tackles this by adopting a new paravirtualized VM model. Paravirtualization gives you the benefits of a VM while also providing direct access to native hardware. Microsoft explained that “Linux containers will now run directly on Windows, with no extra configuration needed.” That’s a promising approach.
Also: Microsoft surprises with its first server Linux distribution: Azure Linux 4.0
WSL 3’s reworked execution path cuts overhead by feeding accelerators more directly into the Linux environment. As a result, AI frameworks like PyTorch or TensorFlow running inside WSL will deliver performance much closer to what you’d see on a native Linux machine. Microsoft framed this as making WSL 3 the fastest way to run Linux-based AI workloads on a Windows PC — second only to running Linux directly on the hardware.
You’ll see the biggest gains on Copilot+ PCs and systems built around Qualcomm Snapdragon X Elite, Intel Meteor Lake, and Lunar Lake processors. AMD chip support won’t be available at launch.
From the user’s perspective, the experience still feels like “just WSL.” You invoke it with wsl commands and it integrates seamlessly into Windows, but behind the scenes, the new architecture fundamentally changes how devices and accelerators are exposed to Linux.
This fits squarely into Microsoft’s broader AI PC strategy. Windows machines outfitted with GPUs and NPUs will now be able to run AI workloads locally at full speed. Microsoft envisions WSL 3 as the bridge that allows Linux-first AI toolchains to tap into that hardware without requiring developers to abandon Windows.
Also: My top 5 Linux desktops of 2026 (so far) – and I’ve tried them all
That said, if you want the absolute best AI development experience, running a Linux distribution natively — without Windows — is still the way to go. But if you’re locked into Windows, as many developers are due to outdated corporate technology policies, WSL 3 will be a solid alternative.
Just like with WSL 2, WSL 3 lets you choose from a variety of Linux VM distributions. Current options include Ubuntu, Debian, OpenSUSE, Kali, Alpine, and more. WSL itself became open source in mid-2025, though certain kernel-mode and filesystem components remain proprietary.
Getting involved
Microsoft is expected to fully integrate WSL 3 into the standard WSL distribution, so that the default “wsl” experience on new Windows machines will be WSL 3. This transition is anticipated to arrive with Windows 11 26H2 later this fall.
Also: After 30 years with Linux, I gave Windows 11 a chance – and found 9 clear problems
While WSL 2 is available for download on GitHub today, WSL 3 hasn’t been posted there yet. To get your hands on the latest WSL features, you’ll need to join the Windows Insider Program and use a preview channel. The good news is that the Insider program is far more user-friendly than it used to be. Once you’re on a channel that includes the WSL 3 preview — which wasn’t available as of June 13, 2026 — the WSL updates will come through alongside the OS build and the WSL Store/MSI package.
Here’s how to get started:
- Join the Windows Insider Program and select a Dev or Beta channel on a Windows 11 machine.
- Make sure you’re on a recent Insider build that came after the Build 2026 announcements (the ones reported to include WSL 3).
- Install WSL if you haven’t already. Then open an elevated PowerShell window and run wsl –install, rebooting when prompted.
- Let Windows download the latest WSL package and kernel; on Insider builds, this will include the WSL 3 preview once it’s available.
From there, the shell commands wsl –version and wsl –list –verbose will show your WSL version and distribution status. The new architecture runs under the same familiar Linux Bash shell.
Also: How to try out over 85 Linux distros, no installation required – with DistroSea
If you’d rather not move your entire operating system onto a preview channel — and who could blame you? — Microsoft also documents a way to grab the latest WSL pre-release through a standalone package and pre-release flag:
- Install WSL if needed using elevated PowerShell: wsl –install, then reboot.
- Update WSL to the latest pre-release build by running this as Administrator: wsl –update –pre-release.
- Optionally, download the latest WSL Microsoft Software Installer (MSI) directly from the Microsoft/WSL GitHub Releases page and install it to make sure you’re on the newest package.
So, if you’re an AI developer whose company won’t allow a native Linux desktop, or you’re simply a devoted Windows user, WSL 3 is worth trying. Another option is setting up a dual-boot configuration with Windows and Linux.
The bottom line is that Microsoft is doubling down on WSL as a central piece of Windows’ developer ecosystem — not just a niche utility. WSL 3’s performance improvements and tighter integration with hardware accelerators make it clear that if you’re building or running Linux-based AI, container, or development workloads, Microsoft wants you to be able to do that comfortably on Windows. That’s precisely the audience WSL 3 is designed to serve.



