Follow
Ubuntu Linux Windows

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

Richard
Written by
Richard
Apr 23, 2026 Updated Apr 27, 2026 2 min read
How to Install Windows Subsystem for Linux (WSL) on Windows 11
Verified for Geek Rewind — This guide was last tested and updated in April 2026.

You can install the wsl-in-windows-11/" class="sal-link" rel="noopener" target="_blank" data-sal-id="19741">Windows Subsystem for Linux (WSL) on Windows 11 to run Linux environments directly on your PC without a separate virtual machine.

WSL allows you to use Linux command-line tools and applications alongside your Windows programs. This makes it easy for developers and tech enthusiasts to access Linux utilities, with the latest version, WSL 2, offering full system call compatibility and faster performance.

After installation, you will have a functional Linux distribution ready to use within Windows 11. You can then open a Linux terminal to execute commands and run Linux software seamlessly.

Prerequisites and Requirements

Before you install WSL on Windows 11, ensure your system is ready. You need a 64-bit version of Windows 11. Your computer must support virtualization. You can check this in the Task Manager under the Performance tab. Why do this? It ensures the Linux kernel runs smoothly without errors. What happens when you are done? Your computer will be ready to host a powerful Linux environment.

The easiest way to install WSL is using the command line. Note: This process requires admin privileges.

💻Code
wsl --install

This command enables the Virtual Machine Platform and Windows Subsystem for Linux features automatically. It also downloads the latest Linux kernel and the default Ubuntu distribution.

Option One: Install 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 Two: Install 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

WSL 1 vs WSL 2

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

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

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
Advanced Windows 11 Guide For Developers
Windows Advanced Windows 11 Guide For Developers
How to Change Default Installation Drive for Microsoft Store
Windows How to Change Default Installation Drive for Microsoft Store

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

Leave a Comment

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