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.

This guide explains how to set up WSL on your Windows 11 computer.

Why use WSL? WSL lets you run Linux tools and apps right on your Windows computer. You do not need to set up a complicated virtual machine or restart your PC to switch between systems. It is great for developers or anyone wanting to learn Linux commands.

What happens when you are done? You will have a working Linux environment inside a window on your desktop. You can run Linux software right next to your regular Windows programs.

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 ubuntu-linux-file-system-on-windows-wsl/" class="sal-link" rel="noopener" target="_blank" data-sal-id="19979">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?

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.

2460 articles → Twitter

📚 Related Tutorials

How to Mount Linux File System on Windows 11 via WSL
Ubuntu Linux How to Mount Linux File System on Windows 11 via WSL
How to Open PowerShell in Windows 11
Windows How to Open PowerShell in Windows 11
How to Change Windows Terminal Themes
Windows How to Change Windows Terminal Themes
How to Reset Microsoft Store App in Windows 11
Windows How to Reset Microsoft Store App in Windows 11

Leave a Reply

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