On Windows 11, it’s simply known as Windows Subsystem for Linux (WSL), but with every major update, the platform receives a version number.
Currently, there are two versions of the platform. WSL version 1 was the original release, and it introduced the ability to run Linux distros natively alongside Windows 10. WSL version 2 is the second version that runs the Linux kernel inside a lightweight virtual machine. In the nutshell, the virtualization approach features the same benefits as the original version, improves system performance, brings support for Linux GUI apps, and offers full system call support compatibility.
If you want to confirm the version you have installed on the computer, the Windows Subsystem for Linux includes a command to find out quickly.
In this guide, you will learn the steps to confirm the Windows Subsystem version for Linux installed on Windows 10.
Check WSL version on Windows 11
To check the WSL version installed on Windows 11, use these steps:
-
Open Start on Windows 11.
-
Search for Command Prompt, right-click the top result, and select the Run as administrator option.
-
Type the following command to check the WSL 2 or WSL 1 is installed on the device and press Enter:
wsl --list --verbose
Quick tip: You can also write the command like this:wsl -l -v
. -
Under the “Version” collum, confirm the installed WSL version.
After you complete the steps, if the command returns 2, then WSL2 is installed on the computer. If you get an error or there is no version number, WSL1 is installed, and this is because the command to check the version became available with version 2.