How to Install Windows Subsystem for Linux (WSL) on Windows 11
The Windows Subsystem for Linux (WSL) lets you run Linux environments right on your Windows 11 PC without needing a separate virtual machine.
This tool makes it simple to use Linux command-line programs and applications side-by-side with your Windows software. WSL 2, the latest version, provides full system call compatibility and improved speed.
Installing WSL on Windows 11 is straightforward, especially using the command line. Make sure your Windows 11 is updated and you have administrator rights before you start.
Open PowerShell as an administrator and run wsl –install. This command automatically enables necessary features and downloads the default Ubuntu distribution. Alternatively, search for your preferred Linux distribution in the Microsoft Store and click Install.
Option 1Install via Microsoft Store
- Visit the Microsoft Store.
- Search for your preferred Linux distribution, such as Ubuntu, Debian, or Kali Linux.
- Click Get or Install.

Option 2Install via Command Line
- Open PowerShell as an administrator.
- Run
wsl --list --onlineto see available distributions. - Run
wsl --install -d <DistroName>to install a specific one.

WSL 1 vs WSL 2
Post-Installation Setup


Was this guide helpful?
0% of readers found this helpful (1 votes)
About the Author
Richard
Tech Writer, IT Professional
Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.
No comments yet — be the first to share your thoughts!