An instrumentation op amp (in-amp) is a closed-loop differential amplifier with a single external gain resistor, designed to extract microvolt-level signals from high common-mode noise. If you need to amplify a thermocouple, strain gauge, or current shunt, a standard op-amp like the LM358 will fail due to poor Common-Mode Rejection Ratio (CMRR) and input impedance mismatch. The direct answer for 90% of hobbyist and industrial sensor projects is to use a dedicated in-amp IC, set the gain with one resistor, and provide a low-impedance reference voltage.

Pinout Architecture and Symbol Breakdown

While standard op-amps have five basic pins (V+, V-, IN+, IN-, VOUT), a classic 8-pin instrumentation op amp adds three critical connections. The schematic symbol looks like a standard triangle with positive and negative inputs, but it features an extra 'REF' terminal at the base and two 'RG' terminals across the top.

Here is the standard 8-pin DIP/SOIC pinout (using the ubiquitous INA128/AD620 architecture):

  • Pin 1 & Pin 8 (RG): Gain resistor pins. You place a single resistor between these to set the amplification factor.
  • Pin 2 (IN-): Inverting input. High impedance, typically >10 GΩ.
  • Pin 3 (IN+): Non-inverting input.
  • Pin 4 (V-): Negative supply rail (or GND in single-supply setups).
  • Pin 5 (REF): Reference terminal. This sets the zero-scale output voltage. It must be driven by a low-impedance source.
  • Pin 6 (VOUT): Amplified output. VOUT = (IN+ - IN-) * Gain + V_REF.
  • Pin 7 (V+): Positive supply rail.

Safe Default Part Numbers and Operating Regions

Choosing the right in-amp prevents frustrating debugging sessions. Below are the safe defaults for 2026, selected for availability, predictable behavior, and clear datasheets. Always check the manufacturer's official datasheet before finalizing a PCB layout.

Part NumberManufacturerSupply Range (Vs)Quiescent CurrentBest Use CaseApprox. Price (1pc)
INA128Texas Instruments±2.25V to ±18V700 µAGeneral purpose, dual-supply sensor amps$4.50
INA828Texas Instruments3V to 36V (Single) / ±1.5V to ±18V350 µAModern high-voltage, single-supply industrial$3.50
AD620Analog Devices±2.3V to ±18V900 µALegacy precision medical/scientific (expensive)$9.50
INA333Texas Instruments1.8V to 5.5V50 µABattery-powered, zero-drift thermocouples$6.00

Understanding the operating regions is critical. An in-amp will silently output garbage data if you violate its common-mode voltage (Vcm) limits. The table below assumes a standard ±15V dual supply and a gain of 10.

Operating RegionInput Common-Mode (Vcm)Output Voltage (VOUT)Behavior
Linear (Active)-12V to +12V-13V to +13VAccurate amplification; VOUT tracks formula.
Output Saturation-12V to +12V> +13V or < -13VInternal output stage clips; signal distortion.
Input CM Overload> +13V or < -13VUnpredictableInput stage saturates; phase reversal may occur.

How to Bias and Select an In-Amp for Your Circuit

Setting the gain is the easy part. For the INA128 and AD620, the formula is:

G = 1 + (50,000Ω / R_G)

If you need a gain of 100, R_G = 50,000 / 99 = 505Ω. Use a 500Ω 1% resistor in series with a 5.1Ω 1% resistor for precision.

Biasing the REF Pin: The REF pin is not a passive ground reference. It is the summing point for the output stage. If you drive it with a high-impedance voltage divider (e.g., two 10k resistors), any output current will shift the REF voltage, destroying your CMRR and gain accuracy. Always buffer the REF pin with a unity-gain op-amp or tie it directly to a hard ground/power rail.

Input Bias Current Paths: In-amp inputs have extremely high impedance, but they still require a DC path for input bias current. If you are measuring a floating source (like a transformer secondary or a thermocouple isolated from ground), you must add high-value resistors (e.g., 1MΩ) from IN+ and IN- to ground. Without this path, the inputs will charge up to the rails and the output will saturate.

Complete Application Circuit: 10kg Load Cell Amplifier

While the HX711 module is popular for digital scales, you need an analog in-amp circuit when feeding a fast ADC, an oscilloscope, or a 0-10V PLC input. Here is a complete single-supply (5V) circuit to amplify a standard 10kg aluminum load cell.

Design Parameters:

  • Load cell sensitivity: 2mV/V. At 5V excitation, full-scale (10kg) output is 10mV.
  • Target VOUT: 0.5V (no load) to 4.5V (10kg). Swing = 4.0V.
  • Required Gain: 4.0V / 10mV = 400.
  • R_G Calculation: 50k / (400 - 1) = 125.3Ω. We will use a standard 124Ω 1% resistor.

