To safely switch a PSU (Power Supply Unit) using an electromechanical relay, you must select a component with a contact rating that exceeds the PSU’s maximum steady-state current and a making/breaking capacity capable of surviving the massive capacitive inrush current. For a typical 500W 12V Switch Mode Power Supply (SMPS) drawing roughly 42A at full load, do not use a standard 40A relay. Instead, use a heavy-duty DC contactor or parallel automotive relays rated for at least 60A resistive, ensure proper flyback protection on the control coil, and switch the AC mains side whenever possible to leverage AC zero-crossing arc extinction.

Decoding the Rating Table: Which Column Governs Your PSU Load?

When reading a relay datasheet, hobbyists often fixate on the "Steady-State Contact Rating" (e.g., 30A at 14VDC). But when you switch a PSU, the steady-state column is secondary. The governing column for an SMPS load is the Inrush / Making Capacity.

An SMPS presents a highly capacitive load at turn-on due to its bulk input and output filter capacitors. At $t=0$, these uncharged capacitors act as a virtual short circuit, pulling inrush currents that can be 20 to 50 times the steady-state draw for the first few milliseconds. If your relay's making capacity is lower than this inrush spike, the contacts will micro-weld together, permanently fusing the relay in the "ON" position.

Table 1: Relay Rating Columns and What They Actually Mean
Rating Parameter Definition Relevance to Switching a PSU
Coil Voltage (VDC/VAC) Voltage required to energize the electromagnet. Determines your control circuit design (e.g., 12VDC vs 24VDC).
Contact Rating (Steady State) Maximum continuous current the contacts can carry without overheating. Must exceed the PSU's maximum continuous DC output current.
Breaking Capacity Maximum current the relay can safely interrupt without sustaining an arc. Critical if the PSU is switched off while under full load (especially on the DC side).
Making / Inrush Capacity Maximum momentary current the contacts can withstand while closing. The governing metric for SMPS loads. Must exceed the PSU's capacitive inrush spike.

Selection Decision Path by Load Type

Use this decision tree to match your relay type to the specific electrical characteristics of your load.

Table 2: Relay Selection Decision Tree
Load Type Characteristics Required Relay Specification
Resistive (Heaters, Incandescent) No inrush, no inductive kickback. Current is stable. Standard rating. 30A relay handles 30A load.
Inductive / Motor High starting current (LRA), inductive kickback on break. Motor-rated (HP rating). Requires arc suppression / snubbers.
Capacitive / SMPS (Switch PSU) Massive inrush current (up to 50x steady state). High making capacity, TVS diodes, or NTC thermistor in series.

Coil vs. Contact Wiring: Control and Load Circuits

An electromechanical relay isolates two distinct circuits: the low-current coil (control) side and the high-current contact (load) side. Mixing these up or wiring them improperly is the most common cause of fried microcontrollers and melted terminal blocks.

The Coil Side (Control Circuit)

The coil (typically pins 85 and 86 on automotive relays, or A1 and A2 on industrial contactors) is an inductor. When you apply voltage, it creates a magnetic field that pulls the contacts shut. When you remove the voltage, the collapsing magnetic field generates a massive reverse voltage spike (back-EMF).

⚠️ WARNING: DC Coil Flyback Protection
If you are driving a DC relay coil with a transistor, MOSFET, or microcontroller GPIO, you must wire a flyback diode (e.g., 1N4007) in reverse bias across the coil pins (cathode to positive, anode to negative). Without this diode, the back-EMF spike will instantly destroy your driving transistor or fry your ESP32/Arduino. For AC coils, use an RC snubber network or a varistor (MOV) instead of a diode.

The Contact Side (Load Circuit)

