Virtualization Uninstall Windows Subsystem for Linux (WSL) Distro in Windows 11


  • Staff
Linux_banner.png

This tutorial will show you how to completely remove and uninstall a Linux distro for your account in Windows 10 and Windows 11.

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.

Once you have Windows Subsystem for Linux (WSL) installed, you can install Linux distributions you want.

You can uninstall Linux distributions at any time. Once uninstalled, all data, settings, and software associated with that distribution will be permanently lost.

References:


When you uninstall a Linux distro, its profile will also be removed from Windows Terminal.

Linux_distros_Terminal.png




Here's How:

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

2 Copy and paste the command below into Windows Terminal, and press Enter to see a list of all installed Linux distros. (see screenshot below step 3)

wsl --list

3 Make note of the Linux distro (ex: "Debian") you want to uninstall.

Uninstall_Linux_distro-1.png

4 Type the command below into Windows Terminal, and press Enter. (see screenshot below)

This command will unregister the Linux distro. Once unregistered, all data, settings, and software associated with that distribution will be permanently lost.


wsl --unregister <name of Linux distro>

Substitute <name of Linux distro> in the command above with the actual Linux distro (ex: "Debian") from step 3 you want to uninstall.

For example: wsl --unregister Debian


Uninstall_Linux_distro-2.png

5 You can now close Windows Terminal if you like.

6 Open Settings (Win+I).

7 Click/tap on Apps on the left side, and click/tap on Installed apps on the right side. (see screenshot below)


Uninstall_Linux_distro-3.png

8 Click/tap on the 3 dots button for the Linux distro app (ex: "Debian") you want to uninstall, and click/tap on Uninstall. (see screenshot below)

Uninstall_Linux_distro-4.png

9 Click/tap on Uninstall to confirm. (see screenshot below)

This will uninstall and remove the Linux distribution app (ex: "Debian").


Uninstall_Linux_distro-5.png

10 You can now close Settings if you like.


That's it,
Shawn Brink


 

Attachments

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

Latest Support Threads

Back
Top Bottom