Silicon-Controlled Rectifier (SCR) Crowbar Circuits: How Hardware Sacrifices Itself to Save the Chip From Overvoltage

2026-08-23

Your 3.3V regulator has one job: never let more than 3.3V hit the load. But regulators fail. A pass transistor shorts drain-to-source, and suddenly 12V from the upstream rail is racing toward a chip rated for 3.6V absolute maximum. You have microseconds before every gate oxide on the die punches through. This is what a crowbar circuit is for — it deliberately short-circuits the power rail to ground the instant an overvoltage is detected, blowing the upstream fuse and killing the board rather than the silicon.

The classic implementation uses a silicon-controlled rectifier (SCR) — a four-layer PNPN device that acts like a latching thyristor. Once its gate is triggered, it turns fully on and stays on until the current through it drops below a holding threshold. A zener diode sets the trip voltage: if the rail exceeds (say) 3.9V, the zener conducts, dumps current into the SCR gate, and the SCR fires. Within about 1–2 microseconds, the rail is clamped to under a volt, drawing tens of amps through the SCR. That massive current pops the input fuse in milliseconds, isolating everything.

The design tradeoffs are brutal. Trip too low and you nuisance-trip on legitimate transients (load steps, hot-plug inrush). Trip too high and you fry the downstream chip before you fire. The typical rule of thumb: set the crowbar trip at 15–20% above nominal, and make sure it fires at least 20% below the load's absolute-max rating. For a 3.3V rail feeding a 3.6V-max chip: trip at ~3.9V, fuse rated to blow within 10ms at 3× nominal current.

Real-world example: The original IBM PC AT power supply used an SCR crowbar on the +5V rail with a trip point around 5.7V. The MC3423 overvoltage sensor IC (still sold today, six decades on) triggers an SCR when the sensed rail exceeds an internal reference, with a programmable delay capacitor to reject microsecond glitches. Modern server PSUs still use them on the 12V rail, even though "smart" digital shutdown exists — because a fired SCR takes zero firmware, zero clock cycles, and works when the controller itself has failed.

A subtle detail: the SCR must survive long enough to blow the fuse. If your fuse takes 100ms to open at 30A, the SCR's I²t rating must exceed (30A)² × 0.1s = 90 A²s. Undersize the SCR and it fails open before the fuse fails — leaving the overvoltage still on the rail. The crowbar has one job, and it must finish it.

Key Takeaway: A crowbar circuit is hardware's suicide switch — an SCR that shorts the power rail to ground when overvoltage is detected, sacrificing the fuse and the SCR itself to save the downstream chip from destruction.

All newsletters