Current Mirrors: The Workhorse of Analog IC Bias Distribution

2026-05-27

Inside nearly every op-amp, comparator, and analog IC you've ever used, dozens of current mirrors are quietly copying a single reference current to bias differential pairs, output stages, and gain nodes. Understanding them unlocks how analog ICs actually work — and lets you build precision bias networks on a breadboard with matched transistor pairs.

The basic BJT mirror uses two matched transistors (Q1 and Q2) with their bases tied together and emitters grounded. Q1 is diode-connected (base shorted to collector), forcing it into the active region where its VBE sets the shared base voltage. Since Q2 sees the same VBE, it conducts the same collector current — assuming matched devices and equal temperatures.

The reference current is set by a resistor from VCC to Q1's collector:

IREF = (VCC − VBE) / R

For VCC = 5 V, VBE ≈ 0.65 V, R = 4.3 kΩ → IREF ≈ 1 mA. Q2 then sources (or sinks) 1 mA into whatever load you connect to its collector, regardless of load voltage — as long as Q2 stays out of saturation (VCE > ~0.2 V).

Real-world non-idealities matter:

Practical example: Biasing a differential pair tail current. You want 200 µA flowing through the diff pair's emitters, independent of supply variation. A simple resistor wouldn't do — its current would shift with VEE. A current mirror referenced to a stable voltage (a bandgap, say) holds the tail current rock-steady. This is exactly how the LM741's 19 µA tail current is set internally.

The Widlar variant adds a small emitter resistor to Q2, letting you generate microamp currents from a milliamp reference without using a 5 MΩ resistor: IOUT × RE = VT × ln(IREF/IOUT). With IREF=1 mA, RE=5 kΩ → IOUT ≈ 20 µA. Beautiful logarithmic compression in one resistor.

MOSFET mirrors work identically but with no base current error — perfect for CMOS ICs, though they suffer worse VGS matching than BJTs.

Key Takeaway: A current mirror copies one well-defined reference current to many loads using matched transistors, forming the bias backbone of every analog IC ever made.

All newsletters