The most common NPN transistor pinout for the TO-92 package (flat side facing you, pins pointing down) is Emitter-Base-Collector (E-B-C) for US JEDEC parts like the 2N3904, and Collector-Base-Emitter (C-B-E) for European Pro Electron parts like the BC547. Never assume the pinout based on the physical package shape alone; the semiconductor standard dictates the internal die layout.

The Master NPN Transistor Pinout & Standard Variants Table

Use this spec-sheet table as your bench reference. All orientations assume you are holding the component with the flat side facing you and the pins pointing downward (for through-hole) or reading the top marking (for SMT).

Package Standard / Region Common Part Numbers Pin 1 (Left) Pin 2 (Center) Pin 3 (Right) Critical Notes
TO-92 JEDEC (US) 2N3904, PN2222 Emitter Base Collector Standard for North American hobbyist kits.
TO-92 Pro Electron (EU) BC547, BC548, BC337 Collector Base Emitter Reversed C and E compared to JEDEC. High failure risk if swapped.
TO-92 JIS (Japan) 2SC1815, 2SC945 Emitter Collector Base Base is on the right. Common in vintage audio and radio gear.
TO-220 Universal TIP120, TIP31, 2N3055 Base Collector Emitter Metal tab is internally tied to the Collector. Requires isolation pad if mounting to a grounded heatsink.
SOT-23 Universal (SMT) MMBT3904, BC847 Base Emitter Collector Pin 3 (Collector) is physically isolated on the opposite side of the package.

Regional Standards: JEDEC vs. Pro Electron vs. JIS

The prefix stamped on the transistor casing tells you which regional standard governs its pinout and electrical characteristics. Knowing this prevents you from blindly soldering a European replacement into an American-designed PCB.

  • JEDEC (US / North America): Prefixes are typically 2N (e.g., 2N3904, 2N2222). The '2' indicates two PN junctions. These follow the E-B-C layout in TO-92 packages. Refer to the Texas Instruments 2N3904 datasheet for the definitive JEDEC TO-92 mechanical drawing.
  • Pro Electron (Europe): Prefixes use two letters followed by numbers. BC denotes low-power audio/signal transistors, BD denotes medium power, and BL denotes high power. The first letter 'B' means Germanium or Silicon with a bandgap < 1.05V (modern parts are Silicon). The second letter 'C' means audio/signal frequency. These follow the C-B-E layout. See the ON Semiconductor BC547 datasheet for exact pin mapping.
  • JIS (Japan): Prefixes start with 2S, but the 'S' is often omitted on the physical casing. A part marked C1815 is actually 2SC1815. The 'C' indicates an NPN audio-frequency transistor. These follow the E-C-B layout.

Rows People Get Wrong (And How to Avoid Burned Boards)

Warning: The 2N2222 Pinout Trap. The original 2N2222 was a TO-18 metal can where the tab indicated the Emitter. When manufacturers moved to the plastic TO-92 package (often labeled PN2222 or P2N2222), the pinout remained E-B-C. However, some unbranded clone manufacturers stamp '2N2222' on TO-92 packages but use the BC547 (C-B-E) die layout. Always verify with a multimeter before applying power.

Another frequent error occurs with TO-220 power transistors like the TIP120 Darlington pair. The standard pinout is Base-Collector-Emitter (B-C-E). The critical mistake happens during mechanical assembly: the large metal mounting tab on the back of a TO-220 package is internally bonded to the Collector. If you bolt it directly to an earth-grounded aluminum chassis or a shared heatsink without a mica/silicone isolation pad and insulating shoulder washer, you will short the Collector to ground the moment you power the circuit. For high-power applications, consult the STMicroelectronics TIP120 datasheet for thermal resistance and mounting torque specifications.

Safe Interpretation: Testing Faded or Unmarked NPN Transistors

When you are salvaging components from a scrapped PCB or dealing with a transistor whose laser etching has rubbed off, you must safely interpret the pins using a digital multimeter (DMM). Do not rely on visual guesses.

Bench Trick: Set your multimeter to the Diode Test mode (usually indicated by a diode symbol). This mode applies a small test current and reads the forward voltage drop.
  1. Find the Base: Test all three pin combinations (1-2, 2-3, 1-3) in both directions. The Base pin is the only pin that will show a forward voltage drop (typically 0.60V to 0.75V for Silicon) to both of the other two pins when the red probe is on the Base and the black probe is on the others. If the red probe on the Base yields these readings, it is an NPN transistor. (If the black probe on the Base yields the readings, it is PNP).
  2. Distinguish Collector from Emitter: Once the Base is identified, you have a 50/50 chance of guessing the Collector and Emitter. To solve this without a curve tracer, use the hFE (gain) socket on your multimeter. Insert the Base into the 'B' slot, and try the remaining two pins in the 'C' and 'E' slots. The orientation that yields a realistic hFE reading (typically between 100 and 400 for small-signal NPNs) is the correct pinout. The reading that shows '0' or 'OL' is reversed.
  3. The Wet-Finger Trick (No hFE socket): If your DMM lacks an hFE socket, set it to resistance mode. Hold the Collector and Base pins between your thumb and forefinger (your skin resistance acts as a bias resistor). Measure between Collector and Emitter. Swap the pins and measure again. The orientation that shows a significantly lower resistance (higher leakage/gain) is correct. The Collector is the pin that, when positively biased relative to the Emitter, allows current to flow through the skin-biased Base.

Decision Path: Pick Your Replacement NPN

Stop digging through unsorted bins. Use this decision-tree table to select the exact NPN transistor you need for your current project or repair, terminating in a concrete default inventory pick.

If your circuit requires... And the physical constraint is... Then choose this exact part number Pinout Standard to wire
Low-power signal switching (< 200mA, < 40V) Through-hole breadboard or perfboard 2N3904 JEDEC (E-B-C)
Low-power audio amplification (high hFE, low noise) Through-hole, repairing vintage EU/Japan gear BC547C (The 'C' denotes high gain bin) Pro Electron (C-B-E)
Medium power driving (relays, small motors up to 3A) Through-hole with heatsink requirement TIP31C TO-220 Universal (B-C-E)
High current inductive loads (solenoids, large motors up to 5A) Through-hole, requires minimal base drive current TIP120 (Darlington Pair) TO-220 Universal (B-C-E)
High-density surface mount (PCB repair or custom fab) SMT footprint, automated pick-and-place MMBT3904 SOT-23 (B-E-C)

The Default Pick: If you are stocking a new lab bench or maker space and do not want to memorize every regional variant, buy a 500-pack of 2N3904 (TO-92) and a 50-pack of TIP120 (TO-220). Standardizing exclusively on JEDEC and TO-220 universal pinouts eliminates 95% of wiring errors, covers everything from Arduino GPIO buffering to 12V motor control, and removes the need to double-check Pro Electron or JIS layouts during rapid prototyping.