PNP Transistor: How It Works, Pinout, and When to Use One

Key Takeaways**
A PNP transistor is a BJT where the base current flows *out* of the base and conventional current flows from emitter to collector — the mirror image of an NPN.
The arrow on the schematic symbol always points *into* the emitter on a PNP (the mnemonic: "PNP — Points iN Permanently").
For high-side switching, complementary push-pull outputs, and matched-current-source pairs, a PNP is often the cleaner choice over an NPN.
2N3906 (-40 V, -200 mA), BC557 (-45 V, -100 mA), and TIP32C (-100 V, -3 A) cover most through-hole PNP needs.
Identifying unknown pins takes about 30 seconds with any digital multimeter's diode mode — no datasheet required.

What a PNP Transistor Actually Is

A PNP transistor is a bipolar junction transistor (BJT) built from a thin n-type silicon base sandwiched between two p-type regions: the emitter and the collector. Apply a small current out of the base terminal and a much larger current flows from emitter to collector through the device. That second current is what you switch, amplify, or modulate.

PNP transistors are one half of the BJT family. Their NPN cousins get more attention in beginner tutorials because NPNs pair naturally with negative-ground circuits, but PNPs are not rare or exotic — they’re in nearly every audio amplifier output stage, every high-side motor driver, and most lithium-battery protection circuits. If your design uses a single positive supply and you need to switch something above the supply rail’s negative end, a PNP is often the cleaner choice.

How a PNP Transistor Works

A PNP transistor turns on when the emitter sits at a higher potential than the base by roughly 0.6 V to 0.7 V (the base-emitter junction is forward-biased, just like a silicon diode), and the collector sits at a lower potential than the base (the base-collector junction is reverse-biased).

Two currents flow:

  • Base current (IB) — leaves the base terminal through whatever resistor or source is pulling it down toward ground.
  • Collector current (IC) — flows into the collector terminal, through the device, and out of the emitter to your positive supply.

The relationship between them is the DC current gain, hFE (sometimes written β). For a small-signal PNP like the BC557, hFE typically falls between 110 and 800 depending on the gain bin; for a power PNP like the TIP32C it sits closer to 10 to 50 at high collector currents. The exact figure matters when you’re calculating base resistor values — assume the worst-case (lowest) hFE from the datasheet if you want a design that doesn’t fall out of saturation at temperature extremes. The two-junction theory and the biasing rules are covered in detail in the Electronics Tutorials PNP article and in All About Circuits’ BJT chapter.

Charge-carrier-wise, PNP operation is dominated by holes flowing from emitter to collector, while electrons flow the opposite way. For practical circuit design this distinction rarely matters — what matters is which way the currents go on the schematic. The Wikipedia entry on bipolar junction transistors covers the device physics in more depth than most application notes do.

PNP Transistor Symbol and How to Read It

The schematic symbol for a PNP transistor looks like an NPN symbol with the emitter arrow reversed. The arrow sits on the emitter leg and points toward the base — into the transistor on a PNP, out of it on an NPN. The standard mnemonic: “PNP — Points iN Permanently.”

Three other conventions you’ll see on schematics:

  • Circle around the symbol — sometimes drawn, often omitted in modern datasheets.
  • Bulk connection — for some power packages (TO-220, TO-3P), the metal tab is internally tied to the collector.
  • Substrate / diode on the symbol — rarely drawn except in precision current-mirror circuits where the substrate PNP matters.

One thing that trips people up: the symbol’s arrow tells you which way the conventional current flows at the emitter terminal. On a PNP, conventional current enters the emitter and exits the collector. This is the opposite of how an NPN reads, and it’s the reason PNP circuits feel “backwards” the first time you draw one.

PNP Transistor Pinout: The Three Common Variants

The same transistor part number can have a different pin order depending on the package. Three you will see over and over:

Package Common PNPs Pinout (flat side facing you, leads down) Typical Use
**TO-92** 2N3906, BC557, BC558 E — B — C (Emitter, Base, Collector, left to right) Small-signal switching, signal stages
**TO-92 alt** 2N4403, some BC556 variants E — C — B Some European and Asian datasheets use this
**TO-220** TIP32C, TIP36C B — C — E (with metal tab tied to C) Power switching, linear regulators

