{"id":21028,"date":"2024-11-21T21:43:17","date_gmt":"2024-11-21T20:43:17","guid":{"rendered":"https:\/\/contabo.com\/blog\/?p=21028"},"modified":"2026-05-27T22:19:24","modified_gmt":"2026-05-27T20:19:24","slug":"how-to-install-wsl2-on-windows-11","status":"publish","type":"post","link":"https:\/\/contabo.com\/blog\/how-to-install-wsl2-on-windows-11\/","title":{"rendered":"How to install Windows Subsystem for Linux 2 on Windows 11"},"content":{"rendered":"\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"630\" src=\"https:\/\/contabo.com\/blog\/wp-content\/uploads\/2024\/11\/blog-head_how2-install-wsl2-on-windows-11.jpg\" alt=\"\" class=\"wp-image-21146\" srcset=\"https:\/\/contabo.com\/blog\/wp-content\/uploads\/2024\/11\/blog-head_how2-install-wsl2-on-windows-11.jpg 1200w, https:\/\/contabo.com\/blog\/wp-content\/uploads\/2024\/11\/blog-head_how2-install-wsl2-on-windows-11-600x315.jpg 600w, https:\/\/contabo.com\/blog\/wp-content\/uploads\/2024\/11\/blog-head_how2-install-wsl2-on-windows-11-768x403.jpg 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/><\/figure>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>Windows Subsystem for Linux 2 (WSL2) is Microsoft&#8217;s powerful virtualization layer that lets you run a full Linux environment directly on Windows 11 without dealing with dual-boot headaches or clunky virtual machines. Need to install WSL2 for Docker development, run Linux CLI tools, or manage servers? WSL2 on Windows 11 delivers near-native performance while keeping everything integrated in 2026.&nbsp;<\/p>\n\n\n\n<p>WSL 2 is a massive leap forward from the original version. You get full Linux kernel compatibility, faster file-system performance, and Docker container support right out of the box. Linux applications can tap into Windows files and the other way around, making cross-platform development surprisingly smooth.&nbsp;<\/p>\n\n\n\n<p>This guide covers everything you need to install WSL2 on Windows 11 in 2026, step by step. We&#8217;ll check system requirements, enable the right features, help you pick a Linux distribution like Ubuntu or Debian, optimize performance, and fix common problems. Works whether you&#8217;re running Windows 11 Home or Pro.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-what-is-wsl2-and-why-use-it-on-windows-11\"><strong>What Is WSL2 and Why Use It on Windows 11?<\/strong><\/h2>\n\n\n\n<p>WSL2 (Windows Subsystem for Linux 2) is a compatibility layer baked into Windows that runs an actual Linux kernel inside a lightweight virtual machine. The original WSL 1 translated Linux system calls, but WSL 2 ships a real kernel. That means full system-call compatibility, dramatically faster file I\/O, and native support for tools like Docker.&nbsp;<\/p>\n\n\n\n<p>For developers, IT professionals, and Linux enthusiasts on Windows 11, WSL2 kills the need for dual-boot setups or resource-hungry virtual machines. You get a complete Linux environment sitting right next to your Windows desktop. Run bash scripts, develop in VS Code with remote containers, manage servers, and use all your favorite Linux tools without ever leaving Windows.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-wsl2-system-requirements-and-preparation\"><strong>WSL2 System Requirements and Preparation<\/strong><\/h2>\n\n\n\n<p>Before you install WSL2 on Windows 11, your machine needs to meet these specs:&nbsp;<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Windows 11 (Home, Pro, or Enterprise) with all updates installed\u00a0<\/li>\n\n\n\n<li>A 64-bit processor with virtualization support (Intel VT-x \/ AMD-V)\u00a0<\/li>\n\n\n\n<li>At least 4 GB of RAM (8 GB works better)\u00a0<\/li>\n\n\n\n<li>Minimum 5 GB of free disk space\u00a0<\/li>\n<\/ul>\n\n\n\n<p><strong>Pro Tip<\/strong>\u00a0<br><em>To verify virtualization is enabled: Open Task Manager (Ctrl + Shift + Esc), click the Performance tab, and look at the &#8216;Virtualization&#8217; status. And yes, WSL2 on Windows 11 Home is fully supported. You don&#8217;t need the Pro edition.<\/em><\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https:\/\/contabo.com\/blog\/wp-content\/uploads\/2024\/11\/image-2.png.webp\" alt=\"\"\/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-how-to-install-wsl2-on-windows-11-quick-powershell-method\"><strong>How to Install WSL2 on Windows 11: Quick PowerShell Method<\/strong><\/h2>\n\n\n\n<p>The fastest route to install WSL2 on Windows 11 is one PowerShell command. Here&#8217;s the process:&nbsp;<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Open PowerShell as administrator (right-click Start, then choose <strong>&#8220;Windows Terminal (Admin)&#8221;<\/strong> or <strong>&#8220;PowerShell (Admin)&#8221;<\/strong>)\u00a0<\/li>\n\n\n\n<li>Run the install wsl2 command:\u00a0<\/li>\n<\/ol>\n\n\n\n<pre class=\"wp-block-code\"><code>wsl --install<\/code><\/pre>\n\n\n\n<p>This install wsl2 command wsl &#8211;install automatically handles:&nbsp;<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Enabling required Windows features (Virtual Machine Platform, Windows Subsystem for Linux)\u00a0<\/li>\n\n\n\n<li>Downloading the latest WSL2 kernel\u00a0<\/li>\n\n\n\n<li>Setting WSL 2 as the default version\u00a0<\/li>\n\n\n\n<li>Installing Ubuntu as your default Linux distribution\u00a0<\/li>\n<\/ul>\n\n\n\n<p><strong>Important<\/strong>&nbsp;<br><em>Once the installation wraps up, restart your computer. The WSL2 setup won&#8217;t finish without it.<\/em>&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-choosing-your-linux-distribution-for-wsl2\"><strong>Choosing Your Linux Distribution for WSL2<\/strong><\/h2>\n\n\n\n<p>The wsl &#8211;install command picks Ubuntu by default, but Windows 11 supports plenty of Linux distributions through WSL2. Here are some solid options:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td><strong>Distribution<\/strong><\/td><td><strong>Best For<\/strong>\u00a0<\/td><td><strong>Command<\/strong><\/td><\/tr><tr><td>Ubuntu<\/td><td>beginner-friendly default choice\u00a0<\/td><td><em>wsl \u2013install -d Ubuntu<\/em><\/td><\/tr><tr><td>Debian<\/td><td>lightweight and stable\u00a0<\/td><td><em>wsl \u2013install -d Debian<\/em><\/td><\/tr><tr><td>Kali Linux<\/td><td>built for penetration testing\u00a0<\/td><td><em>wsl \u2013install -d kali-linux<\/em><\/td><\/tr><tr><td>Fedora<\/td><td>bleeding-edge packages\u00a0<\/td><td><em>wsl \u2013install -d Fedora<\/em><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>&nbsp;<br>Want to see every available distribution? Run this:&nbsp;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>wsl --list --online<\/code><\/pre>\n\n\n\n<p>&nbsp;<br>Pick your distro and install it with:&nbsp;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>wsl --install -d &lt;DistroName><\/code><\/pre>\n\n\n\n<p><strong>Pro Tip<\/strong>&nbsp;<br><em>You can actually run multiple distributions at once on WSL2. Great for testing applications across different Linux environments. Still deciding which distro fits your needs? Our Comprehensive Guide to Operating Systems breaks down the differences.<\/em>&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-key-wsl2-management-commands\"><strong>Key WSL2 Management Commands\u00a0<\/strong><\/h2>\n\n\n\n<p>These PowerShell commands will help you manage your WSL2 installation on Windows 11:&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-see-what-s-available\"><strong>See What&#8217;s Available<\/strong><\/h3>\n\n\n\n<p>Shows every Linux distro you can download and install through WSL2.&nbsp;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>wsl --list --online\u00a0<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-check-if-wsl2-is-installed\"><strong>Check if WSL2 is Installed\u00a0<\/strong><\/h3>\n\n\n\n<p>Lists all installed distributions with their running state and WSL version. Use this to check if WSL2 is installed and confirm which version each distro is using.&nbsp;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>wsl --list --verbose\u00a0<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-make-wsl-2-the-default\"><strong>Make WSL 2 the Default<\/strong><\/h3>\n\n\n\n<p>Forces all new distributions to use WSL 2 instead of WSL 1.&nbsp;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>wsl --set-default-version 2\u00a0<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-update-wsl2-windows-11\"><strong>Update WSL2 Windows 11<\/strong><\/h3>\n\n\n\n<p>Grabs the latest WSL2 kernel update from Microsoft. Run this regularly to update WSL2 Windows 11 and keep current with performance improvements and security patches.&nbsp;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>wsl --update\u00a0<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-stop-everything\"><strong>Stop Everything\u00a0<\/strong><\/h3>\n\n\n\n<p>Kills all running WSL2 instances immediately. Handy before making config changes or when troubleshooting problems.&nbsp;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>wsl --shutdown\u00a0<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-wsl2-file-system-integration-on-windows-11\"><strong>WSL2 File System Integration on Windows 11\u00a0<\/strong><\/h2>\n\n\n\n<p>WSL2&#8217;s file system integration between Linux and Windows is genuinely useful. Here&#8217;s how it works:&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-accessing-windows-files-from-linux\"><strong>Accessing Windows Files from Linux<\/strong><\/h3>\n\n\n\n<p>Your Windows drives mount automatically under \/mnt\/ in WSL2. Your C drive lives at:&nbsp;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>cd \/mnt\/c\/\u00a0<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-accessing-linux-files-from-windows\"><strong>Accessing Linux Files from Windows\u00a0<\/strong><\/h3>\n\n\n\n<p>Type \\\\wsl$\\ into File Explorer to browse your Linux file system straight from Windows.&nbsp;<\/p>\n\n\n\n<p><strong>Pro Tip<\/strong>&nbsp;<br><em>Create shortcuts to your most-used Linux directories in Windows File Explorer. Saves a ton of time.<\/em>&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-wsl2-performance-optimization-on-windows-11\"><strong>WSL2 Performance Optimization on Windows 11\u00a0<\/strong><\/h2>\n\n\n\n<p>To squeeze better performance out of WSL2 on Windows 11, create or edit the .wslconfig file at %UserProfile%\\.wslconfig with resource limits:&nbsp;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#91;wsl2]\u00a0\nmemory=4GB\u00a0\nprocessors=2\u00a0\nswap=8GB\u00a0\nlocalhostForwarding=true\u00a0<\/code><\/pre>\n\n\n\n<p>&nbsp;<br>Tweak the memory and processors values based on your hardware. This stops WSL2 from eating too many system resources while keeping Linux operations fast. The localhostForwarding=true setting enables WSL2 mirrored networking Windows 11, which makes accessing services running inside Linux much simpler.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-configure-visual-studio-code-with-wsl2\"><strong>Configure Visual Studio Code with WSL2<\/strong><\/h2>\n\n\n\n<p>Want to use Visual Studio Code directly from the WSL2 terminal for files inside the Linux file system? Install the VS Code WSL extension by running this inside your WSL2 session:&nbsp;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>code .<\/code><\/pre>\n\n\n\n<p>&nbsp;<br>VS Code detects WSL2 automatically and prompts you to install the Remote &#8211; WSL extension if it&#8217;s missing. Once connected, you edit and debug Linux-side files with the full VS Code experience: IntelliSense, extensions, integrated terminal, everything.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-troubleshooting-common-wsl2-issues-on-windows-11\"><strong>Troubleshooting Common WSL2 Issues on Windows 11\u00a0<\/strong><\/h2>\n\n\n\n<p>Hit a snag after installing WSL2? Try these fixes:&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-wsl2-won-t-install-or-enable\"><strong>WSL2 Won&#8217;t Install or Enable<\/strong><\/h3>\n\n\n\n<p>If the wsl &#8211;install command bombs, run sfc \/scannow in elevated PowerShell to fix corrupted system files. Also verify virtualization is turned on in your BIOS\/UEFI settings and the Virtual Machine Platform feature is enabled in Windows. The HCSEHYPERVNOTINSTALLED error on Windows 11 usually means virtualization is disabled in firmware. A quick BIOS toggle typically fixes it.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-linux-distribution-won-t-start\"><strong>Linux Distribution Won&#8217;t Start\u00a0<\/strong><\/h3>\n\n\n\n<p>When your Linux distribution refuses to start, the WSL service might be stuck. Run wsl &#8211;shutdown to kill all instances, wait 30 seconds, then launch your distro again.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-slow-wsl2-performance\"><strong>Slow WSL2 Performance\u00a0<\/strong><\/h3>\n\n\n\n<p>Poor performance often comes from over-allocated memory or too many processor cores. Check your .wslconfig settings and start with half your system&#8217;s RAM and no more than 75% of available cores. Keep project files inside the Linux file system (not on \/mnt\/) for the best disk I\/O speed.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-wsl2-network-problems\"><strong>WSL2 Network Problems\u00a0<\/strong><\/h3>\n\n\n\n<p>Network issues in WSL2 usually clear up after resetting the network stack. Run wsl &#8211;shutdown, wait a minute, then restart your distribution to reinitialize the network configuration.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-advanced-tips-for-wsl2-power-users\"><strong>Advanced Tips for WSL2 Power Users\u00a0<\/strong><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-gui-application-support-in-wsl2\"><strong>GUI Application Support in WSL2\u00a0<\/strong><\/h3>\n\n\n\n<p>WSL2 on Windows 11 supports Linux GUI applications natively through WSLg. Install your favorite graphical apps with apt and launch them directly. They show up as regular Windows windows next to your native apps, zero extra configuration needed.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-docker-desktop-integration-with-wsl2\"><strong>Docker Desktop Integration with WSL2\u00a0<\/strong><\/h3>\n\n\n\n<p>Install Docker Desktop and enable the WSL 2 backend to run containers seamlessly alongside your Windows 11 environment. Docker Desktop uses the WSL2 engine by default for way better performance than the old Hyper-V backend.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-development-environment-setup\"><strong>Development Environment Setup\u00a0<\/strong><\/h3>\n\n\n\n<p>Build a complete development environment inside WSL2 by installing your language runtimes (Node.js, Python, Go), package managers, and version control tools. Pair this with VS Code&#8217;s Remote &#8211; WSL extension for a native-feeling development workflow entirely within the Linux file system.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-summary\"><strong>Summary\u00a0<\/strong><\/h2>\n\n\n\n<p>Installing WSL2 on Windows 11 gives you a powerful, flexible way to run Linux alongside Windows without compromising performance. In this guide we covered system requirements, the quick PowerShell installation method, picking a Linux distribution, essential management commands, file system integration, performance tuning, VS Code integration, and troubleshooting.&nbsp;<\/p>\n\n\n\n<p>Whether you&#8217;re a developer, system administrator, or Linux enthusiast, WSL2 on Windows 11 provides the tools you need for efficient cross-platform work. Keep both your Windows system and WSL2 kernel updated for the latest features and security patches. Now get out there and build something in 2026.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-wsl2-frequently-asked-questions\">WSL2 <strong>Frequently Asked Questions\u00a0<\/strong><\/h2>\n\n\n\n<div class=\"schema-faq wp-block-yoast-faq-block\"><div class=\"schema-faq-section\" id=\"faq-question-1779913004547\"><strong class=\"schema-faq-question\"><strong>What Are the Minimum System Requirements to Install WSL2 on Windows 11?\u00a0<\/strong><\/strong> <p class=\"schema-faq-answer\">To install WSL2 on Windows 11 you need a 64-bit processor with virtualization support (Intel VT-x or AMD-V), at least 4 GB of RAM (8 GB recommended), 5 GB of free disk space, and a fully updated Windows 11 installation. WSL2 requirements Windows 11 are identical across all editions.\u00a0<\/p> <\/div> <div class=\"schema-faq-section\" id=\"faq-question-1779913010643\"><strong class=\"schema-faq-question\"><strong>Does Windows 11 Home Support WSL2?\u00a0<\/strong><\/strong> <p class=\"schema-faq-answer\">Yes, WSL2 Windows 11 Home support is complete. Unlike certain other virtualization features, WSL2 doesn&#8217;t require the Pro or Enterprise edition. The wsl &#8211;install command works the same across all Windows 11 editions.\u00a0<\/p> <\/div> <div class=\"schema-faq-section\" id=\"faq-question-1779913016098\"><strong class=\"schema-faq-question\"><strong>How Do I Install WSL2 Using PowerShell on Windows 11?\u00a0<\/strong><\/strong> <p class=\"schema-faq-answer\">Open PowerShell as administrator and run wsl &#8211;install. This install WSL2 Windows 11 PowerShell command handles everything: enabling required Windows features, downloading the WSL2 kernel, and installing Ubuntu. Restart when prompted to finish the setup.\u00a0<\/p> <\/div> <div class=\"schema-faq-section\" id=\"faq-question-1779913022352\"><strong class=\"schema-faq-question\"><strong>How Do I Check If WSL2 Is Already Installed on My System?\u00a0<\/strong><\/strong> <p class=\"schema-faq-answer\">Run wsl &#8211;list &#8211;verbose in PowerShell. If WSL2 is installed, you&#8217;ll see your distributions listed with their version number (1 or 2) and running state. If the command isn&#8217;t recognized, WSL is not yet installed on your system.\u00a0<\/p> <\/div> <div class=\"schema-faq-section\" id=\"faq-question-1779913029652\"><strong class=\"schema-faq-question\"><strong>What Should I Do If WSL2 Fails to Install or Enable?\u00a0<\/strong><\/strong> <p class=\"schema-faq-answer\">Start by running sfc \/scannow in elevated PowerShell to repair corrupted system files. Then verify hardware virtualization is enabled in your BIOS\/UEFI and the Virtual Machine Platform feature is turned on in Windows. If you see HCSEHYPERVNOTINSTALLED, the BIOS setting is almost always the culprit.\u00a0<\/p> <\/div> <\/div>\n","protected":false},"excerpt":{"rendered":"<p>Learn how to install WSL2 on Windows 11 with this step-by-step guide, covering system requirements, quick setup,  and more for the Windows Subsystem for Linux 2.<\/p>\n","protected":false},"author":50,"featured_media":21146,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":"","_members_access_role":[],"_members_access_error":""},"categories":[18],"tags":[],"ppma_author":[1491],"class_list":["post-21028","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tutorials"],"uagb_featured_image_src":{"full":["https:\/\/contabo.com\/blog\/wp-content\/uploads\/2024\/11\/blog-head_how2-install-wsl2-on-windows-11.jpg",1200,630,false],"thumbnail":["https:\/\/contabo.com\/blog\/wp-content\/uploads\/2024\/11\/blog-head_how2-install-wsl2-on-windows-11-150x150.jpg",150,150,true],"medium":["https:\/\/contabo.com\/blog\/wp-content\/uploads\/2024\/11\/blog-head_how2-install-wsl2-on-windows-11-600x315.jpg",600,315,true],"medium_large":["https:\/\/contabo.com\/blog\/wp-content\/uploads\/2024\/11\/blog-head_how2-install-wsl2-on-windows-11-768x403.jpg",768,403,true],"large":["https:\/\/contabo.com\/blog\/wp-content\/uploads\/2024\/11\/blog-head_how2-install-wsl2-on-windows-11.jpg",1200,630,false],"1536x1536":["https:\/\/contabo.com\/blog\/wp-content\/uploads\/2024\/11\/blog-head_how2-install-wsl2-on-windows-11.jpg",1200,630,false],"2048x2048":["https:\/\/contabo.com\/blog\/wp-content\/uploads\/2024\/11\/blog-head_how2-install-wsl2-on-windows-11.jpg",1200,630,false]},"uagb_author_info":{"display_name":"Tobias Mildenberger","author_link":"https:\/\/contabo.com\/blog\/author\/tobias\/"},"uagb_comment_info":0,"uagb_excerpt":"Learn how to install WSL2 on Windows 11 with this step-by-step guide, covering system requirements, quick setup, and more for the Windows Subsystem for Linux 2.","authors":[{"term_id":1491,"user_id":50,"is_guest":0,"slug":"tobias","display_name":"Tobias Mildenberger","avatar_url":"https:\/\/secure.gravatar.com\/avatar\/077178d5dce6c3d4c0c0396857a7e544bfdf8adf04145fff5160b33a22e28b1f?s=96&d=mm&r=g","author_category":"","user_url":"https:\/\/contabo.com\/en\/","last_name":"Mildenberger","first_name":"Tobias","job_title":"","description":""}],"_links":{"self":[{"href":"https:\/\/contabo.com\/blog\/wp-json\/wp\/v2\/posts\/21028","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/contabo.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/contabo.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/contabo.com\/blog\/wp-json\/wp\/v2\/users\/50"}],"replies":[{"embeddable":true,"href":"https:\/\/contabo.com\/blog\/wp-json\/wp\/v2\/comments?post=21028"}],"version-history":[{"count":3,"href":"https:\/\/contabo.com\/blog\/wp-json\/wp\/v2\/posts\/21028\/revisions"}],"predecessor-version":[{"id":30765,"href":"https:\/\/contabo.com\/blog\/wp-json\/wp\/v2\/posts\/21028\/revisions\/30765"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/contabo.com\/blog\/wp-json\/wp\/v2\/media\/21146"}],"wp:attachment":[{"href":"https:\/\/contabo.com\/blog\/wp-json\/wp\/v2\/media?parent=21028"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/contabo.com\/blog\/wp-json\/wp\/v2\/categories?post=21028"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/contabo.com\/blog\/wp-json\/wp\/v2\/tags?post=21028"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/contabo.com\/blog\/wp-json\/wp\/v2\/ppma_author?post=21028"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}