Wiring Steps:

  1. Power the IC: Connect Pin 7 (V+) to 5V and Pin 4 (V-) to GND. Place a 100nF ceramic bypass capacitor directly across these pins.
  2. Set the Gain: Solder a 124Ω 1% metal film resistor between Pin 1 and Pin 8.
  3. Create the REF Voltage: We need the zero-load output to sit at 0.5V. Build a voltage divider using a 4.7kΩ and a 523Ω resistor from 5V to GND. Crucial: Feed this node into the non-inverting input of an MCP6001 op-amp wired as a voltage follower, and connect the MCP6001 output to Pin 5 (REF) of the INA128.
  4. Connect the Load Cell: Wire the load cell's Excitation+ to 5V and Excitation- to GND. Wire Signal+ to Pin 3 (IN+) and Signal- to Pin 2 (IN-).
  5. Filter the Output: Connect Pin 6 (VOUT) through a 100Ω resistor to your ADC input. Place a 100nF capacitor from the ADC side of the resistor to GND to create a ~16kHz low-pass filter, killing high-frequency switching noise.

Failure Modes and Multimeter Testing

Instrumentation op amps rarely fail from normal use; they fail from abuse. The most common killers are Electrostatic Discharge (ESD) on the high-impedance inputs, exceeding the absolute maximum supply voltage, and connecting the output directly to a low-impedance node that back-drives current into the rail.

According to Analog Devices Tutorial MT-070, testing an in-amp requires verifying both the protection diodes and the linear region. Here is how to test a suspected dead INA128 with a standard digital multimeter (DMM):

  1. Diode Test (Power Off): Set your DMM to diode test mode. Place the red probe on Pin 3 (IN+) and the black probe on Pin 4 (V-). You should read a forward voltage drop of roughly 0.5V to 0.7V (the internal ESD protection diode). Repeat for Pin 2 (IN-) to V-. If you read 0.00V (short) or OL (open), the input stage is destroyed.
  2. Power Rail Shorts (Power Off): Switch to resistance mode. Measure between Pin 7 (V+) and Pin 4 (V-). It should read in the megaohms. A reading under 50Ω indicates a blown internal power junction.
  3. Zero-Scale Verification (Power On): Power the circuit. Tie Pin 2 and Pin 3 together and connect them to GND. Measure Pin 6 (VOUT) relative to GND. It should exactly match the voltage present on Pin 5 (REF), typically within 1-2 millivolts. If VOUT is pegged to the positive or negative rail, the internal output stage is shorted or the input stage is latched up.

Frequently Asked Questions

What is the difference between an instrumentation op amp and a standard differential amplifier?

A standard differential amplifier built with a single op-amp and four resistors suffers from two major flaws: low input impedance (determined by the resistor network) and poor CMRR (dependent on the exact matching of those four resistors). An instrumentation op amp uses a 3-op-amp (or 2-op-amp) internal topology that provides massive input impedance (>10 GΩ) and laser-trimmed internal resistors, guaranteeing a CMRR of 100dB or higher without requiring external precision matching.

Can I use an instrumentation op amp on a single 3.3V supply?

Yes, but you must choose a part rated for it, like the INA333 (min 1.8V) or INA828. Older parts like the INA128 require at least 4.5V total supply. When running on 3.3V, your output swing is limited. A 'rail-to-rail' output in-amp might swing from 0.1V to 3.2V. You must also bias your REF pin to mid-supply (1.65V) so bipolar sensor signals (which swing positive and negative relative to their baseline) do not drive the output into the 0V rail.

Why is my instrumentation op amp output stuck at the positive rail?

If your VOUT is pegged to V+ and won't move, you likely have a floating input. As mentioned in the biasing section, in-amp inputs require a DC path for their bias current. If you are measuring a thermocouple or an isolated transformer and didn't add high-value pull-down resistors (e.g., 1MΩ to GND) on IN+ and IN-, the input pins will accumulate charge until they hit the internal protection diodes, forcing the output to saturate.

Do I need a buffer for the REF pin?

If your REF pin is tied directly to a solid ground plane or a hard power rail, no buffer is needed. However, if you need an offset voltage (e.g., 2.5V to center a 0-5V signal) and you generate it with a simple resistor voltage divider, yes, you absolutely need a buffer. The REF pin draws current that varies with the output signal; a high-impedance divider will sag under this load, injecting distortion directly into your amplified output. Use a cheap CMOS op-amp like the MCP6001 as a unity-gain buffer between your divider and the REF pin.