A common-emitter amplifier is a bipolar junction transistor (BJT) circuit where the emitter terminal is shared between the input and output, providing high voltage and current gain alongside a 180-degree phase inversion. In a real circuit, it changes a weak, high-impedance AC signal—like the millivolt output from an electret microphone or a piezo sensor—into a robust, lower-impedance voltage swing capable of driving the next stage or an ADC. Beginners frequently confuse it with the common-collector (emitter follower) configuration, which offers high current gain but unity voltage gain and no phase inversion, or the common-base setup, which lacks current gain entirely.

The Core Mechanics: Voltage Gain and Phase Inversion

The magic of the common-emitter topology lies in how the base-emitter junction controls the collector current. A small AC voltage applied to the base modulates the base current ($I_b$), which is multiplied by the transistor's DC current gain ($h_{FE}$ or $\beta$) to create a much larger collector current ($I_c$). This current flows through a collector resistor ($R_c$), converting the current variation back into a voltage variation according to Ohm's Law.

Because the output voltage is measured at the collector relative to ground, an increase in base voltage turns the transistor on harder, pulling more current through $R_c$ and dropping more voltage across it. This pulls the collector voltage down. Conversely, a decrease in base voltage pushes the collector voltage up.

Phase Shift: Exactly 180° at mid-band frequencies. A positive-going input swing results in a negative-going output swing, a critical factor when designing multi-stage feedback loops.

For a deeper theoretical breakdown of the small-signal models and hybrid-pi parameters, the All About Circuits semiconductor textbook provides an excellent mathematical foundation.

Worked Numeric Example: Designing a 2N3904 Preamp Stage

Let's design a practical, single-stage common-emitter amplifier using a standard 2N3904 NPN transistor. We want to amplify an audio signal with a voltage gain ($A_v$) of roughly -50, powered by a 12V DC supply ($V_{CC}$).

1. Set the DC Operating Point (Q-Point)
To maximize symmetrical output swing without clipping, we set the quiescent collector-emitter voltage ($V_{CE}$) to half the supply: 6V. We'll target a collector current ($I_c$) of 2mA, which provides a good balance of low noise and adequate drive capability.

2. Calculate DC Emitter and Collector Resistors
The total resistance from $V_{CC}$ to ground through the transistor is $V_{CC} / I_c = 12V / 2mA = 6k\Omega$.
We need an emitter resistor ($R_e$) for DC thermal stability. Let's drop 2V across the emitter: $R_e = 2V / 2mA = 1k\Omega$.
This leaves $6k\Omega - 1k\Omega = 5k\Omega$ for the collector resistor. We select the nearest E24 standard value: $R_c = 4.7k\Omega$.

3. Bias the Base (Stiff Voltage Divider)
With 2V across $R_e$ and a base-emitter drop ($V_{BE}$) of ~0.7V, the required base voltage ($V_B$) is 2.7V.
Assuming a conservative $h_{FE}$ of 100, base current $I_b = 2mA / 100 = 20\mu A$. To make the bias 'stiff' (immune to $h_{FE}$ variations), the divider current should be at least $10 \times I_b$ (200$\mu A$).
Bottom resistor ($R_2$) = $2.7V / 200\mu A = 13.5k\Omega$ → use 15k$\Omega$.
Top resistor ($R_1$) = $(12V - 2.7V) / 200\mu A = 46.5k\Omega$ → use 47k$\Omega$.

4. Set the AC Gain with a Split Emitter
If we bypass the entire 1k$\Omega$ $R_e$ with a capacitor, the AC gain is determined by the internal emitter resistance ($r_e \approx 25mV / I_c = 12.5\Omega$). The gain would be $-4700 / 12.5 = -376$, which is far too high and will cause severe thermal distortion.
To hit our target gain of -50, we split $R_e$ into an unbypassed AC resistor ($R_{e1}$) and a bypassed DC resistor ($R_{e2}$).
$A_v \approx -R_c / R_{e1} \rightarrow -50 = -4700 / R_{e1} \rightarrow R_{e1} = 94\Omega$. We use 100$\Omega$.
The remaining DC resistance is $1k\Omega - 100\Omega = 900\Omega$. We use 910$\Omega$ for $R_{e2}$ and place a 10$\mu F$ electrolytic capacitor across it.

