Generate a Wireless Network Report

Written by Eric Wyatt (last updated March 16, 2020)

1

My computer is connected to my network and internet using a Wi-Fi connection. Normally this connection works perfectly fine. I can access the files on my network drive, surf the web, and retrieve email—all the things I need to do on a daily basis. Other times my network has issues. When it comes to Wi-Fi networks this is not uncommon. What would be helpful is some type of report that tells me what is going on with my Wi-Fi network. Fortunately, Windows 10 includes a Wireless Network Report which can be used to help understand and diagnose connection issues.

To access the Wireless Network Report, you will need to run a command in Command Prompt. Start by pressing the Windows key and typing (without quotes) "CMD." Do not press Enter yet; Windows should show you a few options on the screen. You need to run Command Prompt as an Administrator. Either right-click on the Command Prompt search result and choose "Run As Administrator" or press Ctrl+Shift+Enter. Regardless of the approach, Command Prompt launches in Admin mode. You will be able to tell it is in Admin mode if the resulting Command prompt window shows "\Windows\system32>" as the prompt. (See Figure 1.)

Figure 1. Command Prompt showing that it is being run in Admin mode.

To run the report, enter the following command:

netsh wlan show wlanreport

Once you press Enter the Wireless Network Report is generated. The report is provided in an HTML file that you can then open and review in a web browser of your choice. Command Prompt displays the location where the report can be found. Typically, the report should be located in this location:

C:\ProgramData\Microsoft\Windows\WlanReport\wlan-report-latest.html

Note that the drive letter could be different depending on your computer. Refer to the location provided by your computer on where to find the report. (See Figure 2.)

Figure 2. Command Prompt showing the location where the Wireless Network Report is saved.

The report provides data relating to the previous 48 hours. The data is grouped based on Wi-Fi sessions. (See Figure 3.)

Figure 3. Wireless Network Report.

The information provided will be able to help aid you in discovering issues that may help you diagnose or identify connection issues that might arise from your Wi-Fi network.

 This tip (13748) applies to Windows 10.

Author Bio

Eric Wyatt

Eric Wyatt is a swell guy (or so his friends tell him). He is a formally trained designer and branding expert, bringing a wide range of skills to his Tips.Net articles. ...

MORE FROM ERIC

Check your PC's Uptime with PowerShell

Every time a computer restarts, it runs through processes that help its performance. You can use PowerShell to see how ...

Discover More

Setting Time Limits for Windows 10 Users

If your computer is set up in crowded environment, it may be helpful to establish times that an account can be used. You ...

Discover More

Remove Saved Passwords in Edge Chromium

Having Edge store password information can be a time saver and helpful. See how to remove saved passwords within Edge.

Discover More
More WindowsTips

Setting Time Limits for Windows 10 Users

If your computer is set up in crowded environment, it may be helpful to establish times that an account can be used. You ...

Discover More

Changing Font Size in a Command Prompt Window

If you work at the command level very much, you may want to change the fonts that are used. You can control what ...

Discover More

Clearing the Address Resolution Protocol Cache

Corrupt or unwanted Address Resolution Protocol (ARP) cache entries can cause connectivity errors. Here is how to flush ...

Discover More
Comments

If you would like to add an image to your comment (not an avatar, but an image to help in making the point of your comment), include the characters [{fig}] (all 7 characters, in the sequence shown) in your comment text. You’ll be prompted to upload your image when you submit the comment. Maximum image size is 6Mpixels. Images larger than 600px wide or 1000px tall will be reduced. Up to three images may be included in a comment. All images are subject to review. Commenting privileges may be curtailed if inappropriate images are posted.

What is two more than 7?

2020-03-16 10:19:42

Henry Noble

Good tip, but in Win10 there is a faster way to get to a command prompt.

Right-click on the Start button, then from the special menu select Command Prompt (Admin).


Newest Tips