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

Use Notepad as a Journal

As you go through the day or work on a project, you may find it helpful to write thoughts or inspirations down and have ...

Discover More

Disabling Startup Apps

As your computer starts up, certain apps may be causing your system to run or startup slowly. A quick check of your ...

Discover More

Opening Websites from the Taskbar

Launching websites typically require an open web browser. A hidden Windows 10 feature opens websites directly from the ...

Discover More
More WindowsTips

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

Moving Files Using the Command Line

The MOVE command can be a timesaver over trying to do the similar sort of thing with File Explorer. You can move hundreds ...

Discover More

Renaming Files Using the Command Line

The rename command can really be a timesaver over trying to do the similar sort of thing with Windows Explorer. You can ...

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 1 + 0?

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