Calculateus

Decibel (dB) Calculator

Convert a power or voltage/amplitude ratio into decibels, the standard logarithmic unit for signal levels.

Result

Decibel Level
20 dB

About the Decibel Calculator

This calculator converts a measured power or voltage ratio into decibels, the logarithmic unit used throughout acoustics, electronics, and telecommunications to express signal levels. It is designed for anyone who needs to translate a raw ratio, such as an amplifier's output-to-input power, into the standard dB figure used on datasheets and spec sheets.

How It Works

You choose whether you are working with a power ratio or a voltage/amplitude ratio, then enter the measured value and its reference value. The calculator divides the measured value by the reference to get a ratio, then applies a base-10 logarithm scaled by 10 for power ratios or by 20 for voltage ratios. The result is displayed in decibels.

Power ratio: dB = 10 * log10(P1 / P0). Voltage/amplitude ratio: dB = 20 * log10(V1 / V0)

Formula & Methodology

The factor of 10 versus 20 comes from the physical relationship between power and voltage: power is proportional to voltage squared, so a voltage ratio must be squared to represent the equivalent power ratio. Since log10(x^2) equals 2 * log10(x), squaring the voltage ratio before taking the log is mathematically the same as doubling the multiplier from 10 to 20. The calculator simply picks the correct multiplier based on which mode you select.

Examples

Amplifier power gain

An amplifier outputs 100 W for a 1 W reference input, a power ratio of 100. In power mode, 10 * log10(100) gives exactly 20 dB of gain.

Voltage ratio in an audio circuit

A signal's voltage rises from a 1 V reference to 10 V. In voltage mode, 20 * log10(10) gives exactly 20 dB, matching the same numeric gain as the power example despite the ratio itself being ten times smaller, illustrating why the mode selection matters.

Advantages

  • Automatically applies the correct multiplier, 10 or 20, based on whether the ratio is power-based or voltage-based, removing a frequent source of calculation errors
  • Handles both gains and losses seamlessly, since the logarithm naturally returns negative dB values when the measured value is below the reference
  • Validates that both inputs are positive before calculating, preventing an undefined logarithm result from ever being displayed

Common Mistakes

  • Using the power formula's factor of 10 on a voltage or amplitude ratio, which understates the correct decibel value by half
  • Entering values in mismatched units for the measured and reference fields, such as one in watts and the other in milliwatts
  • Treating a negative dB result as an error rather than correctly recognizing it as a signal reduction or attenuation

Edge Cases to Watch For

  • Both the measured value and the reference value must be greater than zero; the calculator returns an error otherwise, since the logarithm of zero or a negative number is undefined.
  • A ratio less than 1 (the measured value smaller than the reference) produces a negative decibel result, correctly representing a reduction rather than a gain.
  • Selecting the wrong mode, power versus voltage, for a given pair of values will produce a result exactly double or half of the correct figure, since the two formulas differ only by that scaling factor.

Common Use Cases

  • Audio engineers converting gain or attenuation ratios into standard dB figures for equipment specs
  • Electronics technicians evaluating amplifier or filter performance from raw power or voltage measurements
  • Students and researchers translating lab measurements into the logarithmic decibel scale for reports
Written & fact-checked by the Calculateus TeamLast updated August 5, 2026How we verify our formulas

Frequently asked questions

Why is power ratio multiplied by 10 but voltage ratio multiplied by 20?

Both formulas measure the same underlying power difference - since power is proportional to voltage squared, converting a voltage ratio to an equivalent power ratio squares it, and log10(x2) = 2log10(x), which is where the extra factor of 2 (turning 10 into 20) comes from.

Conclusion

Decibels compress a huge dynamic range of ratios into manageable numbers, and this calculator handles the mode-dependent scaling automatically. Selecting the correct ratio type, power or voltage, before entering values is the key step to getting an accurate result.