The TO-92 case is where most mistakes happen. The 2N3906 (the single most common through-hole PNP) follows the E-B-C order from the flat face — the opposite of the 2N3906’s NPN sibling the 2N3904, which is C-B-E. If you swap them on a board, the part will appear to work at low currents and then quietly leak or oscillate. Always re-check the pinout against the specific manufacturer’s datasheet — the 2N3906 datasheet from Onsemi is the canonical reference for that part.

For surface-mount work, SOT-23 packages dominate small-signal PNPs. The BC857 (the SMD cousin of the BC557) uses a B-C-E pinout, which is different again from the through-hole BC557. Pinout diagrams for specific SOT-23 parts are in the TI TIP32C product page and similar datasheets.

Common PNP Transistors and Their Numbers

These are the parts most engineers reach for first. Numbers below come straight from manufacturer datasheets.

Part V<sub>CEO</sub> I<sub>C</sub> (continuous) P<sub>D</sub> Package Notes
**2N3906** -40 V -200 mA 625 mW TO-92 General-purpose small-signal complement to 2N3904
**BC557** -45 V -100 mA 500 mW TO-92 Audio preamp stages; A/B/C gain bins
**BC558** -30 V -100 mA 500 mW TO-92 Lower-voltage cousin of BC557
**2N4403** -40 V -600 mA 625 mW TO-92 Higher current than 2N3906
**2N2907** -40 V -600 mA 400 mW TO-18 / TO-92 Metal-can version still available
**TIP32C** -100 V -3 A 40 W TO-220 Power switching, linear pass element

A few practical notes:

  • VCEO is the maximum collector-emitter voltage with the base open. Exceed it and the transistor goes into avalanche — usually destructive.
  • VCE(SAT) for a small-signal PNP in hard saturation sits around -0.2 V at low collector currents. At higher currents it climbs. Budget for it in low-dropout regulator designs.
  • Power dissipation ratings assume the part is mounted to the recommended footprint or heatsink. A TO-220 PNP free in air dissipates roughly 2 W before the junction starts climbing dangerously.

If you need more depth on part selection, SparkFun’s transistors tutorial covers the practical side, and the Wikipedia BJT page has the underlying theory.

PNP vs NPN: When a PNP Is Actually the Right Choice

Both are BJTs. Both amplify. Both switch. The choice between them usually comes down to which side of the load you need to put the switch on.

Use a PNP for high-side switching. If you want to switch a load whose negative terminal is grounded and whose positive terminal sits at +V, a PNP on the high side lets you pull the base low to turn the load on — and you can do it directly from a microcontroller GPIO without a driver transistor. An NPN on the high side would require a gate driver or a charge pump to get the base above the supply rail, which is more parts and more complexity.

Use a PNP for level shifting from a higher voltage to a lower one. A PNP emitter follower with its emitter at +VIN and base driven by a lower-voltage logic signal produces an output that follows VIN minus a VBE drop. Clean, single-part level shift.

Use a PNP for matched-pair circuits. Audio diff pairs, current mirrors, and precision references all benefit from matched PNP transistors — Onsemi and NXP both make matched dual PNPs in single packages (BCM847BS, NST3946). NPN matched pairs exist but the PNP versions tend to have better matching specs in the small-signal range.

Use NPN for almost everything else. If the load is grounded on the high side and you need a low-side switch, an NPN is simpler and the parts catalog is larger.

The Electronics Tutorials comparison page walks through these trade-offs with worked examples.

A Simple PNP Circuit You Probably Already Know

The most common PNP circuit is the high-side switch — emitter to +V, collector to the load, load to ground, and a base resistor connecting the base to your control signal.

When the control signal goes low (toward ground), the base-emitter junction becomes forward-biased, the transistor turns on, and the load energizes. When the control signal goes high (or floats), the base-emitter voltage drops below the conduction threshold and the load de-energizes.

Two design points people get wrong:

  • Base resistor value. Pick RB so that IB ≥ IC / hFE(min). For a 100 mA load with a 2N3906 (hFE ≈ 100 at that current), you need at least 1 mA of base current. From a 3.3 V GPIO that means RB ≤ (3.3 – 0.7) / 0.001 = 2.6 kΩ. A 1 kΩ resistor is the safer default.
  • Base-emitter discharge path. If your control signal is a PWM output or a mechanical switch, add a pull-up resistor from the base to the emitter (typically 10 kΩ to 100 kΩ). Without it, the base can stay partially charged through the base-collector leakage path and the PNP may stay half-on when you want it off. The All About Circuits article on BJT switching covers this in the saturation section.

