Skip to content
Follow
Ubuntu Linux Windows

How to Install Windows Subsystem for Linux (WSL) on Windows 11

Richard
Written by
Richard
Apr 23, 2026 Updated Jul 12, 2026 1 min read
Windows 11 and Linux terminals side by side
Windows 11 and Linux terminals side by side

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.

⚡ Quick Answer

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

  1. Visit the Microsoft Store.
  2. Search for your preferred Linux distribution, such as Ubuntu, Debian, or Kali Linux.
  3. Click Get or Install.
Ubuntu app listing inside the Microsoft Store for WSL installation
Ubuntu Linux install WSL on Windows

Option 2Install via Command Line

  1. Open PowerShell as an administrator.
  2. Run wsl --list --online to see available distributions.
  3. Run wsl --install -d <DistroName> to install a specific one.
Selection of available Linux distributions for Windows Subsystem for Linux
Selection of available Linux distributions for Windows Subsystem for Linux

WSL 1 vs WSL 2

💡Tip
WSL 1 translates Linux system calls to Windows system calls. WSL 2 uses a real Linux kernel inside a lightweight virtual machine. WSL 2 is faster and supports full system call compatibility. Most users should choose WSL 2 for better performance.

Post-Installation Setup

⚠️Warning
Once installed, launch the Linux app from your Start menu. You will be prompted to create a UNIX username and password. This is separate from your Windows account.
Ubuntu app listing inside the Microsoft Store for WSL installation
Ubuntu Linux install WSL on Windows
Ubuntu terminal window running on Windows 11 after WSL installation
Ubuntu terminal window running on Windows 11 after WSL installation

Was this guide helpful?

0% of readers found this helpful (1 votes)

Was this helpful?
Richard

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.

📚 Related Tutorials

How to Reinstall Microsoft Store Apps in Windows 11
Windows How to Reinstall Microsoft Store Apps in Windows 11
How to Manage Microsoft Store App Updates in Windows 11
Windows How to Manage Microsoft Store App Updates in Windows 11
How to Uninstall Windows Subsystem for Linux (WSL) in Windows 11
Ubuntu Linux How to Uninstall Windows Subsystem for Linux (WSL) in Windows 11
How to List Installed WSL Distros on Windows 11
Windows How to List Installed WSL Distros on Windows 11

No comments yet — be the first to share your thoughts!

Leave a Comment

Your email address will not be published. Required fields are marked *