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

Setting Process Affinity

When your computer has a multi-core processor or multiple processors you can control how tasks or processes take ...

Discover More

Reverse the Wheel

With multiple devices used today, the way we scroll can change depending on the device. If you're used to reverse ...

Discover More

Remove Shortcut when You Make a Shortcut

When you create a shortcut in Windows 10, by default the text "- Shortcut" is added to the end of the shortcut's name. By ...

Discover More
More WindowsTips

Switching Between Command Line and File Explorer

Sometimes you can be more effective in a command window, and other times you can be more effective using File Explorer. ...

Discover More

Counting Files and Subfolders Using the Command Prompt

There are times when you might need to know how many files or subfolders are in a folder. Using the command prompt, you ...

Discover More

Understanding the Command Line For Loop

A niche command that sometimes comes in handy is the FOR loop. It has several forms and therefore can serve several ...

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 three less than 4?

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