The Core Transistor Characteristics You Actually Need
When you look at a datasheet, transistor characteristics can feel like an overwhelming wall of physics jargon. In practice, you only need to focus on how the device responds to input control signals to manage output load current. Whether you are switching a relay or amplifying an audio signal, the silicon inside obeys a few strict rules.
Before wiring anything, you must verify the physical pinout. For the ubiquitous TO-92 packaged BJTs (like the 2N3904 or 2N2222), hold the component with the flat face toward you and the legs pointing down. The pins from left to right are:
- Emitter (E): The ground reference for NPN (or VCC for PNP). In the schematic symbol, this is the leg with the arrow. For NPN, the arrow points outward.
- Base (B): The control terminal. A small current here dictates the large current flowing through the device.
- Collector (C): The load terminal. Current flows from the Collector to the Emitter in an NPN device.
For MOSFETs in a TO-220 package (like the IRLZ44N), the pins left-to-right (tab facing you) are Gate (G), Drain (D), and Source (S). The Gate is voltage-controlled and draws virtually zero steady-state current, unlike the current-controlled Base of a BJT.
Operation Regions and Typical Operating Points
A transistor is not just an on/off switch; it operates in distinct regions depending on the voltages applied. Understanding these transistor characteristics is critical for deciding whether you want to use the part as a switch or an amplifier.
| Region | BJT State | Typical Vce (NPN) | Base Current (Ib) | Primary Use Case |
|---|---|---|---|---|
| Cutoff | OFF | Vce ≈ Vcc (Supply) | 0 mA | Open switch, zero load current. |
| Active (Linear) | Partially ON | 1V < Vce < Vcc | Ib = Ic / hFE | Amplifiers, linear regulators. High heat dissipation. |
| Saturation | Fully ON | Vce(sat) ≈ 0.1V - 0.3V | Ib > (Ic / hFE) * 2 | Closed switch, driving relays, LEDs, motors. |
How to Bias and Select a Transistor for the Job
Let us build a complete application circuit: driving a 12V, 75mA automotive relay using a 5V microcontroller GPIO pin and a standard 2N2222 NPN BJT. We want the transistor to act as a saturated switch.
The Biasing Math
- Identify Load Current (Ic): The relay coil draws 75mA.
- Find Minimum hFE (Gain): The onsemi PN2222A datasheet lists an hFE of 100 at Ic = 150mA. We will use 100 as our baseline.
- Calculate Minimum Base Current (Ib): Ib = Ic / hFE = 75mA / 100 = 0.75mA.
- Apply Overdrive Factor: To guarantee hard saturation and minimize Vce(sat), multiply Ib by 2. Target Ib = 1.5mA.
- Calculate Base Resistor (Rb): The GPIO outputs 5V. The Base-Emitter junction drops about 0.7V. Rb = (5V - 0.7V) / 1.5mA = 2,866Ω.
The Complete Circuit
- U1: Microcontroller GPIO pin (5V logic).
- R1: 2.7kΩ resistor (standard E12 value, yields ~1.59mA Ib) connected between GPIO and the Base of Q1.
- Q1: 2N2222 NPN Transistor. Emitter to system Ground.
- K1: 12V Relay Coil. Connected between the 12V supply and the Collector of Q1.
- D1: 1N4148 or 1N4007 flyback diode. Cathode (stripe) to 12V, Anode to the Collector of Q1. Never omit this; inductive kickback will instantly avalanche the transistor.
This configuration ensures the transistor characteristics align perfectly with the switching requirements, keeping the device cool and the relay reliably engaged.
Failure Modes and Multimeter Testing
Transistors usually fail due to three mechanisms: thermal runaway (excessive power dissipation), avalanche breakdown (exceeding Vceo or Vds without a snubber), or secondary breakdown (localized hot-spotting in BJTs). When a BJT fails, it almost always fails shorted (Collector to Emitter), leaving your load permanently powered.
You can verify a BJT's health in-circuit (if isolated from low-impedance paths) or out-of-circuit using a standard digital multimeter (DMM) set to Diode Test mode.
Step-by-Step NPN BJT Testing
- Base to Emitter (Forward): Place the Red probe on the Base, Black on the Emitter. You should read a voltage drop between 0.550V and 0.750V.
- Base to Collector (Forward): Red on Base, Black on Collector. Expect a similar reading (0.550V - 0.750V), often slightly lower than the B-E junction.
- Reverse Bias Checks: Swap the probes (Black on Base, Red on Emitter/Collector). The meter must read OL (Over Limit).
- Collector to Emitter: Probe C and E in both directions. Both must read OL. If you read a short (near 0.00V) or a low resistance, the silicon is melted and the part is dead.
For MOSFETs, testing is slightly different. You are checking the body diode between Source and Drain, and verifying the Gate is completely isolated (OL in all directions). For a deeper dive into semiconductor junctions, All About Circuits offers an excellent breakdown of BJT junction physics.
Safe Default Part Numbers for the Workbench
Stop buying random assortments of unmarked silicon. Keep these specific, proven part numbers in your inventory. They cover 95% of hobbyist and prototyping needs, are widely available, and cost pennies in bulk.
| Part Number | Type | Max Vce / Vds | Max Ic / Id | Key Characteristic | Package |
|---|---|---|---|---|---|
| 2N3904 | NPN BJT | 40V | 200mA | General purpose, low current logic switching. | TO-92 |
| 2N3906 | PNP BJT | -40V | -200mA | High-side switching companion to the 2N3904. | TO-92 |
| 2N2222 / PN2222A | NPN BJT | 40V | 800mA | Medium power, relays, small motors, high hFE. | TO-92 / TO-18 |
| TIP120 | NPN Darlington | 60V | 5A | Massive gain (hFE > 1000), but high Vce(sat) (~2V). | TO-220 |
| 2N7000 | N-Channel MOSFET | 60V | 200mA | Voltage-controlled, zero gate current draw. | TO-92 |
| IRLZ44N | N-Channel MOSFET | 55V | 47A | Logic-level gate (fully ON at 5V Vgs), low Rds(on). | TO-220 |
FAQ: Transistor Characteristics in Practice
How do temperature changes affect transistor characteristics?
Temperature drastically alters BJT behavior. The Base-Emitter voltage (Vbe) drops by approximately 2mV for every 1°C rise in temperature. More dangerously, the current gain (hFE) increases as the silicon gets hotter. If your biasing circuit lacks an emitter stabilization resistor, this creates a positive feedback loop: the transistor gets hot, draws more current, gets hotter, and eventually destroys itself. This is called thermal runaway. MOSFETs are largely immune to this specific failure mode, as their Rds(on) increases with heat, naturally limiting current.
Why do my transistor characteristics show a wide hFE range on the datasheet?
If you look at a 2N3904 datasheet, hFE might be listed as ranging from 100 to 300 for a given collector current. This variance is due to the physical doping process during semiconductor manufacturing; it is incredibly difficult to control exact gain at the atomic level. As a designer, you must never rely on a specific hFE value. Always design your biasing network using the minimum guaranteed hFE (the worst-case scenario) and use an overdrive factor to ensure saturation regardless of the exact part you pull from the bin.
When should I choose a MOSFET over a BJT based on their characteristics?
Choose a BJT when you are switching low currents (under 200mA), working with simple analog amplification, or need to minimize component cost (BJTs are fractions of a cent cheaper). Choose a MOSFET when you are switching high currents (over 500mA), driving high-frequency PWM loads (like motor speed control), or when your control signal is strictly voltage-based with very limited current capacity (like a high-impedance sensor output). MOSFETs win on efficiency due to their near-zero Vds(on) voltage drop, while BJTs win on simplicity and low-frequency analog linearity.






