You usually check the signal strength of your wireless connection on your phone or laptop by looking at how many bars or waves are highlighted in the GUI. This is a good approximation to know if your signal is weak or strong. However, if you need to measure the strength of your connection, for example at different locations in your home, then you need to know the actual metric.
dBm (decibel-milliwatts) is the commonly used metric to measure wifi signal strength or power.
If you check the technical specifications of your wireless router, you should find that it transmits at less than -20dBm
. Note that this a negative value. So, a value that looks bigger, like -50dBm
means a weaker signal.
If you put your phone or laptop right beside your wireless router, you should find the strength to be between -20dBm
and -30dBm
. This gives you an idea of the max strength you can realistically achieve with your home setup.
According to this page, you will need at least -70dBm
for browsing and -80dBm
is the farthest signal strength thats practically usable. At -90dBm
the signal is basically indistinguishable from noise.
To view the dBm signal strength of your wifi connection on your Android device, I highly recommend the open-source WiFiAnalyzer app. You can see the dBm signal strength of your and all other wifi connections from your phone with this app.
To view the dBm signal strength of your wifi connection on your Linux computer, just type iwconfig and note the Signal level field in the output:
$ iwconfig
wlp4s0 IEEE 802.11 ESSID:"my_wifi_network"
Mode:Managed Frequency:2.427 GHz Access Point: xx:xx:xx:xx:xx:xx
Bit Rate=65 Mb/s Tx-Power=22 dBm
Retry short limit:7 RTS thr:off Fragment thr:off
Power Management:on
Link Quality=42/70 Signal level=-68 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:96 Missed beacon:0
You can move around your laptop to different locations in your home and note the dBm values there. This can be useful if you want to decide on the optimal placement of your wifi router or if you are planning to get a wifi extender for your home.