Wiring LEDs in parallel is the standard method for 12V DC lighting systems in RVs, automotive builds, and workbench illuminators. Unlike series circuits where current is constant and voltage divides, a parallel circuit maintains a constant voltage across every branch while the total current is the sum of each branch's draw. If one LED fails open, the rest stay lit. However, getting the physical wiring right requires strict attention to polarity, wire gauge, and power supply sizing to prevent voltage drop and thermal issues.
This guide walks through a standard 12V parallel LED wiring diagram node-by-node, maps the physical terminals, and provides a concrete decision framework for sizing your components.
The Parallel LED Wiring Diagram: Symbol Key and Terminal Map
Before stripping wires, you need to read the schematic. A standard 12V parallel LED diagram uses a few core symbols. According to foundational circuit theory outlined by All About Circuits, parallel branches share the same two electrical nodes.
Diagram Symbol Key:
- DC Source (Two parallel lines, one long, one short): Represents the 12V power supply. The long line is V+ (positive), the short line is V- (negative/DC common).
- SPST Switch (Open gap with a hinged lever): Placed on the V+ leg to break the circuit safely without leaving the load referenced to hot.
- LED Symbol (Triangle pointing to a line, with two outward arrows): The triangle points in the direction of conventional current flow (Anode to Cathode). For 12V systems, this symbol represents an LED module with an internal constant-current driver, not a raw diode.
- Ground Symbol (Three descending horizontal lines): Represents AC Earth Ground (Frame Ground) for safety, entirely separate from the DC V- return path.
Terminal and Pin Mapping Table
| Component | Terminal Label | Wire Color (Standard) | Function |
|---|---|---|---|
| AC Mains Input | L (Line) | Brown / Black | 120V/240V AC Hot |
| AC Mains Input | N (Neutral) | Blue / White | 120V/240V AC Return |
| AC Mains Input | FG (Frame Ground) | Green/Yellow | Safety Earth Ground |
| DC Output (PSU) | V+ (or +V) | Red | 12V DC Positive Output |
| DC Output (PSU) | V- (or -V) | Black | 12V DC Common / Return |
| 12V LED Puck | + | Red (Drop wire) | Module Anode / Input |
| 12V LED Puck | - | Black (Drop wire) | Module Cathode / Return |
Node-by-Node Trace: Source to Load
Let's trace the current path from the power supply terminals to the LED loads and back. This trace assumes a 12V DC switched setup using 18 AWG for the main bus and 22 AWG for the individual LED drop wires.
- Node 1 (DC Source V+): Current exits the power supply's V+ terminal through an 18 AWG red wire. This is your main positive bus.
- Node 2 (Switch Input): The red bus wire enters the input terminal of an inline SPST toggle switch.
- Node 3 (Switch Output / Main Bus): Current exits the switch and travels down the main 18 AWG red bus wire that runs the length of your installation.
- Node 4 (Parallel Branches / Drop Wires): At each LED location, a 22 AWG red drop wire taps off the main red bus (using a solder joint, Wago 221 connector, or T-tap). This drop wire connects to the V+ (Anode) terminal of the 12V LED puck.
- Node 5 (The Load): Current flows through the LED module's internal constant-current driver and the LED dies, converting electrical energy to light.
- Node 6 (Return Drop Wires): Current exits the LED puck's V- (Cathode) terminal via a 22 AWG black drop wire.
- Node 7 (Negative Bus): The black drop wire taps into the main 18 AWG black negative bus wire.
- Node 8 (DC Source V-): The main black bus wire returns to the V- terminal on the power supply, completing the circuit.
Do not confuse DC Common (V-) with Earth Ground (FG). The black V- wire carries the operational return current back to the power supply. The green/yellow FG wire is a safety shield that connects the metal chassis of the power supply to the earth. Under normal operation, zero current flows through the FG wire. Never wire your black DC return wires to the green Earth Ground terminal; this will bypass safety mechanisms and cause erratic behavior or shock hazards.
Physical Device Terminals and Meter Verification
Schematics are clean; physical devices are messy. When looking at a standard enclosed switched-mode power supply (like the ubiquitous metal-cased bench supplies), the terminal block is usually recessed and covered by a clear plastic safety shield.
Identifying the Terminals:
Reading left to right on a standard metal-cased 12V PSU, you will typically see: L | N | FG | -V | +V. The FG terminal is almost always marked with the universal earth ground symbol (a circle with three descending lines) and is physically bonded to the metal casing of the unit. The +V and -V terminals are the DC output. As noted in SparkFun's LED guide, verifying polarity before connecting sensitive LED drivers is critical to prevent reverse-bias damage.
How to Verify with a Multimeter:
- Verify DC Output Voltage: Power the supply on with no load connected. Set your multimeter to DC Volts. Place the red probe on +V and the black probe on -V. You should read between 11.8V and 12.2V. (If your supply has a small yellow trim potentiometer labeled "V ADJ", you can use a flathead screwdriver to dial it exactly to 12.00V).
- Verify Earth Ground Isolation: Set your meter to Continuity (the beep mode). Place one probe on the -V terminal and the other on the FG terminal or the metal case. The meter should read "OL" (Open Line). If it beeps, your power supply has an internal fault or is a non-isolated type unsuited for this setup. Disconnect immediately.
- Verify LED Puck Polarity: Set the meter to Diode Test mode. Touch the red probe to the puck's + pad and black to the - pad. If it's a raw LED, you'll see a forward voltage drop (e.g., 2.8V). If it's a 12V puck with an internal driver, it may just show an open circuit or a high resistance reading, but it will not short out. Reversing the probes should yield "OL".
Decision Tree: Sizing Your Power Supply and Drop Wires
Choosing the right power supply and wire gauge depends entirely on your total wattage and run length. Use this decision matrix to lock in your parts list.
| Scenario (Total LED Wattage) | Bus Wire Gauge | Drop Wire Gauge | Required PSU Capacity (at 80% rule) |
|---|---|---|---|
| Under 10W (e.g., 3x 3W pucks) | 20 AWG | 22 AWG | 15W (1.25A) |
| 10W to 40W (e.g., 10x 3W pucks) | 18 AWG | 22 AWG | 50W (4.2A) |
| 40W to 80W (e.g., 20x 3W pucks) | 16 AWG | 20 AWG | 100W (8.5A) |
| Over 80W or runs > 15 feet | 14 AWG | 18 AWG | 150W+ or inject power at mid-point |
For the most common DIY parallel lighting project—running ten 3W 12V LED pucks (30W total draw) in an RV, cabinet, or workbench—buy the Mean Well LRS-50-12. It provides 12V at 4.2 Amps (50W total). This keeps your 30W load at exactly 60% of the supply's maximum capacity, ensuring the internal cooling fan stays off, the unit runs cool, and you have headroom for inrush current. Pair it with a spool of 18 AWG stranded red/black zip cord for the main bus, and 22 AWG for the drops.
Common Parallel Wiring Failures and How to Avoid Them
Even with a correct diagram, physical installations fail for predictable reasons. Watch out for these edge cases:
- Thermal Runaway in Raw LEDs: If you wire raw LED diodes (without internal constant-current drivers or resistors) in parallel, slight manufacturing variations in forward voltage cause the "greediest" LED to draw the most current. It gets hot, its resistance drops, it draws more current, and it burns out. This shifts the burden to the next LED, causing a cascading failure. Fix: Always use 12V LED modules with built-in constant current drivers, or wire a dedicated resistor in series with every single raw LED branch.
- Voltage Drop on Long Runs: If your 18 AWG main bus wire is 20 feet long, the resistance of the copper will cause the voltage at the far end to drop below 11V. The LEDs at the end of the run will visibly dim. Fix: For runs over 10 feet, either step up to 14 AWG bus wire, or run a "home run" topology where a thick wire goes directly from the PSU to the center of the LED array, splitting into two shorter parallel buses.
- Loose Stranded Wire Connections: Pushing bare, stranded 18 AWG wire into a screw terminal block often results in stray strands shorting against adjacent terminals, or the screw cutting through the copper strands over time due to thermal expansion. Fix: Crimp a ferrule onto every stranded wire end before inserting it into the power supply's terminal block. It takes three seconds with a ferrule crimper and prevents 90% of bench power supply fires.
By following the node trace, respecting the isolation between DC common and Earth ground, and sizing your Mean Well supply to the 80% continuous load rule, your parallel LED array will deliver uniform brightness and reliable operation for years.






