wsl --unregister <distro-name> Example: wsl --unregister Ubuntu-22.04

Alternatively, via PowerShell as Admin:

Whatever the reason, uninstalling WSL isn’t as simple as clicking “Uninstall” in Settings. Let’s walk through a . Step 1: Uninstall Individual Linux Distributions First, remove each distro you have installed. Open PowerShell as Administrator and list your WSL installs:

wsl --list --verbose For each distribution, unregister (and wipe its filesystem) using:

April 14, 2026 Category: Windows / Dev Environments

The Funsmith Tavern

Weekly Game Design Newsletter

Level-up your game design knowledge, skills, career, and network

Bi-weekly on Tuesday, get a shot of 2-min TL:DR update in your inbox on the latest

    All tactics. No fluff. Pro advice only. Unsubscribe any time

    Get Exclusive Game Design Tips that I Share Only with Funsmith Tavern Subscribers

    Weekly Game Design Newsletter

    Level-up your game design knowledge, skills, career, and network

    Bi-weekly on Tuesday, get a shot of 2-min TL:DR update in your inbox on the latest

      All tactics. No fluff . Pro advice only. Unsubscribe any time

      Wsl Unistall Today

      wsl --unregister <distro-name> Example: wsl --unregister Ubuntu-22.04

      Alternatively, via PowerShell as Admin:

      Whatever the reason, uninstalling WSL isn’t as simple as clicking “Uninstall” in Settings. Let’s walk through a . Step 1: Uninstall Individual Linux Distributions First, remove each distro you have installed. Open PowerShell as Administrator and list your WSL installs: wsl unistall

      wsl --list --verbose For each distribution, unregister (and wipe its filesystem) using: wsl --unregister &lt

      April 14, 2026 Category: Windows / Dev Environments Example: wsl --unregister Ubuntu-22.04 Alternatively