Voltage in decibels (dB) is a logarithmic expression of a voltage level relative to a specific reference voltage, used to compress wide-ranging signal amplitudes into manageable numbers. When you design or troubleshoot a circuit, expressing voltage in dB changes how you calculate cascaded gain and loss—allowing you to simply add and subtract stage values rather than multiply and divide linear ratios across a massive dynamic range. The most common mistake beginners make is confusing voltage dB (which uses a 20× multiplier) with power dB (which uses a 10× multiplier), or treating 'dB' as an absolute unit when it actually requires a reference suffix like V, u, or mV to mean anything on a workbench.
The Core Math: Why Voltage Uses 20×log10
To understand voltage dB, you have to look at its relationship to power. The decibel was originally invented to measure power loss in telegraph lines. The formula for power in decibels is:
dB (Power) = 10 × log₁₀(P₁ / P₀)
However, on a bench, we rarely measure power directly; we measure voltage with a multimeter or oscilloscope. From Ohm's law, we know that power is proportional to the square of voltage (P = V² / R). If we substitute voltage into the power equation, assuming the impedance (R) remains constant, the math looks like this:
dB = 10 × log₁₀((V₁² / R) / (V₀² / R))
dB = 10 × log₁₀(V₁² / V₀²)
Using the logarithmic identity that log(x²) = 2 × log(x), the exponent '2' moves to the front and multiplies the 10. This gives us the fundamental voltage dB formula:
dB (Voltage) = 20 × log₁₀(V₁ / V₀)
This distinction is critical. If you accidentally use the 10× multiplier for voltage ratios, your calculated gain or attenuation will be exactly half of what it actually is in the real circuit. For a deeper dive into the logarithmic foundations of this rule, the All About Circuits textbook chapter on decibels provides an excellent breakdown of the underlying algebra.
Worked Numeric Example: Converting 2.0V to dBV
Let's run a real-world calculation. You are probing the output of a preamplifier with your oscilloscope and measure 2.0V RMS. You need to express this in dBV (decibels relative to 1 Volt RMS).
- Identify the reference: For dBV, the reference voltage (V₀) is exactly 1.0V RMS.
- Identify the measured voltage: V₁ = 2.0V RMS.
- Apply the formula: dBV = 20 × log₁₀(2.0 / 1.0)
- Calculate the ratio: 2.0 / 1.0 = 2.0
- Take the base-10 log: log₁₀(2.0) ≈ 0.30103
- Multiply by 20: 20 × 0.30103 = +6.02 dBV
The Big Three Reference Standards: dBV, dBu, and dBmV
A bare 'dB' value only tells you a ratio between two points. To express an absolute voltage level, you must append a suffix that defines the reference voltage (V₀). Here are the three standards you will encounter in modern electronics:
| Suffix | Reference Voltage (V₀) | Formula | Primary Use Case |
|---|---|---|---|
| dBV | 1.0V RMS | 20 × log₁₀(V / 1.0) | Consumer audio, general electronics, Arduino/DAC outputs |
| dBu | 0.7746V RMS | 20 × log₁₀(V / 0.7746) | Professional audio, studio gear, broadcast equipment |
| dBmV | 1.0mV (0.001V) RMS | 20 × log₁₀(V / 0.001) | RF telecommunications, cable TV (CATV) signal strength |
Why 0.7746V for dBu? The 'u' stands for 'unloaded'. Historically, audio and telecom lines were matched to 600-ohm impedances. A reference power of 1 milliwatt (0 dBm) dissipated into a 600-ohm load requires exactly 0.774596V RMS (calculated via V = √(P × R)). Modern pro audio uses impedance bridging rather than matching, so the 600-ohm load is gone, but the 0.7746V reference voltage remains locked in as the dBu standard.
Where You Meet Voltage dB in Practice
You will rarely see 'dBV' or 'dBu' printed on a schematic, but you will see them on the back panels of equipment, in datasheets for op-amps, and on the screens of modern 2026 DSP audio interfaces.
The Pro Audio vs. Consumer Audio Trap
Professional studio gear operates at a nominal level of +4 dBu, while consumer gear (like older CD players or consumer DACs) operates at -10 dBV. A pervasive myth in the maker and audio communities is that the difference between these two standards is 14 dB (because 4 - (-10) = 14). This is mathematically false.
Because they use different reference voltages, we must convert both to linear volts first:
- +4 dBu = 0.7746V × 10^(4/20) = 1.228V RMS
- -10 dBV = 1.0V × 10^(-10/20) = 0.316V RMS
The actual voltage ratio is 1.228 / 0.316 = 3.88. Converting that ratio back to decibels (20 × log₁₀(3.88)) reveals the true difference is 11.78 dB. If you are building a custom interface box to connect a consumer Raspberry Pi DAC to a professional studio mixer, you need to design an op-amp gain stage that provides exactly 11.78 dB of gain, not 14 dB, to perfectly match the nominal operating levels.
RF and Cable Television (dBmV)
If you are terminating coaxial cable for a cable modem or antenna system, signal strength is measured in dBmV. A healthy cable TV signal arriving at your wall plate should read between 0 dBmV and +15 dBmV (which translates to 1 mV up to about 5.6 mV). If your spectrum analyzer reads -10 dBmV, your signal is too weak, and the modem's error-correction algorithms will start dropping packets. For more on RF signal conversions, Analog Devices provides an excellent primer on decibels in mixed-signal and RF environments.
Frequently Asked Questions About Voltage dB
How do I convert voltage dB back to linear volts?
To reverse the calculation and find the linear voltage from a dB value, you use the inverse logarithmic formula: V = V_ref × 10^(dB / 20). For example, if a sensor outputs -20 dBV, the linear voltage is 1.0V × 10^(-20/20) = 1.0 × 10^(-1) = 0.1V (or 100 mV). Always ensure you know the reference voltage (V_ref) implied by the suffix before calculating.
What is the difference between voltage dB and power dBm?
Voltage dB (like dBV or dBu) measures electrical potential difference and uses the 20× multiplier. Power dBm measures actual power dissipation relative to 1 milliwatt and uses the 10× multiplier. The two are only directly interchangeable if the circuit impedance is fixed and known. In modern high-impedance voltage-bridging circuits (like audio or GPIO pins), we care almost exclusively about voltage dB, because current draw is negligible and power transfer is not the goal.
Why do we still use dBu in 2026 when 600-ohm loads are obsolete?
Standardization inertia. The 600-ohm telecom standard was abandoned decades ago in favor of voltage bridging (where the source has a low impedance, like 50 ohms, and the load has a high impedance, like 10k ohms). However, the 0.7746V reference point was already deeply embedded in the calibration of test equipment, VU meters, and broadcast specifications. Changing the reference voltage now would require recalibrating millions of dollars of global broadcast infrastructure, so the industry simply kept the 'u' (unloaded) designation to honor the old voltage level without requiring the old impedance.






