A summing amplifier is an op-amp circuit that combines two or more input voltages into a single output voltage. The output is proportional to the algebraic sum of all the inputs, with each input optionally scaled by its own resistor value. This makes it one of the most versatile building blocks in analog electronics, used in everything from audio mixers to digital-to-analog converters.
How the Circuit Works
A summing amplifier is built on a standard inverting amplifier topology. Each input voltage connects to the op-amp’s inverting input through its own resistor. A single feedback resistor connects the output back to that same inverting input. The non-inverting input is tied to ground.
The key principle that makes it all work is the “virtual ground” at the inverting input. Because the op-amp has extremely high gain, it forces the voltage at the inverting input to stay essentially at zero volts. Each input resistor therefore sees the full input voltage across it, and current flows through each resistor independently of the others. All those individual currents meet at the inverting input (called the summing junction) and flow together through the feedback resistor to the output.
This follows Kirchhoff’s Current Law: the total current entering a junction equals the total current leaving it. Since the op-amp’s input draws virtually no current itself, all the current from the input resistors must pass through the feedback resistor. The voltage that develops across that feedback resistor becomes the output.
The Output Voltage Formula
For the standard inverting summing amplifier, the output voltage equals the negative sum of each input voltage multiplied by the ratio of the feedback resistor to its corresponding input resistor. With three inputs, that looks like:
Vout = -(Rf/R1 × V1 + Rf/R2 × V2 + Rf/R3 × V3)
The negative sign means the output is inverted relative to the inputs. If all input resistors are equal to the feedback resistor, the output is simply the inverted sum of the inputs. If the input resistors differ, each input gets its own “weight” or gain factor, which is what makes the circuit so flexible.
Three Common Configurations
By choosing different resistor values, you can make a summing amplifier behave in distinct ways:
- Unity-gain summer: All input resistors equal the feedback resistor. Each input contributes equally, and the output is their straight sum (inverted). This is the simplest version.
- Averaging amplifier: The feedback resistor is scaled down relative to the input resistors so the output represents the average of the inputs rather than their sum. For three equal inputs, you’d set the feedback resistor to one-third the value of each input resistor.
- Weighted (scaling) summer: Each input resistor is a different value, giving each input a different gain. This lets you prioritize one signal over another or scale inputs to fit a specific combination rule.
Inverting vs. Non-Inverting Versions
The classic summing amplifier is an inverting design, where all inputs feed into the inverting terminal. This is by far the most common version because the virtual ground at the summing junction keeps each input electrically isolated from the others. Changing one input voltage doesn’t affect the current flowing from another input.
A non-inverting summing amplifier is also possible. In this version, the input voltages connect to the non-inverting terminal through their own resistors, and the feedback network sets the overall gain. The output is not inverted, which can simplify things when you need a positive sum. However, the gain equation is more complex because the inputs interact with each other at the non-inverting node. For a two-input non-inverting summer, the output might look something like Vout = 6(V1) + 4(V2), depending on the resistor values chosen for both the input network and the feedback path.
Why Resistor Precision Matters
The accuracy of a summing amplifier depends directly on how precisely the resistors are matched. In a unity-gain summer, if one input resistor is 5% higher than expected, that channel’s contribution to the output will be 5% lower than intended. For casual applications like simple signal mixing, standard 5% tolerance resistors work fine. For precision applications, the cost of tighter tolerances climbs steeply. Switching from 5% to 0.1% tolerance resistors can cost 25 times more per component, and going to 0.05% tolerance can cost 45 times more. Designers typically balance accuracy needs against budget, since a circuit with eight resistors multiplies that cost difference across every component on the board.
Audio Mixing Applications
One of the most recognizable uses of summing amplifiers is in audio mixing consoles. When you combine multiple microphone or instrument channels into a stereo output, a summing amplifier (often called a summing bus) does the actual signal combining. Each channel feeds into its own input resistor, and the feedback resistor sets the overall output level.
Channel isolation is a critical concern in audio mixing. You don’t want one loud guitar channel bleeding into a quiet vocal channel. In a summing amplifier, isolation comes from two sources: the voltage drop across each channel’s summing resistor, and the low impedance at the summing junction created by the op-amp. A well-designed active summing bus provides significantly better channel isolation than a passive resistor network alone, because the virtual ground at the op-amp input presents a very low impedance that prevents signals from flowing backward into adjacent channels. Driving the summing resistors from a low source impedance further improves this isolation.
Digital-to-Analog Conversion
Summing amplifiers are a foundational element in digital-to-analog converters (DACs). In a binary-weighted DAC, the input resistors are selected so each one is exactly half the resistance of the next. This creates a pattern where each digital bit contributes twice the voltage of the bit below it, matching the binary number system (1, 2, 4, 8, and so on). A digital input of 1010, for example, activates specific switches that connect voltage references through the appropriately weighted resistors, and the summing amplifier produces a proportional analog voltage at its output.
A more practical variation uses an R-2R ladder network, which requires only two resistor values in a 2:1 ratio instead of a wide range of precisely matched resistors. The ladder’s output connects to an op-amp configured to convert the resulting current into a voltage. This approach scales much better to high-resolution converters, since a 16-bit binary-weighted DAC would need resistors spanning a ratio of 1 to 65,535, which is impractical to manufacture with any accuracy.
Output Voltage Limits
One practical constraint to keep in mind is that the output of any summing amplifier is limited by the op-amp’s supply voltages. If you’re summing several large input signals with high gain, the calculated output voltage may exceed what the op-amp can actually deliver. When this happens, the output “clips,” flattening at a level somewhat below the positive or negative supply rail. In many op-amps, the actual maximum output is noticeably lower than the supply voltage due to internal voltage drops. If you’re designing a summing circuit with many inputs, you need to account for the worst-case scenario where all inputs are at their maximum values simultaneously, and ensure the resulting sum stays within the op-amp’s output range.

