Virtualization List Running Windows Subsystem for Linux (WSL) Distros in Windows 11


  • Staff
Linux_banner.png

The Windows Subsystem for Linux (WSL) lets developers install a Linux distribution (such as Ubuntu, OpenSUSE, Kali, Debian, Arch Linux, etc) and use Linux applications, utilities, and Bash command-line tools directly on Windows, unmodified, without the overhead of a traditional virtual machine or dualboot setup.

Sometimes you may need to know all currently running Linux distros.

Reference:

This tutorial will show you how to find and list all currently running Linux distros for your account in Windows 10 and Windows 11.




Here's How:

1 Open Windows Terminal, and select either Windows PowerShell or Command Prompt.

2 Copy and paste the command below you want into Windows Terminal, and press Enter. (see screenshots below)

(List name of all running Linux distros)​
wsl --list --running or wsl -l --running

OR​

(List name, state (running or stopped), and version (WSL 1 or WSL 2) of all installed Linux distros)​
wsl --list --verbose or wsl -l -v


3 You will now see a list of all currently running Linux distros.

running_Linux_distros-1.png


running_Linux_distros-2.png


running_Linux_distros-3.png



That's it,
Shawn Brink


 

Attachments

  • WSL.png
    WSL.png
    17.6 KB · Views: 8
Last edited:

Latest Tutorials

Latest Support Threads

Top Bottom