A magnetic coil is a wound conductor that generates a concentrated magnetic field when electric current passes through it, converting electrical energy into mechanical force or inducing voltage in adjacent circuits. When you wire a coil into a control circuit, you are fundamentally introducing inductance—a property that resists changes in current—and creating an electromagnetic field capable of pulling a physical steel armature across an air gap to close high-power contacts.
The most common mistake hobbyists and junior technicians make with magnetic coils is confusing the coil's DC resistance (which you can measure with a multimeter on the bench) with its AC impedance (which actually limits the current when the device is energized). Understanding the difference between these two values is the key to sizing control transformers, selecting flyback diodes, and troubleshooting chattering contactors.
The Core Mechanism: What Magnetic Coils Actually Change
When you insert a magnetic coil into a circuit, it changes the circuit's behavior in two distinct ways. First, it acts as an inductor. Because the wire is wound into hundreds or thousands of turns, any change in current creates a changing magnetic field, which in turn induces a back-electromotive force (back-EMF) that opposes the change in current. This is why a coil doesn't draw its maximum current instantaneously when a switch is closed; the current ramps up over a few milliseconds.
Second, if the coil is wrapped around an iron core and paired with a movable armature (as in a relay or contactor), it changes electrical energy into linear mechanical motion. The magnetic flux pulls the armature against a spring, closing or opening electrical contacts.
People frequently measure a 120V AC contactor coil with a digital multimeter and read 15 ohms of DC resistance. They then apply Ohm's Law (I = V / R) and calculate that the coil will draw 8 amps (120V / 15Ω). In reality, the coil only draws about 0.08 amps when sealed. The missing variable is inductive reactance. When AC current flows, the coil's inductance creates an impedance (Z) that is vastly higher than its simple DC resistance (R).
The Math on the Bench: DC Resistance vs. AC Impedance
Let's look at a concrete numeric example using a standard industrial component: the Schneider Electric TeSys D LC1D09 contactor with a 120V AC, 60Hz coil. This specific model is a staple in motor control panels worldwide.
If you take this contactor off the shelf and measure the coil terminals (A1 and A2) with a Fluke 87V multimeter set to ohms, you will read approximately 14.5 Ω of DC resistance. If this were a purely resistive load like a heater, it would draw 8.27 amps and dissipate nearly 1000 watts, instantly melting the fine copper wire.
However, the manufacturer datasheet provides the actual operational values in Volt-Amps (VA):
- Inrush VA: 70 VA (The power drawn for the first 20-50 milliseconds while the armature is physically moving across the air gap).
- Sealed VA: 10 VA (The power drawn continuously once the armature is fully closed against the core).
Let's calculate the actual AC currents based on these VA ratings at 120V:
Sealed Current: I = VA / V = 10 / 120 = 0.083 Amps
Inrush Current: I = VA / V = 70 / 120 = 0.583 Amps
Why the massive difference? When the armature is open, the magnetic circuit has a large air gap. Air has high magnetic reluctance, meaning the coil's overall inductance is relatively low, allowing a higher inrush current to flow to generate enough force to pull the armature in. Once the armature closes, the air gap disappears, the iron core completes the magnetic circuit, inductance spikes, inductive reactance increases, and the current drops to the sealed value of 0.083A.
Where You Meet Magnetic Coils in Practice
Magnetic coils are the workhorses of industrial automation, home electrical panels, and automotive systems. Here is where you will encounter them and what their primary design goal is in each application:
- Electromechanical Relays: Used for low-power switching (typically under 10A). The coil is usually DC (e.g., 12V or 24V) and designed for fast switching and long mechanical life. You will find these on PCBs, in Arduino/ESP32 projects, and in automotive fuse boxes.
- Contactors: Heavy-duty relays designed to switch high-power AC loads like 3-phase motors or HVAC compressors. The coils are frequently AC (120V, 240V, 480V) and must handle high inrush currents and harsh electrical noise. (See Electrical Engineering Portal's guide on control circuits for more on contactor integration).
- Solenoid Valves: The coil pulls a steel plunger to open or close a fluid orifice. These are ubiquitous in irrigation systems, pneumatic manifolds, and washing machines. They often run at 24V AC or DC.
- Inductors and Chokes: These are magnetic coils with no moving parts. Their sole purpose is to provide inductance to filter high-frequency noise, smooth out DC power supplies, or tune RF circuits.
Scenario Walkthrough: The Chattering Control Transformer
To understand why coil math matters on the jobsite, let's walk through a classic control panel failure involving control transformer sizing.
The Setup: A technician is building a control panel for a pump station. The panel uses a 100VA control transformer to step 480V AC down to 120V AC. This 120V secondary feeds three identical TeSys LC1D09 contactors (the ones from our math example above). All three contactors are wired to pull in simultaneously when a master start button is pressed.
The Numbers: The technician sizes the transformer based on the sealed VA. Three contactors at 10 VA each equals a 30 VA continuous load. The technician selects a 100 VA transformer, assuming a comfortable 70% safety margin.
The Outcome: When the master switch is thrown, all three contactors attempt to pull in at the exact same millisecond. Instead of a solid 'clack', the panel emits a loud, violent buzzing sound. The contactors chatter rapidly, failing to seal. Within three minutes, the coil insulation on all three contactors melts and shorts out, destroying the components.
What Went Wrong: The technician ignored the inrush VA. When all three contactors pull in simultaneously, the combined inrush load is 3 × 70 VA = 210 VA. The 100 VA transformer cannot supply 210 VA without a massive voltage drop. The secondary voltage sags from 120V down to roughly 70V. At 70V, the magnetic field generated by the coils is too weak to fully close the armatures against the spring tension. The armatures bounce (chatter), the air gap never fully closes, the inductance never peaks, and the coils continuously draw high inrush current until they overheat and burn. According to Schneider Electric's transformer sizing guidelines, you must always calculate the total inrush VA of simultaneous closing coils and ensure the transformer can handle that momentary peak without dropping below 85% of nominal voltage.
Magnetic Coil Troubleshooting and Failure Modes
Why did my DC relay coil burn out when I connected it to AC?
DC coils rely entirely on the wire's DC resistance to limit current. They have thousands of turns of very fine wire. If you apply 24V AC to a 24V DC coil, the AC impedance will actually limit the current too much, and the coil might just fail to pull in. However, if you apply 120V AC to a 120V DC coil, the AC impedance is lower than the DC resistance was designed for, and the coil will draw excessive current, overheat, and burn out. Always match the coil voltage and type (AC vs DC) exactly to the nameplate.
How do I properly test if a coil is open or shorted?
Disconnect the coil from the circuit. Set your multimeter to the lowest ohms range. Place the probes on A1 and A2.
Open Circuit (OL): The internal wire is broken. The coil is dead.
Zero or Near-Zero Ohms: The insulation between the windings has melted, creating a short circuit. The coil is dead.
Expected Value: Compare your reading to the manufacturer's datasheet. A reading within ±10% of the spec usually means the coil is electrically sound, though mechanical binding could still prevent operation.
What is a flyback diode and why does my DC coil need one?
When you de-energize a DC magnetic coil, the collapsing magnetic field induces a massive voltage spike (back-EMF) in the opposite direction. This spike can easily reach hundreds of volts, which will instantly destroy the transistor, MOSFET, or microcontroller GPIO pin that was driving the coil. A flyback diode (like a standard 1N4007) is wired in reverse-bias across the coil terminals. It does nothing while the coil is energized, but when the power is cut, it provides a safe path for the inductive kickback current to circulate and dissipate safely. (For more on protecting solid-state drivers, refer to Omron's technical guide on relay coil suppression).
Why does my AC contactor hum loudly when it is sealed?
AC current crosses zero 120 times a second (on a 60Hz system). Every time the current hits zero, the magnetic field collapses, and the spring tries to push the armature open. To prevent this, AC magnetic coils are fitted with a 'shading ring'—a single loop of copper wire embedded in the face of the iron core. This ring acts as a shorted secondary coil, generating a delayed magnetic field that holds the armature closed during the zero-crossings. If the contactor hums loudly, the shading ring is likely cracked, or there is dirt/rust on the mating faces of the core preventing a tight seal.






