If you are looking for a quick dB converter answer for the most common bench queries, here are the direct numbers. Converting 20 dB to a multiplier yields a 100x power ratio or a 10x voltage/current ratio. Converting 30 dBm to absolute power yields exactly 1 Watt. Converting 3 dB yields a 2x power ratio (or 1.414x voltage). The decibel is a logarithmic ratio, meaning the exact numeric answer depends entirely on whether you are measuring power (using a divisor of 10) or voltage/current (using a divisor of 20), and whether your unit includes an absolute reference like dBm or dBW.

The Core dB Ratio Formulas (Power vs. Voltage)

The most common mistake hobbyists and junior techs make is using the wrong formula for the physical quantity they are measuring. Power scales linearly with the square of voltage. Because the decibel is fundamentally a power ratio, we must double the logarithmic multiplier when converting voltage or current to maintain mathematical consistency.

Power Ratio Formula: Ratio = 10^(dB / 10)
Substituted for 20 dB: 10^(20 / 10) = 10^2 = 100
Voltage/Current Ratio Formula: Ratio = 10^(dB / 20)
Substituted for 20 dB: 10^(20 / 20) = 10^1 = 10

When you are tuning an amplifier or measuring filter attenuation on an oscilloscope, you are usually looking at voltage. A -6 dB drop on your scope means the voltage is cut in half, but the power delivered to the load is cut to one-quarter (-6 dB power).

Neighboring Values: 16 dB to 24 dB Conversion Table

Here is a precise breakdown for the ±20% range around the common 20 dB benchmark. This is highly useful when reading analog VU meters or estimating gain on a signal generator with a stepped attenuator.

Decibels (dB) Power Ratio (x) Voltage/Current Ratio (x)
16 dB39.816.310
17 dB50.127.079
18 dB63.107.943
19 dB79.438.913
20 dB100.0010.000
21 dB125.8911.220
22 dB158.4912.589
23 dB199.5314.125
24 dB251.1915.849

Absolute Power: dBm and dBW to Watts Converter

While "dB" is strictly a ratio between two arbitrary values, adding a letter suffix anchors it to a fixed physical reference. The most common absolute unit on the bench is dBm, which references exactly 1 milliwatt (0.001 Watts). This assumption fixes the answer: 0 dBm is always 1 mW, regardless of the circuit, though the actual voltage required to achieve 1 mW will shift based on impedance.

Below is a data-dense reference table for converting dBm to Watts and dBW to Watts. This covers the typical output range of RF signal generators, Wi-Fi transmitters, and audio amplifiers.

dBm Watts (W) Milliwatts (mW) dBW
0 dBm0.001 W1 mW-30 dBW
10 dBm0.01 W10 mW-20 dBW
20 dBm0.1 W100 mW-10 dBW
30 dBm1.0 W1,000 mW0 dBW
40 dBm10 W10,000 mW10 dBW
50 dBm100 W100,000 mW20 dBW
60 dBm1,000 W (1 kW)1,000,000 mW30 dBW

Formula for dBm to Watts: Watts = 10^((dBm - 30) / 10). For a deeper dive into the mathematics of logarithmic amplifiers and RF measurements, the Analog Devices technical guide on demystifying decibels provides excellent silicon-level context.

Domain Shifts: Audio vs. RF and When Conversions Fail

A frequent point of failure on the bench is attempting to convert an absolute decibel unit (like dBm or dBu) into Volts without accounting for the domain's impedance assumption. Just as calculating Amps from Watts requires you to know if you are on a 120V or 240V circuit, converting dBm to Volts requires you to know your load impedance.

How the Voltage Shifts Across Domains

Using the formula V = sqrt(P * R), we can see how 0 dBm (1 milliwatt) translates to completely different voltages depending on the industry standard:

Domain Standard Impedance Voltage at 0 dBm Common Reference Unit
RF / Telecom 50 Ω 0.2236 V RMS dBm
Legacy Audio 600 Ω 0.7746 V RMS dBu / dBm
Pro Audio Bridged (High Z) 1.228 V RMS (at +4 dBu) dBu
Consumer Audio Bridged (High Z) 0.316 V RMS (at 0 dBV) dBV

If you feed a 50-ohm RF spectrum analyzer a signal that measures 0 dBm, it expects to see ~224 mV. If you feed a 600-ohm audio analyzer the exact same 0 dBm signal, it expects ~775 mV. The Rane Notes technical bulletin on audio decibels perfectly illustrates why the audio industry largely abandoned dBm in favor of dBu (which references 0.775V regardless of impedance) to avoid this exact confusion.

When is a dB Conversion Meaningless?

A conversion becomes mathematically meaningless when you attempt to convert a pure ratio (dB) into an absolute unit (Watts or Volts) without a known baseline. If a datasheet states an amplifier has "20 dB of gain," you cannot convert that to Watts. You can only state that the output power will be 100 times the input power. Furthermore, converting dBV to Watts is impossible without knowing the specific resistance of the load the voltage is being applied across.

Bench FAQ: Decibel Converter Edge Cases

Q: Why does my software defined radio (SDR) show -100 dBm when the antenna is disconnected?
A: This is the noise floor of the receiver's front-end low-noise amplifier (LNA) and the ADC's quantization noise. -100 dBm is 0.1 nanowatts. It is not an absolute zero; it is simply the thermal noise generated by the 50-ohm input termination at room temperature, amplified by the system's noise figure.

Q: If I cascade two amplifiers, one with 15 dB gain and one with 20 dB gain, how do I find the total gain?
A: This is the primary beauty of the decibel system. Because it is logarithmic, you do not multiply the ratios (which would be 31.6 x 100 = 3160). You simply add the decibels: 15 dB + 20 dB = 35 dB total gain. 35 dB equates to a power ratio of 3,162x.

Q: What does a negative dB value mean in a passive filter?
A: Negative dB indicates attenuation (loss). A -3 dB point on a low-pass filter is the "cutoff frequency." At this frequency, the voltage has dropped to 0.707 of its passband value, and the power has dropped to exactly 50% (half-power point).