If you are looking for the baseline dB to dBm conversion: 0 dBm equals exactly 1 milliwatt (mW), and 30 dBm equals exactly 1 Watt (1000 mW). Because decibels (dB) represent a relative ratio and dBm represents an absolute power level anchored to 1 mW, you do not mathematically "convert" between them directly. Instead, you add or subtract dB (gain or loss) from a dBm baseline. For example, a 20 dBm signal passing through a 3 dB attenuator results in an output of 17 dBm.

Core Formula: P(mW) = 10(P(dBm) / 10)
Substituted Example (20 dBm): P = 10(20 / 10) = 102 = 100 mW

Neighboring Values: ±20% Range Around 20 dBm

When designing RF front-ends or setting signal generator levels, you rarely land on exact decade markers. Here is the localized conversion table for a ±20% power variance around the common 20 dBm (100 mW) benchmark:

Power (dBm)Power (mW)Variance from 100mW
16 dBm39.81 mW-60.1%
18 dBm63.10 mW-36.9%
20 dBm100.00 mWBaseline
22 dBm158.49 mW+58.5%
24 dBm251.19 mW+151.2%

Comprehensive dBm to Watts Conversion Chart

The following data-dense reference chart covers the standard operating ranges for spectrum analyzers, RF amplifiers, and audio test equipment. Keep this bookmarked for quick bench reference.

dBmMilliwatts (mW)Watts (W)Common Application Context
-100 dBm0.0000001 mW100 fWGPS receiver sensitivity floor
-73 dBm0.00005 mW50 pWS-meter S9 reference (HF radio)
-30 dBm0.001 mW1 µWTypical BLE/WiFi sniffing threshold
0 dBm1.0 mW0.001 WStandard RF reference level
10 dBm10.0 mW0.01 WLow-power VCO output
20 dBm100.0 mW0.1 WStandard signal generator max output
30 dBm1,000.0 mW1.0 WHandheld UHF/VHF transmitter
40 dBm10,000.0 mW10.0 WMobile base station RF output
50 dBm100,000.0 mW100.0 WHF amateur radio amplifier

The Impedance Assumption: 50Ω vs 75Ω vs 600Ω

A frequent point of confusion arises when engineers attempt to convert dBm into RMS voltage. This is where the fixing assumption comes into play. The reference impedance fixes the voltage answer.

Unlike AC mains power calculations where 120V vs 230V or an unknown power factor (pf) shifts your real power (Watts), dBm operates entirely in the low-voltage RF and audio domain. Mains voltage and power factor are meaningless here. Instead, the voltage developed by a specific dBm level shifts drastically depending on the characteristic impedance of your transmission line or circuit:

  • 50Ω (Standard RF): A 0 dBm (1 mW) signal develops 0.224V RMS across a 50-ohm load. This is the universal assumption for spectrum analyzers, oscilloscopes with 50-ohm terminations, and WiFi/cellular hardware.
  • 75Ω (Video/Cable): That same 0 dBm signal develops 0.274V RMS across a 75-ohm load. If you are testing cable TV amplifiers or SDI video lines, using 50-ohm math will result in a 0.4 dB measurement error.
  • 600Ω (Pro Audio): In legacy and professional audio, 0 dBm develops 0.775V RMS across 600 ohms. (Note: This specific voltage is also the anchor point for the dBu scale).
Voltage Conversion Formula: VRMS = √(P(mW) × R / 1000)
Example (10 dBm into 50Ω): 10 dBm = 10 mW. V = √(10 × 50 / 1000) = √0.5 = 0.707V RMS

When the Conversion is Meaningless

Just as calculating real AC Watts is meaningless if the power factor (pf) is unknown, converting a raw dB value to dBm is meaningless without a known reference power.

Decibels (dB) are dimensionless. They describe a ratio, a multiplier, or a loss. If a datasheet states an LNA (Low Noise Amplifier) has "15 dB of gain," you cannot state its output in dBm unless you know the absolute power of the input signal.

  • Meaningless: "Convert 15 dB to dBm." (15 dB is a ratio. 15 times what?)
  • Meaningful: "A -40 dBm signal passes through a 15 dB amplifier." (-40 dBm + 15 dB = -25 dBm output).

Furthermore, attempting to apply dBm to high-voltage AC mains (e.g., measuring a 120V/230V 3-phase motor draw) is technically possible but practically absurd. A 1500W motor draws roughly 61.7 dBm. The dBm scale is optimized for the micro-watt to kilo-watt range in signal processing, not for utility power distribution. For further reading on logarithmic signal scaling, the National Instruments guide on decibels provides excellent context on when to use dBV versus dBm.

FAQ: Common RF Power Conversion Questions

Why does every 3 dB change double or halve the power?

Because the decibel scale is logarithmic base-10. A 3 dB increase represents a multiplication factor of 10(3/10), which equals 1.995 (effectively 2). Therefore, 20 dBm (100 mW) + 3 dB = 23 dBm (~200 mW). This rule of thumb is critical for quickly estimating link budgets on the bench without a calculator.

What is the difference between dBm and dBW?

The only difference is the reference anchor. dBm is referenced to 1 milliwatt. dBW is referenced to 1 Watt. Therefore, 0 dBW = 30 dBm. You will typically see dBW used in satellite communications and high-power radar systems where writing "60 dBm" is less intuitive than writing "30 dBW" (1000 Watts).

Can dBm be negative?

Yes, and it frequently is in receiver design. A negative dBm value simply means the power is less than 1 milliwatt. For example, -10 dBm is 0.1 mW (100 µW), and -100 dBm is 0.0000001 mW (100 femtowatts). Modern software-defined radios (SDRs) routinely detect signals down to -120 dBm or lower.