How to List Installed WSL Distros on Windows 11

This article explains the steps you can take to list all installed Windows Subsystem for Linux (WSL) distributions in Windows 11.

Windows Subsystem for Linux lets developers run a GNU/Linux environment directly in Windows without setting up a virtual machine or dual-boot, including most command-line tools, utilities, and applications.

When you want to quickly see or list all the installed WSL distros on Windows 11, the steps below will show you how. This should be handy when you want to know what distros are installed and what versions are available.

List all installed Windows Subsystem for Linux distros via File Explorer.

As described above, when you want to quickly see a list of installed Linux distros with WSL, the steps below should help you.

The quickest way to know what distros are installed is to use Windows File Explorer.

To do that, open File Explorer or use the keyboard shortcut (Window key + R).

Once File Explorer opens, click the Linux folder on the left navigation pane.

Windows Subsystem for Linux list distros in File Explorer
Windows Subsystem for Linux lists distros in File Explorer

You should then see folders for all the install distros.

Windows Subsystem for Linux list distros in File Explorer list
Windows Subsystem for Linux list distros in File Explorer list

List installed WSL distros via Windows commands

Alternatively, the Terminal app can open the Command Prompt or Windows PowerShell.

Then, run the commands below to list all the installed Linux distros.

wsl --list --all

or

wsl -l

To list distros with other details, use the commands below.

wsl --list --verbose

or

wsl -l -v

Optionally, run the commands below to list running distros.

wsl --list --running

or

wsl -l --running
Windows Subsystem for Linux list distros in terminal
Windows Subsystem for Linux lists distros in Terminal

That should do it!

Conclusion:

  • Listing installed WSL distros in Windows 11 can be achieved via File Explorer or Windows commands.
  • Utilize File Explorer to access the Linux folder and view the installed distros in a user-friendly manner.
  • Alternatively, utilize Windows commands such as wsl –list –all to list installed distros and additional details if needed.
  • By following these steps, users can conveniently keep track of installed WSL distros and their available versions on Windows 11.

Frequently Asked Questions

How can I see all installed WSL distros on Windows 11?

You can list all installed WSL distros by opening File Explorer and navigating to the Linux folder in the left navigation pane. Alternatively, you can use the command 'wsl –list –all' in the Command Prompt or PowerShell.

What command do I use to list WSL distros with additional details?

To list WSL distros along with additional details, use the command 'wsl –list –verbose' or its shorthand 'wsl -l -v' in the Terminal. This will provide you with information about the version and status of each installed distro.

Is there a way to see only the running WSL distros?

Yes, you can view only the running WSL distros by using the command 'wsl –list –running' or 'wsl -l –running' in the Terminal. This will show you a list of currently active distributions.

Can I access my WSL distros through File Explorer?

Absolutely! You can access your installed WSL distros through File Explorer by clicking on the Linux folder in the left navigation pane. This provides a user-friendly way to view your installed distributions.

What is the Windows Subsystem for Linux (WSL)?

The Windows Subsystem for Linux (WSL) allows developers to run a GNU/Linux environment directly on Windows without the need for a virtual machine or dual-boot setup. It includes most command-line tools, utilities, and applications, making it easier to develop and test Linux applications on Windows.

Categories:

Tags:

One response to “How to List Installed WSL Distros on Windows 11”

  1. […] When the Windows Terminal app opens, run the commands below to list the currently installed distros. […]

Leave a Reply

Your email address will not be published. Required fields are marked *

Exit mobile version