Converting 20 dBV to volts yields exactly 10.0 volts, while converting 20 dBu to volts yields 7.746 volts. Because the decibel (dB) is a logarithmic ratio rather than an absolute unit, the exact voltage depends entirely on the assumed reference standard. Below is the exact formula with substituted values, a quick-reference table for neighboring values, and a breakdown of when this conversion becomes mathematically meaningless.
The Core Formulas and Reference Assumptions
To convert decibels to an absolute voltage, you must first identify the reference standard. In electrical engineering and audio, the two universal standards are dBV and dBu.
dBu Reference: 0.7746 Volts RMS (derived from 1 mW dissipated across a 600 Ω resistor)
The general formula to convert any dB value to volts is:
V = V_ref × 10^(dB / 20)
Let us substitute our anchor value of 20 dB into both standards to prove the first-paragraph answers:
- For 20 dBV: V = 1.0 × 10^(20 / 20) = 1.0 × 10^1 = 10.0 V
- For 20 dBu: V = 0.7746 × 10^(20 / 20) = 0.7746 × 10^1 = 7.746 V
Notice that the math relies on a base-10 logarithm scaled by 20 (because power scales with the square of voltage, and 10 × 2 = 20). If you are reading a datasheet for an analog-to-digital converter (ADC) or an audio interface, check whether the manufacturer specifies dBV or dBu. Assuming the wrong reference will introduce a permanent 2.21 dB error into your signal chain calibration.
Quick-Reference Conversion Table (±20% Range)
The following spec-sheet-table maps the ±20% neighboring range around our 20 dB anchor (16 dB to 24 dB). This is the most common operating window for professional audio line-level signals and RF reference oscillators.
| Decibel (dB) | dBV (Volts RMS) | dBu (Volts RMS) | Common Application |
|---|---|---|---|
| 16 dB | 6.310 V | 4.888 V | High-headroom analog synths |
| 17 dB | 7.079 V | 5.484 V | Studio console outputs |
| 18 dB | 7.943 V | 6.154 V | Prosumer interface clipping |
| 19 dB | 8.913 V | 6.905 V | Broadcast transmission lines |
| 20 dB | 10.000 V | 7.746 V | Standard calibration anchor |
| 21 dB | 11.220 V | 8.692 V | High-voltage op-amp rails |
| 22 dB | 12.589 V | 9.753 V | Industrial sensor excitation |
| 23 dB | 14.125 V | 10.943 V | RF amplifier drive limits |
| 24 dB | 15.849 V | 12.277 V | +24 dBu pro audio max level |
The Impedance Trap: When the Conversion is Meaningless
Converting dB to volts becomes mathematically meaningless when you are dealing with dBm (decibel-milliwatts) without knowing the circuit impedance, or when measuring real power across a reactive load with an unknown Power Factor (PF).
dBm is a unit of power (referenced to 1 milliwatt), not voltage. To extract voltage from dBm, you must use the formula:
V = √(Z × 10^(dBm / 10) / 1000)
If your impedance (Z) is unknown, the conversion is impossible. Furthermore, if your load is reactive (like a motor winding or an un-tuned antenna) and you only know the real power in dBm, you cannot calculate the true RMS voltage drop without knowing the Power Factor. A low PF means the apparent power (and therefore the actual RMS voltage driving the circuit) is significantly higher than the real power suggests. Attempting to convert dBm of real power to volts without the phase angle will yield a dangerously underestimated voltage figure.
Frequently Asked Questions
What assumption fixes the dB to volts answer?
The single assumption that fixes the answer is the reference voltage. If the text says 'dBV', the reference is locked at 1.0V. If it says 'dBu', the reference is locked at 0.7746V. If the text simply says 'dB' with no suffix, the conversion is technically incomplete. In legacy audio engineering, an unwritten 'dB' often defaults to dBu (per Rane's classic audio reference standards), but in modern embedded systems, it usually implies dBV. Always verify the suffix before wiring your test gear.
How does the conversion shift for 120V vs 230V vs 3-phase systems?
Decibels are rarely used to express absolute mains voltages, but if you are logging mains data in dBV (referenced to 1V) for a data acquisition system, the shifts are precise:
- 120V nominal: 20 × log10(120) = 41.58 dBV
- 230V nominal: 20 × log10(230) = 47.23 dBV
- 3-Phase Shift: In a 3-phase system, moving from line-to-neutral (e.g., 230V) to line-to-line (e.g., 400V) introduces a multiplier of √3. In logarithmic terms, 20 × log10(√3) is exactly +4.77 dB. Therefore, a 230V phase (47.23 dBV) shifts to exactly 52.0 dBV (400V) line-to-line. This +4.77 dB rule is a constant you can memorize for any 3-phase voltage calculation.
Why does my audio interface clip at +18 dBu instead of +24 dBu?
This is a hardware design limitation, not a math error. While the mathematical conversion of +24 dBu equals 12.27 volts, many prosumer audio interfaces operate on internal ±5V or ±9V DC rails. The operational amplifiers physically cannot swing to 12.27V without clipping. When designing or troubleshooting, always check the op-amp's supply rails. If your DAC is fed by a single 5V USB supply, its maximum theoretical output is bounded well below the +24 dBu professional standard, regardless of what the digital meter reads.
Where can I find the official standards for logarithmic electrical units?
For formal metrology and instrumentation calibration, refer to the NIST Guide to the SI (Appendix B.9), which strictly defines the mathematical treatment of logarithmic quantities like the decibel and neper. For audio-specific voltage references, the Audio Engineering Society (AES) and IEC 60268-15 dictate the 0.7746V standard for dBu.






