The Direct Answer: What Defines a Single Supply Op Amp?

A single supply op amp is an operational amplifier specifically designed to handle input and output signals that swing all the way down to the negative rail (usually ground, 0V) without requiring a negative voltage supply. Unlike legacy op amps that require a split supply (e.g., ±15V) to keep the signal within their common-mode input range, single supply devices use specialized internal transistor topologies—often complementary bipolar or CMOS rail-to-rail architectures—to process signals sitting right at the ground plane.

For hobbyists and bench engineers, this means you can run audio, sensor, and DC measurement circuits directly from a 5V USB rail, a 3.3V microcontroller LDO, or a 9V battery, eliminating the need for bulky, noisy charge pumps or dual-rail linear regulators.

Bench Rule of Thumb: If your signal is DC-coupled and sits near 0V, you must use a true single-supply (or rail-to-rail input) op amp. If you try to feed a 0.1V shunt signal into a legacy LM741 powered by a single 12V rail, the input stage will starve for bias current, and the output will slam against the positive rail.

Safe Default Part Numbers and Ratings

Walking into the op amp aisle (or browsing Digi-Key) yields thousands of options. Here are the three safe defaults I keep in my bench stock for 95% of single supply applications, complete with their hard limits and typical 2026 pricing.

Part NumberManufacturerMax VCCGBW (Gain-Bandwidth)Input/Output SwingBest Use CaseApprox. Cost
MCP6001Microchip5.5V1 MHzRail-to-Rail I/OGeneral 5V/3.3V hobby & sensor buffering$0.50
LM358TI / Various32V (or ±16V)1 MHzInput: Includes GND
Output: VCC - 1.5V
High-voltage DC, non-precision LED drivers$0.20
OPA333Texas Instruments5.5V350 kHzRail-to-Rail I/OPrecision thermocouple/strain gauge amps$3.50

For a deeper dive into selecting the right topology, the Texas Instruments Op-Amp Portfolio provides excellent filtering tools based on common-mode voltage requirements.

Pinout, Symbol, and Internal Biasing Architecture

While surface-mount SOT-23-5 packages dominate modern production, the 8-pin PDIP (Plastic Dual In-line Package) remains the standard for breadboarding. Using the ubiquitous MCP6001 as our reference, the standard single op amp 8-pin layout is:

  • Pin 1 & 5: NC (No Connect) or Offset Null on precision parts.
  • Pin 2: IN- (Inverting Input).
  • Pin 3: IN+ (Non-Inverting Input).
  • Pin 4: VSS / V- (Ground / Negative Rail).
  • Pin 6: OUT (Output).
  • Pin 7: VDD / V+ (Positive Supply Rail).
  • Pin 8: NC (No Connect).

The Symbol Difference: On schematics, the symbol for a single supply op amp is identical to a dual supply op amp (the standard triangle with IN+, IN-, and OUT). The difference is entirely in the power rails. Instead of drawing +VCC and -VEE, you draw +VCC and GND (⏚). The internal architecture achieves this by using PNP differential input pairs (or PMOS in CMOS parts) that do not require the base/gate voltage to be elevated above the emitter/source by a full Vbe drop, allowing the inputs to function at exactly 0.00V.

Operation Regions and Electrical Limits

Understanding where your op amp operates is critical to avoiding clipping. Here is the operation matrix for a typical 5V rail-to-rail single supply op amp (like the MCP6001) versus a legacy single-supply part (like the LM358).

Operation RegionMCP6001 (5V VCC)LM358 (5V VCC)Circuit Behavior
Linear (Active)Vin: 0V to 5V
Vout: 0.05V to 4.95V
Vin: 0V to 3.5V
Vout: 0.05V to 3.5V
Output follows input multiplied by gain. Virtual short holds.
Positive SaturationVout clamps at ~4.95VVout clamps at ~3.5VInput differential is too high. Output transistor fully saturated.
Negative SaturationVout clamps at ~0.05VVout clamps at ~0.02V (sinking)Input differential is too low. Output pulls to ground plane.

Application Circuit: 5V Single-Supply Non-Inverting Amplifier

The most common trap for beginners is feeding an AC signal (like audio or a vibrating piezo sensor) directly into a single supply op amp referenced to ground. Because the op amp cannot output a negative voltage, the bottom half of your AC waveform will be brutally chopped off at 0V. The fix is to create a virtual ground (DC bias) at VCC/2.

Here is a complete, breadboard-ready non-inverting amplifier with a gain of 11, biased for a 5V single supply.

Component List

  • U1: MCP6001 (8-pin DIP)
  • R1, R2: 10kΩ (Voltage divider for virtual ground)
  • R3: 10kΩ (Gain setting, Rg)
  • R4: 100kΩ (Gain setting, Rf)
  • C1, C2: 1µF ceramic (AC coupling, input and output)
  • C3: 10µF electrolytic (Virtual ground bypass)

