The Core Concept: What Open Loop Gain Actually Is

Open loop gain is the maximum inherent voltage amplification of an operational amplifier when no external feedback components are connected between its output and input terminals.

In a real circuit or installation, this parameter (denoted as AOL or AVOL on datasheets) dictates your closed-loop accuracy, linearity, and ultimate bandwidth ceiling. If your op-amp's AOL is too low for your application, your output will suffer from measurable gain error and increased harmonic distortion, no matter how precise your external resistors are.

Beginners constantly confuse open loop gain with closed-loop gain (the target gain set by your external resistor network) and loop gain (the mathematical product of AOL and the feedback factor, which determines phase margin and stability). Open loop gain is a fixed, internal property of the silicon; closed-loop gain is what you design; loop gain is the mathematical bridge that determines if your design will oscillate.

Bench Reality Check: Typical DC open loop gain for a general-purpose op-amp like the LM741 is 200,000 V/V (106 dB), while precision audio parts like the OPA2134 push past 10,000,000 V/V (140 dB). However, these are DC values. At 20 kHz, those numbers drop drastically.

Worked Numeric Example: Calculating Gain Error

To see why AOL matters, let's design a non-inverting amplifier with a target closed-loop gain (ACL) of 100 V/V (40 dB). We use a 1 kΩ ground resistor (R1) and a 99 kΩ feedback resistor (R2). The feedback factor (β) is R1 / (R1 + R2) = 0.01.

The ideal formula says Gain = 1 / β = 100. But the actual bench formula accounting for finite open loop gain is:

ACL(actual) = AOL / (1 + AOL × β)

Let's compare two real op-amps from the TI LM741 Datasheet and a precision chopper-stabilized amplifier (like the LTC2050, with an AOL of 10,000,000 V/V).

Op-Amp Model AOL (V/V) Target ACL Actual ACL Gain Error
LM741 (General Purpose) 200,000 100 99.95 0.05%
LTC2050 (Precision Chopper) 10,000,000 100 99.999 0.001%

At a gain of 100, the LM741 performs adequately. But what if your sensor requires a gain of 10,000 V/V? Your β drops to 0.0001.

  • LM741: ACL(actual) = 200,000 / (1 + (200,000 × 0.0001)) = 200,000 / 21 = 9,523 V/V. Your gain error is now nearly 4.8%.
  • LTC2050: ACL(actual) = 10,000,000 / (1 + (10,000,000 × 0.0001)) = 10,000,000 / 1001 = 9,990 V/V. Error remains a negligible 0.1%.

This is the exact moment on the bench where you realize your 1% tolerance resistors aren't the bottleneck—the op-amp's internal silicon is.

Where You Meet Open Loop Gain in Practice

You will run into AOL limitations in three primary scenarios:

1. DC Precision and Sensor Amplification

When amplifying millivolt signals from strain gauges, thermocouples, or shunt resistors, you need massive DC AOL to keep gain error near zero. If you are building a 4-20mA transmitter loop or a high-side current monitor, standard op-amps will introduce unacceptable DC errors. You must specify parts with >120 dB DC open loop gain.

2. Audio and High-Frequency AC Signals

Due to internal dominant-pole compensation, AOL rolls off at 20 dB per decade as frequency increases. According to TI Precision Labs Op-Amp Training, an op-amp with a 1 MHz Gain Bandwidth Product (GBWP) only has an AOL of 50 V/V (34 dB) at 20 kHz. If you try to run a closed-loop audio preamp at a gain of 20 V/V, your loop gain drops to 2.5. The result? Terrible Total Harmonic Distortion (THD) and poor output impedance at high frequencies.

3. Comparator Mode (Intentional Open-Loop)

When you intentionally leave the feedback loop open, the massive AOL forces the output to slam into the supply rails for a differential input of just microvolts. While you can use an op-amp this way, be warned: standard op-amps are not designed to recover quickly from rail saturation. If you need fast edge transitions, use a dedicated comparator like the LM311, which lacks the internal compensation capacitor that limits op-amp slew rate.

Open Loop vs. Closed Loop vs. Loop Gain

As noted in All About Circuits Op-Amp Basics, keeping these three terms distinct is mandatory for stable circuit design.

Parameter Definition Typical Value Range Determined By Primary Impact on Circuit
Open Loop Gain (AOL) Inherent amplification without feedback 100,000 to 10,000,000+ V/V Op-amp internal silicon design DC accuracy, low-frequency linearity
Closed-Loop Gain (ACL) Target amplification with feedback 1 to 10,000 V/V External resistor network (R1, R2) Signal scaling, bandwidth limit
Loop Gain (AOLβ) Gain traveling through the entire loop Varies with frequency Product of AOL and feedback factor Phase margin, stability, distortion reduction
Stability Warning: If your Loop Gain (AOLβ) drops to 1 (0 dB) at a frequency where the phase shift reaches -180°, your circuit will oscillate. Always check the open loop gain and phase plot in the datasheet before finalizing your feedback network.

Frequently Asked Questions

Why does open loop gain decrease at higher frequencies?

Op-amps contain an internal compensation capacitor (often utilizing the Miller effect) to ensure stability when used in standard closed-loop configurations. This creates a dominant low-frequency pole, forcing the open loop gain to roll off at -20 dB/decade. This is a deliberate design trade-off: we sacrifice high-frequency AOL to prevent the amplifier from turning into an RF oscillator when you connect a simple feedback resistor.

Can I measure open loop gain with a standard multimeter?

No. If you wire an op-amp open-loop on a breadboard and apply a DC voltage, input offset voltage (typically 1mV to 5mV) multiplied by the massive AOL will instantly drive the output into the positive or negative supply rail. To measure it, engineers use a specialized 'servo loop' test circuit that forces the output to a mid-supply voltage using an integrator, allowing the tiny differential input voltage to be measured accurately.

Is higher open loop gain always better?

Not necessarily. Achieving massive AOL requires complex internal topologies (like cascaded gain stages or chopper stabilization), which increase power consumption, input capacitance, and cost. Furthermore, ultra-high AOL parts often have lower Gain Bandwidth Products (GBWP) or require meticulous PCB layout to avoid picking up stray capacitance that ruins phase margin. Match the AOL to your specific precision and bandwidth requirements rather than just chasing the highest datasheet number.

What happens if my open loop gain is lower than my desired closed loop gain?

The circuit will fail to reach your target amplification. As demonstrated in the numeric example above, if you demand a closed-loop gain of 10,000 from an op-amp that only has 5,000 V/V of open loop gain at your operating frequency, the output will physically top out. The amplifier essentially runs out of 'push', resulting in massive gain error, severe signal clipping, and a drastic reduction in usable bandwidth.