Noninverting opamp gain is a closed-loop amplifier configuration where the input signal is applied to the high-impedance noninverting (+) terminal, producing an amplified output that maintains the exact same phase and polarity as the input. Unlike open-loop comparators, this configuration uses negative feedback to force the voltage at the inverting (-) terminal to match the noninverting terminal, creating a predictable, stable voltage amplification determined entirely by two external resistors.
The Core Formula and a Bench-Tested Numeric Example
The closed-loop voltage gain ($A_v$) of a noninverting amplifier is calculated using the feedback resistor ($R_f$) and the ground-referenced input resistor ($R_i$). The formula is:
$A_v = 1 + (R_f / R_i)$
The "1" in the formula exists because the input signal is applied directly to the noninverting pin; the feedback network only divides the output voltage, meaning the output must always be at least equal to the input (a gain of 1) plus the amplified difference.
Let's say you are conditioning a sensor signal using a TL072 op-amp. Your input signal ($V_{in}$) is a steady 0.20V DC. You install a 47kΩ resistor for $R_f$ and a 10kΩ resistor for $R_i$.
- Gain Calculation: $A_v = 1 + (47,000 / 10,000) = 1 + 4.7 = 5.7$
- Output Voltage: $V_{out} = V_{in} \times A_v = 0.20V \times 5.7 = 1.14V$
What Noninverting Gain Actually Changes in Your Circuit
Choosing the noninverting topology over the inverting topology fundamentally changes two critical parameters in your circuit: input impedance and phase relationship.
In an inverting amplifier, the input signal passes through $R_i$ into a virtual ground, meaning the input impedance is simply the value of $R_i$ (often just a few kilo-ohms). This heavily loads high-impedance sources, causing signal sag. In the noninverting configuration, the signal hits the op-amp's gate or base directly. For a bipolar op-amp like the LM358, the input impedance is typically around $1M\Omega$ to $10M\Omega$. For a JFET or CMOS input op-amp like the TL072 or OPA2134, the input impedance is practically infinite (often $>10^{12}\Omega$). This means you can probe a high-impedance piezo sensor or a pH electrode without drawing any measurable current from the source.
Additionally, the noninverting configuration introduces zero degrees of phase shift. A 100kHz sine wave going in will be a larger 100kHz sine wave coming out, with the peaks and zero-crossings perfectly aligned in time. The inverting configuration, by contrast, flips the signal 180 degrees.
Where You Meet This in Practice
You will find noninverting gain stages anywhere a fragile, high-impedance, or phase-sensitive signal needs to be boosted before hitting an analog-to-digital converter (ADC) or a power stage.
- Audio Preamplifiers: Boosting microphone or instrument-level signals (like an electric guitar pickup) where preserving the phase and avoiding source-loading is critical for tone.
- Sensor Buffering: Amplifying millivolt-level outputs from thermocouples, strain gauges, or photodiodes before sending them down long cable runs.
- Active Filters: Sallen-Key low-pass and high-pass filter topologies rely almost exclusively on the noninverting configuration to provide gain without attenuating the passband.
What people commonly confuse it with: Beginners frequently confuse the noninverting amplifier with the voltage follower (buffer). A voltage follower is just a noninverting amplifier where $R_f = 0\Omega$ and $R_i = \infty\Omega$ (open circuit), resulting in a fixed gain of exactly 1. They also confuse it with the inverting amplifier, failing to realize that swapping the input pins completely changes the input impedance and requires a different biasing strategy for single-supply designs.
Real-World Scenario Walkthrough: When Math Meets the Rails
Theoretical gain formulas assume an ideal op-amp with infinite bandwidth and infinite slew rate. On the bench, ignoring AC limitations will destroy your signal. Here is a classic failure mode.
- The Setup: You need to amplify a 100kHz, 0.5V peak-to-peak (Vpp) sine wave from a function generator to 5.0Vpp to drive a downstream comparator. You grab an LM358 op-amp (a cheap, ubiquitous dual op-amp) and wire it in a noninverting configuration with $R_f = 90k\Omega$ and $R_i = 10k\Omega$ for a target gain of 10.
- The Numbers: Target output is 5.0Vpp at 100kHz. The LM358 datasheet lists a Gain-Bandwidth Product (GBP) of 1MHz and a Slew Rate of 0.6 V/µs.
- The Outcome: You hook up your oscilloscope. Instead of a clean 5Vpp sine wave, you see a distorted, triangular-looking wave that only reaches about 1.9Vpp.
- What Went Wrong: You hit two separate physical limits. First, the bandwidth limit: at a closed-loop gain of 10, the LM358's usable bandwidth is $1MHz / 10 = 100kHz$. You are operating exactly at the -3dB cutoff frequency, so your actual gain drops from 10 to roughly 7.07. Second, the slew rate limit: to output a 5Vpp (2.5V peak) sine wave at 100kHz, the required slew rate is $2 \pi \times f \times V_{peak} = 2 \times 3.14 \times 100,000 \times 2.5 = 1.57 V/\mu s$. The LM358 maxes out at 0.6 V/µs, meaning it physically cannot change its output voltage fast enough, resulting in slew-induced distortion (the triangle shape).
Frequently Asked Questions
Can a noninverting op-amp have a gain of less than 1?
No. The mathematical minimum gain for a standard noninverting configuration is exactly 1 (when $R_f = 0$ and $R_i = \infty$). Because the formula is $1 + (R_f / R_i)$, and resistor values cannot be negative, the output can never be smaller than the input. If you need to attenuate a signal (gain < 1), you must use a passive resistive voltage divider before the op-amp, or use an inverting amplifier configuration where the gain formula is simply $-R_f / R_i$.
How do input bias currents affect noninverting gain accuracy?
Real op-amps draw a tiny amount of DC current into their input terminals to bias the internal transistors. In the inverting configuration, the noninverting pin is tied directly to ground, so bias current causes no voltage offset. In the noninverting configuration, if your signal source has a high output impedance, the input bias current flowing through that source impedance creates a voltage drop, which the op-amp then amplifies as an error. To fix this, calculate the parallel equivalent of $R_f$ and $R_i$, and place a resistor of that exact value in series with the noninverting input to balance the voltage drops on both pins.
What is the difference between noninverting gain and common-mode gain?
Noninverting gain refers to the intentional, closed-loop amplification of the signal applied to the (+) terminal. Common-mode gain is an unwanted, parasitic amplification of noise or DC offsets that appear equally on both the (+) and (-) terminals simultaneously. A good op-amp has extremely high differential (noninverting) gain but near-zero common-mode gain, a ratio defined by the Common-Mode Rejection Ratio (CMRR).
For deeper reading on op-amp topologies and offset voltage errors, consult the All About Circuits semiconductor textbook and the Electronics Tutorials op-amp guide. Always verify your specific component's GBP, slew rate, and rail-to-rail capabilities against the manufacturer's datasheet before finalizing your PCB layout.






