June 2nd 2026 - How to Install Linux on Windows Through WSL

This works on Windows 10 and 11.

  1. Install wsl using the PowerShell program:

    wsl --install
    
  2. Restart your computer.
  3. See which distros are available for installation:

    wsl --list --online
    
  4. Install the distro of your choice:

    wsl --install -d [distro]
    
  5. Follow distro installation instructions.