Bench Tip: Always measure your actual $V_{CE}$ after building. If it sits at 2V instead of 6V, your transistor's $h_{FE}$ is higher than assumed, pushing the Q-point toward saturation. Bump $R_1$ up to 51k$\Omega$ to correct it.

Where You Meet This In Practice

You will rarely see a discrete common-emitter amplifier in modern consumer electronics, as operational amplifiers (op-amps) have largely replaced them for low-frequency analog tasks. However, the topology remains critical in specific domains:

  • RF Intermediate Frequency (IF) Stages: In superheterodyne receivers, discrete common-emitter stages (often using RF-specific transistors like the BFR92A) provide high gain at 455 kHz or 10.7 MHz where op-amps lack the bandwidth or noise figure.
  • Discrete Audio Preamps: High-end guitar pedals and boutique audio gear use CE stages to introduce specific, asymmetrical soft-clipping harmonics that op-amps cannot replicate.
  • Sensor Signal Conditioning: When amplifying the raw output of a piezoelectric vibration sensor or an electret mic capsule before feeding it into a microcontroller's ADC, a single CE stage provides the necessary impedance transformation and gain.

Topology Decision Tree: CE vs. CC vs. CB

Choosing the right BJT configuration depends entirely on what your source signal looks like and what your load requires. Use this decision matrix to lock in your topology and part selection.

RequirementTopologyVoltage GainCurrent GainPhase ShiftInput Impedance
Boost weak sensor/mic voltage to drive ADC or cableCommon-Emitter (CE)HighHigh180°Medium (1k-5k$\Omega$)
Buffer high-impedance source to drive low-impedance speaker/lineCommon-Collector (CC)~1 (Unity)HighHigh (50k-500k$\Omega$)
Amplify high-frequency RF signals with minimal Miller effectCommon-Base (CB)High~1 (Unity)Very Low (10-50$\Omega$)
The Default Pick: If your goal is general-purpose voltage amplification for audio or DC-coupled sensor signals under 100kHz, choose the Common-Emitter topology. For currents under 100mA, use the 2N3904 (NPN) or 2N3906 (PNP). If you need to drive a relay or a small motor directly from the amplified stage (currents up to 600mA), switch to the 2N2222 or BC337.

Common Mistakes and Thermal Runaway

When building common-emitter amplifiers on the bench, two failure modes dominate:

1. Ignoring the Miller Effect at High Frequencies
The base-collector junction acts as a small capacitor ($C_{cb}$). Because the collector voltage is inverted and amplified, this capacitance appears multiplied by the voltage gain at the input (Miller capacitance). If you try to use a standard 2N3904 CE amplifier at 5 MHz, the gain will collapse. Fix: Use a cascode configuration (a CE stage feeding a CB stage) to hold the collector voltage steady and eliminate Miller multiplication.

2. Thermal Runaway from Missing Emitter Degeneration
If you tie the emitter directly to ground and bias the base with a single resistor, the circuit is highly unstable. As the transistor heats up, its $V_{BE}$ drops and leakage current increases, causing $I_c$ to rise. This generates more heat, further increasing $I_c$ in a positive feedback loop until the silicon melts or the power supply folds back. Fix: Always use an emitter resistor ($R_e$) to provide negative DC feedback, as demonstrated in the worked example above.

Frequently Asked Questions

Why do we use coupling capacitors at the input and output?
Input and output capacitors (typically 1$\mu F$ to 10$\mu F$ for audio) block the DC bias voltages from interacting with your signal source or the next stage. Without them, the DC offset from your source would shift the Q-point, and the 6V DC offset at the collector would likely destroy a downstream grounded-load speaker.

Can I use a MOSFET instead of a BJT for a common-emitter equivalent?
Yes, the MOSFET equivalent is the common-source amplifier. It operates on the same principles (high voltage gain, 180° phase shift) but is voltage-controlled rather than current-controlled, resulting in massively higher input impedance. For high-impedance piezo sensors, a common-source JFET (like the J201) is often superior to a BJT CE stage.