The contacts (Common, Normally Open, Normally Closed) carry the PSU load. When wiring high-current DC outputs, never wrap bare wire around a screw terminal. The high current will cause uneven pressure, leading to high contact resistance, localized heating, and eventually a melted housing. Always use properly crimped ring or spade terminals. If you are switching the DC output of a PSU, ensure the relay is specifically rated for DC voltage; a relay rated for 250VAC may only be rated for 24VDC due to the lack of a zero-crossing to extinguish DC arcs.

Testing and Troubleshooting: Dead, Live, and Replace vs. Repair

Before energizing a new build, and when diagnosing a failure, follow this strict testing protocol.

How to Test It Dead (Power Off)

  1. Coil Resistance: Set your multimeter to Ohms. Probe the coil pins (A1/A2). A healthy 12VDC relay coil typically reads between 100Ω and 400Ω. If it reads 0Ω (shorted) or infinite (open), the coil is dead.
  2. Contact Continuity: Probe the Common (COM) and Normally Open (NO) pins. It should read infinite (OL). If it reads near 0Ω without the coil energized, the contacts are welded shut from a previous inrush event.
  3. Energized Continuity: Apply the rated coil voltage from a bench supply. You should hear a distinct "click." Probe COM and NO again; it should read less than 0.1Ω.

How to Test It Live (Under Load)

The definitive test of a relay's health is measuring the voltage drop across the closed contacts while the PSU is under full load. Set your multimeter to DC millivolts. Place the probes directly on the COM and NO terminals. If you measure a voltage drop greater than 50mV at rated current, the internal contacts are pitted or carbonized. For example, a 100mV drop at 40A means the relay is dissipating 4W of heat ($P = V \times I$) internally, which will rapidly degrade the plastic housing.

When to Repair vs. Replace

For sealed PCB, automotive, or heavy-duty plug-in relays, always replace the entire unit. You cannot reliably clean pitted contacts inside a sealed housing. For large, open-frame industrial contactors (e.g., Schneider TeSys or Eaton XT lines), you can technically replace just the contact pads or arc chutes, but for hobbyist and light-commercial applications, swapping the entire contactor is safer and more cost-effective given the labor involved.

A note on overcurrent protection: Never treat fuses and breakers as interchangeable when protecting a relay and PSU circuit. A fast-blow semiconductor fuse clears short circuits in milliseconds (low $I^2t$ let-through energy), protecting the solid-state components inside the SMPS. A thermal-magnetic breaker has an inverse-time curve and may take seconds to trip on a moderate overload, allowing enough let-through current to weld your relay contacts or destroy the PSU's switching MOSFETs before it clears.

Frequently Asked Questions: Switch PSU Scenarios

Can I use a standard 10A relay to switch a 10A PSU?

No. While the steady-state draw is 10A, the SMPS inrush current could easily hit 100A to 200A for a few milliseconds. A standard 10A relay will likely weld its contacts shut on the very first turn-on. You must either use a relay with a high inrush/making rating (often labeled as "TV-5" or "Ballast" rated), or place an NTC thermistor in series with the PSU input to limit the inrush spike before it reaches the relay contacts.

Why do my relay contacts weld shut when I switch a PSU?

Contact welding occurs when the inrush current exceeds the relay's making capacity, causing the contacts to melt and fuse together as they close. It can also happen if the relay is subjected to excessive mechanical bounce. To prevent this, derate your relay heavily for capacitive loads (use a 40A relay for a 10A SMPS) or switch the AC mains side of the PSU instead of the high-current DC output side.

Should I switch the AC mains side or the DC output side of a switch PSU?

Whenever possible, switch the AC mains side. AC voltage crosses zero 120 times a second (at 60Hz), which naturally helps extinguish the electrical arc that forms when contacts open. DC voltage does not have a zero-crossing; a DC arc will sustain itself much longer, burning away the contact material and drastically reducing the relay's lifespan. If you absolutely must switch the DC output side, use a contactor specifically rated for high-voltage DC (with magnetic blowouts or arc chutes), or better yet, use a solid-state relay (SSR) or a power MOSFET for DC switching.