How To Install Aircrackng — On Windows 11 Updated
Open PowerShell as Administrator (Right-click Start > Terminal (Admin)). Run the following command:
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
Then, enable the Virtual Machine Platform:
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
Restart your PC.
Inside your Linux terminal, update the package list: how to install aircrackng on windows 11 updated
sudo apt update && sudo apt upgrade -y
Install Aircrack-ng directly:
sudo apt install aircrack-ng -y
Aircrack-ng remains the gold standard suite for wireless network security auditing. Whether you are a penetration tester, a network administrator, or a cybersecurity student, having this toolkit ready on your Windows 11 machine is essential.
However, installing Aircrack-ng natively on Windows 11 is notoriously different from Linux. You cannot simply double-click an .exe file and expect it to work. Why? Because Windows does not natively support Monitor Mode (the ability to put a Wi-Fi card into "promiscuous" mode to capture packets). Then, enable the Virtual Machine Platform:
dism
As of the 2026 Windows 11 updates (including 24H2 and later), the process has changed slightly. Driver signatures are stricter, and the Windows Subsystem for Linux (WSL 2) has matured.
In this guide, I will show you three methods to install and run Aircrack-ng on Windows 11, ranked from "Easiest but Limited" to "Pro-level but Fully Functional."
Before you run aircrack-ng on Windows 11, remember: Restart your PC
Always verify:
sudo airodump-ng wlan0mon --bssid YOUR_ROUTER_MAC -c 6 --write test
Replace with your lab router only.