This guide explains how to see which Linux versions you have installed on your Windows 11 computer.
Windows Subsystem for Linux allows you to run Linux tools directly on Windows. You do not need to install complex extra software to make this work.
Why check your Linux versions?
You may need to know which versions are on your computer to manage space or check if your software is up to date.
What happens when done?
You will have a clear list of every Linux distribution currently installed on your system.
Check via File Explorer
The easiest way to see your installed Linux systems is by using the built-in File Explorer.
- Open File Explorer on your computer.
- Look at the menu on the left side of the window.
- Click on the Linux folder.

You will see a folder for every Linux version installed on your device.

Check via Terminal (Admin Privileges Required)
If you prefer using commands, you can use the Terminal app to get more details about your Linux setup. Note: These commands may require you to run the Terminal as an administrator.
Open the Terminal app to access Command Prompt or Windows PowerShell and type the following commands:
To see all installed versions:
wsl --list --all
or
wsl -l
To see more details like the status and version number:
wsl --list --verbose
or
wsl -l -v
To see only the versions that are currently running:
wsl --list --running
or
wsl -l --running

Summary
You can view your installed Linux distributions quickly by opening the Linux folder in File Explorer. For more technical details, use the wsl --list command in your Terminal. Both methods help you keep track of your Linux environment on Windows 11.
How can I see all installed WSL distros on Windows 11?
What command do I use to list WSL distros with additional details?
Is there a way to see only the running WSL distros?
Can I access my WSL distros through File Explorer?
What is the Windows Subsystem for Linux (WSL)?





Leave a Reply