A solid state relay (SSR) switches electrical loads using semiconductor components—typically TRIACs for AC loads or MOSFETs for DC loads—instead of the physical moving contacts found in electromechanical relays (EMRs). Because they rely on optical isolation and silicon junctions, SSRs offer millions of switching cycles, zero acoustic noise, and immunity to contact bounce. However, their semiconductor nature introduces unique thermal constraints, leakage currents, and protection requirements that trip up many hobbyists and junior technicians.

This guide provides the exact sizing frameworks, wiring protocols, and testing procedures you need to deploy SSRs reliably in 2026, whether you are switching a 1500W resistive heater or a 3-phase inductive motor.

SAFETY WARNING: Working with SSRs often involves mains voltage (>50V AC / >120V DC). Always de-energize the circuit, lock out the breaker, and verify dead with a known-working CAT III multimeter before touching load terminals. Local electrical codes may require a licensed electrician for permanent mains wiring.

Control Side vs. Load Side Wiring (The "Coil" Misconception)

A frequent bench mistake is treating the SSR control input like an electromechanical relay coil. Understanding the physical difference between the control side and the load side is critical for proper wiring and component protection.

The Control Side (Input)

The input side of an SSR is not a copper wire coil; it is an internal infrared LED coupled to a photodiode or optocoupler. Because it is an LED, you do not need a flyback diode across the DC control terminals. Flyback diodes are mandatory for EMR coils to suppress inductive kickback when the magnetic field collapses, but an SSR input generates no magnetic field.

However, you do need to manage forward current. If your PLC or microcontroller outputs 24VDC and your SSR is rated for a 3-32VDC input with an internal current-limiting resistor, you can wire it directly. If you are driving a raw 5VDC logic-level SSR input from a higher voltage source, you must add an external series resistor to limit the forward current (typically to 10-15mA) and prevent burning out the internal LED.

The Load Side (Output)

The output side contains the switching semiconductor (e.g., a back-to-back SCR or TRIAC). Unlike mechanical contacts, semiconductors do not physically separate to break a circuit. When switching highly inductive loads on the AC side, the rapid voltage spike (dv/dt) during turn-off can falsely re-trigger the TRIAC, causing the SSR to fail in the "ON" state. To prevent this, you must wire an RC snubber network in parallel with the load, or select an SSR with built-in zero-crossing detection and internal snubbers.

Solid State Relay Rating Table & Load Governance

When reading a datasheet, the headline "25A" or "40A" rating is highly conditional. Below is a reference table comparing two industry-standard panel-mount SSRs to illustrate how ratings are structured.

Parameter Crydom D2425 (AC Output) Omron G3NA-220B (AC Output) Why It Matters
Control Voltage 3 - 32 VDC 4 - 32 VDC Determines compatibility with Arduino (5V) vs PLCs (24V).
Nominal Load Current 25 A RMS 20 A RMS Rated at 25°C ambient with a specific heatsink. Drops significantly at 40°C.
Non-Repetitive Surge (1 cycle) 250 A peak 220 A peak Governs inrush current survival for motor starts or cold filament loads.
Output Voltage Range 24 - 280 VAC 24 - 264 VAC Must encompass your nominal line voltage +10% tolerance.
On-State Voltage Drop 1.15 VAC (typ) 1.2 VAC (typ) Generates heat. At 20A, a 1.2V drop dissipates 24W of heat into the heatsink.

Which Rating Column Governs This Load?

The governing rating is rarely the nominal RMS current. For steady-state resistive loads, the thermal derating curve governs; you must calculate the junction temperature based on ambient air and heatsink thermal resistance (°C/W). For motors, transformers, or incandescent lamps, the non-repetitive surge rating (I²t let-through) governs. A 10A motor can draw 60A for the first 16 milliseconds (one 60Hz cycle) during startup. If the SSR's surge rating is only 50A, the silicon junction will melt on the first start command, even though the steady-state load is well below the nominal rating.

Selection Decision Path by Load Type

Use this decision tree to select the correct SSR current multiplier and protection scheme based on your specific load profile.

