PNP Transistor

The PNP transistor reverses the layer order of the NPN — p-type emitter, n-type base, p-type collector — with holes as the majority carriers, requiring opposite supply polarities but offering complementary circuit topologies.

Why This Matters

PNP transistors were historically important because the earliest practical transistors (1948–1955, alloy-junction germanium devices) were almost all PNP. The first point-contact transistor, the first alloy-junction transistors, and most early commercial transistors were PNP because it was easier to start with p-type germanium and form n-type junctions than vice versa.

PNP transistors remain useful today in complementary circuit topologies — power amplifiers and motor drivers frequently pair NPN and PNP transistors because the complementary polarities allow push-pull operation without coupling capacitors. Understanding PNP operation lets you read and build any circuit from the transistor era, including the countless radios, amplifiers, and instruments built before NPN silicon dominated.

The PNP transistor is also the natural product of a beginner’s first alloy-junction fabrication attempt, since alloying indium onto p-type germanium produces NPN, but alloying into n-type germanium from both sides produces PNP.

Structure and Polarity

The PNP transistor is the mirror image of the NPN:

[Emitter - p-type]
      |
[Base - n-type]     (thin)
      |
[Collector - p-type]

All operating voltages are reversed relative to NPN:

ParameterNPNPNP
Emitter typen+ (electron-rich)p+ (hole-rich)
Base typep (light)n (light)
Collector typen (light)p (light)
V_BE for active mode+0.6 V (base positive)−0.6 V (base negative)
V_CE supplyPositive (collector up)Negative (collector down)
Majority emitter carrierElectronsHoles
Conventional current directionCollector to emitterEmitter to collector

How the PNP Transistor Operates

In active mode:

  • Emitter-base junction: forward biased (emitter positive relative to base)
  • Collector-base junction: reverse biased (collector negative relative to base)

Current flow:

  1. The forward-biased emitter-base junction injects holes from the p+ emitter into the n-type base
  2. The n-type base has few holes (minority carriers) — they don’t recombine much before crossing
  3. The reverse-biased collector-base junction sweeps holes out of the base into the p-type collector
  4. Only a small fraction recombine in the base (contributing to base current)
  5. Most holes travel emitter → base → collector

This is identical in principle to NPN, but with holes as the active carrier instead of electrons.

Current equations (same form as NPN):

  • I_E = I_C + I_B
  • I_C = β × I_B
  • β (current gain): 20–300 for typical PNP, similar to NPN

The current directions in a PNP, using conventional current (positive charge flow):

  • Emitter current flows into the emitter (conventional current) — opposite to NPN
  • Collector current flows out of the collector
  • Base current flows out of the base

Biasing a PNP Transistor

The fundamental rule: base must be negative relative to emitter (for silicon: V_EB = +0.6 V, meaning emitter is 0.6 V above base).

Simple PNP Switch

Circuit with PNP transistor as a high-side switch (load connected to positive supply through transistor):

+VCC ──── Emitter
            │
           [Load]
            │
         Collector ──── Ground

Base ──── [R_B: 10-47 kΩ] ──── Control signal (active LOW)

To turn ON: pull base toward ground (below emitter). V_EB becomes positive → transistor conducts. To turn OFF: pull base toward +VCC (equal to emitter). V_EB → 0 → transistor cuts off.

This “active-low” control is reversed from NPN (which is active-high). PNP transistors naturally switch loads on the high side (between positive supply and load), while NPN transistors naturally switch on the low side (between load and ground).

Class A PNP Amplifier

Bias divider sets emitter-to-base voltage to ~0.6 V:

  1. Connect emitter to +VCC through emitter resistor R_E
  2. Connect collector to ground through collector resistor R_C
  3. Base bias: two resistors from +VCC to ground, center tap to base
  4. Set V_B to approximately VCC − 0.6 V

The bias voltages are “upside down” relative to NPN, but the small-signal behavior is identical: small change in V_BE produces large change in I_C.

PNP vs NPN: Practical Comparison

PropertyNPNPNP
Electron mobilityHigher (~3× for silicon)Lower
SpeedFasterSlower
Dominant since1960s (silicon era)1950s (germanium era)
Common silicon types2N2222, BC547, 2N39042N2907, BC557, 2N3906
Common germanium types(rare)AC128, OC71, 2N404
Circuit polarityPositive supply standardNegative supply or inverted

Electrons move ~3× faster than holes in silicon. This makes NPN transistors faster (higher f_T, higher current gain at high frequencies) and is why NPN dominates modern circuits. Historical germanium transistors were PNP partly because they were easier to make but also because germanium hole mobility is only 2× less than electron mobility — a smaller disadvantage than in silicon.

Identifying PNP Transistors

Diode Test Method

Using a multimeter in diode mode:

  1. A PNP transistor has:

    • Emitter-to-base: diode junction, forward biases with emitter negative relative to base
    • Collector-to-base: diode junction, forward biases with collector negative relative to base
    • Emitter-to-collector: high resistance in both directions
  2. The terminal that shows forward conduction FROM both other terminals is the base

  3. For NPN: base shows forward conduction TO other terminals (base → E, base → C)

  4. For PNP: base shows forward conduction FROM other terminals (E → base, C → base)

Quick rule:

  • NPN: base is like the anode (forward with positive to base)
  • PNP: base is like the cathode (forward with negative to base)

Functional Test

Set up a simple circuit: 9V battery, 1 kΩ collector resistor from battery negative to collector, emitter connected to battery positive, 100 kΩ base resistor from base to battery negative. LED or voltmeter in the collector circuit.

  • If LED lights: transistor is PNP and functioning
  • If no response: try the NPN version of the circuit; whichever works identifies the type

Historical PNP Germanium Transistors

The first commercial transistors (late 1940s through 1950s) were PNP germanium:

AC128 (Mullard, UK, ~1955): Common audio transistor, β ≈ 40–120, f_T ≈ 1 MHz. Used in radios, hearing aids, early computers.

OC71 (Philips, ~1955): Glass-encapsulated PNP germanium, β ≈ 40–80. Available worldwide, widely used in amateur radio equipment.

2N404 (Texas Instruments, ~1956): Early US PNP germanium transistor. β ≈ 40–120, V_CE max 25V.

These transistors remain functional in storage — germanium transistors last decades if not overheated. They can be reclaimed from period equipment and used for audio amplifiers, radio circuits, and oscillators.

Key caution: Germanium transistors have much higher leakage current than silicon. At temperatures above 50–60°C, leakage increases dramatically and can cause thermal runaway. Design PNP germanium circuits with bias stability networks (emitter resistors) and operate at low ambient temperatures.

Summary

PNP Transistor — At a Glance

  • PNP structure: p+ emitter, n-type base, p-type collector — holes are the active carrier
  • Active mode: emitter-base forward biased (emitter + relative to base), collector-base reverse biased
  • All voltages inverted relative to NPN — collector ties to negative supply or ground through load
  • Current gain β: 20–300, similar to NPN but speed is somewhat lower
  • PNP dominates the germanium transistor era (1948–1960s); NPN dominates silicon era
  • Identify with diode test: base shows forward conduction FROM both other terminals
  • Pairs with NPN in complementary push-pull amplifiers and H-bridge motor drivers