How to Install Windows Subsystem for Linux (WSL) on Windows 11
Windows Subsystem for Linux (WSL) lets you run Linux command-line tools and programs directly on your Windows 11 PC without a separate virtual machine. WSL 2, the latest version of the tool, uses a real Linux kernel to give you fast speed and full compatibility with your standard Windows apps.
You can set up WSL on Windows 11 with a single command in PowerShell, making the whole process take just a few minutes. Before you start, check that your PC runs Windows 11 version 2004 or higher and that you have administrator rights on your computer.
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!