Common‑Collector Amplifier: Emitter‑Follower Fundamentals & Applications
In transistor amplifier design, the common‑collector configuration—often called the emitter‑follower—offers a simple yet powerful solution for voltage buffering and current amplification. Below, we break down its operation, key characteristics, and practical uses.
What Is the Common‑Collector Configuration?
Unlike the common‑emitter topology, the collector in a common‑collector circuit is shared between the input and output. The schematic below illustrates the essential connections:

Here, the signal source and the load are both tied to the collector lead, while the emitter serves as the output node. Because the emitter must carry the entire current flowing through the transistor—base current plus collector current—the circuit inherently offers a large current gain.
Current Gain in the Common‑Collector Amplifier
The current delivered to the load equals the emitter current, which is the sum of the base and collector currents. Therefore, the current gain (AI) is:
$$A_I = eta + 1$$
where β is the transistor’s current‑gain factor. This is the highest current gain achievable with a single‑transistor amplifier.
Voltage Gain: Nearly Unity
One of the defining traits of this topology is its voltage behavior. Because the emitter voltage follows the base voltage minus a ~0.7 V VBE drop (for silicon devices), the output voltage is essentially the input voltage minus that constant diode drop. Consequently, the voltage gain (AV) is close to 1 (0 dB) and the amplifier is non‑inverting.
In SPICE, the behavior can be verified with the following netlist:
common-collector amplifier vin 1 0 q1 2 1 3 mod1 v1 2 0 dc 15 rload 3 0 5k .model mod1 npn .dc vin 0 5 0.2 .plot dc v(3,0) .end
Simulation results confirm that the output tracks the input with only the ~0.7 V offset, regardless of β or load resistance.
AC Signal Amplification
For alternating‑current signals, a DC bias is added to the input to keep the transistor in its active region throughout the waveform. The circuit and its transient simulation are shown below:

common-collector amplifier vin 1 4 sin(0 1.5 2000 0 0) vbias 4 0 dc 2.3 q1 2 1 3 mod1 v1 2 0 dc 15 rload 3 0 5k .model mod1 npn .tran .02m .78m .plot tran v(1,0) v(3,0) .end
The output follows the input’s waveform with the same peak‑to‑peak amplitude, offset only by the VBE drop.
PNP Transistors Work Just As Well
Using a PNP device in a common‑collector configuration yields the same voltage‑follower behavior, with reversed polarity of voltages and currents. The schematic and operation remain analogous to the NPN case.
Practical Applications
- Voltage Regulation: A common‑collector transistor can boost the current capability of a Zener‑diode regulator, driving heavier loads while the Zener handles only the base current. The load voltage will be about 0.7 V below the Zener voltage.
- Darlington Pair: For even higher current gain, two transistors can be cascaded in a Darlington arrangement, effectively multiplying their individual (β + 1) gains. The output voltage then loses two VBE drops relative to the input.
Diagrams of a single transistor, a PNP version, and a Darlington pair illustrate these concepts.


Key Takeaways
- The common‑collector (emitter‑follower) shares its collector lead between input and output.
- It provides a non‑inverting output with voltage gain ≈ 1 and current gain β + 1.
- It is ideal for buffering, voltage regulation, and high‑current driving.
- Darlington pairs extend the current gain while maintaining the voltage‑follower property.
Related Resources
Industrial Technology
- Common‑Emitter Amplifier: Design, Measurement, and Feedback Techniques
- Designing a High‑Gain Multi‑Stage Common‑Emitter Amplifier with Negative Feedback
- Designing a High‑Gain Differential Amplifier with NPN Transistors
- Non‑Inverting Amplifier: Build, Test, and Master Op‑Amp Gain Control
- Understanding Amplifier Gain: Voltage, Current, and Power
- Common‑Base Transistor Amplifiers: Design, Analysis, and Applications
- Cascode Amplifier: Combining Common‑Emitter and Common‑Base for Wide Bandwidth and High Input Impedance
- Common‑Source Amplifier (IGFET): Design, Biasing, and Performance
- The Operational Amplifier: Foundations, Features, and Key Applications
- Understanding Voltage Amplifiers: How They Boost Signal Voltage