In today's world, wireless internet has become an integral part of everyday life. However, even experienced Windows users sometimes encounter a situation where they need to quickly find a list of available networks. Wi-Fi networks, but standard methods aren't working. Perhaps you're in a new location and want to connect to the nearest hotspot, or you need to check if your home network is visible to your neighbors. In this article, we'll cover all possible ways to view available networks—from basic to advanced, including hidden operating system features.
A unique feature of Windows is that the network display interface can change depending on the OS version, adapter drivers, and even power saving settings. We'll look at current methods for Windows 10 And Windows 11, as well as universal solutions that work on both systems. If you've ever encountered an empty network list despite a working router, or you need to find hidden network (SSID) that is not displayed in the general list - this instruction will help to understand the reasons and offer alternative options.
1. Standard method: taskbar and network control center
The most obvious and quickest method is to use the network icon in the taskbar. This method works for most users and doesn't require any special knowledge. However, even here, there are some nuances that many people don't know about.
To open the list of available networks:
- 🖱️ Click on the icon Wi-Fi (or "globe" in Windows 11) in the lower right corner of the taskbar.
- 📋 In the menu that opens, select the arrow
>next to the inscription "Wi-Fi" (V Windows 10) or just scroll down the list (in Windows 11). - 🔍 If the list is empty, make sure that Airplane mode disabled (the airplane icon should not be highlighted).
- 🔄 If networks are not displayed, try turning the Wi-Fi adapter on and off through the same menu.
IN Windows 11 The interface has become more minimalistic: networks are displayed immediately when you click on the icon, but for advanced settings you need to click Network properties (the gear next to the current connection name). Here you can see additional information, such as signal level in decibels (dBm), which is useful for diagnosing coverage problems.
⚠️ Note: If the networks that should be available are not listed, check if your Wi-Fi adapter is disabled. Device ManagerSometimes this happens after updating drivers or due to a software conflict.
2. Via Windows Settings: Advanced View and Diagnostics
If the standard menu does not show all networks or you need additional information (for example, Wi-Fi channel or security type), it's worth looking in the settings section. This method is also useful if you want to manually add hidden network.
Instructions for Windows 10/11:
- Open
Parameters(Win + I). - Go to
Network and Internet → Wi-Fi. - Click
Managing known networks(This displays all the networks you have ever connected to.) - To view available networks, click
Show available networks(V Windows 11) orHidden networks(if you need to add a network manually).
In this section you can also:
- 🔧 View MAC address your adapter (useful for connecting to a router).
- 📡 See current connection speed (in Mbps).
- 🔒 Check which one security protocol (WPA2, WPA3) is used in the current network.
| Parameter | Where to watch | Why is it necessary? |
|---|---|---|
| Network name (SSID) | Settings → Network → Wi-Fi |
To distinguish your network from your neighbors |
| Signal level (dBm) | Wi-Fi icon in the taskbar (on hover) | Determining connection quality |
| Wi-Fi channel | Via command line (netsh wlan show networks mode=bssid) |
To manually configure the router (avoid interference) |
| MAC address of the adapter | Settings → Network → Wi-Fi → Click on the network name |
Binding a device to a router via MAC |
3. Command line: full list of networks with details
Best suited for advanced users or troubleshooting command lineThis method shows all networks within range, including hidden ones (if they broadcast beacons), as well as additional parameters such as channel, authentication type, and even supported standards (802.11n/ac/ax).
Open Command Prompt as Administrator (Win + X → Terminal (Administrator)) and run the command:
netsh wlan show networks mode=bssid
As a result, you will get a table with all networks, where:
- 📌
SSID— network name. - 📶
Signal— signal level in percent. - 🔒
Authentication— security type (for example,WPA2-Personal). - 📡
Channel— the channel on which the network operates. - 🔄
BSSID— MAC address of the access point.
If you only need to see network names without technical details, use a simplified command:
netsh wlan show networks
⚠️ Note: In some cases, the command prompt may not show networks if the Wi-Fi adapter is running in power saving mode. To fix this, opendevice Manager, find your adapter, go toProperties → Power Managementand uncheckAllow the computer to turn off this device to save power.
Open CMD as administrator|
Enter the command `netsh wlan show networks mode=bssid`|
Check signal level (Signal)|
Pay attention to the security type (Authentication)|
If necessary, write down the channel (Channel) for configuring the router-->
4. PowerShell: A Command Prompt Alternative with Advanced Features
PowerShell offers more flexible tools for working with Wi-Fi than the standard command line. For example, you can filter networks by signal strength or security type, and export data to a file for further analysis.
To list networks in PowerShell:
- Open PowerShell as administrator (Win + X →
Windows Terminal (Administrator)). - Run the command:
(netsh wlan show networks mode=bssid) -match 'SSID|Signal|Authentication' | Select-String -Pattern 'SSID \d+|Signal|Authentication'
This command will filter the output, leaving only the key parameters. If you need to save the list of networks to a text file, use:
netsh wlan show networks mode=bssid | Out-File -FilePath "C:\WiFi_Networks.txt"
For advanced analysis, you can use the module NetAdapter, which allows you to manage network adapters. For example, to see the current status of a Wi-Fi adapter:
Get-NetAdapter | Where-Object {$_.MediaType -eq 'Native 802.11'} | Select-Object Name, InterfaceDescription, Status
How do I know if my adapter supports Wi-Fi 6 (802.11ax)?
Open PowerShell and run the command:
Get-NetAdapter | Where-Object {$_.MediaType -eq 'Native 802.11'} | Get-NetAdapterAdvancedProperty | Where-Object {$_.DisplayName -like "Wireless Mode"} | Select-Object DisplayName, DisplayValue
If there is a value in the output 802.11ax, your adapter supports Wi-Fi 6.
5. Search for hidden networks (SSID)
Hidden Wi-Fi networks don't broadcast their name (SSID), so they don't appear in the default list. However, they can be found and connected to manually if you know the network name and security settings. This is especially true for corporate networks or home routers with enhanced security.
To connect to a hidden network:
- Open
Settings → Network and Internet → Wi-Fi. - Click
Manage known networks → Add new network. - Enter:
- 🏷️ Network name (SSID) — the exact name of the hidden network.
- 🔐 Security type - usually
WPA2-PersonalorWPA3-Personal. - 🔑 Security key — network password.
Connect automatically.If you don't know the name of the hidden network, but you're sure it's nearby, you can try detecting it via the command line:
netsh wlan show networks mode=bssid | findstr "BSSID"
This command will display the MAC addresses of all access points within range. If any are unknown, you can add them manually (however, you won't be able to connect without knowing the SSID).
⚠️ Caution: Connecting to hidden networks without the owner's permission may violate local laws. Always confirm network settings with your administrator or in your router's documentation.
6. Network display problems: causes and solutions
If the list of available networks is empty or not updating, the problem may be due to one of the following factors:
| Problem | Possible cause | Solution |
|---|---|---|
| The network list is empty | The Wi-Fi adapter is disabled or faulty. | Check it out device Manager and turn on the adapter |
| There is a network, but it doesn't connect. | Incorrect password or security type | Check your network settings with your administrator. |
| The network appears and disappears | Channel interference or weak signal | Change the channel on your router or move closer to the access point. |
| No hidden networks | The adapter does not support scanning hidden SSIDs. | Update your driver or use third-party software |
One of the most common solutions is reset network settingsTo do this:
- Open
Settings → Network & Internet → Status. - Click
Network reset. - Confirm the action and restart your computer.
- 📊 Signal strength graph in real time.
- 📡 Channel occupancy (to select the optimal channel on the router).
- 🔍 Detecting hidden networks (if they broadcast beacons).
- 📱 Standards support (802.11ac, 802.11ax).
- 🛡️ inSSIDer — the free version shows basic network parameters, while the paid version offers advanced analysis.
- 📈 NetSpot — convenient visualization of Wi-Fi coverage, suitable for planning router placement.
- 🔧 Wireshark — a professional tool for deep traffic analysis (requires skills).
- 📱 WiFi Analyzer (for Android) - if you need to scan networks from your phone and transfer data to your PC.
If resetting doesn't help, check if the network is blocking antivirus or firewall. For example, Kaspersky Internet Security or Avast may restrict access to some networks by default. If this happens, temporarily disable protection and check the list of networks again.
7. Third-party programs for analyzing Wi-Fi networks
If Windows' built-in tools aren't enough, you can use specialized utilities. These not only display all available networks but also provide additional information, such as:
Popular programs:
Example of use inSSIDer:
- Download and install the program from official website.
- Run a scan - the program will automatically detect all networks within range.
- Please note the columns:
Channel— network channel (it is optimal to choose the least loaded one).Security— encryption type.Signal— signal level in dBm (the closer to 0, the better).
⚠️ Attention: Some Wi-Fi analysis programs (for example, Wireshark) require monitoring mode (monitor mode), which is not supported by all Wi-Fi adapters. Check your equipment's compatibility before using.
FAQ: Frequently asked questions about browsing Wi-Fi networks in Windows
Why is my network not showing up in the list even though the router is turned on?
Possible reasons:
- 🔌 Wi-Fi on the router is disabled (check the button
Wi-FiorWPSon the body). - 📡 The router is operating in the mode
802.11r(Fast Transition), which is not supported by your adapter. - 🔄 The Wi-Fi channel is set to
12-14(In some countries these channels are prohibited). - 🔧 The Wi-Fi adapter driver is outdated or damaged.
Solution: Try connecting to the router via cable and check your wireless network settings. Also, update the adapter driver via device Manager.
Is it possible to see the password for a saved Wi-Fi network?
Yes, if you've previously connected to this network. To do this:
- Open
Settings → Network and Internet → Wi-Fi. - Click
Managing known networksand select the desired network. - Click
Propertiesand scroll to the fieldNetwork security key.
Or via command line:
netsh wlan show profile name="NETWORK_NAME" key=clear
The password will be displayed in the line Key content.
How do I find out which Wi-Fi adapter is installed on my PC?
There are several ways:
- Through
device Manager:- Click Win + X and select
device Manager. - Expand the section
Network adapters. - Find the device with the name
WirelessorWi-Fi.
- Click Win + X and select
- Via command line:
wmic nic where "NetEnabled='true'" get Name, Manufacturer
Popular adapter manufacturers: Intel, Qualcomm Atheros, Broadcom, Realtek.
Why are some networks greyed out?
The grey color in the list of networks means that:
- 📵 Network out of range (signal too weak to connect).
- 🔒 The network requires additional authentication (for example, via a web portal).
- 🔄 The network is operating in the mode
802.1X(corporate authentication).
If this is your network, check the transmission power on your router or move closer to the access point.
Is it possible to connect to Wi-Fi without a password?
Technically yes, but only if:
- 🔓 The network is open (no password).
- 🔑 You know
WPS-PINrouter (vulnerable method, not recommended). - 💻 You have access to
MAC addressrouter and it is configured to filter by MAC (you can replace your MAC).
⚠️ Connecting to other people's networks without permission is illegal in many countries. Use only legal access methods.