---
title: Ubuntu on WSL 2 Is Generally Available
description: Today Microsoft announced the general availability of Windows Subsystem
  for Linux 2 in the Windows 10 May 2020 update. WSL 2 is based on a new architecture
  that provides full Linux binary application compatibility and improved performance.
  WSL 2 is powered by a real Linux kernel in a lightweight virtual machine that boots
  in under  […]
url: https://canonical.com/blog/ubuntu-on-wsl-2-is-generally-available?format=md
---

1. [Blog](https://canonical.com/blog)
2. Article

---

[haydenb](https://canonical.com/blog/author/haydenb "More about haydenb")

27 May 2020

# Ubuntu on WSL 2 Is Generally Available

[Ubuntu WSL](https://canonical.com/blog/tag/ubuntu-wsl)

---

Share the article

Today Microsoft announced the general availability of Windows Subsystem for Linux 2 in the Windows 10 May 2020 update.

WSL 2 is based on a new architecture that provides full Linux binary application compatibility and improved performance. WSL 2 is powered by a real [Linux kernel](https://github.com/microsoft/WSL2-Linux-Kernel) in a lightweight virtual machine that boots in under two seconds. WSL 2 is the best way to experience Ubuntu on WSL.

Ubuntu was the first Linux distribution for WSL and remains the most popular choice of WSL users. Ubuntu 20.04 LTS for WSL was released simultaneously with the general availability of Ubuntu 20.04 LTS [in April](https://ubuntu.com/blog/ubuntu-20-04-lts-arrives).

Canonical supports Ubuntu on WSL in organizations through [Ubuntu Advantage](https://ubuntu.com/advantage) which includes [Landscape](https://landscape.canonical.com/) for managing Ubuntu on WSL deployments, [extended security](https://ubuntu.com/esm), and e-mail and phone support.

Ubuntu is ready for WSL 2. All versions of Ubuntu can be upgraded to WSL 2. The latest version of Ubuntu, Ubuntu 20.04 LTS, can be installed on WSL directly [from the Microsoft Store](https://www.microsoft.com/store/productId/9NBLGGH4MSV6). For other versions of Ubuntu for WSL and other ways to install WSL see the [WSL page on the Ubuntu Wiki](https://wiki.ubuntu.com/WSL#Ubuntu_on_WSL).

Ubuntu on WSL supports powerful developer and system administrator tools, including [microk8s](https://microk8s.io/), the simplest way to deploy a single node Kubernetes cluster for development and DevOps.

See our [YouTube page](https://www.youtube.com/playlist?list=PLwFSk464RMxnZkvZ1HKrlNyj-s6Zq4fWe) for more WSL-related videos from WSLConf 2020.

#### Enable WSL 2

To enable WSL 2 on [Windows 10 May 2020 update](https://blogs.windows.com/windowsexperience/2020/05/27/how-to-get-the-windows-10-may-2020-update/) (build 19041 or higher) run the following in PowerShell as Administrator:

```
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
```

#### “WSL2 requires an update to its kernel component”

Some users upgrading from Insider builds of Windows 10 will encounter an error running the commands below. You will be directed to manually download and update the Linux kernel. Visit [aka.ms/wsl2kernel](https://aka.ms/wsl2kernel) to download a .msi package, install it, and then try again.

#### Convert Ubuntu on WSL 1 to WSL 2

To convert an existing WSL 1 distro to WSL 2 run the following in PowerShell:

```
wsl.exe --set-version Ubuntu 2
```

#### Set WSL 2 as the default

To set WSL 2 as the default for installing WSL distributions in the future run the following in PowerShell:

```
wsl.exe --set-default-version 2
```

#### Upgrade to Ubuntu 20.04 LTS on WSL

To upgrade to the latest version of Ubuntu on WSL run the following in Ubuntu:

```
sudo do-release-upgrade -d
```

#### Windows Terminal 1.0

The new open source Windows Terminal [recently reached 1.0](https://devblogs.microsoft.com/commandline/windows-terminal-1-0/) and makes an excellent companion to Ubuntu on WSL 2. Windows Terminal can be downloaded from the [Microsoft Store](https://www.microsoft.com/store/productId/9N0DX20HK701) or [GitHub](https://github.com/microsoft/terminal) and can be [extensively customized](https://www.youtube.com/watch?v=oHhiMf_6exY).

#### **Community Help with Ubuntu on WSL**

Community support is available for users:

* [Ubuntu Wiki](https://wiki.ubuntu.com/WSL)
* Microsoft Docs: [WSL 2](https://aka.ms/wsl2)
* Report [general WSL issues](https://github.com/Microsoft/WSL/issues/)
* Report [Ubuntu-specific WSL issues](https://bugs.launchpad.net/ubuntuwsl)
* Join the WSLConf [Telegram channel](https://t.me/joinchat/LlEhC0iteEyrVTam2LUcqA)
* Chat with us on ##windows-wsl on Freenode IRC

#### **Enterprise Support for Ubuntu on WSL**

Ubuntu on WSL is fully supported by Canonical for enterprise and organizations through [Ubuntu Advantage](https://ubuntu.com/advantage).

For more information on Ubuntu on WSL, go to [ubuntu.com/wsl](https://ubuntu.com/wsl).

To read more about the new features coming to WSL 2 announced at Microsoft Build, see [our blog post](https://ubuntu.com/blog/new-gpu-and-gui-features-announced-for-wsl-at-build).

## Sign up for our newsletter

Get the latest Canonical news and updates in your inbox.

Work email:

\*I agree to receive information about Canonical's
products and services.

By submitting this form, I confirm that I have read and agree to [Canonical's Privacy Policy](https://canonical.com/legal/dataprivacy).

Sign up

## Share on

---

## Related posts

[### Canonical announces Ubuntu Pro for WSL](https://canonical.com/blog/canonical-announces-ubuntu-pro-for-wsl)

Ubuntu Pro for WSL provides turnkey security maintenance and enterprise support for Ubuntu 24.04 LTS WSL instances in Windows. The subscription will also enable comprehensive...

[Canonical](https://canonical.com/blog/author/canonical)

2 December 2025

[### Ubuntu available in Microsoft’s new WSL distribution format](https://canonical.com/blog/ubuntu-wsl-new-format-available)

New format in Windows Subsystem for Linux makes adoption easier in enterprise environments by enabling image customization and deployments at scale

[Jean-Baptiste Lallement](https://canonical.com/blog/author/jibel)

5 February 2025

[### Upgrade your desktop: Ubuntu 24.04.1 LTS is now available](https://canonical.com/blog/upgrade-your-desktop-ubuntu-24-04-lts)

Whether you’re a first time Linux user, experienced developer, academic researcher or enterprise administrator, Ubuntu 24.04 LTS Noble Numbat is the best way to benefit from...

[Richard Ferreira](https://canonical.com/blog/author/richard-ferreira)

29 August 2024

[### What’s New in Ubuntu 24.04 LTS for Microsoft/Azure Users](https://canonical.com/blog/ubuntu-24-04-lts-azure-optimized)

Explore the latest features and improvements of Ubuntu 24.04 LTS, codenamed ‘Noble Numbat’. This release, optimized for Microsoft/Azure users, introduces an enhanced Azure...

[Jehudi](https://canonical.com/blog/author/jota-ce)

29 April 2024