Load Type Inrush Multiplier SSR Selection Rule Required Protection / Snubber
Resistive (Heaters, Ovens) 1.0x to 1.2x Select SSR rated for 125% of steady-state load current. Semiconductor fuse. Zero-crossing SSR preferred to minimize EMI.
Inductive (Solenoids, Contactors) 2.0x to 4.0x Select SSR rated for 300% of steady-state current. MOV (Metal Oxide Varistor) across load to clamp turn-off voltage spikes.
Motor (Compressors, Pumps) 6.0x to 10.0x Select SSR rated for 800% of full load amps (FLA). RC Snubber network. Fast-acting semiconductor fuse (I²t rated).
Capacitive (SMPS, LED Drivers) 10.0x to 20.0x Use a contactor instead, or an SSR with massive surge rating. NTC thermistor in series with load to limit inrush charging current.

Reference: For deeper application notes on SSR surge survival, consult the All About Circuits SSR guide and manufacturer derating curves.

Breaker vs. Fuse Curve Warning: Never protect an SSR with a standard thermal-magnetic miniature circuit breaker (MCB). Standard MCBs have a slow trip curve (often 5-10x rated current for the magnetic trip) and high let-through energy. An SSR’s internal TRIAC will vaporize from thermal runaway long before a standard MCB trips. You must use fast-acting semiconductor fuses (like the Littelfuse L50S series) specifically rated with an I²t let-through value lower than the SSR’s maximum surge rating.

Testing, Failure Modes, and Repair vs. Replace

SSRs fail differently than mechanical relays. While EMRs usually fail open due to pitted contacts, SSRs almost always fail shorted (stuck ON) due to thermal destruction of the silicon die.

How to Test an SSR Dead (Power Off)

  1. Input Test: Set your multimeter to the Diode Test function. Place the red probe on the positive DC control terminal and the black on the negative. You should read a forward voltage drop between 1.0V and 1.5V (the internal LED). If it reads OL (open) or 0.0V (short), the input is destroyed.
  2. Output Test: Set the multimeter to Resistance (Ohms). Measure across the AC load terminals. It should read OL (infinite resistance). If it reads near 0 ohms, the output TRIAC has shorted and the SSR is dead.

How to Test an SSR Live (Power On)

With the load connected and power applied, measure the AC voltage directly across the SSR's output terminals while the relay is commanded ON. A healthy SSR will show a voltage drop of roughly 1.0V to 2.0V AC. If you read full line voltage (e.g., 120VAC) across the output terminals while the load is dead, the SSR has failed open internally. If the load is running but the voltage drop reads 0.0V, your meter is likely picking up a parallel path, or the SSR is fully saturated (rare at high currents).

When to Repair vs. Replace

Always replace. You cannot repair a solid state relay. The semiconductor die is epoxied into the substrate, and attempting to open the casing will destroy the thermal coupling. More importantly, an SSR failure is a symptom, not the root cause. If you simply swap in a new Crydom or Omron SSR without addressing the failure mechanism—such as inadequate heatsinking, a missing snubber on an inductive load, or an undersized semiconductor fuse—the new $35 SSR will fail in exactly the same way the moment it is energized.

Frequently Asked Questions

Do solid state relays need a heat sink?

Yes, in almost all applications exceeding 5 Amps. Unlike mechanical relays where the heat is generated by the coil, an SSR generates heat directly in the load path. The voltage drop across the internal TRIAC (typically 1.2V) multiplied by the load current equals the heat dissipated in watts (P = V × I). A 20A load generates 24 Watts of heat. Without a properly sized extruded aluminum heatsink and thermal interface compound, the internal junction temperature will exceed 125°C, triggering thermal runaway and permanently shorting the device.

Why is my solid state relay leaking current when turned off?

All AC SSRs exhibit a small "off-state leakage current," typically between 1mA and 5mA, caused by the internal snubber capacitor and the semiconductor junction's natural capacitance. While this is negligible for heaters or motors, it can cause high-impedance loads like small LED indicator lights to glow dimly when the SSR is off. To fix this, wire a high-wattage bleeder resistor (e.g., 10kΩ, 2W) in parallel with the load to provide a path for the leakage current, dropping the voltage below the LED's strike threshold.

Can I use a DC solid state relay to switch AC power?

No. A DC SSR uses a single power MOSFET or BJT internally. If you connect it to an AC circuit, the negative half-cycle of the AC sine wave will reverse-bias the MOSFET's intrinsic body diode, causing uncontrolled current flow and likely destroying the component. You must use an AC SSR (which utilizes back-to-back SCRs or a TRIAC) for AC loads, and a DC SSR for DC loads. The only exception is a specialized 4-quadrant SSR, but these are rare and expensive specialty items not found in standard automation catalogs.