Power Electronics

Thyristor (SCR)

A latching switch that won’t turn off

A thyristor, or silicon controlled rectifier (SCR), is a four-layer PNPN semiconductor switch that conducts in one direction and latches: a brief pulse into the gate fires it into conduction, internal regenerative feedback holds it on with no further signal, and it turns off only when the main current falls below the holding current — in an AC line, at the natural zero crossing. That single property — fire-and-forget conduction that ends only at zero current — makes the thyristor the workhorse of phase control, from a $5 lamp dimmer to a gigawatt HVDC valve.

  • Structure4-layer PNPN, 3 terminals
  • Gate trigger pulse~10–50 mA, >10 µs
  • Holding current IH~5–50 mA
  • On-state drop VT~1–2 V
  • Critical dV/dt~50–1000 V/µs
  • Top ratings8.5 kV, >5 kA

Interactive visualization

Press play, or step through manually. The visualization is yours to drive — try it before reading on.

Open visualization fullscreen ↗

Watch the 60-second explainer

A condensed visual walkthrough — narrated, captioned, under a minute.

The two-transistor model

The SCR’s strange latching behavior falls straight out of its structure. The four PNPN layers can be sliced down the middle into two interlocked bipolar transistors: a PNP (Q1) and an NPN (Q2). The collector of each drives the base of the other, so they form a positive-feedback loop.

Anode (P)──┐
           │  Q1 = PNP
        ┌──┴──┐
   N ── │     │ ── P    shared middle layers
        └──┬──┘
           │  Q2 = NPN
Cathode (N)┘     Gate ── into Q2 base

Loop condition for latch-up:
  alpha1 + alpha2 >= 1
where alpha1, alpha2 are the common-base
current gains of Q1 and Q2.

At low current the alphas are small and the loop gain is below unity, so the device blocks. Injecting a little gate current into Q2’s base raises Q2’s current; Q2’s collector feeds Q1’s base; Q1’s collector feeds back into Q2’s base. As current rises the alphas climb, and the instant alpha1 + alpha2 reaches 1 the loop becomes self-sustaining. The pair drives each other into saturation and the device snaps fully on. From then on the gate is irrelevant — the transistors keep each other on. Removing the gate signal does nothing; the latch holds.

To break the latch you must starve the loop. Drop the anode current below the holding current IH so the alphas fall and loop gain drops back below one, and the regeneration collapses. There is no gate command that opens a standard SCR — only loss of current does.

The I–V characteristic

An SCR has three operating regions you can read straight off its anode-to-cathode characteristic:

  • Reverse blocking (anode negative): like a reverse-biased diode, it blocks up to the reverse breakdown voltage VRRM. Exceeding it is destructive.
  • Forward blocking (anode positive, no gate): it still blocks, holding off the supply with only a tiny leakage current, up to the forward breakover voltage VBO. This is the “off but ready” state.
  • Forward conduction (latched): a near-vertical line at about 1–2 V drop. The device looks like a closed switch in series with a small offset voltage.

The gate current sets where on the forward axis the device breaks over. With no gate the device only fires when forward voltage reaches VBO (hundreds to thousands of volts). Inject gate current and breakover happens at a much lower anode voltage; the more gate current, the lower the firing point. This is the entire control mechanism: a milliamp-level gate pulse decides when a kiloamp of anode current starts flowing.

Latching current vs holding current

Two thresholds govern the on-state, and confusing them causes real circuits to misfire:

  • Latching current IL — the anode current the device must reach while the gate pulse is still present for the latch to take hold. Once latched, the gate can be removed.
  • Holding current IH — the anode current below which an already-latched device drops out and turns off.

IL is always larger than IH, typically by a factor of 2 to 3. For a 25 A device you might see IH ≈ 20 mA and IL ≈ 60 mA. The consequence bites with inductive loads: when an SCR fires into an inductor, di/dt is limited, so the anode current rises slowly. A short gate pulse may end before the current ever reaches IL, and the device quietly fails to latch. The fix is a longer gate pulse, a pulse train, or a hard gate drive that holds the gate on through the rising edge.

Phase control and the firing angle

The killer application is regulating AC power without burning it off in a resistor. On a sinusoidal line the SCR can only fire after its anode goes positive, and it commutates off automatically at the next zero crossing. By delaying the gate pulse by a firing angle α after each zero crossing, you control how much of each half cycle the load sees.

Half-wave, resistive load:

  V_avg = (V_m / 2pi) * (1 + cos alpha)

  alpha = 0     -> full conduction (max power)
  alpha = 90    -> half the available area
  alpha = 180   -> zero conduction (off)

