The LM741 is the op-amp that taught a generation of engineers analog design. Single-channel, internally compensated, DIP-8 - it's the first chip most people reach for when they need to amplify, filter, or buffer a signal. But the LM741 is also the most misunderstood op-amp in production. Its input common-mode range stops 2–3V short of each rail. Its output can't swing to ground. And on a single 5V supply, it's not just "not ideal" - it's outside its specified operating range entirely.
This page gives you the complete pinout, the key specs that actually matter in a real circuit, the two amplifier configurations you'll use 90% of the time, and the mistakes that show up on EEVblog and StackExchange week after week. If you're designing with an LM741 in 2026, know what you're working with - and when to reach for a modern op-amp instead.
| Pin | Name | Type | Description |
|---|---|---|---|
| 1 | Offset Null | Trim | Connect to 10kΩ pot wiper; other pot ends to pins 1 & 5, wiper to V−. Used to zero the input offset voltage. |
| 2 | Inverting Input (−) | Input | Signal applied here produces an inverted (180° out-of-phase) output. Used as the summing junction in inverting amplifiers. |
| 3 | Non-Inverting Input (+) | Input | Signal applied here produces an in-phase output. Tied to ground or a reference voltage. |
| 4 | V− (VEE) | Supply | Negative power supply. Typically −15V for dual-supply operation, or GND for single-supply (with proper biasing). Supply range: ±5V to ±18V. |
| 5 | Offset Null | Trim | Second offset null pin. Paired with pin 1 for optional offset adjustment. |
| 6 | Output | Output | Amplified output. Can source/sink ~25 mA. Cannot swing to the rails - typically within 1–3V of each supply. |
| 7 | V+ (VCC) | Supply | Positive power supply. Typically +15V for dual-supply operation. Supply range: ±5V to ±18V. |
| 8 | NC | - | No Connection. Leave floating. Internally not bonded. |
All values at VS = ±15V, TA = 25°C unless noted. The LM741 has multiple grades - values below are for the common LM741C (commercial, 0–70°C).
| Parameter | Typical | Maximum | Unit | Notes |
|---|---|---|---|---|
| Supply Voltage Range | ±15 | ±18 | V | Minimum ±5V. Below ±10V, performance degrades significantly. |
| Input Offset Voltage | 2.0 | 6.0 | mV | Can be nulled to zero via pins 1 & 5 with 10kΩ pot. |
| Input Offset Current | 20 | 200 | nA | Difference between the two input bias currents. |
| Input Bias Current | 80 | 500 | nA | BJT inputs - significantly higher than JFET or CMOS op-amps. |
| Input Resistance | 2.0 | 0.3 | MΩ | Differential input impedance. Low by modern standards. |
| Input Common-Mode Range | ±13 | ±12 | V | Stops ~2V short of each rail on ±15V supplies. This is the #1 trap. |
| Large-Signal Voltage Gain | 200 | 50 (min) | V/mV | Open-loop. ~106 dB typical. |
| Output Voltage Swing | ±14 | ±10 | V | Into 10kΩ load. Cannot reach V+ or V− - typically 1–3V short. |
| Slew Rate | 0.5 | - | V/µs | Very slow. At ±15V rails, a 20 kHz sine at full swing already shows distortion. |
| Gain-Bandwidth Product | 1.0–1.5 | - | MHz | Unity-gain stable. At gain=100, usable bandwidth drops to ~10 kHz. |
| CMRR | 90 | 70 (min) | dB | Common-mode rejection. Adequate for most general-purpose use. |
| PSRR | 96 | 77 (min) | dB | Supply rejection. Decent - but decouple the supplies anyway. |
| Supply Current | 1.7 | 2.8 | mA | Quiescent. No load. |
| Output Short-Circuit Current | 25 | - | mA | Internally protected. Can survive indefinite short to ground. |
| Power Dissipation | 50 | 85 | mW | At ±15V, no load. |
The simplest and most commonly used LM741 configuration. The input signal is fed through Rin to the inverting input (pin 2). The non-inverting input (pin 3) is tied to ground. Feedback resistor Rf connects the output (pin 6) back to pin 2.
How it works: The op-amp's high open-loop gain forces the inverting input to a "virtual ground" - the same voltage as the non-inverting input (0V). Current through Rin (I = Vin/Rin) must equal current through Rf (since the op-amp input draws negligible current). The output swings in the opposite direction to sink or source that current through Rf. Result: Vout = −Vin × (Rf/Rin).
Key numbers: Input impedance = Rin (here 1kΩ - relatively low). The inverting input sits at virtual ground, so the signal source sees Rin to ground. If you need high input impedance, use the non-inverting configuration instead.
The input signal goes to the non-inverting input (pin 3). A voltage divider (R1 to ground, R2 to output) feeds a fraction of the output back to the inverting input (pin 2). The op-amp drives the output until the two inputs match.
How it works: The op-amp drives the output until the voltage at the inverting input (set by the R1/R2 divider from Vout) equals the voltage at the non-inverting input (Vin). Since Vin appears at the junction of R1 and R2, and the divider ratio is R1/(R1+R2), we get Vout = Vin × (1 + R2/R1). Gain can never be less than 1.
Key numbers: Input impedance is extremely high (~2 MΩ) - the op-amp's own differential input impedance. This makes the non-inverting configuration ideal for buffering high-impedance sources like sensor outputs and guitar pickups. The trade-off: no virtual ground at the input, so the common-mode voltage equals Vin - and the LM741's common-mode range must be respected.
This is the #1 mistake on Arduino and beginner forums. The LM741 datasheet specifies a minimum supply of ±10V total (20V across the chip). On a single 5V supply, you're at 25% of the minimum - the input common-mode range collapses, the output can barely move, and the bias circuits aren't properly energized. The chip might pass a distorted signal, but it's not operating within any guaranteed spec. For single-supply 5V, use the LM358 (works down to 3V) or a rail-to-rail op-amp like the MCP6002.
On ±15V supplies, the LM741's inputs work from about −13V to +13V. If your signal goes within ~2V of either rail, the input stage saturates and the output becomes unpredictable. On ±5V supplies, that usable range shrinks to roughly ±2–3V. If your non-inverting amplifier has Vin near ground on a single supply, the input is outside its valid range - and the output won't follow. This is why rail-to-rail input op-amps exist.
The LM741 is a compensated op-amp, not a comparator. When the differential input voltage exceeds a few hundred millivolts, the input stage saturates. Recovery from saturation is slow - microseconds to tens of microseconds. The output slew rate (0.5 V/µs) limits how fast it can switch. Dedicated comparators like the LM393 switch in nanoseconds and are designed to handle large differential input voltages without saturation recovery issues. Using a 741 as a comparator "works" on a breadboard at 100 Hz - and fails in production at 10 kHz.
A 0.1 µF ceramic capacitor from each supply pin (4 and 7) to ground, placed as close to the IC as physically possible, is not optional. Without them, the power supply impedance at high frequencies causes the op-amp to oscillate - especially with capacitive loads or long feedback traces. The symptom: "my amplifier works, but there's a 500 kHz sine wave riding on the output." That's the op-amp singing to itself. Add the caps.
The LM741's BJT inputs draw ~80 nA of bias current. That current needs a DC path to ground. If you AC-couple the input with a series capacitor and don't add a resistor from the input pin to ground, the bias current charges the capacitor until the input drifts to one rail. The op-amp saturates and your circuit stops working. The fix: a resistor (~10k–100kΩ) from each input to ground or to a reference voltage. Every op-amp input must have a DC path.
The LM741's output stage can deliver about 25 mA. A typical 8Ω speaker at 1V RMS draws 125 mA - five times the limit. The output clips, the chip overheats, and the distortion is severe. For audio power, the LM741 needs an external push-pull transistor stage (class AB) or a dedicated audio power amp IC. The LM741 is a signal-processing amplifier, not a power amplifier.
At 0.5 V/µs, the LM741 takes 20 µs to swing 10V. That means a full-amplitude sine wave starts distorting above ~8 kHz. A 20 kHz sine at ±10V output requires a slew rate of 1.26 V/µs - over twice what the LM741 can deliver. The output becomes a triangle wave. For audio above telephone quality, or for any signal above ~10 kHz at full swing, use a faster op-amp like the TL071 (13 V/µs) or NE5532 (9 V/µs).
| Parameter | Details |
|---|---|
| Standard Part | LM741CN (DIP-8, 0–70°C, Texas Instruments / onsemi / STMicro) |
| Industrial Grade | LM741IN (DIP-8, −40 to +85°C) |
| Modern Upgrade (General Purpose) | TL071CP (DIP-8, JFET input, 13 V/µs slew, lower bias current) |
| Modern Upgrade (Single Supply) | LM358P (DIP-8, dual op-amp, works down to 3V, rail-to-rail out not in) |
| Condition | New, original manufacturer packaging |
| Lead Time | In stock, ship from Shenzhen |
Contact ICMASS for current pricing. We stock LM741 variants (CN, IN), TL071, LM358, and a full range of op-amps from TI, STMicro, and onsemi. Volume pricing for general-purpose op-amps typically ranges from $0.10–$0.50/unit. Need help selecting the right op-amp for your design? We can provide datasheets, sample quantities, and application guidance.
A: No. The LM741's minimum supply is ±5V (10V total across V+ and V−). On a single 5V supply, the chip is far outside its specified operating range - input range collapses, output can barely move, and bias circuits are underpowered. Use the LM358 (single supply down to 3V) or a rail-to-rail op-amp like the MCP6002 for 5V single-supply designs.
A: The LM741's output stage is not rail-to-rail. On a single supply (V− = GND), the output can typically only swing down to about 1–2V above ground. It can't produce 0V. This is inherent to the output transistor design - the NPN output transistor needs headroom. For ground-sensing output, use a rail-to-rail op-amp or the LM358 (which can pull closer to ground, within ~5–50 mV depending on load).
A: For dual-supply general-purpose: TL071 (JFET input, lower bias current, 13 V/µs slew, same DIP-8 pinout). For single-supply: LM358 (dual, works to 3V, but slower at 0.3 V/µs). For precision: OP07 (25 µV offset vs 2 mV for LM741). For audio: NE5532 (low noise, 9 V/µs, dual). All are pin-compatible in DIP-8 for the single-op-amp variants.
A: Three likely causes. (1) Missing supply decoupling capacitors - add 0.1 µF ceramic from each supply pin to ground, right at the IC. (2) Capacitive load on the output - a long cable or a capacitive load (>100 pF) creates a pole in the feedback loop. Add a 50–100Ω resistor in series with the output, before the capacitive load. (3) Too much feedback - at unity gain, the LM741 has 90° phase margin, but stray capacitance on the inverting pin can erode that. Keep feedback traces short and minimize the copper area on the summing junction.
A: The offset null (pins 1 and 5) lets you zero out the input offset voltage - the small DC error that appears at the output even with both inputs grounded. For most AC-coupled circuits (audio, AC amplification), you don't need it. For DC precision circuits (sensor amplification, integrators), connect a 10kΩ potentiometer between pins 1 and 5 with the wiper to V−. Adjust until the output reads 0V with inputs grounded. Without nulling, expect 2–6 mV input offset, multiplied by your gain at the output.
A: Yes - with caveats. The LM358 contains two op-amps in an 8-pin package, but its pinout is different from the LM741 (power on pin 8/4 vs 7/4, different input/output pin assignments). It's not a drop-in replacement on the same PCB. But for new designs, one LM358 replaces two LM741s, works on a single supply as low as 3V, and costs less. The trade-off: the LM358 is slower (0.3 V/µs slew rate vs 0.5 for LM741) and noisier.
A: Not officially - TI, STMicro, and onsemi still manufacture it. But it's a 1968 design. For any new design, a modern op-amp (TL071, LM358, NE5532, OPA2134) will outperform it in every dimension: noise, speed, bias current, supply range, and output swing. The LM741 persists because it's in thousands of textbooks, lab manuals, and legacy designs. If you're learning op-amps, it's fine. If you're shipping a product, use something modern.





