Home > Blog > Blog

Inverting vs Non-Inverting Op-Amp — Full Comparison & Selection Guide

2026/7/27 14:02:42

Inverting vs Non-Inverting Op-Amp — Full Comparison & Selection Guide | ICMASS

Inverting or non-inverting? Jim Williams had a rule: "Always invert, except when you can't." The inverting amplifier gives you a virtual ground, zero common-mode distortion, and natural summing. The non-inverting amplifier gives you high input impedance and a simple buffer. But the real differences — the ones that bite you in production — are in the details: noise gain vs signal gain, phase reversal at the rails, and the balancing resistor you probably don't need. Here's the full picture, sourced from the engineers who debug these circuits for a living.

Inverting vs Non-Inverting Op-Amp: Side-by-Side Comparison

ParameterInverting AmplifierNon-Inverting Amplifier
Gain FormulaAV = -Rf / RinAV = 1 + Rf / Rg
Gain RangeAny value (including <1)Always ≥ 1
Phase180° (inverted)0° (non-inverted)
Input ImpedanceEquals Rin (typically 1k–100kΩ)Very high (MΩ+ for FET-input)
Noise Gain1 + |AV| (higher than signal gain)1 + Rf/Rg (= signal gain)
Bandwidth at Gain=1GBWP / 2 (noise gain = 2)GBWP / 1 (full bandwidth)
Common-Mode VoltageZero (virtual ground, no CMRR error)Equals input signal (CMRR matters)
Phase Reversal RiskNone (inputs stay fixed)Yes with some op-amps (TL07x near V-)
Summing/MixingNatural — true current summationAwkward — averages, not sums
Single-Supply FriendlyNeeds mid-rail reference or dual supplyEasier — bias non-inverting input
Typical Op-AmpsLM358, TL072, NE5532, OP07LM358, TL072, NE5532, OP07
Inverting Amplifier
- + Rf Rin Vin Vout GND Vout = -Vin(Rf/Rin)
Non-Inverting Amplifier
- + Rf Rg GND Vin Vout Vout = Vin(1+Rf/Rg)
Input Impedance
Non-Inverting
MΩ+ (op-amp Zin)
Inverting
~Rin (1k–100kΩ)

For high-Z sources (piezo, photodiode, guitar pickup): non-inverting, or buffer first then invert.

Bandwidth at Unity Signal Gain
Non-Inv (G=1)
Full GBWP (noise gain=1)
Inverting (G=-1)
GBWP/2 (noise gain=2)

At G=-1, the inverting amp's noise gain is 2. This isn't a mistake — it's how the feedback network loads the output.

Key Differences That Actually Matter in Production

1. Noise Gain Is Not Signal Gain (And Why It Surprises Engineers)

This catches more designers than any other op-amp subtlety. In an inverting amplifier set for AV = -1 (Rf = Rin), the noise gain is 2, not 1. The op-amp's input voltage noise gets amplified by 2, and the bandwidth is halved compared to a non-inverting buffer at the same gain magnitude. The feedback network forms a voltage divider that attenuates the output before feeding it back to the inverting input — the op-amp has to work harder to close the loop. At high gains (|AV| > 10) the difference shrinks to insignificance. At low gains, it matters. If you're running an LM358 at gain = -1 and wondering why your 1MHz GBWP op-amp is rolling off at 500kHz: it's the noise gain.

2. Phase Reversal: The TL072 Trap

Some op-amps — notably the TL07x series and older JFET-input parts — exhibit phase reversal when the non-inverting input comes within a few volts of the negative rail. The output slams to the opposite rail. This happens in non-inverting configurations where the common-mode voltage follows the input signal. The inverting configuration completely avoids this because both inputs sit at a fixed reference voltage. If you're using a TL072 in a non-inverting single-supply circuit, check the datasheet common-mode range carefully — or just use the inverting topology and forget about it.

3. The Balancing Resistor You Probably Don't Need

