Saturation and Cutoff
Part of The Transistor
Saturation and cutoff are the two extreme operating states of a transistor used as a switch — fully ON and fully OFF — in contrast to the active (linear) region used for amplification.
Why This Matters
A transistor can operate in three distinct regions: cutoff, active, and saturation. Amplifier circuits use the active region, where collector current is proportional to base current. But digital circuits, relay drivers, motor controllers, and logic gates use only the extremes — cutoff and saturation — where the transistor is simply a switch: either fully open (off) or fully closed (on).
Understanding the difference between these regions is essential for:
- Designing digital circuits that switch reliably and completely
- Preventing transistors from destroying themselves in the half-on active region where they dissipate maximum power
- Explaining why a switch circuit needs a specific minimum base current rather than just “any current”
- Understanding why transistors in saturation switch off more slowly than transistors in active mode (stored charge problem)
Most transistor failures in student and prototype circuits happen because the transistor is biased in the wrong region — neither fully off nor fully on, dissipating maximum power and getting hot.
The Three Operating Regions
Cutoff Region
Both junctions are reverse-biased (or unbiased):
- V_BE < 0.5 V (for silicon) — base-emitter junction barely conducting
- V_CB: any value (positive or zero)
Result: Near-zero collector current flows. Only the tiny reverse leakage current I_CEO passes. The transistor is essentially an open switch.
Conditions:
- V_BE = 0 (or negative): transistor is fully cut off
- I_B = 0: no base current → no collector current
- V_CE ≈ VCC (collector pulled high through load resistor — no voltage drop across load)
In digital terms: logic LOW output, switch OPEN.
Active Region
Base-emitter junction forward-biased; collector-base junction reverse-biased:
- V_BE ≈ 0.6–0.7 V (silicon conducting)
- V_CB > 0 (collector more positive than base)
- V_CE > V_CE_sat (typically >0.3 V)
Result: I_C = β × I_B (linear relationship). The transistor amplifies. Collector current is proportional to base current with gain β.
Power dissipation in active region: P = V_CE × I_C. Since V_CE is significant (several volts) and I_C is substantial, this can be large. A transistor operating as a linear amplifier must dissipate all this power as heat — it needs a heatsink for any significant power level.
Avoid prolonged active-region operation in switching circuits. If a switch circuit’s base drive is too small to saturate the transistor, it stays in active mode — conducting partial current, high V_CE, maximum power dissipation, overheating.
Saturation Region
Both junctions forward-biased:
- V_BE ≈ 0.7 V (base-emitter conducting)
- V_BC ≈ 0.5–0.7 V (base-collector also forward-biased)
- V_CE = V_BE − V_BC ≈ 0.1–0.3 V (V_CE_sat)
Result: Collector current is determined entirely by the external circuit (load), not by β × I_B. The transistor is a nearly-closed switch. V_CE_sat is small — only 0.1–0.3 V — so power dissipation is low (P = V_CE_sat × I_C).
To enter saturation: Drive enough base current so that β × I_B > I_C(load). Then the transistor “wants” to carry more collector current than the circuit allows, it saturates, and both junctions become forward-biased.
In digital terms: logic HIGH output driving a high-impedance load, or switch CLOSED.
V_CE_sat: Saturation Voltage
When saturated, V_CE does not drop to zero. A small voltage remains:
| Transistor Type | V_CE_sat at I_C = 10 mA | V_CE_sat at I_C = 100 mA |
|---|---|---|
| BC547 (small signal) | ~50–100 mV | ~200–500 mV |
| 2N2222 | ~100–200 mV | ~300–600 mV |
| TIP31 (power) | ~200 mV | ~700 mV |
| Power MOSFET | ~millivolts (depends on R_DS_on) |
Lower V_CE_sat means less power wasted in the switch. Choose transistors with low V_CE_sat for power switching applications.
The Saturation Design Rule
For reliable switching, drive the transistor into deep saturation with a safety margin:
Rule: I_B_actual ≥ I_C_max / (β_min × oversaturation_factor)
Where oversaturation_factor is typically 5–10.
Example: Relay coil draws 50 mA. Transistor has β_min = 100.
- Minimum I_B for active region: 50/100 = 0.5 mA
- For saturation with factor 5: I_B = 2.5 mA
- R_B = (V_control − 0.7) / 0.0025 = (5 − 0.7) / 0.0025 = 1,720 Ω → use 1.5 kΩ
The factor 5–10 accounts for:
- β variation between transistors of the same type (specified as minimum, may be much higher)
- Variation with temperature
- Ensuring the transistor enters deep saturation for low V_CE_sat
Stored Charge and Switching Speed
Saturation has a disadvantage: it is slow to exit. When both junctions are forward-biased, excess minority carriers are stored in both the base and collector regions. When the base drive is removed, these stored carriers must recombine before the transistor can return to cutoff. This takes time — the storage time t_s.
| Transistor | Storage Time (typical) |
|---|---|
| BC547 (general purpose) | 50–200 ns |
| 2N2222 | 60–225 ns |
| Fast switching (2N2369) | 5–30 ns |
For a relay driver switching at 1 Hz, 200 ns is irrelevant. For a digital circuit running at 1 MHz, 200 ns storage time is 20% of the clock period — significant.
Solutions for fast switching:
- Baker clamp: Add a Schottky diode from collector to base. Prevents deep saturation by diverting base drive once collector drops to ~0.3 V. Typical in fast TTL logic.
- Active turn-off: When turning off, drive base negative briefly to sweep out stored charge. Bipolar logic gates use this technique.
- Use Schottky transistors: Some transistors have integral Schottky clamps — standard in Schottky TTL logic.
Identifying Operating Region
To determine which region a transistor is in:
Measure V_BE and V_CE:
| V_BE | V_CE | Region |
|---|---|---|
| < 0.5 V | ≈ VCC | Cutoff |
| ≈ 0.6–0.7 V | > 1 V | Active |
| ≈ 0.7 V | < 0.5 V | Saturation |
| ≈ 0.7 V | ~0.1–0.3 V | Deep saturation |
Quick test during circuit troubleshooting:
- Measure V_CE with a voltmeter
- If V_CE ≈ VCC: transistor is cut off (check base drive)
- If V_CE ≈ 0.1–0.3 V: transistor is saturated (switch circuit working correctly)
- If V_CE is somewhere between 1 V and VCC: transistor is in active region (insufficient base drive for switch application — increase I_B)
Summary
Saturation and Cutoff — At a Glance
- Cutoff: both junctions unbiased, V_BE < 0.5 V, I_C ≈ 0, transistor is OFF
- Active: V_BE ≈ 0.7 V, V_CE > 0.3 V, I_C = β × I_B — amplifier region, not for switching
- Saturation: both junctions forward biased, V_CE < 0.5 V, transistor is fully ON
- For switching, always design for saturation with I_B ≥ (I_C_max / β_min) × oversaturation_factor (5–10×)
- V_CE_sat: 100–300 mV for small signal transistors — determines ON-state power loss
- Stored charge in saturation causes turn-off delay (storage time 50–200 ns) — limit saturation depth for fast circuits
- Diagnose with voltmeter: V_CE ≈ VCC = cut off, V_CE < 0.5 V = saturated, in between = active (wrong for switch)