A solenoid is an electromechanical device that converts electrical energy into linear mechanical force using a wire coil wrapped around a movable ferromagnetic core. When you energize the coil, it creates a magnetic field that pulls the core (plunger) inward, actuating a mechanism like a fluid valve, a mechanical lock, or a starter motor gear. If you landed on this page after searching what is a solanoid, don't worry—that is one of the most common phonetic misspellings in the electrical DIY space. In a real circuit or installation, a solenoid changes a low-power electronic control signal into a high-force physical movement, bridging the gap between your microcontroller, PLC, or simple toggle switch and the physical world.
The Core Physics: How the Coil Generates Force
At the bench level, a solenoid operates on the principles of electromagnetism and magnetic reluctance. When direct current (DC) or alternating current (AC) flows through the tightly wound copper wire, it generates a concentrated magnetic field inside the coil. The movable ferromagnetic plunger is pulled into the center of this field because the magnetic circuit 'wants' to minimize its reluctance (magnetic resistance).
Think of the magnetic field like an invisible, compressed spring that only exists when power is applied; the moment the circuit closes, the spring releases its stored energy to snap the plunger into the center of the coil. Once the plunger bottoms out, the mechanical work is done, but the coil remains energized to hold the position against opposing forces like water pressure or mechanical springs.
When a solenoid is first energized, the plunger is outside the coil, meaning the magnetic circuit has high reluctance. The coil draws a massive inrush current to generate enough force to pull the plunger in. Once the plunger seats, reluctance drops, inductance increases, and the current falls to a much lower holding current. If a solenoid gets mechanically jammed and the plunger cannot fully seat, it will continue to draw inrush current and burn out the coil in minutes.
Solenoid Specification and Sizing Reference
Selecting the right solenoid requires matching the voltage, coil resistance, and physical force requirements of your application. The table below outlines standard specifications across common residential, automotive, and industrial solenoid classes. These values represent typical on/off solenoids, not proportional (variable force) models.
| Application Class | Nominal Voltage | Coil Resistance (Ω) | Inrush Current (A) | Holding Current (A) | Typical Pull Force (N) |
|---|---|---|---|---|---|
| Automotive Starter / Winch | 12V DC | 0.8 Ω | 15.0 A | 4.0 A | 120 - 150 N |
| Industrial PLC Pneumatic Valve | 24V DC | 48.0 Ω | 0.5 A | 0.5 A* | 30 - 45 N |
| Residential HVAC Gas Valve | 120V AC | 145.0 Ω | 0.8 A | 0.3 A | 50 - 70 N |
| Agricultural Irrigation Valve | 24V AC | 22.0 Ω | 1.1 A | 0.4 A | 40 - 60 N |
*Note: Many modern 24V DC industrial solenoids use internal PWM (Pulse Width Modulation) circuitry to artificially lower the holding current and reduce heat generation.
Worked Example: Sizing Wire for a 12V DC Solenoid Valve
Let's say you are building an automated watering system using a standard 12V DC brass water valve. The datasheet specifies a coil resistance of 8.0 Ω. You need to run wire from a 12V battery and a relay module to the valve, a total one-way distance of 15 feet (30 feet total loop length for power and ground).
1. Calculate the Current Draw:
Using Ohm's Law (I = V / R):
I = 12V / 8.0 Ω = 1.5 Amps.
Power dissipated as heat in the coil (P = V × I): 12V × 1.5A = 18 Watts.
2. Calculate Voltage Drop on 18 AWG Wire:
Standard 18 AWG copper wire has a resistance of approximately 6.385 mΩ (0.006385 Ω) per foot.
Total wire resistance = 30 ft × 0.006385 Ω/ft = 0.191 Ω.
Voltage drop (V_drop = I × R_wire) = 1.5A × 0.191 Ω = 0.28V.
3. Verify the Result:
The voltage actually reaching the solenoid will be 12.0V - 0.28V = 11.72V. Most 12V DC solenoids are rated to operate reliably down to 10% below nominal voltage (10.8V). At 11.72V, the 18 AWG wire is perfectly sized. If you had chosen 22 AWG wire to save space, the resistance would jump to 48.6 mΩ/ft, resulting in a 2.18V drop. The valve would only see 9.82V, likely causing it to chatter, fail to open against water pressure, or overheat the coil as it struggles to seat the plunger.
When you cut power to a DC solenoid, the collapsing magnetic field induces a massive reverse voltage spike (inductive kickback) that can instantly destroy your Arduino GPIO pin, MOSFET, or relay contacts. Always wire a standard 1N4007 rectifier diode in reverse parallel across the solenoid coil terminals (cathode to positive, anode to negative) to safely clamp this spike.
Where You Meet This in Practice (And Common Confusions)
You interact with solenoids constantly in daily life. They are the clicking components inside your washing machine that admit hot and cold water, the heavy cylindrical switches on your car's starter motor, the pneumatic manifolds controlling robotic arms in manufacturing, and the small brass valves in DIY reverse osmosis systems.
However, the terminology on the jobsite can get muddy. Here is what people commonly confuse with standalone solenoids:
- Relays: A relay actually contains a small internal solenoid. However, the purpose of a relay's solenoid is to pull electrical contacts together to switch a secondary circuit. A standalone solenoid performs direct mechanical work (pushing, pulling, or lifting).
- Contactors: These are simply heavy-duty, high-current relays used for switching 3-phase motors or large heating elements. They use large solenoids to overcome heavy spring tension, but they are classified as switching devices, not linear actuators.
- Proportional Valves: Standard solenoids are binary (on/off). Proportional solenoids use a specialized coil driver to vary the current, allowing the plunger to hover at precise intermediate positions to meter fluid flow.
The AC vs. DC Trap: Why You Can't Mix Them Up
A frequent mistake in HVAC and irrigation repair is replacing a burned-out 24V AC solenoid coil with a 24V DC coil of the same physical size. This will result in immediate failure. AC solenoid coils rely on inductive reactance (impedance) to limit current flow, and they feature a small copper 'shading ring' embedded in the core to prevent the plunger from vibrating (chattering) when the AC sine wave crosses zero 120 times a second. If you apply DC to an AC coil, there is no reactance—only the low DC wire resistance—causing the coil to draw massive current and burn out in seconds. Conversely, applying AC to a DC coil will cause severe chatter and overheating due to the lack of a shading ring.
Frequently Asked Questions
Why do people search 'what is a solanoid'?
'Solanoid' is simply a phonetic misspelling of 'solenoid.' Because the component is often hidden inside valves or starter assemblies and rarely seen by end-users, the spelling isn't reinforced visually. Search engines and parts suppliers automatically map 'solanoid' to 'solenoid' to help DIYers find the correct replacement coils and valves.
Can I drive a solenoid directly from an Arduino or ESP32 GPIO pin?
No. A standard microcontroller GPIO pin can only safely source about 20mA to 40mA. Even a small 5V logic-level solenoid will draw 200mA to 500mA. You must use the GPIO pin to trigger a logic-level MOSFET (like an IRLZ44N) or a dedicated relay module, which then switches the higher current from an external power supply to the solenoid.
How do I test if a solenoid coil is burnt out?
Disconnect the solenoid from the circuit and set your multimeter to the Ohms (Ω) setting. Place the probes across the two coil terminals. A healthy solenoid will show a specific resistance (e.g., 15 Ω to 100 Ω depending on the voltage rating). If the meter reads 'OL' (Open Loop) or infinite resistance, the internal wire has broken and the coil is dead. If it reads near 0 Ω, the coil has shorted internally.