The classic advice: add a resistor from the non-inverting input to ground equal to Rf || Rin to cancel bias current offset. This made sense for 1970s bipolar op-amps like the 741 (Ibias ~ 1µA). For modern parts, it's often wrong:

  • Bias-compensated op-amps (OP07, OP27): internal cancellation makes bias currents small and unpredictable in direction. The balancing resistor can increase offset.
  • JFET op-amps (TL072): bias currents in picoamps. The balancing resistor's Johnson noise (4nV/√Hz per 1kΩ) dominates before it helps anything. But note: JFET bias current doubles every 10°C — at 85°C it can be 100× higher than at 25°C.
  • CMOS op-amps: bias in femtoamps. Don't bother.

The one case where balancing still matters: simple bipolar-input op-amps without bias cancellation (RC4580, NE5532) running at high gain with large feedback resistors. If Ibias is 500nA and the inverting input sees 24kΩ, that's 12mV of offset — at gain=5, 60mV at the output. In that specific case, match the impedances. In every other case: skip it.

4. Single-Supply: The Inverting Amplifier's Hidden Problem

An inverting amplifier with a positive input tries to produce a negative output. On a single 5V supply with no negative rail, the output saturates near 0V and the circuit doesn't work. The fix is a mid-rail reference: connect the non-inverting input to VCC/2 instead of ground. The output then swings around VCC/2. This adds two resistors and a bypass capacitor, but it works. The non-inverting amplifier is easier on a single supply — bias the non-inverting input to mid-rail and AC-couple the input. If you're doing single-supply audio, this is why most simple preamp stages are non-inverting.

5. Clipping Behavior: Inverting Wins Cleanly

In a non-inverting clipping stage with gain=10, the clipped output still has the clean input signal superimposed at gain=1. The op-amp can't remove it — it's present at the non-inverting input and passes straight through. Inverting stages eliminate this: the virtual ground at the summing junction means the clean input never reaches the output directly. For distortion pedals, hard clippers, and any circuit where you want the output to be either clean or clipped (not both at once), the inverting topology is the right choice.

When to Choose Which

Choose Inverting When:

  • You need to sum multiple signals (audio mixer, sensor fusion) — virtual ground = zero crosstalk
  • You need gain below 1 (attenuation in a single stage)
  • You want lowest distortion — no common-mode voltage swing at the inputs
  • You're using a TL072 on a single supply and want to avoid phase reversal
  • You're building a clipper or distortion stage — no clean signal bleed-through
  • Jim Williams said so: "Always invert, except when you can't"

Choose Non-Inverting When:

  • Your source is high-impedance and can't be loaded (sensor, guitar pickup, photodiode amplifier)
  • You need a buffer/follower (gain = 1) — no resistors needed
  • You're on a single supply and want the simplest biasing
  • You need full bandwidth at low gain (noise gain = signal gain)
  • Phase must be preserved

Where to Buy Op-Amps for Your Design

ICMASS stocks the most common op-amps for both topologies: LM358 (dual bipolar, general-purpose), LM324 (quad), TL072 (JFET-input, low noise, watch the phase reversal), NE5532 (audio-grade bipolar, still needs balancing R at high gain), OP07 (precision, bias-compensated — skip the balancing R). Contact us for current pricing. Volume pricing $0.03–$0.25/unit. Shenzhen stock, same-day dispatch before 15:00 CST.

Frequently Asked Questions

Q1: Can I set a non-inverting amp to gain = 0.5?

A: No. AV = 1 + Rf/Rg cannot go below 1. For attenuation, either use an inverting stage with Rf < Rin (one stage), or a voltage divider followed by a non-inverting buffer (two stages). The inverting approach is simpler.

Q2: Why does my inverting amp at gain=-1 have half the bandwidth I expected?

A: Noise gain is 2, not 1. The feedback network forms a voltage divider (Rf and Rin) that attenuates the feedback signal by half. The op-amp compensates with extra gain, consuming twice the gain-bandwidth product. At |AV| = 1, bandwidth = GBWP/2. At |AV| = 10, bandwidth = GBWP/11 (close to the intuitive GBWP/10). This is normal — not a defective part.

Q3: Do I need a balancing resistor on the non-inverting input?

