Article — dBm to Watts Converter (RF Power)
The dBm to Watts Converter
dBm is decibels relative to one milliwatt, so 0 dBm equals exactly 1 mW. The dBm to watts formula is P(W) = 10^((dBm − 30) / 10). That gives 20 dBm = 100 mW = 0.1 W, 30 dBm = 1 W, and 46 dBm ≈ 40 W. The −30 shift comes from the fact that 1 W = 30 dBm.
Almost every radio in your life — WiFi router, phone, smart speaker, car key fob, ham radio — quotes its transmit power and received signal strength in dBm. The unit is logarithmic, which makes it strange the first time but indispensable once you do RF math regularly. A single sheet of paper of dBm reference values covers the entire dynamic range from a cell phone receiver to a broadcast transmitter.
What is dBm?
dBm stands for decibels relative to one milliwatt. The "m" attaches the otherwise-relative decibel scale to a fixed reference (1 mW). Because the scale is logarithmic, a signal that is one thousand times stronger than the reference reads as 30 dBm, not 1,000-something. That compression is what makes dBm useful — and what makes it confusing if you have never met logarithms.
The scale runs negative for signals weaker than 1 mW. A typical WiFi receiver sees the access point at somewhere between −40 and −80 dBm, which corresponds to fractions of a microwatt of actual electrical power. The transmitter putting that signal out is at +20 dBm (100 mW), so the path loss between transmitter and receiver in a normal apartment is 60–100 dB — that is, six to ten orders of magnitude.
The "deci" in decibel makes the unit one-tenth of a Bel — the original unit invented at Bell Labs in the 1920s to measure attenuation on telephone lines. The Bel turned out to be too coarse, so engineers split it into ten parts and the decibel became the working unit. Almost no one uses the full Bel.
The dBm to watts formula
The conversion from dBm to watts is one exponent and one subtraction:
dBm → W P(W) = 10^((dBm−30)/10)W → dBm dBm = 10 log₁₀(W) + 30dBm → mW P(mW) = 10^(dBm/10)dBm → dBW dBW = dBm − 30The −30 shift in the dBm-to-watts version is there because 1 watt equals 1,000 milliwatts, and 10 × log₁₀(1,000) = 30. Drop the −30 and you get the dBm-to-milliwatts version, which is sometimes more convenient when working with small consumer radios.
The 3 dB rule and quick mental math
RF engineers almost never reach for a calculator for routine link math. They use two rules:
- +3 dB = roughly ×2 (exact 10^0.3 = 1.995)
- +10 dB = exactly ×10
- −3 dB = ÷2
- −10 dB = ÷10
- +6 dB = ×4 (two +3 dB stacked)
- +20 dB = ×100 (two +10 dB stacked)
Combine them to convert almost any dBm value to watts in your head. Want 23 dBm in watts? That is 30 dBm − 7 dB, which is 1 W cut by ~7 dB. 7 dB is about ×0.2 (because 10 dB cuts to ×0.1 and 3 dB doubles it back), so 23 dBm ≈ 0.2 W. Exact answer: 199.5 mW. Close enough for any link budget.
dBm in WiFi, cellular, and Bluetooth
Almost every common radio system quotes power in dBm. The values cluster around predictable ranges set by regulators (FCC, ETSI) and by the physics of small portable devices.
- Bluetooth Class 3 0 dBm (1 mW) — earbuds and wearables
- Bluetooth Class 2 4 dBm (~2.5 mW) — most phones and laptops
- Bluetooth Class 1 20 dBm (100 mW) — long-range modules
- Consumer WiFi router 20 dBm (100 mW) — typical FCC ceiling for 2.4 GHz
- Mobile phone 23 dBm (200 mW) peak transmit
- Cellular macro tower 43–46 dBm (20–40 W) per sector
- FM radio translator 40–60 dBm (10 W to 1 kW)
dBm vs dBW — when each is used
The relationship between dBm and dBW is straightforward: subtract 30 from dBm to get dBW. Both measure the same thing — RF power on a log scale — but anchor it to different references. The choice depends on the typical power range in a given field.
Low-power devices stick to dBm because the numbers stay sensible. A WiFi router at 20 dBm reads better than −10 dBW. High-power broadcast and satellite engineers prefer dBW because their values are large positive numbers in that scale — a 1 kW transmitter is 30 dBW or 60 dBm, and the dBW form is easier to skim.
If you are reading a datasheet and the units jump between dBm and dBW, just remember 30 dBm = 0 dBW = 1 W. The whole conversion is a constant shift; no formula required.
dBm in link budgets and path loss
A link budget is the running total of signal strength as it travels from transmitter to receiver. Because everything is in dB, the calculation is pure addition and subtraction:
received dBm = transmit dBm + antenna gain (dBi) − cable loss (dB) − path loss (dB) + receive antenna gain (dBi) − receive cable loss (dB)
Free-space path loss is the biggest term. The formula FSPL = 20 log₁₀(4π d / λ) gives the loss between two isotropic antennas. At 2.4 GHz over 10 m, FSPL is roughly 60 dB; at 100 m it is 80 dB. That is why a 20 dBm router sounds the receiver at around −60 dBm in the same room and around −80 dBm down the hall.
Every received RF signal is far weaker than 1 mW, so received-signal-strength values are almost always negative dBm. A "−65 dBm" reading is not a problem — it is a normal good signal. The minus sign is the standard convention, not an error.
A short history of the dBm
The decibel grew out of Bell Telephone Laboratories work on signal loss in long telephone lines during the 1920s. Engineers needed a way to express ratios from a few percent to many orders of magnitude in a small number of digits. The Bell — base-10 logarithm of the power ratio — fit the bill, but turned out to be too coarse for routine work. Splitting it into ten gave the decibel, and pegging the scale to 1 mW gave the dBm.
The unit moved out of telephony into radio in the mid-20th century, then into computer networking with the rise of WiFi and Bluetooth. Today every wireless protocol stack reports RSSI (received signal strength indicator) in dBm or some quantised version of it. The original 1 mW reference has never changed.
Common dBm to watts mistakes
Most dBm errors come from skipping the −30 shift between dBm and dBW, or from confusing the dB step values.
- forgetting the −30 shift — 30 dBm is 1 W, not 1 kW
- treating 3 dB as 3× — it is about 2×, not 3×
- reading −60 dBm as bad — it is a normal good signal
- adding dBm directly — dBm + dBm has no physical meaning; you add gains and losses in dB and apply them to a power value in dBm
- using natural log — dB always uses log base 10, never ln
- missing voltage vs power dB — voltage decibels use 20 log instead of 10 log, but dBm always refers to power