Identifying Unknown PNP Pins With a Multimeter

If you have a loose transistor with no markings and you want to know which lead is the base, set any digital multimeter to diode-test mode. The procedure:

  1. Touch the positive (red) probe to one lead and the negative (black) probe to each of the other two. One of them should show a forward voltage drop of about 0.6 V to 0.7 V; the other should show open-circuit (OL).
  2. The lead under the red probe is the base, and the lead showing the forward drop is the emitter. The remaining lead is the collector.
  3. This test works because the base-emitter junction is a diode with the anode at the base (p-type) and the cathode at the emitter (n-type). Reverse the probes and you see OL on both junctions.

You now know it’s a PNP. To find the collector and emitter specifically, measure the base-collector junction the same way — it should also show a forward drop, but with the red probe on the base and the black probe on the collector. The two junctions look nearly identical on a multimeter; what distinguishes them is the gain test, where a known IB produces a measurable IC only when the leads are oriented correctly. The full procedure is in SparkFun’s transistor testing guide.

Frequently Asked Questions

What is the difference between a PNP and NPN transistor?

A PNP transistor’s base current flows out of the base, and conventional collector current flows from emitter to collector. An NPN’s currents run in the opposite direction. On the schematic, the arrow on a PNP emitter points into the transistor; on an NPN it points out. The underlying silicon doping is also mirrored — PNP has a p-type emitter and collector with an n-type base; NPN has it the other way around.

How do I identify a PNP transistor’s pins?

Look up the part number in its datasheet first. If the markings are unreadable, use a multimeter in diode mode: the base is the lead that shows a 0.6 V to 0.7 V forward drop to one other lead (the emitter) when the red probe is on the base. The third lead is the collector. For TO-92 packages specifically, the 2N3906 follows an E-B-C pinout from the flat face.

When should I use a PNP transistor instead of an NPN?

Use a PNP when you need to switch the high side of a grounded load, when you’re level-shifting from a higher supply rail down to a lower-voltage logic signal, or when you need a matched PNP pair for a precision analog stage. For low-side switching and most general-purpose digital interfaces, an NPN is the more common choice.

Can a PNP transistor be used as an amplifier?

Yes — same gain equations as an NPN. A PNP in a common-emitter configuration inverts and amplifies an input signal; an emitter follower (common collector) buffers a signal with high input impedance and unity voltage gain. The biasing resistor network is just mirrored compared to an NPN circuit.

Why is my PNP transistor getting hot?

Almost always because it’s not fully saturated. If VCE sits at, say, -2 V instead of -0.2 V at 200 mA of collector current, you’re dissipating 400 mW in the package — enough to warm a TO-92 noticeably. Either increase the base current to push it deeper into saturation, or check that the load resistance isn’t pulling more current than the part is rated for.

Is a PNP transistor the same as a P-channel MOSFET?

No, but they fill similar roles in high-side switching. A P-channel MOSFET is voltage-controlled (gate charge, very high input impedance) and a PNP is current-controlled (base current required). MOSFETs win at high currents and high frequencies; PNPs win in linear-regulator and analog applications where the base current is part of the design, not a problem to manage.

Final Thoughts

A PNP transistor is not a special-purpose part — it’s the other half of the BJT family, and any circuit that uses an NPN often has a PNP equivalent that solves a slightly different topology problem more cleanly. The most common place to reach for a PNP is high-side switching from a low-voltage GPIO: a single PNP, a base resistor, and you’re done.

For new designs, stock at least three parts: the 2N3906 for small-signal work, the BC557 (or BC557B) for audio and precision stages, and the TIP32C if your project needs to switch more than a few hundred milliamps. That trio covers most through-hole PNP applications you’ll run into. Surface-mount designs can substitute the BC857, BSS84, and DMP3098L-7 equivalents — same electrical role, smaller package.

Please enable JavaScript in your browser to complete this form.

Quick Quote

Info
Click or drag a file to this area to upload.
send me gerber or pcb file,format:7z,rar,zip,pdf

Contact

WellCircuits
More than PCB

Upload your GerberFile(7z,rar,zip)