The Verdict: When to Use a Thyristor vs Transistor
Transistors (specifically MOSFETs and IGBTs) are the undisputed winners for high-frequency DC switching, PWM motor control, and linear amplification because they offer continuous, proportional control over current flow. Thyristors (SCRs and Triacs) win in high-power AC phase-angle control, mains-voltage switching, and overvoltage crowbar circuits where a latching, fire-and-forget mechanism is required. You use a transistor when you need to modulate power thousands of times per second; you use a thyristor when you need to cheaply and robustly switch or phase-chop 50/60Hz AC mains.
Choose a Transistor (MOSFET/IGBT) when:
- Building a DC-DC buck/boost converter operating at 50kHz to 1MHz.
- Driving a BLDC or stepper motor with high-frequency PWM for speed control.
- Designing an audio amplifier or linear voltage regulator requiring proportional output.
- Switching DC loads where the component must actively turn off via a control signal.
Choose a Thyristor (SCR/Triac) when:
- Building an AC light dimmer, heater controller, or soft-start circuit for induction motors.
- Designing a crowbar protection circuit to blow a fuse if a power supply exceeds safe voltage.
- Switching massive AC loads (e.g., 50A+ at 240VAC) where component cost and thermal mass are primary constraints.
- You need the circuit to remain ON after a momentary trigger pulse is removed.
The Single Physical Difference That Drives Everything
The fundamental divergence between these two semiconductor families lies in their internal silicon layer structure and the resulting regenerative feedback loop.
A standard bipolar junction transistor (BJT) is a three-layer device (NPN or PNP). A MOSFET relies on an insulated gate to create a conductive channel. In both cases, the device requires a continuous base current or gate voltage to maintain conduction. Remove the drive signal, and the transistor immediately stops conducting.
A thyristor (like an SCR) is a four-layer (PNPN) device. Internally, it behaves exactly like two interconnected transistors: a PNP and an NPN, with the collector of each feeding the base of the other. This creates an internal positive feedback loop. When a brief pulse of current is applied to the gate, it triggers the NPN section, which turns on the PNP section, which in turn feeds more current back into the NPN base. Within nanoseconds, this regenerative feedback 'latches' the device into full conduction.
Once latched, the gate completely loses control. The thyristor will continue to conduct heavy anode-to-cathode current even if the gate signal is removed to zero. The only way to turn off a standard thyristor is to starve it of current—specifically, the main load current must drop below a threshold called the holding current ($I_H$), which naturally happens 120 times a second on an AC mains waveform (at the zero-crossing point). This physical latching mechanism dictates every application, limitation, and failure mode of the thyristor compared to the transistor.
Head-to-Head Comparison Matrix
When selecting between a power MOSFET (e.g., IRFP460) and a standard SCR (e.g., BT151) for a 600V, 10A power stage, the datasheet parameters reveal stark operational differences.
| Criterion | Power Transistor (MOSFET/IGBT) | Thyristor (SCR/Triac) |
|---|---|---|
| Switching Speed (Turn-off) | <100 nanoseconds (MOSFET); ~150ns (IGBT tail) | 10μs to 100μs (limited by carrier recombination and commutation) |
| Control Signal Requirement | Continuous $V_{GS}$ or $I_B$ required to stay ON | Momentary gate pulse ($I_{GT}$); latches ON permanently |
| Forward Voltage Drop | Proportional to current ($I \times R_{DS(on)}$); e.g., 0.15V at 10A | Fixed diode-like drop ($V_{TM}$); typically 1.0V to 1.6V regardless of current |
| Typical Cost (600V, 10A TO-220) | $2.00 - $3.50 (e.g., IRFP460) | $0.30 - $0.60 (e.g., BT151) |
| Primary Failure Mode | Short-circuit (thermal runaway) or Open (bond wire melt) | Almost exclusively Short-circuit (silicon pellet melts and fuses) |
Where They Are Strictly NOT Interchangeable
Substituting one for the other without redesigning the surrounding circuitry will result in catastrophic failure or non-functional hardware. Here are the two most common bench mistakes.
Mistake 1: Using an SCR in a DC-DC PWM Buck Converter
If you attempt to use a thyristor as the main switching element in a DC buck converter, the circuit will destroy itself. When the PWM controller fires the SCR gate, the SCR latches ON. Because the input is a DC source, the current never naturally drops to zero. The SCR will remain permanently latched, effectively shorting your DC input directly to your load and inductor, bypassing the freewheeling diode and destroying the power supply. Transistors are mandatory here because they can be actively commanded to turn off mid-cycle.
Mistake 2: Using a Single MOSFET for AC Phase-Angle Dimming
If you try to replace a Triac in an AC light dimmer with a single N-channel MOSFET, the MOSFET will explode on the negative half-cycle of the AC waveform due to reverse breakdown of the drain-source junction. To switch AC with MOSFETs, you must either use a full-bridge rectifier (which adds four diode voltage drops and massive heat) or wire two MOSFETs back-to-back in series with their sources tied together. While back-to-back MOSFETs are used in modern solid-state relays (SSRs), they cost 5x to 10x more than a single Triac and require isolated, continuous gate drive circuitry. For simple, low-cost AC phase chopping, the Triac is irreplaceable.
Frequently Asked Questions
Can I replace a triac with a MOSFET in an AC dimmer circuit?
Not directly. A Triac natively conducts current in both directions when triggered, making it ideal for AC. A single MOSFET only conducts in one direction and contains an intrinsic body diode that will conduct the negative half-cycle uncontrolled, resulting in a half-wave rectified output and potential device destruction. To replace a Triac with MOSFETs, you must use two MOSFETs in a common-source back-to-back configuration and provide a continuous, isolated PWM gate drive synchronized to the AC zero-crossings. This is standard in high-end solid-state relays but overkill for a basic DIY dimmer.
Why do thyristors fail short-circuit while transistors sometimes fail open?
When a thyristor exceeds its thermal limits or $di/dt$ rating, the massive current density melts the silicon pellet, physically fusing the anode and cathode layers together into a solid block of conductive material. This creates a permanent, dead short. This is why NEC-style guidance and industrial standards mandate high-interrupting-capacity (HRC) fuses upstream of SCR banks. Transistors can fail short during secondary breakdown, but they also frequently fail open if the localized heat vaporizes the microscopic aluminum bond wires connecting the silicon die to the package leads before the silicon itself melts.
Is an IGBT considered a transistor or a thyristor?
An Insulated-Gate Bipolar Transistor (IGBT) is strictly classified as a transistor, despite having a four-layer (PNPN) internal structure similar to a thyristor. The key difference is that the IGBT's MOS gate structure completely prevents the internal regenerative feedback loop from latching under normal operating conditions. It requires continuous gate voltage to remain ON and turns off immediately when the gate is discharged. However, if an IGBT is pushed beyond its short-circuit rating, a phenomenon called 'latch-up' can occur, where the internal parasitic thyristor activates, permanently destroying the device. For deep dives into semiconductor physics, the All About Circuits semiconductor textbook provides excellent breakdowns of these internal parasitic structures.
How do cost and availability compare for high-voltage applications?
At the hobbyist and low-power industrial level (under 100A, under 1000V), power MOSFETs and IGBTs are ubiquitous and cheap. However, at extreme power levels—such as multi-megawatt motor drives or HVDC transmission lines—thyristors reclaim the advantage. A single 'hockey puck' phase-control SCR rated for 5000V and 2000A costs significantly less and requires less complex cooling infrastructure than a parallel array of IGBTs capable of handling the same load. For further reading on high-power device selection, Electronics Tutorials offers solid baseline schematics for both AC and high-power DC switching topologies.






