To test an NPN transistor out-of-circuit, set your digital multimeter (DMM) to Diode Test mode. Place the red probe on the Base and the black probe on the Emitter, then repeat with the black probe on the Collector. A healthy silicon NPN transistor will show a forward voltage drop between 0.500V and 0.800V for both junctions. When you reverse the probes (black on Base) or measure Collector-to-Emitter, the meter should read "OL" (Open Loop). If you see 0.000V, the junction is shorted; if you see "OL" on forward bias, it is blown open.

Multimeter Setup and Safety Categories

Before probing any semiconductor, your meter must be configured to source a constant test current and measure the resulting voltage drop. Using the standard Ohms (resistance) setting is a common beginner mistake; resistance ranges vary wildly between meter models and apply inconsistent test voltages, making it impossible to establish a reliable baseline for semiconductor junctions.

Meter Configuration Block

  • Dial Position: Set to Diode Test (typically marked with a diode schematic symbol and sometimes a sound wave for continuity). On meters like the Fluke 87V or Brymen BM235, this is a dedicated click-stop on the rotary dial.
  • Lead Jacks: Black lead into the COM (Common) jack. Red lead into the V/Ω/mA (Volts/Ohms) jack. Do not use the high-current 10A jack.
  • Range: Most modern DMMs auto-range in Diode Test mode. If your meter requires manual ranging, select the 2V or 20V DC range to capture the expected 0.6V drop with three decimal places of resolution.
  • Verification: Touch the red and black probes together. The meter should read between 0.000V and 0.010V and emit a continuity beep (if equipped).
Safety Category (CAT) Warning for In-Circuit Testing:
If you are testing a loose transistor on a bench, standard CAT I probes are fine. However, if you are probing in-circuit on a mains-powered device (like a switching power supply, motor drive, or HVAC control board), you must use a meter and test leads rated for at least CAT III 600V or CAT IV 600V. Mains transients can arc across low-voltage component junctions and travel back through the meter. Always de-energize the circuit, lock out the breaker, and discharge bulk filter capacitors with a high-wattage bleeder resistor before attempting in-circuit measurements. For detailed safety standards, refer to the IEC 61010 CAT rating guidelines.

Step-by-Step Probe Placement for NPN Junctions

An NPN bipolar junction transistor (BJT) is essentially two diodes sharing a common anode (the Base). To test it, we are simply testing these two P-N junctions: the Base-Emitter (BE) and the Base-Collector (BC). Note that pinouts vary by package. A TO-92 package like the 2N3904 is typically E-B-C (flat side facing you), while a TO-220 power package like the TIP31 is B-C-E.

  1. Identify the Pins: Consult the manufacturer datasheet for your specific part number to confirm the Base, Collector, and Emitter pins. Never guess based solely on the package shape.
  2. Test Base-to-Emitter (Forward Bias): Place the Red probe on the Base and the Black probe on the Emitter. Record the voltage drop.
  3. Test Base-to-Collector (Forward Bias): Keep the Red probe on the Base and move the Black probe to the Collector. Record the voltage drop.
  4. Test Emitter-to-Base (Reverse Bias): Swap the probes. Place the Black probe on the Base and the Red probe on the Emitter. The meter should block current.
  5. Test Collector-to-Base (Reverse Bias): Keep the Black probe on the Base and move the Red probe to the Collector. The meter should block current.
  6. Test Collector-to-Emitter (Leakage Check): Place probes across the Collector and Emitter in both polarities. There should be no continuity in either direction.

Expected Readings: Good vs. Bad NPN Transistors

The following table outlines the exact numerical values you should expect when testing standard silicon NPN transistors. Germanium transistors (like the vintage AC128) are rare today but have significantly lower forward voltage drops.

Test Point Probe Polarity (Red/Black) Good Reading (Silicon) Good Reading (Germanium) Bad Reading (Short) Bad Reading (Open)
Base to Emitter Red on B, Black on E 0.500V - 0.800V 0.200V - 0.300V 0.000V (or beep) "OL" or "1"
Base to Collector Red on B, Black on C 0.500V - 0.800V 0.200V - 0.300V 0.000V (or beep) "OL" or "1"
Emitter to Base Red on E, Black on B "OL" or "1" "OL" or "1" 0.000V (or beep) "OL" or "1"
Collector to Base Red on C, Black on B "OL" or "1" "OL" or "1" 0.000V (or beep) "OL" or "1"
Collector to Emitter Either Polarity "OL" or "1" "OL" or "1" 0.000V (or beep) "OL" or "1"

