The Inductive Surge: Why Standard IoT Relays Fail at High Amperage
Update on March 21, 2026, 6:01 a.m.

In 1831, Michael Faraday discovered that a changing magnetic field induces an electric current in a nearby conductor. This principle—electromagnetic induction—powers our electrical civilization. But it also contains a destructive paradox that quietly destroys the smart home devices we trust to control our appliances. When you disconnect an inductive load, the collapsing magnetic field generates a voltage spike that can exceed the original supply by a factor of ten, twenty, or even a hundred. A 12-volt relay coil can produce back EMF exceeding 700 volts. Most IoT smart switches are completely unprepared for this electrical ambush.
The Inductive Load Problem
Understanding why standard IoT relays fail requires understanding what makes certain loads “inductive.” Motors, transformers, solenoid valves, and even the ballast in fluorescent lights all store energy in magnetic fields during operation. When current flows through the coil of a motor, it builds a magnetic field that stores energy proportional to the inductance and the square of the current: E = ½LI².
This stored energy must go somewhere when the circuit opens. The inductor, following Faraday’s law, generates a voltage proportional to the rate of current change: V = L × dI/dt. When a relay contact opens, the current attempts to drop to zero nearly instantaneously. The math is brutal: divide by a very small number (nearly zero time), and the voltage spikes dramatically.
Research from EEVblog demonstrated this phenomenon dramatically. A simple 12V relay coil generated back EMF exceeding 700 volts when disconnected. That spike, lasting only microseconds, contains enough energy to destroy transistors, weld relay contacts, and even couple electromagnetic interference into nearby circuits—causing microcontroller resets and erratic behavior in the smart home ecosystem.
The Two Faces of Relay Destruction
Inductive loads destroy relay contacts through two distinct mechanisms, each requiring different countermeasures.
The first is back EMF arcing. When contacts open, the high voltage from the collapsing magnetic field ionizes the air between them, creating a conductive plasma—an arc. This arc reaches temperatures exceeding 6,000°C, hot enough to melt the contact material. Each switching event transfers microscopic amounts of metal from one contact to the other, eventually causing either contact welding (stuck closed) or complete erosion (stuck open).
The second mechanism is inrush current. When a motor starts from a standstill, it presents almost no resistance to current flow. The rotor isn’t spinning, so there’s no back EMF to oppose the incoming current. A motor rated for 7 amps steady-state may draw 50-70 amps for the first few cycles. Relay contacts designed for the rated current face this massive surge repeatedly, causing heating and eventual failure.
Research published on Electronics Stack Exchange confirmed that inrush current was the primary cause of premature relay failure in furnace motor applications. The relays failed not because of frequent switching, but because the motor’s repeated start cycles sent damaging current spikes through contacts that were technically “closed” during normal operation.
The Protection Gap in IoT Devices
The Sonoff TH16 and similar IoT smart switches represent a design compromise that prioritizes cost and simplicity over inductive load handling. The device’s relay, rated for 16 amps, can handle resistive loads like heaters or incandescent lights without issue. But inductive loads require derating—typically to 20-30% of the rated capacity.
This derating factor comes from the additional stresses of inrush current and back EMF. A 16A relay should theoretically handle about 3-5 amps of inductive load. But consumer IoT devices rarely include the protection circuits that industrial relays incorporate—flyback diodes for DC loads, RC snubbers for AC loads, or metal oxide varistors (MOVs) for voltage clamping.
The result is predictable: users connect pool pumps, exhaust fans, or motorized valves to their smart switches, and the devices work—initially. Then, weeks or months later, the relay sticks closed or fails to engage. The contacts have been incrementally destroyed by repeated electrical assault.
The Science of Arc Suppression
Engineering solutions for inductive load switching have existed for decades. The key is providing an alternative path for the stored energy when the circuit opens.
For DC circuits, a flyback diode placed across the inductive load provides a path for the circulating current. When the relay opens, the diode conducts, allowing the energy to dissipate through the load’s resistance rather than arcing across the contacts. This solution is simple, inexpensive, and highly effective—but it only works for DC loads.
AC circuits present a greater challenge. A diode would conduct during half the cycle, creating a short circuit. Instead, engineers use RC snubber circuits—a resistor and capacitor in series, placed across the relay contacts or the load. The capacitor provides a low-impedance path for high-frequency transients, while the resistor limits the current surge when the contacts close.
Calculating the correct snubber values requires understanding the load characteristics. A typical starting point uses C = I²/10, where I is the load current, giving capacitance in microfarads. The resistor value follows Rc = Vo/[10I(1+(50/Vo))], where Vo is the supply voltage. For a 10-amp, 120V motor, this yields roughly 0.1µF and 100Ω—values that can be fine-tuned based on observed performance.
The MOV Alternative
Metal oxide varistors offer a different approach to protection. These devices have high resistance at normal voltages but dramatically lower resistance when voltage exceeds their threshold. Placed across relay contacts, an MOV clamps the voltage spike from back EMF to a safe level, absorbing the excess energy as heat.
MOVs work for both AC and DC circuits and require no calculation for basic applications—simply select a device rated for the supply voltage. However, MOVs degrade with each spike they absorb. Over time, a MOV protecting a frequently switched inductive load may fail, potentially creating a short circuit.
For IoT smart switches used with inductive loads, a properly sized MOV across the load terminals provides a simple protection upgrade. A 275V MOV works for 120V circuits; a 470V MOV for 240V circuits. The protection is imperfect but significantly better than none.
The Solid-State Solution
The most robust solution to contact arcing eliminates the contacts entirely. Solid-state relays (SSRs) use semiconductor devices—triacs for AC, MOSFETs for DC—to switch current without mechanical movement. Without contacts to arc, SSRs can switch inductive loads reliably for millions of cycles.
SSRs designed for AC loads often include “zero-crossing” detection, switching only when the AC waveform passes through zero volts. This minimizes both inrush current and electromagnetic interference. For DC loads, SSRs can switch rapidly enough to implement pulse-width modulation for motor speed control.
The Sonoff TH16 represents an early generation of affordable IoT switching that prioritized Wi-Fi connectivity and software features over power handling. Newer designs increasingly incorporate solid-state switching for lower currents or hybrid approaches that use solid-state components for the switching moment while relying on mechanical contacts for conduction during steady-state operation.
Practical Considerations for Smart Home Installations
Users connecting inductive loads to IoT smart switches should understand the implicit derating. A 16A rated device should be limited to 3-5A for motor loads, 2-3A for transformer loads. The math is unforgiving: a 1/2 HP motor at 120V draws roughly 7A running but may surge to 50A at startup. This exceeds the contact rating of most consumer smart switches.
For applications requiring motor control—pool pumps, HVAC fans, garage door openers—a dedicated motor-rated relay or contactor provides the reliability that IoT switches cannot. The IoT device can control the relay’s coil, which in turn handles the motor current. This approach separates the delicate control electronics from the harsh electrical environment of the load.
Temperature monitoring features in devices like the Sonoff TH16 add another dimension to this analysis. The ability to trigger switching based on temperature thresholds creates opportunities for thermal protection and automation. But the switching limitations remain. A temperature-controlled exhaust fan works well until the relay fails from accumulated contact damage.
The Engineering Lesson
The failure of standard IoT relays at high amperage inductive loads reflects a broader pattern in consumer electronics. Devices designed for the typical case—lighting, small appliances—fail when pressed into service for edge cases. The user who successfully controls an LED lamp for years experiences mysterious failure when switching a pool pump.
This isn’t a design flaw per se; it’s a design choice. Industrial-grade relay protection adds cost, size, and complexity that most users don’t need. But the boundary between “works fine” and “catastrophically fails” lies in the nature of the load, not the relay’s published specifications.
Understanding inductive load behavior transforms the smart home from a collection of mysterious black boxes into a system with predictable behavior. The 700-volt spike that destroys a relay contact follows from Faraday’s law with mathematical certainty. The protection that prevents that destruction follows from equally certain principles. The gap between what standard IoT switches can handle and what users ask them to control isn’t a mystery—it’s physics.