20

I'd like to see what channel (e.g. 1-10, I believe) each SSID in the list is. How can I find that information?

phuclv
  • 30,396
  • 15
  • 136
  • 260
AngryHacker
  • 19,327

7 Answers7

24

On a Command Prompt, type:

netsh wlan show all
Oliver Salzburg
  • 89,072
  • 65
  • 269
  • 311
14

Menu start run cmd.exe and type:

netsh wlan show networks mode=bssid
9

From a cmd (command) prompt, type:

netsh wlan show interfaces
4

Install inSSIDer from MetaGeek. It is simple to use and gives you information on your and other SSIDs in your area.

inSSIDer screenshot

phuclv
  • 30,396
  • 15
  • 136
  • 260
BrianA
  • 1,590
1

I'd recommend Free NetSpot for these purposes. All the necessary information is in the Discover mode window. Here are some screenshots:

Discover mode - NetSpot

Channel interference - NetSpot

Toto
  • 19,304
Paul
  • 11
0

Use either of these

netsh wlan show interface name="Wi-Fi" | findstr "Channel"
netsh wlan show networks interface="Wi-Fi" mode=bssid | findstr "Channel"
phuclv
  • 30,396
  • 15
  • 136
  • 260
0

I use Acrylic Wifi. The Home version is for free. It runs on Windows 7,8,10 but requires .NET Framework 4.5

enter image description here

Elmue
  • 1,081