Build Steps

  1. Power and Virtual Ground: Connect 5V to Pin 7 and GND to Pin 4. Wire R1 from 5V to Pin 3 (IN+). Wire R2 from Pin 3 to GND. This creates a 2.5V DC bias at the non-inverting input. Place C3 from Pin 3 to GND to shunt power supply noise away from your bias point.
  2. AC Input Coupling: Connect your AC signal source through C1 to Pin 3. The capacitor blocks the source's DC offset, allowing only the AC waveform to ride on top of the 2.5V virtual ground.
  3. Feedback Network: Connect R3 from Pin 2 (IN-) to GND. Connect R4 from Pin 2 to Pin 6 (OUT). This sets the non-inverting gain to 1 + (R4/R3) = 1 + (100k/10k) = 11.
  4. Output Coupling: Connect C2 in series with Pin 6 to your load (e.g., an ADC or speaker). This strips the 2.5V DC bias off the output, returning the signal to a true 0V-centered AC waveform.
Verify Step: Before connecting a sensitive load, power the circuit with no input signal. Use your multimeter to measure DC voltage at Pin 6. It should read exactly 2.5V (±50mV). If it reads 0V or 5V, your feedback loop is broken or the chip is dead.

Failure Modes and Multimeter Diagnostics

Op amps rarely fail gracefully. When they do, it is usually due to ESD strikes, exceeding the absolute maximum input differential voltage, or output short circuits. Here is how to diagnose a suspect single supply op amp using a standard digital multimeter (DMM).

  1. Symptom: Output Stuck at Positive Rail (5V).
    Cause: The internal PNP input stage is blown open, or the input common-mode voltage was exceeded, causing phase reversal (a known quirk in older CMOS op amps where exceeding the input range flips the output polarity).
    Test: Measure DC voltage at Pin 6. If it is locked at VCC regardless of input, disconnect the feedback resistor (R4). If the output stays at VCC, the internal output stage is shorted high. Replace the IC.
  2. Symptom: Output Stuck Near Ground (0V).
    Cause: The non-inverting input (Pin 3) has lost its DC bias, or the output stage is shorted low.
    Test: Measure DC voltage at Pin 3. If it is 0V, check your biasing resistors (R1/R2). If Pin 3 reads 2.5V but Pin 6 reads 0V, measure the resistance between Pin 6 and GND (power off). A reading under 10Ω indicates a dead output transistor.
  3. Symptom: Excessive Heat / High Quiescent Current.
    Cause: Latch-up from an ESD event or driving a highly capacitive load without a series isolation resistor, causing high-frequency oscillation that the DMM reads as a DC average.
    Test: Measure the voltage drop across your main 5V supply wire. If the op amp is drawing more than 2mA (check the datasheet for typical Iq, usually ~100µA for CMOS parts), it is oscillating or internally shorted. Hook up an oscilloscope to Pin 6 to check for MHz-range ringing.

For comprehensive reliability data and failure analysis, refer to the Microchip MCP6001 Datasheet, specifically the Absolute Maximum Ratings section.

Frequently Asked Questions

Can I use a dual supply op amp on a single supply?

Yes, but with severe limitations. A classic dual supply op amp like the LM741 or TL072 can be powered by a single 12V rail (Pin 7 to 12V, Pin 4 to GND). However, their input common-mode range typically excludes the rails by about 3V. This means on a 12V single supply, your input signal must stay strictly between 3V and 9V. Furthermore, the output cannot swing closer than 2V to either rail. If your signal needs to touch 0V or 12V, a dual supply part will fail you. You are almost always better off using a dedicated single supply or rail-to-rail op amp.

Why is my single supply op amp output clipping at the bottom?

Bottom clipping (flattening at 0V) in a single supply circuit almost always means your input signal is swinging below the op amp's negative common-mode limit, or you forgot to bias the input. If you are amplifying an AC signal centered at 0V, the op amp cannot output negative voltages to follow the negative half of the wave. You must add a DC bias (virtual ground) to shift the entire signal up to VCC/2 before it enters the op amp, then AC-couple the output to remove the DC offset.

What is the best single supply op amp for a 3.3V microcontroller ADC?

When driving a 3.3V ADC (like the internal ADC on an ESP32 or STM32), you need an op amp that operates on a 3.3V supply, features true rail-to-rail output to maximize your dynamic range, and has low output impedance to charge the ADC's internal sample-and-hold capacitor quickly. The MCP6001 is excellent for low-speed sensors (temperature, light). For higher-speed signals or multiplexed ADCs where settling time is critical, the OPA340 (TI) or AD8605 (Analog Devices) provide much higher slew rates and lower output impedance while running happily on a 3.3V single supply.