Free Space Path Loss (FSPL)

The fundamental propagation loss model for clear line-of-sight radio links.

What is Free Space Path Loss?

Free Space Path Loss (FSPL) is the signal attenuation that occurs as a radio wave propagates through free space — an idealized vacuum with no obstacles, reflections, or atmospheric effects. It models the spreading of electromagnetic energy as the wave expands outward from the transmit antenna.

FSPL is not caused by absorption or physical obstruction. It is purely a consequence of geometric spreading: as distance doubles, the signal power spreads over four times the area, reducing received power by 6 dB. This inverse-square relationship governs the loss, which also increases with frequency because higher-frequency signals are harder to capture with a given aperture antenna.

FSPL forms the baseline for every RF link budget calculation. Even in real-world environments, you compute FSPL first, then add extra margins for terrain, obstructions, and atmospheric effects.

Why Does It Matter?

FSPL is the single largest loss term in most wireless link budgets. For a 2.4 GHz Wi-Fi link at 1 km, FSPL alone is approximately 100 dB — meaning the transmitted power is reduced by a factor of 10 billion before reaching the receiver. Understanding FSPL allows engineers to:

Doubling the distance increases FSPL by approximately 6 dB. Halving the distance decreases FSPL by approximately 6 dB. A 3 dB FSPL change corresponds to about a 1.41× distance change. Engineers routinely use this fact when trading off range vs. frequency vs. antenna gain.

Quick FSPL Calculator

Formula Used by LinkBudgetPro

\[ \text{FSPL} = 32.44 + 20\log_{10}(d_{\text{km}}) + 20\log_{10}(f_{\text{MHz}}) \quad [\text{dB}] \]

where \(d\) = link distance in km, \(f\) = frequency in MHz · Constant 32.44 derived from \(20\log_{10}(4\pi/c \times 10^9)\)

This is the standard Friis free-space path loss formula expressed with the constant 32.44, which applies when distance is in kilometers and frequency is in MHz. Note: some references cite 32.45 due to rounding; this site uses 32.44 as derived directly from the speed of light.

Parameter Explanation

Parameter Symbol Unit Description
DistancedkmOne-way path length between transmitter and receiver antennas
FrequencyfMHzRF center frequency of the transmitted signal
Free Space Path LossFSPLdBTotal propagation loss due to geometric spreading in free space
Speed of Lightcm/s299,792,458 m/s — determines wavelength at given frequency
Wavelengthλmλ = c / f — effective capture aperture scales with wavelength

Worked Example

Calculate FSPL for a 5.8 GHz drone video link at 500 m range:

Given: f = 5800 MHz, d = 0.5 km
FSPL = 32.44 + 20·log₁₀(0.5) + 20·log₁₀(5800)
FSPL = 32.44 + 20·(−0.301) + 20·(3.763)
FSPL = 32.44 + (−6.02) + 75.26
FSPL = 101.68 dB
At 1 km: FSPL = 32.44 + 0 + 75.26 = 107.70 dB (+6 dB for 2× distance)

When Should You Use It?

Avoid using FSPL alone when antennas are close to the ground (use the Two-Ray model), or when significant obstructions exist in the path (use Fresnel zone analysis).

Related Calculations

Ready to calculate FSPL for your link? Enter your frequency and distance in the full calculator.

Open Full RF Link Budget Calculator