Decibels Explained: dB, dBm, and dBW for Engineers
Decibels are a logarithmic unit used to express ratios of power, voltage, and signal levels. Learn how dB, dBm, and dBW work, how to convert between them, and why engineers use logarithmic scales.
Why Logarithms? The Case for Decibels
The human ear can detect sounds spanning a power range of roughly 10 trillion to one (10¹³:1). Working with numbers of that magnitude in linear arithmetic is unwieldy. The decibel system was invented by engineers at Bell Labs in the 1920s to express these huge ratios as manageable numbers on a logarithmic scale.
The core insight: logarithms compress multiplication into addition. Instead of saying "the signal is 1,000,000 times stronger", you say "the signal is 60dB higher". Instead of multiplying gain stages, you add their dB values.
The Decibel Definition
A decibel (dB) is one-tenth of a bel, defined as:
For Power Ratios
dB = 10 × log₁₀(P2 / P1)
For Voltage or Current Ratios
Since power is proportional to V² (P = V²/R), the factor becomes 20:
dB = 20 × log₁₀(V2 / V1)
The factor of 20 (rather than 10) ensures that a 3dB change represents the same power ratio whether you measure it in power or voltage terms.
Key Reference Values to Memorise
| Ratio (power) | dB value | What it means |
|---|---|---|
| 2× power | +3 dB | Doubling of power |
| 0.5× power | −3 dB | Halving of power |
| 10× power | +10 dB | 10× power increase |
| 100× power | +20 dB | 100× power increase |
| 1000× power | +30 dB | 1000× power increase |
| 1× (no change) | 0 dB | Unity gain |
For voltage ratios:
| Voltage ratio | dB value |
|---|---|
| 2× voltage | +6 dB |
| √2× voltage | +3 dB |
| 10× voltage | +20 dB |
| 0.5× voltage | −6 dB |
dBm: Power Relative to 1 Milliwatt
dBm expresses absolute power levels with 1 milliwatt (1mW) as the reference:
dBm = 10 × log₁₀(P_watts / 0.001)
= 10 × log₁₀(P_mW)
Common dBm reference points:
| dBm value | Power | Context |
|---|---|---|
| +30 dBm | 1 W | Typical Wi-Fi access point (max) |
| +20 dBm | 100 mW | Maximum EIRP for 2.4GHz Wi-Fi in EU |
| +10 dBm | 10 mW | Typical Bluetooth Class 1 |
| 0 dBm | 1 mW | Reference level |
| −10 dBm | 100 µW | Typical Bluetooth Class 2 |
| −70 dBm | 100 pW | Typical Wi-Fi receive sensitivity |
| −100 dBm | 0.1 pW | Near noise floor |
dBm is the standard unit in RF engineering, telecoms, and Wi-Fi network analysis. When your Wi-Fi analyser shows "−65 dBm signal strength", that's an absolute power measurement.
dBW: Power Relative to 1 Watt
dBW uses 1 watt as the reference:
dBW = 10 × log₁₀(P_watts)
dBW = dBm − 30 (since 1W = 1000mW, and log₁₀(1000) = 3 → 30dB)
dBW is used in broadcasting and satellite engineering where power levels are routinely in the kilowatt range. A 1kW broadcast transmitter is +30dBW (or +60dBm).
dBV: Voltage Relative to 1 Volt
dBV expresses voltage levels with 1 VRMS as the reference:
dBV = 20 × log₁₀(V_rms)
Used in audio engineering. Consumer audio line level is typically −10dBV (≈ 316mV). Professional audio line level is +4dBu (a slightly different reference).
Cascaded Gains: Why dB Makes Design Easy
When signals pass through multiple amplifier or filter stages, the total gain in linear arithmetic requires multiplication:
Total gain = G1 × G2 × G3 = 10 × 5 × 0.5 = 25
In dB, it's simply addition:
Total gain = G1(dB) + G2(dB) + G3(dB)
= +20dB + 14dB + (−6dB)
= +28dB
This additive property is why link budgets in RF system design are almost always performed in dBm.
Converting Between dB and Linear
dB to power ratio:
P2/P1 = 10^(dB/10)
dB to voltage ratio:
V2/V1 = 10^(dB/20)
Example: A signal has been attenuated by 13dB. What fraction of the original power remains?
Power ratio = 10^(−13/10) = 10^(−1.3) ≈ 0.050
About 5% of the original power remains — 95% has been lost.
Audio and Acoustics Applications
In acoustics, the reference for dB SPL (Sound Pressure Level) is 20 µPa — the threshold of human hearing. Common reference points:
| dB SPL | Example |
|---|---|
| 0 dB | Threshold of hearing |
| 20 dB | Quiet room |
| 60 dB | Normal conversation |
| 85 dB | Prolonged exposure risk (OSHA) |
| 110 dB | Rock concert |
| 130 dB | Threshold of pain |
| 194 dB | Maximum theoretical (atmospheric) |
A 10dB increase is perceived as roughly twice as loud by human listeners, even though it represents a 10× increase in acoustic power.
Common Misconceptions
"−3dB means half the signal" — Almost right. −3dB means half the power, but only 70.7% of the voltage (since V ∝ √P). The −3dB frequency of a filter is defined as the half-power point.
"0dB means no signal" — 0dB means the signal is exactly equal to the reference. In absolute scales (dBm, dBW), it means a specific power level (0dBm = 1mW). In relative terms, 0dB is unity gain (no change).
"dB adds in cascaded stages regardless of impedance" — Only true for matched impedances. When impedances differ between stages, voltage gain does not directly translate to power gain, and extra care is needed.
Use the Decibel Calculator
The Decibel Calculator on DevGizmo converts between dB, power ratios, and voltage ratios, and handles dBm and dBW conversions. Enter your value and reference to get instant results.