How to Use Netsh WLAN Show WLANReport in Windows 11
Windows 11 includes a built-in diagnostic tool that creates an
exhaustive HTML report of your wireless network history, connection
failures, session durations, and adapter details. By running the
netsh wlan show wlanreport command in an elevated command
line, you can generate this document to diagnose intermittent
connectivity, driver issues, or signal drops over the past three days of
system use.
Step 1: Open Terminal or Command Prompt as Administrator
- Right-click the Start button or press Windows Key + X.
- Select Terminal (Admin) or Command Prompt (Admin).
- If prompted by User Account Control (UAC), click Yes to allow administrative access.
Step 2: Run the WLAN Report Command
In the command-line window, type the following command and press Enter:
netsh wlan show wlanreportThe system will gather network events and generate an HTML file. Once finished, the tool will output the exact file path where the report is saved.
Step 3: Open and View the Report
The generated report is saved to a hidden system directory:
C:\ProgramData\Microsoft\Windows\WlanReport\wlan-report-latest.html
To open the report immediately in your default web browser, copy and run this command:
start C:\ProgramData\Microsoft\Windows\WlanReport\wlan-report-latest.htmlAlternatively, press Windows Key + R, paste the file path into the Run dialog box, and press Enter.
Key Sections in the Wi-Fi Report
- Wi-Fi Summary Chart: A visual timeline displaying connection states, disconnections, and errors over the last three days. Hovering over specific segments reveals detailed session data.
- Report Info: Shows the date the report was created and the total duration of logged activity.
- User Information: Displays basic system details, including computer name and BIOS information.
- Network Adapters: Details your physical Wi-Fi hardware, driver versions, and capabilities.
- Session Success/Failures: Summarizes connection successes, failed attempts, and reasons for disconnections.
- Wireless Event Logs: Chronological technical logs detailing low-level driver events, network discovery, and IP configuration changes (useful for advanced network troubleshooting).