RMS for full-wave (two SCRs, resistive):

  V_rms = V_in * sqrt( 1 - alpha/pi + sin(2 alpha)/(2 pi) )

A light dimmer works exactly this way (usually with a TRIAC for both half cycles): turn the knob and you move α from near 0 (bright) toward 180 (off). Because the device is either fully on (~1.5 V drop) or fully off, almost no power is wasted in the switch itself — a 1 kW dimmer dissipates only a few watts, versus the 250+ W a series rheostat would waste at half brightness.

The trade-off is harmonics. Chopping the sinusoid mid-cycle injects current harmonics and electrical noise back into the line. Phase-controlled drives need input filters and contribute to a poor displacement power factor, which is why large installations pair them with power-factor correction and harmonic filters.

Turn-off: natural vs forced commutation

Because the gate can’t turn the device off, turning an SCR off is its own engineering problem:

  • Natural (line) commutation. In any AC circuit the current passes through zero twice per cycle. As it dips below IH, the latch releases on its own. Free and reliable — the reason SCRs dominate AC controllers and line-commutated converters.
  • Forced commutation. In a DC circuit there is no zero crossing, so you must engineer one. A pre-charged commutating capacitor is dumped across the conducting SCR to momentarily reverse-bias it and drive its current below IH. This adds bulky capacitors and timing circuitry — one big reason fully-controllable switches (IGBTs, GTOs, power MOSFETs) displaced SCRs in DC chopper and inverter duty.

After current zero the device also needs a minimum turn-off time tq (tens to hundreds of microseconds) to clear stored charge before forward voltage may be reapplied; reapply too soon and it re-fires spuriously. This recovery time caps the switching frequency of line converters at a few hundred hertz to low kilohertz.

SCR vs other power switches

Thyristor (SCR)TRIACGTOIGBTPower MOSFET
ConductsOne directionBoth directionsOne directionOne directionOne direction (+ body diode)
Turn-on controlGate pulseGate pulseGate pulseContinuous gate voltageContinuous gate voltage
Turn-off controlNone (current zero)None (current zero)Negative gate pulseGate voltageGate voltage
Latching?YesYesYesNoNo
On-state drop~1.5 V~1.5 V~2–3 V~1.5–2.5 VI·RDS(on)
Max ratings~8.5 kV / 5 kA~1.2 kV / 40 A~6 kV / 6 kA~6.5 kV / 3 kA~1 kV / 100 A
Switching freqLine (50/60 Hz–kHz)Line~1 kHz~20–100 kHz~100 kHz–MHz
Typical useHVDC, rectifiers, soft startersDimmers, AC switchesTraction, high-power invertersMotor drives, invertersSMPS, low-voltage switching

Worked example: firing angle for a target output

A half-wave phase-controlled SCR feeds a resistive heater from a 230 V (RMS) / 50 Hz line. The peak line voltage is Vm = 230√2 ≈ 325 V. What firing angle α gives 50% of the maximum average output?

Max average (alpha = 0):
  V_avg,max = V_m / pi = 325 / 3.1416 = 103.5 V

Half-wave average vs alpha:
  V_avg = (V_m / 2pi) * (1 + cos alpha)

Target 50% of max:
  V_avg = 0.5 * 103.5 = 51.7 V

Solve:
  51.7 = (325 / 6.2832) * (1 + cos alpha)
  51.7 = 51.7 * (1 + cos alpha)
  1 + cos alpha = 1.0
  cos alpha = 0          ->  alpha = 90 degrees

Firing at the peak of each half cycle (α = 90°) delivers exactly half the maximum average voltage. To dim further toward zero you keep increasing α toward 180°; to brighten you reduce α toward 0°. The relationship is nonlinear — equal knob steps near 90° change output much faster than near the ends — which is why dimmer circuits often add a corrective taper.

Key ratings and how they bite

  • VDRM / VRRM — peak repetitive off-state forward and reverse voltages. Pick a device rated well above the line peak plus transients; a 230 V line (325 V peak) wants at least an 800 V part.
  • IT(AV) / IT(RMS) — average and RMS on-state current. Sized with margin and a heatsink; the ~1.5 V drop times hundreds of amps is real conduction loss.
  • I2t — the fusing rating, governing how much surge energy the die survives in one cycle. It sets which series fuse can clear a fault before the SCR fails.
  • di/dt — max rate of anode current rise after firing. Conduction begins near the gate and spreads across the die at finite speed; too-fast di/dt overheats the small initial conduction zone and punches through. A small series inductor limits it.
  • dV/dt — max rate of forward voltage rise. Too fast and junction-capacitance displacement current self-triggers the device. An RC snubber slows the edge.
  • tq — circuit-commutated turn-off time. Reapply forward voltage before stored charge clears and the SCR re-fires uncommanded.

