The Antenna Coverage Calculator predicts signal footprint and received power over distance using frequency, EIRP, height, and terrain losses.
Report an issue
Spotted a wrong result, broken field, or typo? Tell us below and we’ll fix it fast.
What Is a Antenna Coverage Calculator?
An Antenna Coverage Calculator estimates the maximum distance or area where a receiver can decode a signal with acceptable quality. It combines transmitter power, antenna gains, frequency, and losses with a propagation model. The core idea is a link budget: add gains, subtract losses, and compare the received power to a target threshold.
This tool does not guess blindly. It uses standard radio equations to translate physical parameters into coverage. You can model free-space, add margins for obstacles, or adapt to indoor and urban cases. The result guides antenna selection, placement, and height, long before you install hardware.

Formulas for Antenna Coverage
The calculator uses a few well-known formulas from radio physics. These link power flow, distance, and frequency. The constants and variables appear in linear and logarithmic (decibel) forms.
- Friis transmission (linear): Pr = Pt × Gt × Gr × (λ / (4πd))², valid in the far field with clear line of sight.
- Link budget (decibel form): Pr(dBm) = Pt(dBm) + Gt(dBi) + Gr(dBi) − Lfs(dB) − Lmisc(dB).
- Free-space path loss (FSPL): Lfs(dB) = 32.44 + 20 log10(fMHz) + 20 log10(dkm), where fMHz is frequency in MHz and dkm is distance in km.
- Receiver threshold test: Pr(dBm) ≥ Sens(dBm) + FM(dB), where Sens is receiver sensitivity and FM is fade margin.
- Thermal noise floor (optional): N(dBm) = −174 dBm/Hz + 10 log10(BHz) + NF(dB), where B is bandwidth and NF is noise figure.
Solving the link budget for distance gives a direct coverage estimate. For free-space, rearrange to dkm = 10^((Pt + Gt + Gr − Lmisc − Sens − FM − 32.44 − 20 log10(fMHz)) / 20). The calculator performs this derivation automatically and can add extra path loss terms for real environments.
How the Antenna Coverage Method Works
Coverage is a comparison between what the transmitter delivers and what the receiver needs. The method computes available received power over distance and checks if it meets the target. It relies on constants like the speed of light and on variables such as frequency and antenna gain.
- Compute EIRP: Effective radiated power after transmit-side gains and losses.
- Estimate propagation loss with a model (free-space, indoor, urban macro, or a custom exponent).
- Add receive-side antenna gain and subtract any connector, cable, or polarization losses.
- Compare received power to receiver sensitivity plus a fade margin for reliability.
- Iterate over distance until the received power falls to the threshold; that distance is the coverage limit.
Because path loss depends on frequency and distance, small changes in either can shift results by many decibels. The calculator lets you tune variables and immediately see how coverage grows or shrinks.
What You Need to Use the Antenna Coverage Calculator
You only need a handful of inputs to get a reliable first-pass estimate. Gather the radio basics and a few environment details. The calculator uses them to build the link budget and perform the derivation.
- Frequency (MHz or GHz).
- Transmit power (W or dBm) and transmit antenna gain (dBi).
- Receive antenna gain (dBi) and any cable/connector losses (dB).
- Receiver sensitivity (dBm) at the intended bandwidth and modulation.
- Fade margin (dB) to buffer against fading, shadowing, and interference.
- Propagation model or environment factor (free-space, indoor, urban, or path-loss exponent).
Typical ranges: consumer radios transmit 10–30 dBm; base stations 40–50 dBm. Antenna gains vary from 0 dBi (omni) to 30+ dBi (dish). Fade margins of 10–25 dB are common. If you do not know sensitivity, use the vendor’s datasheet or estimate from noise floor plus required SNR; the calculator can help with both.
How to Use the Antenna Coverage Calculator (Steps)
Here’s a concise overview before we dive into the key points:
- Choose the propagation mode: free-space, outdoor urban/suburban, or indoor.
- Enter frequency and transmit power; pick units and confirm they match.
- Enter transmit and receive antenna gains and any cable or connector losses.
- Enter receiver sensitivity and select a fade margin appropriate for reliability.
- Optionally set bandwidth and noise figure to compute sensitivity from SNR needs.
- Run the calculation and read the maximum distance; adjust variables to test scenarios.
These points provide quick orientation—use them alongside the full explanations in this page.
Example Scenarios
Outdoor point-to-point at 2.4 GHz: a small access point transmits 20 dBm with a 5 dBi panel, 2 dB of cable loss, to a client with 2 dBi gain. Sensitivity is −90 dBm and fade margin is 10 dB. The budget allows a total free-space loss of about 105 dB. Using Lfs = 32.44 + 20 log10(2400) + 20 log10(dkm), the distance comes out near 1.8 km in clear line of sight. What this means: the link can span kilometers only under clean LOS; foliage, buildings, or indoor walls will reduce this sharply.
Suburban macro at 700 MHz: a base transmits 43 dBm with 15 dBi sector gain and 3 dB of losses, to a handset with 0 dBi. Sensitivity is −100 dBm and fade margin is 15 dB. The raw budget allows 140 dB path loss, but we add a 30 dB shadowing/clutter margin, leaving 110 dB for free-space loss. At 700 MHz, 110 dB corresponds to about 10.8 km. What this means: practical coverage is on the order of 5–15 km for this setup, bounded by clutter and the radio horizon.
Assumptions, Caveats & Edge Cases
Coverage math is only as accurate as the model and inputs. Real environments introduce variability that no closed-form equation can capture perfectly. Keep these limits in mind when interpreting results.
- Far-field assumption: Friis holds when distance exceeds roughly 2D²/λ (D = largest antenna dimension).
- Line of sight and Fresnel clearance: partial obstruction can cost 6–20 dB or more.
- Environment variability: path-loss exponent and shadowing vary block to block and hour to hour.
- Polarization and alignment: cross-polarization or mispointing can add double-digit losses.
- Regulatory limits: EIRP caps may force you to reduce gain or power, shrinking coverage.
Use fade margin to absorb fading and modeling errors. For projects where reliability is critical, validate with on-site measurements or ray-tracing and revisit the derivation with measured constants and variables.
Units and Symbols
Units matter because the formulas mix linear and logarithmic quantities. Converting MHz to Hz or W to dBm changes the math. The table below lists common symbols and typical units used in coverage calculations.
| Symbol | Meaning | Typical units |
|---|---|---|
| Pt | Transmit power | W, mW, dBm |
| Gt, Gr | Transmit and receive antenna gain | dBi |
| Lfs | Free-space path loss | dB |
| f | Carrier frequency | MHz, GHz |
| d | Link distance | m, km |
| λ | Wavelength (λ = c/f) | m |
To convert power, use P(dBm) = 10 × log10(PmW). Gains and losses add in dB; linear powers multiply. Constants like c ≈ 3.00×10⁸ m/s and Boltzmann’s k ≈ 1.38×10⁻²³ J/K appear in derivations for wavelength and noise floor, respectively.
Troubleshooting
If your result looks too good to be true or far too pessimistic, check the basics first. Most issues trace back to unit mismatches or a missing loss term. The list below targets common pitfalls.
- Frequency units: did you enter MHz but assume Hz in the formula?
- Power units: mixing W and dBm without conversion yields nonsense.
- Loss inventory: include both transmit and receive cable/connector losses.
- Fade margin: zero margin makes ranges look unrealistically long.
- Environment: free-space in a dense city exaggerates coverage; pick a realistic model.
Still stuck? Try halving and doubling one variable at a time to see which term moves the result most. This sensitivity check points to the input that needs better measurement or a different assumption.
FAQ about Antenna Coverage Calculator
Does the calculator account for buildings, trees, or terrain?
It uses propagation models and margins to approximate those effects. For precise results in complex terrain, add conservative fade margins or validate with site surveys.
How much fade margin should I use?
Use 10–15 dB for stable line-of-sight links, 15–25 dB for outdoor NLOS or urban links, and even more for indoor clutter.
Should I enter power in watts or dBm?
Either is fine. The tool converts automatically. Remember P(dBm) = 10 × log10(PmW) and P(W) = 10^((P(dBm) − 30)/10).
Will antenna height change coverage?
Yes. Height improves line of sight and clears Fresnel zones, reducing loss. The radio horizon often limits range even when the link budget looks generous.
Key Terms in Antenna Coverage
Free-Space Path Loss
The ideal loss from geometric spreading in unobstructed line of sight. It grows with the square of distance and with frequency, and sets the best-case baseline.
Effective Isotropic Radiated Power
The power a transmitter would radiate if it used a perfect isotropic antenna. It combines transmit power, antenna gain, and transmit-side losses into one term.
Receiver Sensitivity
The minimum signal level the receiver can decode for a target data rate and error rate. It depends on bandwidth, noise figure, and required SNR.
Fade Margin
An extra buffer in decibels to withstand fading, shadowing, and modeling error. A larger margin buys reliability at the cost of reduced range.
Noise Floor
The sum of thermal noise and receiver noise, often estimated as −174 dBm/Hz plus 10 log10 of bandwidth and the noise figure.
Fresnel Zone
The volume around the line of sight where obstacles cause phase-canceling diffraction. Keeping the first Fresnel zone clear reduces deep fades.
Line of Sight
A direct, unobstructed path between antennas. It maximizes received power and makes free-space models most accurate.
Path-Loss Exponent
A parameter that steepens or softens loss with distance in empirical models. Values range near 2 outdoors in LOS to 3–5 in urban or indoor settings.
References
Here’s a concise overview before we dive into the key points:
- Friis transmission equation overview
- ITU-R P.525: Free-space attenuation
- Okumura–Hata path loss model
- Fresnel zone explanation
- Link budget concept and equations
- 3GPP TR 38.901: Radio propagation channel models
These points provide quick orientation—use them alongside the full explanations in this page.