If you need to know if a transistor is dead, the direct answer is to set your digital multimeter (DMM) to Diode Test mode. For an NPN BJT, place the red probe on the Base and the black probe on the Emitter; a healthy silicon junction will read between 0.55V and 0.75V. If it reads 'OL' (open) or '0.00V' (short), the device is dead. But checking transistors on the bench is only half the battle. A transistor that passes a multimeter test can still destroy your circuit if it is improperly biased or pushed beyond its thermal limits. This guide covers the exact part numbers to keep in your bin, how to verify them with a DMM, and how to design a biasing network that keeps them out of the linear danger zone.
The Safe Defaults: Which Transistor to Grab First
When prototyping, you should not be hunting through unmarked salvage bins. Keep these specific, industry-standard part numbers stocked. They are cheap, widely available, and have well-documented datasheets from manufacturers like ON Semi and Vishay.
| Part Number | Type | Package | Max V (Vce/Vds) | Max I (Ic/Id) | Avg Cost |
|---|---|---|---|---|---|
| 2N3904 | NPN BJT | TO-92 | 40V | 200mA | $0.12 |
| 2N2222 (PN2222) | NPN BJT | TO-92 | 40V | 600mA | $0.15 |
| TIP31C | NPN BJT | TO-220 | 100V | 3A | $0.85 |
| 2N7000 | N-Ch MOSFET | TO-92 | 60V | 200mA | $0.18 |
| IRLZ44N | N-Ch MOSFET | TO-220 | 55V | 47A | $1.45 |
Checking Transistors: Multimeter Diode-Test Walkthrough
Transistors typically fail in three ways: a shorted junction (reads 0.00V), an open junction (reads OL), or a leaky junction (reads a low, fluctuating voltage or conducts in reverse). According to Fluke's official testing guidelines, the diode test function sources a small current (usually 1-2mA) to forward-bias the semiconductor junctions, simulating real operating conditions better than a simple resistance check.
Physical Pinout Reference (TO-92 Package): Hold the transistor with the flat face pointing toward you and the three wire legs pointing down. For standard JEDEC 2N3904 and PN2222 transistors, the pins from left to right are Emitter (E), Base (B), and Collector (C). The Base is the middle pin, which acts as the control terminal.
- Isolate the Component: Never test a transistor while it is soldered into a circuit. Parallel paths through resistors and diodes will give you false 'short' or 'leaky' readings. Desolder it first.
- Set the DMM: Turn your multimeter dial to the Diode Test symbol (a triangle with a line across the point).
- Test Base-to-Emitter (NPN BJT): Place the Red probe on the Base (center pin) and the Black probe on the Emitter (left pin). You should see 0.55V to 0.75V.
- Test Base-to-Collector (NPN BJT): Move the Black probe to the Collector (right pin). You should again see 0.55V to 0.75V.
- Test Reverse Bias: Swap the probes (Black on Base, Red on Emitter/Collector). The meter must read 'OL' (Over Limit). If it reads a voltage, the junction is leaky and the part is trash.
- Test Collector-to-Emitter: Put probes on C and E in both directions. Both must read 'OL'. If it reads near 0.00V, the transistor has suffered a thermal short and is destroyed.
Checking an N-Channel MOSFET (e.g., IRLZ44N):
MOSFETs have a Gate (G), Drain (D), and Source (S). Because the gate is insulated by a silicon dioxide layer, a DMM will read 'OL' between the Gate and Source/Drain in both directions. To check the internal body diode, place the Red probe on the Source and the Black probe on the Drain; you should read 0.40V to 0.60V. To verify it can turn on, use your finger to briefly touch the Gate and Drain together (transferring static charge to the gate), then measure Drain-to-Source with the probes; it should now read near 0.00V (low resistance). Touch the Gate to the Source to discharge it, and it should return to 'OL' in the forward direction.
Biasing for the Job: Operation Regions and a Real Switching Circuit
As detailed in the All About Circuits semiconductor textbook, a BJT operates in three distinct regions. When using a transistor as a switch (which is 95% of hobbyist and DIY applications), you must force it into the Saturation region. If it lingers in the Active region, it acts like a variable resistor, dissipating massive heat.
| Region | Base-Emitter Voltage (Vbe) | Collector-Emitter Voltage (Vce) | State / Use Case |
|---|---|---|---|
| Cutoff | < 0.5V | Equal to Supply (Vcc) | OFF (Open Switch) |
| Active (Linear) | ~0.65V | Between 0.3V and Vcc | Amplifier (High Heat Danger) |
| Saturation | ~0.7V to 0.8V | < 0.2V (Vce_sat) | ON (Closed Switch, Low Heat) |
Complete Application Circuit: 12V Relay Driver
Let's build a circuit to switch a 12V automotive-style relay (coil resistance 120Ω, meaning it draws 100mA) using a 5V Arduino GPIO and a 2N2222 transistor.
- Q1: 2N2222 (NPN BJT)
- R1 (Base Resistor): 1kΩ (1/4W)
- D1 (Flyback Diode): 1N4007 (placed in reverse across the relay coil, cathode to 12V)
- Load: 12V Relay Coil (connected between 12V supply and the Collector of Q1)
The Biasing Math:
The Arduino outputs 5V. The Base-Emitter junction drops about 0.7V. The voltage across R1 is 5V - 0.7V = 4.3V.
Base Current (Ib) = 4.3V / 1000Ω = 4.3mA.
The relay requires 100mA (Ic). The 'forced beta' (Ic / Ib) is 100mA / 4.3mA = 23.2.
Because the 2N2222 has a typical hFE (DC current gain) of 100 to 300, a forced beta of 23 guarantees the transistor is driven deep into saturation. The Vce will drop to roughly 0.2V, and power dissipation will be a negligible 0.02W.
Bench War Story: When a 'Good' Transistor Fails in Circuit
Checking transistors with a multimeter only tells you if the silicon is intact; it doesn't tell you if your circuit design will kill it. Here is a real-world scenario from the bench that illustrates how a passing transistor can still cause a catastrophic failure.
The Setup:
I was designing a controller for a 12V car horn solenoid. The solenoid coil was heavy, drawing 350mA when energized. I used a standard PN2222 in a TO-92 plastic package as the low-side switch. To be 'safe' and limit current from the 5V microcontroller, I used a 4.7kΩ base resistor.
The Numbers:
Base Current (Ib) = (5V - 0.7V) / 4700Ω = 0.91mA.
To switch 350mA with only 0.91mA of base drive, the transistor would need a forced beta of 384. The PN2222 datasheet guarantees an hFE of roughly 100 at this current level.
The Outcome:
The transistor could not reach saturation. It got stuck in the Active (linear) region. Because it was starved of base current, the Collector-Emitter voltage (Vce) did not drop to 0.2V; instead, it hovered around 3.5V. The solenoid still pulled (mostly), but the transistor was now dissipating Power (Pd) = Vce × Ic = 3.5V × 0.35A = 1.225 Watts.
What Went Wrong:
The absolute maximum power dissipation for a TO-92 package at room temperature is roughly 0.625W. At 1.225W, the silicon junction rapidly exceeded its 150°C thermal limit. As the silicon overheated, thermal runaway occurred: the leakage current spiked, pulling even more current through the collector, generating more heat. Within four seconds, the transistor internally shorted Collector-to-Emitter. The 12V supply then back-fed through the shorted transistor and the 4.7kΩ resistor straight into the 5V microcontroller GPIO, frying the MCU pin instantly.
The Fix:
The part wasn't defective; the biasing was. I swapped the 4.7kΩ resistor for a 330Ω resistor, pushing the base current to 13mA (forcing a beta of 26). I also swapped the TO-92 package for a TO-220 packaged TIP31C, which can easily dissipate 2W without a heatsink. For modern designs, replacing the BJT entirely with an IRLZ44N logic-level MOSFET is the superior choice, as it is voltage-driven and eliminates base-current math entirely.
For deeper reading on MOSFET gate drive requirements and thermal management, the SparkFun Transistor Tutorial provides excellent visual breakdowns of these exact failure modes. Always verify your thermal math before applying power to high-current inductive loads.