A: It depends on the op-amp. For most modern parts: no. Bias-compensated op-amps (OP07, OP27) can get worse with a balancing R. JFET (TL072) and CMOS op-amps have bias currents too small to care — but JFET bias doubles every 10°C, so at 85°C you might need to reconsider. The only case where it clearly helps: simple bipolar op-amps without bias cancellation (NE5532, RC4580) running large feedback resistors at high gain. For everything else, the balancing resistor just adds Johnson noise with no offset benefit.

Q4: Why does my TL072 non-inverting amp suddenly rail when the input gets near 0V?

A: Phase reversal. The TL07x series inverts its output when the common-mode input comes within ~2–3V of the negative rail. In a non-inverting single-supply configuration with V- at 0V, an input below ~2V can trigger this. Switch to an inverting topology (inputs stay fixed), add a negative supply, or use a rail-to-rail op-amp that doesn't exhibit phase reversal.

Q5: Why does my inverting amp not work on a single 5V supply?

A: It's trying to produce a negative output voltage. With +0.5V at the input and gain=-2, the output tries to go to -1V — but there's no negative rail. Fix: bias the non-inverting input to VCC/2 (2.5V) instead of ground. The output will swing around 2.5V instead of 0V. Add a DC-blocking capacitor at the output if the next stage expects ground-referenced signals.

Q6: Can I use a non-inverting summer to mix audio signals?

A: It "works" but it's not really summing — it's averaging. A non-inverting mixer produces a weighted average of the input voltages, and the behavior changes when you connect or disconnect sources. An inverting summer with virtual ground at the summing junction gives true current summation with zero crosstalk between channels. Every professional audio mixer uses inverting summers. The non-inverting approach is fine for combining two DC control voltages where exact summation isn't critical; for audio, use the inverting topology.

Q7: Why does my non-inverting distortion pedal have clean signal bleeding through?

A: The non-inverting input passes the clean signal straight to the output at unity gain, superimposed on the clipped signal. With the op-amp's non-inverting input seeing the full input voltage, there's always a gain-of-1 clean component at the output regardless of what the clipping diodes do. Inverting clippers eliminate this: the summing junction is at virtual ground, so the clean input never reaches the output directly. If you want pure clipping without clean bleed-through, use the inverting topology.

Q8: Why does my high-impedance source sound dull through an inverting amp?

A: The inverting input's impedance equals Rin, loading your source. A guitar pickup with 10kΩ output impedance driving a 10kΩ Rin loses half its voltage and all its high end to the resulting low-pass filter. Fix: either buffer the source with a non-inverting stage first (FET-input op-amp, gain=1), then feed the inverting stage, or simply use a non-inverting amplifier for the first gain stage. For high-Z sources, the non-inverting topology is the right tool.

Related Products

  • LM358DR — Dual bipolar op-amp, SOIC-8, general-purpose for both topologies
  • LM324DR — Quad op-amp, SOIC-14
  • LM393DR — Dual comparator, SOIC-8 (open-loop — different from op-amp)
  • NE555DR — Timer IC, often paired with op-amp signal conditioning
Subscribe to IC-MAX!
Contact Name
*Email
Featured PartsMore
LNK304DN-TL
LNK304DN-TL Power Integrations
LNK304GN-TL
LNK304GN-TL Power Integrations
LNK304DG-TL
LNK304DG-TL Power Integrations
TNY277PN
TNY277PN Power Integrations
TNY276PN
TNY276PN Power Integrations
TNY278PN
TNY278PN Power Integrations
TNY278GN-TL
TNY278GN-TL Power Integrations
TNY280GN-TL
TNY280GN-TL Power Integrations
TOP266KG-TL
TOP266KG-TL Power Integrations
TOP258PN
TOP258PN Power Integrations
TOP253PN
TOP253PN Power Integrations
TOP253PNAU
TOP253PNAU Power Integrations
index: 1 2 3 4 5 6 7 8 9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
ICMASS.COM

HOME

ICMASS.COM

PRODUCT

ICMASS.COM

PHONE

ICMASS.COM

USER