Common failure modes

  • False dV/dt turn-on. A fast transient or a steep voltage edge across the device couples through its internal capacitance and fires it without a gate command. In a bridge this can shoot through and short the supply. Fix: RC snubber across the device and transient suppression on the line.
  • Failure to latch. Gate pulse too short or too weak for an inductive load whose current never reaches IL before the pulse ends. The device drops out at gate removal. Fix: longer gate pulse, pulse train, or higher gate drive.
  • di/dt destruction. A capacitive or low-impedance load slams current through before conduction spreads across the die, overheating the local turn-on region. Fix: series di/dt inductor and a hard, fast gate drive to spread conduction quickly.
  • Commutation failure. In a line-commutated converter, too small a margin angle means forward voltage reappears before tq elapses; the device re-conducts and the converter loses control — a classic cause of HVDC inverter commutation failures during AC faults.
  • Overvoltage breakover. Exceeding VBO or VRRM punches through the blocking junction; the device fires in the wrong place or fails short. Fix: voltage margin and metal-oxide varistor clamping.
  • Thermal runaway. Leakage and on-state losses raise junction temperature, which raises leakage further. Without adequate heatsinking the junction exceeds ~125–150 °C and the device fails short. Fix: derate current with temperature and size the heatsink for worst-case duty.

Frequently asked questions

What is a thyristor (SCR) and how does it work?

A thyristor, or silicon controlled rectifier (SCR), is a four-layer PNPN device with three terminals: anode, cathode and gate. It behaves like a latching one-way switch. With the anode positive relative to the cathode, a brief current pulse into the gate triggers conduction. Once on, internal regenerative feedback keeps it on with no further gate signal — the gate has done its job. Conduction stops only when the anode current drops below the holding current, normally at the AC zero crossing.

How do you turn off a thyristor once it has latched on?

You cannot turn a standard SCR off through its gate — the gate only turns it on. To turn it off you must reduce the anode current below the holding current IH (often a few tens of milliamps) for long enough that the internal charge recombines. In an AC circuit this happens naturally every half cycle when the current crosses zero (natural or line commutation). In DC circuits you need forced commutation, typically a pre-charged capacitor that momentarily drives the anode current to zero or reverses it.

What is the difference between holding current and latching current?

Latching current IL is the minimum anode current the device must reach immediately after triggering for the regenerative latch to sustain itself once the gate pulse is removed. Holding current IH is the minimum anode current needed to keep an already-latched device conducting. Latching current is always larger, typically two to three times IH. The practical consequence: when switching inductive loads, the gate pulse must last long enough for the slowly rising current to exceed IL, or the SCR will fail to latch.

What is phase control in a thyristor circuit?

Phase control delays the gate firing within each half cycle by a firing angle α measured from the zero crossing. The SCR conducts only from α to the next zero crossing, so the average voltage delivered to the load is varied continuously by moving α between 0 and 180 degrees. For a resistive load the half-wave output is V_avg = (V_m / 2π)(1 + cos α). This is how light dimmers, soft starters and DC motor drives regulate power without dissipating it as heat in a series resistor.

Why does dV/dt matter for thyristors?

A fast-rising forward voltage can charge the internal junction capacitance, and that displacement current can mimic a gate trigger, switching the SCR on by accident — a false dV/dt turn-on. Devices are rated for a maximum critical dV/dt, often a few hundred volts per microsecond. RC snubber networks across the device slow the voltage rise and protect against transient spikes. A separate di/dt rating limits how fast the anode current may rise after firing, because conduction starts near the gate and spreads across the die at finite speed.

What is the difference between a thyristor (SCR) and a TRIAC?

An SCR conducts in only one direction — anode to cathode — so it can switch only one polarity of an AC waveform. A TRIAC is effectively two SCRs in inverse parallel in a single package, so it conducts in both directions and can control the full AC cycle from a single gate. SCRs handle far higher voltages and currents (kilovolts and kiloamps in HVDC valves) and have cleaner switching, so high-power AC control uses anti-parallel SCR pairs; TRIACs dominate low-power AC switching like household dimmers up to a few kilowatts.