Many users are familiar with the situation where the wireless network indicator displays a full "fan" of bars, while the internet barely loads pages. The visual scale in Windows is often arbitrary and doesn't reflect the actual physical situation on the air. To determine whether the problem is truly with the router, interference, or the adapter driver, it's necessary to use precise numerical values rather than relying on a blinking icon.
The Windows operating system provides several levels of access to wireless module telemetry, from basic hints to in-depth diagnostics via console commands. Signal level — This is a critical parameter that determines connection stability and maximum data transfer speed. Understanding how to measure it allows you to properly position your router or select the best channel for broadcasting.
In this guide, we'll explore all available methods for obtaining detailed connection quality information. We'll cover both built-in system tools that don't require additional software, as well as professional utilities for in-depth radio spectrum analysis.
Basic diagnostics via the system tray
The easiest way to get a basic idea of connection quality is through the standard Windows interface. However, even here, there are subtleties that most users overlook. Hover your mouse over the wireless network icon in the lower-right corner of the screen, next to the clock. The resulting tooltip, in addition to the network name, often displays a text description of the quality, such as "Excellent," "Good," or "Weak."
More detailed, though still visual, information can be obtained by clicking on the network icon. The menu that opens will display a list of available access points with corresponding bars. Windows 10 And Windows 11 use dynamic scaling of these scales, so the "full signal" of one adapter may differ from the "full signal" of another.
⚠️ Note: Windows visual indicators often have a high sensitivity threshold. The icon may show a full signal even at -75 dBm, which is already the threshold for stable video communication.
To quickly check your current status, you can also use the network settings. Go to Settings → Network and Internet → Wi-FiThis displays the current connection quality as a graphical bar graph. While there are no exact numbers, the sharp changes in this bar as you move around the room will help you understand the coverage area of your adapter.
Using the command line for precise measurements
If you need specific numbers rather than arbitrary numbers, the command line is your best tool. It allows you to query your wireless card driver for precise technical data. Open the command line by entering cmd in search, or use PowerShell. To get a summary of your current connection, enter the command:
netsh wlan show interfaces
In the list that appears, find the line Signal (or Signal). The value is expressed as a percentage. This is an average value calculated by Windows based on the received signal strength (RSSI). While percentages are easier to read, they are less informative for professional setup because the logarithmic decibel scale is hidden.
To get more detailed statistics, including history and current errors, you can use the extended command:
netsh wlan show networks mode=bssid
This command will list all visible networks and their access points (BSSIDs) with channel-by-channel details. The signal strength for each access point will also be displayed. This is useful if you're in an apartment building and want to choose a router with the least amount of noise from your neighbors.
⚠️ Note: Data in the command line is updated only at the time of the request. If you are moving with your laptop, you will need to re-run the command to get the latest readings.
Deep Dive with PowerShell
A more flexible tool built into modern versions of Windows is PowerShell. It allows you to not only display text but also filter specific parameters, which is convenient for scripts or quick diagnostics. Open PowerShell as administrator and enter the following query:
(netsh wlan show interfaces) -match'^\s+Signal' -replace'.*:\s+'
This construct will automatically find the signal line and output only the numeric value as a percentage. However, PowerShell can also work with WMI objects, giving access to the adapter's raw data. The command for getting the signal level in dBm (if the driver supports passing this parameter via WMI) is more complex but produces a more accurate result:
Get-NetAdapter | Where-Object {$_.Status -eq"Up"} | Get-NetAdapterStatistics
It is worth noting that it is impossible to obtain it using standard PowerShell tools RSSI (Received Signal Strength Indicator) in dBm can be difficult to directly obtain without the use of specialized modules or third-party libraries, as Microsoft doesn't expose this parameter in the base cmdlets. Therefore, to obtain dBm values, one often has to resort to third-party software or complex scripts that parse the output. netsh.
Hidden WLAN Dashboard
Windows has a hidden dashboard that's not visible by default. It provides more frequent data updates than the standard system tray. To activate it, run the following command in the console:
netsh wlan set tracing option=1
However, more useful for real-time visualization is to use a specialized but lightweight tool from Microsoft called WiFi Analyzer (available in the Microsoft Store) or similar utilities that use the same API but draw a graph. Creating a real-time graph using Windows' built-in tools without third-party software is virtually impossible.
However, for a one-time check, you can use the wireless network report. Enter the following in the command line:
netsh wlan show wlanreport
The system will generate an HTML file with a detailed history of connections, disconnections, and signal strength for the last three days. The path to the file will be specified in the console. Opening this file in a browser will display a graph of signal fluctuations, helping you identify periods of instability.
⚠️ Attention: Report
wlanreportmay not be performed if the diagnostic service is disabled in the system or the rights to write logs are limited by group policies.
Third-party utilities for professionals
For serious network configuration, built-in Windows tools are often insufficient. Professionals use specialized software that can display signal strength in dBm, noise level, signal-to-noise ratio (SNR), and channel load.
- 📡 Acrylic Wi-Fi Home — a free utility that displays a list of networks, their channels, security, and signal strength in dBm. It also allows you to plot signal changes over time.
- 📡 WiFi Analyzer (Open Source) — a popular app available in the Microsoft Store. It displays signal "humps" on a graph, helping you visually assess channel overlap with neighboring channels.
- 📡 inSSIDer — a powerful tool for network auditing. It displays not only your own signal but also the background noise from all surrounding devices.
Using such programs allows you to understand why the speed is low even with a full signal. It often turns out that SNR (signal to noise ratio) is low due to microwave oven or Bluetooth devices operating in the 2.4 GHz band.
Why is 5GHz better for signal?
The 5 GHz band has more open channels and is less susceptible to interference from household appliances, although it has less penetration through walls than 2.4 GHz.
Interpretation of values: dBm and percentages
Once you've obtained the numbers, it's important to get them right. In professional settings, signal strength is measured in dBm—decibels relative to milliwatts. This is a logarithmic scale, and the values are always negative. The closer the value is to zero, the better the signal.
Below is a table showing the correspondence between signal levels and connection quality:
| Level (dBm) | Quality | Description | Expected speed |
|---|---|---|---|
| -30... -50 | Great | Ideal conditions, router in one room | Maximum |
| -51... -60 | Good | Reliable reception, occasional packet loss possible | High |
| -61... -70 | Average | Normal operation, but speed may drop | Average |
| -71... -80 | Weak | There may be tearing and video may buffer. | Low |
| -81... -90 | Critical | There is a connection, but there is almost no data. | Minimum |
It's important to understand that a 3 dBm signal drop means a halving of the signal's power. Therefore, the difference between -60 dBm and -66 dBm is significant, even though it may appear visually in Windows as the loss of just one "bar."
Factors Affecting Signal Level
Knowing how to check your signal strength allows you to experiment with improving it. RSSI is influenced by many physical factors. Wall materials play a key role: concrete with reinforcement and mirror surfaces shield the signal more strongly than plasterboard or wood.
It's also worth considering the orientation of the router and laptop antennas. If the antennas are parallel to each other, the signal will be better. Laptop antennas are often built into the screen lid, so the angle at which the lid is opened can affect reception.
Don't forget about interference. In apartment buildings, the airwaves are clogged with dozens of networks. Switching to a less crowded channel or switching to 5 GHz can improve real throughput even without changing the received signal level in dBm.
☑️ Checking WiFi quality
Frequently Asked Questions (FAQ)
Why is the signal 100% in Windows, but the internet is slow?
The signal percentage in Windows is a relative value. 100% may mean the adapter "hears" the router well, but it doesn't take into account the level of noise and interference. If the airwaves are clogged with neighbors, the usable speed will be low even with a high signal strength. The issue could also be with the internet connection from your ISP.
What dBm level is considered normal for gaming?
For online gaming, where ping and stability are important, a signal strength of at least -65 dBm is recommended. Values below -70 dBm may cause micro-breaks (packet loss), leading to lag, even if file download speeds remain acceptable.
Is it possible to amplify the signal programmatically?
You can only change the adapter settings programmatically (for example, by selecting "Maximum Performance" mode in Device Manager), but you can't physically exceed the transmitter power or receiver sensitivity programmatically. External antennas or repeaters are required for amplification.
Does the driver affect the signal level display?
Yes, different drivers can calibrate the signal scale differently. The same adapter with the factory driver and the driver from the chip manufacturer (Intel, Realtek) may show different numbers of "bars" under the same conditions.