DevGizmo
Back to Blog
electronics·

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.

decibelsdBdBmsignal-levelelectronicsaudio

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 valueWhat it means
2× power+3 dBDoubling of power
0.5× power−3 dBHalving of power
10× power+10 dB10× power increase
100× power+20 dB100× power increase
1000× power+30 dB1000× power increase
1× (no change)0 dBUnity gain

For voltage ratios:

Voltage ratiodB 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 valuePowerContext
+30 dBm1 WTypical Wi-Fi access point (max)
+20 dBm100 mWMaximum EIRP for 2.4GHz Wi-Fi in EU
+10 dBm10 mWTypical Bluetooth Class 1
0 dBm1 mWReference level
−10 dBm100 µWTypical Bluetooth Class 2
−70 dBm100 pWTypical Wi-Fi receive sensitivity
−100 dBm0.1 pWNear 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 SPLExample
0 dBThreshold of hearing
20 dBQuiet room
60 dBNormal conversation
85 dBProlonged exposure risk (OSHA)
110 dBRock concert
130 dBThreshold of pain
194 dBMaximum 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.

Try it yourself

Put these concepts into practice with the free online tool on DevGizmo.