Amplifier Gain Calculator
Calculate amplifier gain in decibels (dB) from voltage, current, or power ratios.
Convert between dB and linear gain values.
Amplifier gain is a measure of how much a circuit amplifies an input signal. It is expressed either as a dimensionless ratio (output divided by input) or in decibels (dB), which is a logarithmic scale that makes it easier to work with the very large and very small numbers that appear in electronics.
Gain formulas:
Voltage gain (Av):
- Linear: Av = Vout / Vin
- In dB: Av(dB) = 20 × log₁₀(Vout / Vin)
Current gain (Ai):
- Linear: Ai = Iout / Iin
- In dB: Ai(dB) = 20 × log₁₀(Iout / Iin)
Power gain (Ap):
- Linear: Ap = Pout / Pin
- In dB: Ap(dB) = 10 × log₁₀(Pout / Pin)
Why 20 for voltage and 10 for power
It is not an arbitrary convention. Power goes as the square of voltage, so doubling the voltage quadruples the power, and log(V²) = 2·log(V). The factor of 20 is just the 10 with that square folded in. Current follows voltage for the same reason.
There is a catch worth knowing: voltage gain in dB equals power gain in dB only when the input and output impedances are the same. An amplifier with 20 dB of voltage gain driving 8 Ω from a 10 kΩ input is not delivering 20 dB of power gain. Most of the time this does not bite, because you are comparing signals at the same impedance, but it is why RF and audio engineers are careful to say which they mean.
Why decibels at all? The scale turns multiplication into addition, which is what makes cascaded systems tractable. Rather than multiplying gains through a chain, you add the dB figures.
Common dB reference values:
| dB | Voltage / Current Ratio | Power Ratio |
|---|---|---|
| 0 dB | 1× | 1× |
| 3 dB | 1.41× | 2× |
| 6 dB | 2× | 4× |
| 10 dB | 3.16× | 10× |
| 20 dB | 10× | 100× |
| 40 dB | 100× | 10,000× |
| 60 dB | 1,000× | 1,000,000× |
| -3 dB | 0.707× | 0.5× (half power — the “half-power point”) |
| -6 dB | 0.5× | 0.25× |
| -20 dB | 0.1× | 0.01× |
The -3dB point: In amplifier and filter design, the -3dB point marks where gain has fallen to 70.7% of its maximum voltage value (or 50% of power). This is the standard definition of an amplifier’s bandwidth. A filter or amplifier “cuts off” at its -3dB frequency.
Cascaded stages: If Amplifier A has a gain of 20dB and Amplifier B has a gain of 15dB, the combined gain is simply 35dB — much easier than multiplying linear ratios (10× and 5.62× = 56.2×).
How we build and check this calculator
This calculator runs entirely in your browser, so the numbers you enter stay on your device. The math behind it is written by hand and tested against worked examples and standard references before the page goes live.
SuperGlobalCalculator is independently built and maintained. See how we build and verify our calculators.