WiFi Signal Strength Calculator

Understanding WiFi signal strength helps you plan access point placement, diagnose connectivity problems, and decide whether a mesh network or range extender is needed. Signal strength is measured in dBm (decibels relative to one milliwatt), a logarithmic scale where values closer to zero indicate a stronger signal. A signal of -30 dBm is excellent; -80 dBm is the practical edge of usability for most devices. This calculator uses the free-space path loss (FSPL) model, which describes how radio signal power diminishes with distance in an unobstructed environment. The FSPL formula combines distance, frequency, and the speed of light to calculate signal attenuation in decibels. Subtracting this loss from the router's transmit power gives the estimated received signal level at a given distance. The calculator also works backward to find the maximum distance at which your router can deliver a "Good" signal (-60 dBm threshold). Note that real indoor environments have additional losses from walls, floors, furniture, and interference from other devices and networks. The free-space result should be treated as the best-case scenario; actual indoor coverage will be worse. For accurate indoor coverage mapping, use a WiFi analyzer app that measures RSSI directly at each location.

Router transmit power (typical: 17 to 30 dBm)
Select WiFi frequency band
Distance from router to device
Received signal--
Signal quality--
Path loss (FSPL)--
Max "Good" range--

How WiFi signal strength is calculated

The free-space path loss (FSPL) model calculates signal attenuation based on distance and frequency alone, assuming no physical obstacles. The received signal is the transmit power minus the FSPL.

FSPL (dB) = 20 * log10(d) + 20 * log10(f) - 147.55
where d = distance in metres, f = frequency in Hz

Received signal (dBm) = transmit power (dBm) - FSPL (dB)

Max "Good" range (m) = 10 ^ ((Tx - (-60) - 20*log10(f) + 147.55) / 20)
where Tx = transmit power in dBm, threshold = -60 dBm

Worked example: 20 dBm transmit power, 2.4 GHz, 10 metres

  1. f = 2,400,000,000 Hz
  2. FSPL = 20 * log10(10) + 20 * log10(2.4e9) - 147.55
  3. FSPL = 20 + 20 * 9.38 - 147.55 = 20 + 187.6 - 147.55 = 60.05 dB
  4. Received signal = 20 - 60.05 = -40.05 dBm (Excellent)

Signal quality reference

Signal (dBm)QualitySuitable for
Above -50ExcellentAll applications, HD video, gaming
-50 to -60GoodVideo streaming, VoIP, fast browsing
-60 to -70FairWeb browsing, email, light streaming
-70 to -80PoorBasic browsing only, frequent drops
Below -80UnusableConnection unreliable or unavailable

WiFi signal strength: frequently asked questions

What do dBm values mean for WiFi signal quality?

dBm is a logarithmic unit expressing power relative to one milliwatt. For WiFi, received signal strength (RSSI) is always a negative number: the closer to zero, the stronger the signal. A signal of -30 dBm is excellent and typically only achievable very close to the router. -50 dBm is considered excellent for most applications. -60 dBm is good for streaming video. -70 dBm is fair and suitable for web browsing. -80 dBm is poor and may cause dropped connections. Below -80 dBm is generally unusable for reliable communication.

Why does 5 GHz WiFi have shorter range than 2.4 GHz?

Higher frequency radio waves experience greater free-space path loss over the same distance than lower frequency waves. The free-space path loss formula shows that loss increases by 20 dB for every decade of frequency. 5 GHz is roughly twice the frequency of 2.4 GHz, which means approximately 6 dB more path loss at the same distance. In practical terms, 5 GHz has about 20 to 30% less range than 2.4 GHz from the same router, but it offers more available channels and faster maximum speeds when you are within range.

How does wall attenuation affect WiFi range?

This calculator uses the free-space path loss model, which assumes no obstructions. In real indoor environments, walls, floors, furniture, and other obstacles add signal attenuation on top of the free-space loss. A typical interior plasterboard wall adds 3 to 5 dB of attenuation. A concrete or brick wall adds 10 to 15 dB. A floor or ceiling between levels adds 10 to 20 dB. To estimate practical indoor range, subtract these additional losses from the calculated received signal level. Alternatively, use a WiFi analyzer app to measure actual RSSI at specific locations in your building.

What is RSSI and how does it relate to dBm?

RSSI (Received Signal Strength Indicator) is a relative scale used by WiFi chipset manufacturers to represent signal strength. Different vendors use different RSSI scales (commonly 0 to 100, or 0 to 255), so RSSI values are not directly comparable between devices. Most operating systems and WiFi analyzer tools convert RSSI to dBm for a standardised reading. This calculator uses dBm directly, which is the universally comparable unit for received signal power.

When should I use a mesh network instead of extending WiFi range?

A mesh network uses multiple access points that communicate with each other to create seamless coverage across a large area. It is the preferred solution when a single router cannot cover your space, when there are thick walls or multiple floors, or when you need consistent signal in specific rooms far from the router. Unlike WiFi extenders or repeaters, mesh nodes use dedicated backhaul channels to avoid the bandwidth halving that affects traditional repeaters. Mesh systems are particularly effective when the inter-node links can use 5 GHz or a wired backhaul.

Sources and methodology

  • FCC: fcc.gov (RF propagation and transmit power rules).
  • IEEE 802.11 standard (WiFi): ieee.org.

Reviewed by the CalculatorHub team, edited by James Graham, 14 June 2026. See our methodology. Results are based on the free-space path loss model only and represent best-case outdoor conditions. Indoor signal will be lower due to wall attenuation, interference, and multipath effects.