Decibel Converter
Convert between dB, dBi, dBm, dBW, dBV, dBμV. Handle impedaVRFFulary for accurate RF conversion.
Key Formulas
Power: dB = 10log(P/P0)
Voltage: dB = 20log(V/V0)
Frequently Asked Questions
What does the Decibel Converter calculate?
This tool converts a single dB value into multiple decibel-related units—including dBm (power relative to 1 mW), dBW (relative to 1 W), dBi (antenna gain relative to isotropic radiator), dBV/dBμV (voltage relative to 1 V or 1 μV), and dB (generic ratio). It accounts for power vs. voltage scaling and impedance-dependent voltage-to-power conversions.
When should I use Type = 1, 2, or 3 in the input?
Type 1 assumes power ratios (e.g., amplifier gain, signal loss) using 10·log₁₀(P/P₀). Type 2 assumes voltage ratios across identical impedances (e.g., oscilloscope measurements), using 20·log₁₀(V/V₀). Type 3 selects antenna gain mode—converting dBi to dBd or interpreting gain referenced to isotropic radiators.
Why is reference impedance (Z₀) required for some conversions?
Voltage-based dB units (e.g., dBm, dBV) require impedance to convert between power and voltage via P = V²/Z. For example, 0 dBm = 1 mW corresponds to 0.224 V RMS only at 50 Ω; changing Z₀ recalculates all voltage-referenced values accordingly—critical for RF, test equipment, and matching network design.
What are typical dBm values encountered in RF systems?
Common ranges include: −100 dBm (thermal noise floor in 1 MHz BW), −70 dBm (Wi-Fi receiver sensitivity), 0 dBm (1 mW, typical sensor output), +20 dBm (100 mW, low-power transmitter), and +43 dBm (20 W, high-power base station). Values beyond ±100 dBm are rare in practical circuits.
How do dBi and dBd differ, and how does this tool handle them?
dBi measures antenna gain relative to an isotropic radiator; dBd references a dipole (≈2.15 dB less than dBi). This tool outputs dBi by default in antenna mode (Type=3); to get dBd, subtract 2.15 from the dBi result—or manually adjust using the “Antenna Gain” row in results.
Can I convert dBμV to dBm directly? How does impedance affect it?
Yes—this tool automatically converts dBμV to dBm using the formula: dBm = dBμV − 107 + 20·log₁₀(Z₀/50). At 50 Ω, 0 dBμV = −107 dBm; at 75 Ω (e.g., CATV), it’s −108.74 dBm. Always verify Z₀ matches your system to avoid 1–2 dB errors in sensitive measurements.
Why do my calculated dBm and dBW values differ by exactly 30?
Because 1 W = 1000 mW, and 10·log₁₀(1000) = 30. So dBW = dBm − 30 always—e.g., +30 dBm = 0 dBW, +10 dBm = −20 dBW. This fixed offset reflects the decade difference in reference power and is built into all standard power-unit conversions.
I entered a negative dB value—why are some results still positive (e.g., dBV)?
Negative dB values indicate attenuation or sub-reference magnitude—but absolute voltage can still exceed 1 V. For example, −10 dBm at 50 Ω = 0.0707 V = −23 dBV (since 0.0707 V < 1 V), while +40 dBm = 7.07 V = +16.99 dBV. The sign depends on whether the quantity exceeds its reference unit—not the original dB sign.
What’s the difference between dB and dBm—and why can’t I convert dB alone to dBm?
dB is a dimensionless ratio (e.g., gain or loss), while dBm is an absolute power level referenced to 1 mW. You cannot convert pure dB → dBm without knowing the input power—this tool requires a numeric dB *value* and context (Type) to infer whether it represents a ratio or absolute quantity relative to a known reference.
My calculation seems off—what common mistakes should I check?
Verify: (1) Type matches your quantity (power/voltage/antenna), (2) Z₀ matches your system (50 Ω for most RF, 75 Ω for video/CATV), (3) dB input is linear—not logarithmic—and (4) units align (e.g., entering 20 dB, not 20 mW). Also confirm browser JS is enabled—the calculator runs client-side.