A single supply op amp operates from a single positive voltage rail and ground (e.g., 0V to 5V), eliminating the need for bulky dual-rail power supplies (like ±15V). While the internal transistor topology is fundamentally similar to dual-supply variants, single supply op amps are specifically optimized to handle input common-mode voltages that include the negative rail (ground) and to swing their outputs close to both supply rails. If you are building battery-powered sensors, microcontroller front-ends, or portable audio gear, mastering this component is non-negotiable.
The Single Supply Op Amp Advantage and Safe Default Part Numbers
When selecting a single supply op amp, the primary decision point is whether you need true Rail-to-Rail Input/Output (RRIO) or if a legacy part with limited output swing will suffice. RRIO devices allow your signal to utilize the full ADC range of a 3.3V microcontroller, whereas older parts might clip the top and bottom 1.5V of your signal.
Here are the three safe default part numbers I keep in my bench stock, complete with their critical ratings:
| Part Number | Supply Range (VCC) | I/O Type | GBW (Gain-Bandwidth) | Typical Cost (1pc) | Best Application |
|---|---|---|---|---|---|
| LM358 (TI/ST) | 3V to 32V | Input to GND, Output swings to GND but not VCC | 1 MHz | ~$0.15 | High-voltage DC sensing, LED drivers, non-critical buffering |
| MCP6001 (Microchip) | 1.8V to 6.0V | True RRIO | 1 MHz | ~$0.35 | 3.3V/5V logic interfacing, battery-powered IoT sensors |
| TLV2462 (TI) | 2.7V to 6.0V | True RRIO | 6.4 MHz | ~$1.20 | Audio preamps, higher-frequency active filters |
For 90% of hobbyist and prototyping work involving 3.3V or 5V microcontrollers like the ESP32 or Arduino, the Microchip MCP6001 is the ultimate default. If you are working with 12V or 24V industrial loops, the Texas Instruments LM358 remains the undisputed workhorse.
Pinout, Symbol, and Operation Regions
Most single supply op amps come in standard 8-pin DIP or SOIC packages containing two independent amplifiers (dual op amp). The standard pinout is:
- Pin 1: Output A
- Pin 2: Inverting Input A (-)
- Pin 3: Non-Inverting Input A (+)
- Pin 4: V- (Ground / GND)
- Pin 5: Non-Inverting Input B (+)
- Pin 6: Inverting Input B (-)
- Pin 7: Output B
- Pin 8: V+ (VCC / Positive Supply)
In schematic symbols, the single supply op amp is drawn identically to a dual supply op amp (a triangle with + and - inputs), but the power rails are explicitly labeled as VCC and GND rather than V+ and V-.
Understanding the operation regions is critical because single supply parts behave differently when pushed to their limits:
| Operation Region | Condition | Typical Output (5V Supply) | Practical Consequence |
|---|---|---|---|
| Linear (Active) | V- < V_in < V+ and feedback is negative | 0.05V to 4.95V (RRIO) | Signal is amplified cleanly without distortion. |
| Positive Saturation | V+ input significantly > V- input | ~4.98V (Limited by RDS_on of PMOS) | Output clips at the top rail; recovery time may be delayed. |
| Negative Saturation | V- input significantly > V+ input | ~0.02V (Limited by RDS_on of NMOS) | Output clips at ground; AC signals will flat-line at 0V. |
| Phase Reversal (Failure) | Input exceeds Common-Mode Range | Flips to VCC rail unexpectedly | Common in LM358 if input goes > VCC-1.5V. Output inverts polarity. |
How to Bias a Single Supply Op Amp for Linear Operation
The most common mistake makers make with a single supply op amp is feeding an AC signal (like audio or an AC current transformer) directly into the input. Because the op amp cannot output a negative voltage, the negative half of your AC waveform will be hard-clipped at 0V, resulting in severe distortion.
To fix this, you must bias the input to a DC voltage exactly halfway between your supply rails (VCC/2). This creates a 'virtual ground' that allows the AC signal to swing equally in the positive and negative directions relative to the bias point.
The standard biasing network uses two equal-value resistors (typically 10kΩ each) forming a voltage divider from VCC to GND. The midpoint is decoupled with a 10µF ceramic or tantalum capacitor to GND. This capacitor provides a low-impedance path for AC signals, effectively turning the VCC/2 node into a rock-solid AC ground while maintaining the DC bias.
Complete Application Circuit: Single-Supply Non-Inverting Amplifier
Let's build a practical single-supply non-inverting amplifier with a gain of 11, designed to amplify a small 100mV AC sensor signal to a 1.1V AC signal centered at 2.5V (assuming a 5V supply).
Component List:
- U1: MCP6002 (Dual RRIO op amp, using one half)
- R1: 1kΩ (Gain setting, feedback to ground)
- R2: 10kΩ (Gain setting, feedback from output)
- R3, R4: 10kΩ (Biasing voltage divider)
- C1: 10µF (Bias decoupling capacitor)
- C2: 1µF (Input AC coupling capacitor)
- C3: 100nF (VCC decoupling capacitor, X7R ceramic)
Assembly and Verification Steps:
- Power Decoupling: Place C3 (100nF) physically as close as possible to Pin 8 (VCC) and Pin 4 (GND) of the MCP6002. This prevents high-frequency oscillation.
- Establish Virtual Ground: Connect R3 from Pin 8 to Pin 3. Connect R4 from Pin 3 to Pin 4. Solder C1 from Pin 3 to Pin 4. Pin 3 now sits at a stable 2.5V DC.
- AC Coupling: Connect your AC signal source through C2 (1µF) to Pin 3. The capacitor blocks any external DC offset while passing the AC signal to ride on top of the 2.5V bias.
- Set the Gain: Connect R1 (1kΩ) from Pin 2 (Inverting) to Pin 4 (GND). Connect R2 (10kΩ) from Pin 2 to Pin 1 (Output). Gain = 1 + (R2/R1) = 11.
- Verify DC Bias: Power the circuit with 5.0V. Use your multimeter in DC mode. Pin 3 should read 2.50V. Pin 1 (Output) should also read 2.50V (±10mV due to input offset voltage).
- Verify AC Gain: Inject a 1kHz, 100mV RMS sine wave. Probe Pin 1 with an oscilloscope. You should see a 1.1V RMS sine wave centered exactly on the 2.5V DC offset.
Failure Modes and Multimeter Testing
Op amps rarely fail without cause. When a single supply op amp dies, it is almost always due to one of three hazards: Electrostatic Discharge (ESD) during handling, exceeding the absolute maximum input voltage (usually VCC + 0.3V), or shorting the output pin directly to a low-impedance ground or VCC rail, causing thermal destruction of the output stage.
Here is how to troubleshoot a suspected dead op amp using a standard digital multimeter (DMM):
- De-energize and Isolate: Remove power from the circuit. If testing in-circuit, ensure all large capacitors are discharged.
- Check for Output Shorts: Set your DMM to continuity or resistance mode. Measure between the Output pin and GND, and the Output pin and VCC. You should read >10kΩ. If you read <50Ω, the internal output transistors have shorted. The chip is dead.
- Check Internal Junctions (Diode Test): Set your DMM to diode test mode. Place the red probe on GND (Pin 4) and the black probe on the input pins. You should read a standard silicon diode drop (0.6V to 0.8V). If it reads 0.0V (short) or OL (open), the input stage is compromised.
- Live Voltage Check: Restore power. Measure VCC to GND to ensure the supply is present. Measure the non-inverting input to GND; it should match your bias voltage (e.g., 2.5V). Measure the output pin. In a linear circuit with negative feedback, the output DC voltage should closely match the non-inverting input DC voltage. If the output is slammed to 0V or VCC while the inputs are balanced, the op amp has failed open or is latched up.
For a deeper understanding of how output stages behave when pushed to the limits, the Analog Devices guide on Rail-to-Rail op amps provides excellent oscilloscope captures of crossover distortion and saturation recovery times.
Frequently Asked Questions
Can I use a dual supply op amp on a single supply?
Yes, but with severe limitations. A classic dual supply part like the TL072 requires a minimum total supply voltage of 7V (e.g., +3.5V and -3.5V). If you power it from a single 5V rail and ground, it will not turn on. Furthermore, standard dual supply op amps cannot handle input signals near the ground rail, meaning your 0V-5V sensor signal will cause the inputs to phase-reverse or clip. Always use a part explicitly specified for single-supply or RRIO operation when running off a single positive rail.
Why is my single supply op amp output stuck at the positive rail?
This is usually caused by one of three issues. First, check your feedback network; if the feedback resistor (R2 in our circuit) is broken or unsoldered, the op amp runs in open-loop mode, and microscopic input offset voltage will drive the output straight to VCC. Second, check for 'phase reversal.' If your input signal exceeds the common-mode voltage range (common in older parts like the LM358 when the input gets too close to VCC), the internal PNP transistors saturate and the output flips to the positive rail. Third, verify that your inverting and non-inverting pins aren't swapped in your PCB footprint.
What does 'Rail-to-Rail' actually mean for single supply op amps?
'Rail-to-Rail' is a marketing term that requires datasheet verification. True Rail-to-Rail Input (RRI) means the common-mode range extends from GND to VCC, usually achieved by placing parallel NPN and PNP differential pairs inside the silicon. Rail-to-Rail Output (RRO) means the output transistors are configured in a common-source topology, allowing the output to swing to within 10mV to 50mV of the supply rails under light loads (e.g., 100kΩ). However, if you draw heavy current (e.g., 10mA) from an RRO op amp, the internal resistance of the output MOSFETs (RDS_on) will cause a voltage drop, meaning your 'rail-to-rail' output might only reach VCC - 0.5V. Always check the 'Output Voltage Swing vs. Output Current' graph in the datasheet.






