how to update WLS linux kernel?

Kunpeng Fan 20 Reputation points
2026-02-11T02:40:23.46+00:00

uname -a Linux kufan-ws 6.6.87.2-microsoft-standard-WSL2 #1 SMP PREEMPT_DYNAMIC Thu Jun 5 18:30:46 UTC 2025 x86_64 x86_64 x86_64

Looks it is not a latest version? How can I update it?

https://github.com/microsoft/WSL2-Linux-Kernel, i see the latest version is 6.6.114

Windows for home | Windows 11 | Windows update
0 comments No comments

Answer accepted by question author

AI answer

2026-02-11T02:40:31.0233333+00:00

To update the WSL (Windows Subsystem for Linux) kernel, you need to install the latest Linux kernel update package. Here are the steps you should follow:

  1. Download the latest package:
  2. Run the update package: After downloading, double-click the MSI file to run it. You will be prompted for elevated permissions; select ‘yes’ to approve the installation.
  3. Set WSL 2 as your default version (if you want new installations to use WSL 2): Open PowerShell and run the command:
       wsl --set-default-version 2
    

After completing these steps, your WSL kernel should be updated to the latest version available.

AI-generated content may be incorrect. Read our transparency notes for more information.

Was this answer helpful?

1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.