Bluetooth Range Estimator
Estimate the effective range of Bluetooth devices based on version, class, and environment.
Plan your Bluetooth installations.
Bluetooth range is one of the most misunderstood specifications in consumer electronics. Manufacturers quote a theoretical maximum measured outdoors with a clear line of sight and nothing else on the band. Indoors you will see a fraction of it, and the fraction depends far more on what is between the two devices than on which Bluetooth version they run.
Bluetooth versions and their range:
Bluetooth Classic (used for audio, headphones, speakers):
- Class 1 (100mW): up to 100m outdoor line-of-sight
- Class 2 (2.5mW): up to 10m, most consumer devices (earbuds, speakers)
- Class 3 (1mW): up to 1m, rare today
Bluetooth 4.x / 5.x (BLE: Bluetooth Low Energy):
- BLE 4.0/4.1/4.2: up to 50 to 100m outdoor line-of-sight
- BLE 5.0: up to 200 to 400m outdoor line-of-sight at the lowest data rate
- BLE 5.1/5.2/5.3: further improvements in speed, not necessarily range
Mesh is not a longer link, it is more links. Bluetooth mesh does not push a single radio hop further than BLE 5 manages on its own. It relays through every node on the network, so a house with a dozen mesh bulbs in it has coverage everywhere even though no individual hop is long. The figure this calculator gives for mesh is the range of one hop; the useful coverage is that multiplied by however many relays you have between the two ends.
Why real range differs from spec:
The theoretical range assumes:
- Line-of-sight (no obstructions)
- No interference from other 2.4 GHz devices
- Full antenna efficiency on both devices
- Both devices at rated power output
Real-world attenuation factors:
- Concrete/brick wall: -10 to -15 dB per wall (significant range reduction)
- Drywall/wood wall: -3 to -5 dB
- Metal (rebar, aluminum framing): -20 dB+ (severe attenuation)
- Human body: -3 to -6 dB (why range drops when you put your phone in your pocket)
- Microwave ovens / WiFi routers: 2.4 GHz interference can degrade range
- Bluetooth mesh (BT 5.x): Multiple devices can extend effective network coverage significantly
The free-space path loss formula: FSPL (dB) = 20 × log₁₀(d) + 20 × log₁₀(f) + 20 × log₁₀(4π/c)
At 2.4 GHz, this simplifies to roughly: for every doubling of distance, signal strength drops by 6 dB (inverse square law).
Turning wall dB into lost range
Because 6 dB is one doubling of distance, the arithmetic runs the other way too: a wall that costs 6 dB halves your range, and one that costs 12 dB quarters it. The general form is range multiplier = 10^(-dB / 20), so a 5 dB drywall partition leaves 56% of the range, a 10 dB brick wall leaves 32%, and a 20 dB metal-framed wall leaves 10%.
Walls stack multiplicatively, not by subtraction. Three drywall partitions at 5 dB each cost 15 dB in total, which is 0.56 × 0.56 × 0.56, or 18% of the open-air range. This is why the third wall hurts far less in absolute meters than the first one did, and why “one more room” is often the difference between a connection that works and one that does not.
Practical tips for better Bluetooth range:
- Keep devices with clear line-of-sight when possible
- Minimize the number of walls between devices
- Place transmitting devices higher up (reduces multipath interference)
- Avoid placing Bluetooth devices near microwaves, WiFi routers, or baby monitors (all use 2.4 GHz)
How we build and check this calculator
This calculator runs entirely in your browser, so the numbers you enter stay on your device. The math behind it is written by hand and tested against worked examples and standard references before the page goes live.
SuperGlobalCalculator is independently built and maintained. See how we build and verify our calculators.