How to list installed WSL distros on Windows 11

If you want to see all the Linux distros installed on WSL, in this guide, we'll show you how on Windows 11.

WSL list installed distros
WSL list installed distros

On Windows 11, you can quickly see a list of all the Linux distros you have installed on the Windows Subsystem for Linux (WSL), and in this guide, you will learn how.

The ability to view the Linux distros available through WSL can come in handy in many scenarios. For example, when you want to know all the distros at your disposal, want to see if you have a specific version of Linux installed, or need the exact name of a distro to uninstall it.

Whatever the reason it might, the WSL command tool can generate a list of installed Linux distros on Windows 11.

This guide will teach you the steps to view every Linux distro available through the Windows Subsystem for Linux.

List all Linux distros installed on WSL

To see all of the WSL Linux distros installed on Windows 11, use these steps:

  1. Open Start.

  2. Search for Command Prompt, right-click the top result, and select the Run as administrator option.

  3. Type the following command to see a list of the installed Linux distros and press Enter:

    wsl --list --all

    WSL list all installed distros

    Quick tip: You can also write the command as wsl -l –all.
  4. (Optional) Type the following command to view a list of running distros and press Enter:

    wsl --list --running
    Quick tip: You can also write the command as wsl -l –running.

Once you complete the steps, the command will output the distros installed (and running) on Windows 11.

This guide focuses on Windows 11, but you can use the commands on Windows 10 as well.

About the author

Mauro Huculak is a Windows How-To Expert and founder of (est. 2010). With over 21 years as a technology writer and IT Specialist, Mauro specializes in Windows, software, and cross-platform systems such as Linux, Android, and macOS.

Certifications: Microsoft Certified Solutions Associate (MCSA), Cisco Certified Network Professional (CCNP), VMware Certified Professional (VCP), and CompTIA A+ and Network+.

Mauro is a recognized Microsoft MVP and has also been a long-time contributor to Windows Central.

You can follow him on YouTube, Threads, BlueSky, X (Twitter), LinkedIn and About.me. Email him at [email protected].