Note: The Base-Collector junction will often read slightly lower (e.g., 0.550V) than the Base-Emitter junction (e.g., 0.650V) due to differences in doping concentrations and physical geometry. This is normal and indicates a healthy device.

Common Mistakes That Give Misleading Readings

Even with the meter set correctly, bench environment and component architecture can skew your results. Watch out for these specific failure modes and edge cases:

  • Testing In-Circuit Without Isolation: If you test a transistor while it is still soldered to the PCB, parallel circuit paths (like biasing resistors or transformer windings) will pull the voltage drop down, giving you a false "shorted" reading. Always desolder at least the Base leg to lift it from the pad before testing.
  • Finger Resistance Interference: If you hold the metal body of a TO-220 transistor or touch the bare probe tips with your bare fingers, your body's resistance (typically 50kΩ to 500kΩ) will parallel the reverse-biased junction. This can cause the meter to read a phantom voltage (e.g., 1.2V) instead of "OL", leading you to falsely believe the junction is leaky. Use alligator clips or hold the plastic body.
  • Misidentifying Darlington Pairs: Transistors like the TIP120 or TIP122 are Darlington pairs, meaning they contain two internal BJTs, a base resistor, and a snubber diode. A standard diode test on a Darlington will yield a forward drop of roughly 1.2V to 1.5V (two base-emitter junctions in series), not the standard 0.6V. The internal snubber diode will also show a standard 0.6V drop from Emitter to Collector. Know your component architecture before declaring it dead.
  • Assuming Good Junctions Mean Good Gain: Diode testing only verifies the physical integrity of the P-N junctions. A transistor can pass all diode tests perfectly but still have degraded hFE (DC current gain) due to thermal runaway or lattice damage. After passing the junction test, plug the transistor into the hFE socket on your DMM (if equipped) or build a simple test jig. A 2N3904 should read between 100 and 300 hFE; if it reads 12, it is thermally degraded and must be binned.
  • Confusing NPN with PNP: If your red-on-base tests read "OL" but your black-on-base tests read 0.6V, you are not holding a dead NPN; you are holding a healthy PNP transistor (like a 2N3906). The physics are identical, just the polarity is reversed.

For a deeper dive into the semiconductor physics governing these junction behaviors, the Bipolar Junction Transistors chapter on All About Circuits provides excellent foundational theory.

Frequently Asked Questions

How to test an NPN transistor without removing it from the circuit?

Testing an NPN transistor in-circuit is highly unreliable for definitive diagnostics due to parallel resistance from surrounding components. If you must test in-circuit, ensure the board is completely de-energized and bulk capacitors are discharged. Perform the standard Base-to-Emitter and Base-to-Collector forward bias tests. If you read a solid 0.000V (short) across any junction, the transistor is definitively blown. However, if you read a low voltage (e.g., 0.200V) or an open circuit, you cannot trust the reading; the parallel traces are likely skewing the meter's test current. To confirm, you must desolder at least the Base pin to isolate it from the PCB.

What does an "OL" reading mean when testing a transistor?

"OL" stands for Open Loop or Over Limit. In Diode Test mode, it means the meter is applying its test voltage (usually 2V to 3V) but no current is flowing through the probes. When testing an NPN transistor, an "OL" reading is the expected and correct result when the junction is reverse-biased (black probe on Base) or when measuring across the Collector and Emitter. If you see "OL" when the junction is forward-biased (red probe on Base), it means the internal wire bond or silicon die has cracked, and the transistor is blown open.

Can I use the resistance (Ohms) setting instead of Diode Test mode?

While you technically can, you should not. The Ohms setting measures resistance by applying an arbitrary, often varying test voltage and measuring current. Different multimeters use different test voltages on different resistance ranges (e.g., 0.3V on the 200Ω range, 3V on the 2MΩ range). Because a P-N junction is non-linear, its resistance changes drastically depending on the test voltage applied. Diode Test mode, conversely, sources a strict constant current (usually 1mA to 2mA) and measures the exact forward voltage drop, giving you a repeatable, physics-based number (like 0.650V) that you can compare across any meter brand.

How do I know if my NPN transistor is shorted?

A shorted NPN transistor will display a reading of 0.000V (or trigger the continuity beep) during the forward bias tests, and more importantly, it will often read 0.000V during the reverse bias tests and the Collector-to-Emitter test. This indicates that the silicon has suffered thermal melting or catastrophic overvoltage breakdown, fusing the internal layers together. If the Collector and Emitter read near zero ohms in both directions, the transistor has failed as a dead short and will immediately blow the circuit fuse if power is applied.