The LM386 audio amplifier is a low-voltage, low-power integrated circuit specifically designed to drive audio loads like speakers and headphones with minimal external components. What it fundamentally changes in a real circuit is the impedance bridge: it presents a high input impedance (around 50kΩ) to your delicate signal source so it doesn't load it down, while providing a low output impedance capable of sourcing the high current required to move a 4Ω or 8Ω speaker cone. Unlike general-purpose op-amps that require dual power supplies and complex feedback networks, the LM386 runs on a single positive rail and defaults to a stable, usable gain right out of the box.
The LM386 Audio Amplifier at a Glance: Specs and Variants
While hobbyists often just ask for 'an LM386' at the parts counter, Texas Instruments actually manufactures three distinct voltage tiers of this chip. Selecting the wrong variant for your power supply is the most common reason beginners experience immediate thermal shutdown or clipped output. Below is the definitive spec-sheet breakdown for the standard DIP-8 packages you will encounter on the bench.
| Variant | Supply Voltage Range (Vs) | Typical Output Power (8Ω Load) | Quiescent Current | Internal Voltage Gain |
|---|---|---|---|---|
| LM386N-1 | 4V to 12V | 325 mW (at 6V) | 4 mA | 20 (26 dB) |
| LM386N-3 | 4V to 12V | 700 mW (at 9V) | 4 mA | 20 (26 dB) |
| LM386N-4 | 5V to 18V | 1000 mW (at 16V) | 4 mA | 20 (26 dB) |
Every LM386 circuit requires a Zobel network (a 10Ω resistor in series with a 47nF capacitor) connected from the output pin (Pin 5) to ground. This network suppresses high-frequency parasitic oscillation that occurs when driving the highly inductive load of a speaker coil. If you omit this, your chip will overheat and fail, even if the audio sounds fine to your ears.
How It Changes Your Circuit: Gain and Power Calculations
Let us walk through a worked numeric example to demonstrate how the LM386 scales your signal and where its physical limits hit. Suppose you are building a portable guitar practice amp powered by a standard 9V alkaline battery, driving an 8Ω, 0.5W speaker.
1. Calculating Maximum Output Power
The theoretical maximum peak-to-peak voltage swing of the LM386 is roughly the supply voltage minus the internal saturation drops of the output transistors (about 1.5V total).
- Max Swing (Vpp): 9V - 1.5V = 7.5V peak-to-peak.
- RMS Voltage: 7.5V / (2 × √2) ≈ 2.65V RMS.
- Theoretical Power: V² / R = (2.65)² / 8Ω ≈ 0.87W.
However, the Texas Instruments LM386 datasheet rates the LM386N-3 at 700mW typical into 8Ω at 9V. The discrepancy between our theoretical 870mW and the real-world 700mW accounts for internal resistance and thermal derating. Pushing the chip to deliver a continuous 870mW will cause the silicon junction to exceed its 145°C thermal limit without a heatsink.
2. Setting the Voltage Gain
By default, the internal feedback resistors (15kΩ and 150Ω) set the voltage gain to 20 (26 dB). If your electric guitar's passive pickups output a weak 20mV RMS signal, a gain of 20 only yields 400mV RMS—not enough to drive the speaker to full volume.
To increase the gain, you place a bypass capacitor between Pin 1 and Pin 8.
- Gain of 200 (46 dB): Place a 10µF electrolytic capacitor directly across Pins 1 and 8. (20mV input × 200 = 4V RMS output, which will heavily clip our 2.65V max swing, so you must use a volume potentiometer at the input to attenuate the signal).
- Custom Gain of 50: Place a 10µF capacitor in series with a 680Ω resistor between Pins 1 and 8. The formula is Gain = 2 × 15000 / (150 + R_ext). Therefore, 30000 / (150 + 680) = 36. (Note: To hit exactly 50, you would use a 470Ω resistor: 30000 / (150 + 470) ≈ 48.3).
Where You Meet the LM386 in Practice
Despite the proliferation of surface-mount Class-D chips in 2026, the LM386 remains a staple on the workbench for specific analog applications where switching noise is unacceptable.
- DIY Guitar Fuzz and Practice Amps: The iconic 'Ruby Amp' and 'Smokey Amp' circuits rely on the LM386's natural soft-clipping characteristics when overdriven, which mimics tube-like harmonic distortion far better than hard-clipping digital alternatives.
- Crystal and AM Radio Receivers: Because it has zero high-frequency switching noise, it is the perfect output stage for sensitive RF receiver circuits where a Class-D amplifier's PWM switching frequency would mix with the RF carrier and create heterodyne whines.
- Intercoms and Paging Systems: Its ability to run directly off unregulated 12V lead-acid backup batteries makes it ideal for hardwired analog intercoms.
If your LM386 circuit emits a low-frequency 'putt-putt-putt' sound (known as motorboating), you are experiencing low-frequency oscillation caused by the output current modulating the power supply rail. The Fix: Add a large bulk bypass capacitor (220µF to 470µF) directly across the VCC (Pin 6) and GND (Pin 4) pins, as close to the IC body as physically possible. A 0.1µF ceramic capacitor in parallel is also recommended to shunt high-frequency rail noise.
Common Confusions: LM386 vs. Modern Alternatives
Beginners frequently confuse the LM386 with other audio ICs, leading to fried boards or disappointing performance. Here is how it stacks up against the parts you might accidentally grab from the bin.
| Feature | LM386 (Class AB) | LM380 (Class AB) | PAM8403 (Class D) |
|---|---|---|---|
| Topology | Analog (Linear) | Analog (Linear) | Digital (PWM Switching) |
| Typical Supply | 4V - 12V (N-1/N-3) | 10V - 22V | 2.5V - 5.5V |
| Gain Control | Adjustable (20 to 200) | Fixed (34 dB / 50x) | Fixed (24 dB / 15x) |
| Efficiency | Low (~30-50%) | Low (~30-50%) | High (~90%) |
| EMI / Noise Floor | Extremely Low | Extremely Low | High (Requires LC filters) |
When to choose the LM386: Choose it when you need adjustable gain, are running off a 9V battery, and are amplifying sensitive analog signals (like microphones or RF detectors) where PWM switching noise would ruin the signal-to-noise ratio.
When to choose the PAM8403: Choose this modern Class-D alternative when you are running off a 5V USB power bank, need to drive stereo 3W speakers, and care more about battery life and thermal efficiency than absolute analog purity. For a deep dive into building with linear vs switching amps, All About Circuits offers excellent practical project guides that contrast these topologies on the breadboard.
Frequently Asked Questions
What exactly is the LM386 in one sentence?
It is a self-contained, single-supply analog power amplifier IC that boosts low-level audio voltage signals into higher-current signals capable of driving small speakers.
Why does my LM386 get incredibly hot even with no audio playing?
You are likely missing the Zobel network (10Ω + 47nF) on the output, causing the chip to oscillate at ultrasonic frequencies (e.g., 500kHz). You cannot hear this oscillation, but the chip is rapidly switching its output transistors, generating massive internal heat. Solder the Zobel network directly across Pin 5 and Ground to stop it.
Can I use the LM386 to drive headphones?
Yes, but you must isolate the DC offset. The LM386 output sits at roughly VCC/2 (about 4.5V on a 9V supply). If you connect headphones directly, this DC current will damage the drivers and potentially burn your ears. Always place a 220µF to 470µF electrolytic coupling capacitor in series with the output pin before connecting any headphones or speakers.






