Weak signal Wi-Fi On a laptop, a weak signal is one of the most common causes of slow internet, connection drops during video chats, or file downloads. But how can you accurately determine how strong or weak your signal is? After all, the problem often lies not with the router, but with physical obstacles, driver settings, or even the device itself.
Many users limit themselves to subjective assessments: "the internet is slow" or "the icon shows two bars." However, for an accurate diagnosis, specific numbers are needed—the signal strength in decibels (dBm), packet loss rate, or connection speed. This data will help you determine whether you need to move your router, change the broadcast channel, or update your network card drivers.
In this article we will look at all the ways to check the level Wi-Fi signal on laptops with Windows 10/11, macOS And LinuxWe'll also explain which indicators are considered normal and which require attention. You'll learn how to use the system's built-in tools, third-party utilities, and even mobile apps for network analysis.
1. What is Wi-Fi signal strength and how is it measured?
Signal level Wi-Fi — is the power of the radio waves that your laptop receives from the router. It is measured in decibels-milliwatts (dBm) — a logarithmic unit, where negative values indicate signal strength. The closer the number is to zero (for example, -30 dBm), the stronger the signal. Typical ranges:
- 🔥 Excellent signal: from
-30 dBmto-50 dBm- maximum speed, stable connection. - 🟢 Good signal: from
-50 dBmto-60 dBm- minor speed fluctuations are possible. - 🟡 Average signal: from
-60 dBmto-70 dBm— suitable for surfing, but 4K video may lag. - 🔴 Weak signal: from
-70 dBmto-80 dBm- connection breaks, low speed. - ⚫ Critical signal: below
-80 dBm— the internet practically doesn't work.
Besides dBm, sometimes percentage display is used (for example, in Windows). However, percentages are subjective: 100% in one system can correspond -40 dBm, and in the other - -55 dBm. Therefore, for an accurate diagnosis, focus on decibels.
The signal strength is influenced by:
- 📡 Distance to the router - every 10 meters indoors the signal loses ~
10-15 dBm. - 🧱 Obstacles — walls, furniture, household appliances (especially microwaves!) weaken the signal.
- 📶 Network frequency —
5 GHzfaster, but passes through walls worse than2.4 GHz. - 🔄 Channel congestion - if neighbors use the same channel, the speed drops.
⚠️ Attention: Indicators dBm may vary depending on the model Wi-Fi adapter laptop. For example, Intel AX200 measures weak signals more accurately than older adapters Realtek.
2. Checking the signal strength in Windows 10 and 11
IN Windows There are several built-in ways to find out the power Wi-Fi signal without installing additional programs. Let's look at them in order, from the simplest to the more advanced.
Method 1: Network tray icon
The fastest but least accurate method:
- Find the icon Wi-Fi in the lower right corner of the screen (next to the clock).
- Hover your cursor over it and a tooltip will appear with the network name and the number of signal bars.
- Click on the icon to open a list of available networks with their level displayed as a percentage.
🔹 Flaw: there are no exact values in dBm, only a subjective assessment.
Method 2: Network and Sharing Center
More detailed information is hidden in the connection settings:
- Click
Win + R, enterncpa.cpland pressEnter. - Double click on the active one Wi-Fi connection.
- In the status window, look at the line "Speed" (For example,
72 Mbps) And Signal quality (in percent).
🔹 Advice: If the speed is significantly lower than the maximum for your router (for example, 72 Mbps instead of 300 Mbps), the problem may be in the channel settings or drivers.
Method 3: Command line (precise data in dBm)
To get accurate decibel values:
- Open Command line (
Win + R→ entercmd). - Run the command:
netsh wlan show interfaces - Find the line "Signal" — there will be a value in percentage And V
dBm(For example,95% (-48 dBm)).
🔹 Example output:
Name: Wi-Fi
Description : Intel(R) Wi-Fi 6 AX200
Status: connected
Signal: 88% (-56 dBm)
⚠️ Attention: If the command line shows0% (0 dBm), this means that the adapter is not detecting the network. Check if it is turned on. Wi-Fi on a laptop (sometimes it can be turned off by pressing keys)Fn + F2/F12).
☑️ What to do if the signal is weak (-70 dBm and below)
3. Check on macOS (MacBook)
On laptops Apple The process is a little different, but no less simple. macOS There is a hidden utility Wireless Diagnostics, which shows detailed information about the network.
Method 1: Hold down the Option (⌥) key
The fastest method:
- Hold down the key
Option (⌥)on the keyboard. - Click on the icon Wi-Fi in the top panel.
- A drop-down menu will appear with additional information, including:
- 📶 RSSI — signal level in
dBm(For example,-62 dBm). - 🔄 Tx Rate — current transfer rate.
- 📡 Channel — the channel used.
- 📶 RSSI — signal level in
Method 2: Wireless Diagnostics (detailed report)
For in-depth analysis:
- Clamp
Option (⌥)and click on the icon Wi-Fi. - Select Open Wi-Fi Diagnostics.
- Enter the administrator password (if required).
- In the top menu, click Window → Scanner.
- Click Scan Now - a list of networks with accurate data will appear
RSSI, noise and channels.
🔹 Advantage: The utility shows not only your network, but also neighboring ones, which helps you choose the least loaded channel.
⚠️ Attention: On MacBook with chips Apple Silicon (M1/M2) mappingdBmmay differ from Intel-cars. For example,-60 dBmon M1 may correspond-55 dBmon Intel.
4. Testing in Linux (Ubuntu, Mint, etc.)
IN LinuxIn distributions, signal strength can be determined through the terminal or graphical utilities. Let's consider both options.
Method 1: Terminal commands
Open Terminal (Ctrl + Alt + T) and run:
iwconfig wlan0 | grep Signal
🔹 Example output:
Signal level=-58 dBm
For more detailed information:
iw dev wlan0 station dump
This command will show not only the signal level, but also the connection speed, the number of lost packets and other parameters.
Method 2: Graphical utilities
If the terminal seems complicated, install Wavemon:
- Install the utility:
sudo apt install wavemon - Run:
sudo wavemon - Select your adapter (
wlan0orwlp3s0) and see the signal graph in real time.
🔹 Plus Wavemon: Shows not only the signal level, but also noise (Noise), which helps to assess the quality of the connection.
⚠️ Attention: In some distributions (for example, Arch Linux) the interface name may differ. To find it out, runip aand find the line withwlanorwlp.
What to do if the iwconfig command does not work?
In modern distributions iwconfig can be replaced by iwInstall it with the command:
sudo apt install iw
Then use:
iw dev wlan0 link
This command will print the current connection information, including signal V dBm.
5. Third-party Wi-Fi analysis programs
Built-in tools provide basic information, but for in-depth diagnostics, it's better to use specialized utilities. They visualize signal strength, show channel load, and help optimize the network.
Top 3 Windows programs
| Program | Possibilities | Link (official) |
|---|---|---|
| NetSpot | 📊 Wi-Fi coverage map, channel analysis, signal history | netspotapp.com |
| inSSIDer | 🔍 Network scanning, power graphs, channel recommendations | metageek.com |
| WiFi Analyzer | 📱 Mobile app (Android) shows signal strengths of all networks | Google Play |
How to use NetSpot (step by step)
- Download and install NetSpot (there is a free version).
- Run the program and select the mode "Discover".
- Click "Start Scan" - after a few seconds a list of networks will appear indicating:
- 📶 Signal level (
dBm). - 📊 Channel load.
- 🔒 Encryption type.
- 📶 Signal level (
🔹 Advantage: NetSpot allows you to save the report in PDF format and compare the results before and after moving the router.
6. How to improve Wi-Fi signal on a laptop
If the test showed a weak signal (-70 dBm and below), try the following steps:
Quick Solutions (5 minutes)
- 🔄 Reboot your router - sometimes helps with temporary failures.
- 📍 Change the location of the router - place it higher (on a cabinet) and further away from metal objects.
- 🔌 Change the channel in the router settings (use NetSpot for workload analysis).
- 🖥️ Update your Wi-Fi adapter driver through device Manager.
Advanced Methods
- 📡 Buy a repeater (amplifier) - if the router is far away and you can’t run wires.
- 🔗 Use a Mesh system (For example, TP-Link Deco or Google Nest WiFi) for a big house.
- 🖧 Replace your router antennas to more powerful ones (if the model supports removable antennas).
- 🔧 Configure QoS in the router to prioritize laptop traffic.
⚠️ Attention: If the laptop is older than 5 years, it Wi-Fi adapter may not support modern standards (802.11ac/ax). In this case, only replacing the adapter will help (for example, Intel AX200 for PCIe or USB Wi-Fidongle).
7. Common mistakes when checking the signal
Many users make errors that distort measurement results. Here are the most common ones:
- 📱 Measuring the signal on a smartphone, not a laptop — levels
dBmwill be different due to different adapters. - 🕒 Checking during peak hours (in the evening) - neighboring networks create interference, and the signal seems weaker.
- 🔌 Testing near the router - will show an excellent signal, but will not reflect the real situation in other rooms.
- 🔄 Ignoring the channel — even with a strong signal (
-40 dBm) a congested channel will reduce speed.
🔹 The right approach:
- Check the signal in the places where you usually work.
- Take measurements at different times of the day.
- Compare metrics
dBmand channel congestion.
If after all checks the signal remains weak (-75 dBm and below), and the router is in another room, the only reliable solution is to lay a network cable or install a Mesh system.
FAQ: Frequently Asked Questions
🔍 Why is the signal on my laptop weaker than on my phone?
This is due to several factors:
- 📱 Smartphone antennas often more powerful and located closer to the body.
- 🖥️ Laptop Wi-Fi adapter may be outdated (eg
802.11nvs802.11acon the phone). - 🔋 Energy saving — Windows Sometimes limits the adapter's power to save battery.
🔹 Solution: Disable power saving mode for the adapter in Device Manager (adapter properties → Power Management).
📶 Is it possible to increase signal strength programmatically?
Yes, but with some reservations:
- 🖥️ In Windows you can change the parameter "Tx Power" through Device Manager, but not all adapters support this.
- 🐧 In Linux use the command:
sudo iwconfig wlan0 txpower 20(Where
20— power indBm, the maximum value depends on the adapter).
⚠️ Risk: Exceeding factory settings may cause the adapter to overheat or violate local radiation regulations.
🔄 Why does the signal disappear and then reappear?
Reasons for unstable signal:
- 📡 Automatic channel switching router (turn off
Auto Channelin the settings). - 🔌 Interference from other devices (microwaves, wireless headphones, baby monitors).
- 🖥️ Driver problems adapter (update or roll back the driver).
- 🔋 Energy saving - disable the option
"Allow the computer to turn off this device to save power"in the adapter properties.
🛠️ How do I check the signal on a laptop without connecting to the network?
If your laptop isn't connected to Wi-Fi, but you want to see the signal strength of all available networks:
- 🖥️ In Windows use the command:
netsh wlan show networks mode=bssid(will show all networks with signal levels).
- 🐧 In Linux:
sudo iwlist wlan0 scanning | grep Signal - 📱 On macOS hold
Option (⌥)and click on the Wi-Fi icon - you will see all the networksRSSI.
📊 Which programs show the signal in real time?
The following are suitable for monitoring the signal level in the speaker:
- 🖥️ Acrylic Wi-Fi (Windows) - graphs of signal, channels and speed.
- 🐧 Wavemon (Linux) - a text interface with real-time data updates.
- 📱 WiFi SweetSpots (Android/iOS) — construction of a coverage map.
🔹 Advice: For long-term monitoring use NetSpot in mode "Survey" - it saves the history of changes.