The fundamental difference between series and parallel circuits is how they distribute electrical energy: series circuits share the same current while dividing voltage, whereas parallel circuits share the same voltage while dividing current. If you are wiring 120V home outlets, you must use parallel. If you are building a 3-cell 18650 battery pack to hit 11.1V, you must use series. Below is the definitive reference chart to lock in your wiring topology before you strip a single wire.

The Core Differences at a Glance (The Lookup Table)

How to read this table: The first column defines the electrical parameter. The middle columns show the mathematical behavior for each topology. The final column cites the governing physical law (rooted in Kirchhoff’s Circuit Laws and Ohm’s Law) that dictates the behavior. Use the "Governing Standard" column to verify your multimeter readings against theoretical expectations on the bench.

Parameter Series Configuration Parallel Configuration Governing Standard / Law
Current (I) Constant through all components ($I_{total} = I_1 = I_2$) Divides among branches ($I_{total} = I_1 + I_2$) Kirchhoff’s Current Law (KCL)
Voltage (V) Divides across components ($V_{total} = V_1 + V_2$) Constant across all branches ($V_{total} = V_1 = V_2$) Kirchhoff’s Voltage Law (KVL)
Resistance (R) Adds up ($R_{total} = R_1 + R_2$) Drops ($1/R_{total} = 1/R_1 + 1/R_2$) Ohm’s Law / Equivalent Resistance
Component Failure Single open circuit kills the entire string Single open circuit only kills that specific branch Reliability Theory (Series vs Parallel redundancy)
Wire Complexity Low (daisy-chained, 2 wires per node) High (requires common bus bars or home-run wiring) NEC Chapter 3 (Wiring Methods for AC branch circuits)

Sources: All About Circuits: Series and Parallel Circuits, Fluke: What is a Series Circuit.

How Adding Components Modifies Base Values

In wire ampacity charts, you look at derating factors when adding conductors to a conduit. In circuit topology, adding components "modifies" (often degrading or shifting) the base voltage and current available to the rest of the system. Here is how the math shifts when you add a third identical component (e.g., a 10Ω resistor or a 3.7V 2500mAh 18650 cell) to an existing 2-component setup:

  • Adding in Series: Total resistance increases (10Ω + 10Ω + 10Ω = 30Ω). Total voltage capacity increases (3.7V + 3.7V + 3.7V = 11.1V). Current capacity remains capped at the rating of a single cell (2500mAh). Result: You get higher voltage, but the same current limit.
  • Adding in Parallel: Total resistance drops ($1/10 + 1/10 + 1/10 = 3.33\Omega$). Total voltage remains fixed at the base value (3.7V). Current capacity multiplies (2500mAh + 2500mAh + 2500mAh = 7500mAh). Result: You get higher current capacity and longer runtime, but the same voltage.
Bench Tip: When wiring LEDs in series, you must increase your power supply voltage to overcome the cumulative forward voltage ($V_f$) drop. Three standard red LEDs (2.0V $V_f$ each) in series require at least 6.0V just to turn on, leaving zero headroom for a current-limiting resistor. Switch to a 9V or 12V supply, or wire them in parallel with individual resistors.

Decision Path: Which Configuration Should You Wire?

Use this decision-tree-table to terminate your design phase and pick a concrete wiring topology. Do not mix these topologies on the same branch without calculating the resulting series-parallel equivalent resistance.

If your build requires... Then choose... Concrete Pick / Standard
Multiple 120V/240V AC home outlets or lights Parallel NEC branch circuits; 14/2 or 12/2 NM-B cable daisy-chained line-to-line.
Higher voltage for a motor or inverter (e.g., 12V to 48V) Series 4S LiFePO4 battery pack (4 x 12.8V = 51.2V nominal).
Longer runtime for a low-voltage DIY robot Parallel 2P or 3P 18650 lithium-ion configuration with a matching BMS.
Impedance matching for a multi-speaker audio amp Series-Parallel Four 8Ω speakers wired as two series pairs in parallel = 8Ω total load.
Constant-current architectural LED lighting Series Long strings driven by a constant-current LED driver (e.g., 350mA).

Default Pick for Microcontrollers: For 95% of low-voltage DIY sensor builds (Arduino/ESP32), wire your sensors and modules in parallel to a common VCC/GND bus. This ensures a single dead sensor doesn't kill power to the rest of the array, and each module receives a stable 3.3V or 5V reference.

What This Table Cannot Tell You (Edge Cases & Real-World Limits)

Theoretical tables assume ideal components. On the workbench, parasitic effects and physical limitations will override the math if you ignore them.

  1. Internal Resistance in Parallel Batteries: The table assumes parallel batteries share current equally. In reality, if you parallel two 18650 cells with different internal resistances (or different states of charge), the stronger cell will dump current into the weaker cell. This cross-charging can cause thermal runaway. Fix: Always parallel cells that are batch-matched and voltage-top-balanced to within 0.05V.
  2. Voltage Drop in Long Parallel Runs: A 12V parallel LED strip wired with thin 22 AWG wire will suffer from voltage drop. The LEDs at the far end will receive 10.5V and appear dimmer (the "dusk-to-dawn" effect). Fix: Inject power at both ends of the strip, or use 18 AWG feeder wires.
  3. Switching in Series vs. Parallel: In home AC wiring, loads are wired in parallel, but switches are wired in series with the hot leg to interrupt current. Never wire a standard 15A toggle switch in parallel with a load; closing it will create a dead short across the line and trip the breaker instantly.
Safety Warning: When building series battery packs (e.g., 4S or higher), the total voltage can exceed the 60V DC safe-touch threshold defined by OSHA and the NEC. Treat any series string over 48V as lethal mains-equivalent voltage. Use insulated tools, wear safety glasses, and install a fuse on the main positive terminal before connecting the final series link.

Quick-Jump Bookmark Rows for Common Builds

Bookmark this section for rapid lookups when you are mid-build and need to verify your topology against standard component specs.

  • 18650 Li-ion Battery Packs: Base cell is 3.7V nominal (4.2V fully charged), ~2500-3500mAh.
    • Need 12V? Wire 3 in Series (3S) = 11.1V nominal. (Requires 3S BMS).
    • Need 5V USB power bank? Wire 1 in Series (1S) and use a boost converter, or wire 2 in Parallel (1S2P) for double the mAh and use a 5V boost module.
  • 12V / 24V LED Strip Lights: These are internally wired as parallel segments, where each segment contains 3 LEDs in series with a current-limiting resistor. You can cut the strip only at the marked copper pads. Cutting inside a segment breaks the series circuit for those specific LEDs.
  • Home AC Branch Circuits (120V): Always parallel. If you wire two 120V lamps in series on a 120V breaker, each lamp will only receive 60V, resulting in a dim, amber glow (assuming identical wattage bulbs). If the bulbs have different wattages, the higher-resistance (lower wattage) bulb will take the majority of the voltage and may burn out.
  • Solar Panel Strings: Wire panels in series to increase voltage and keep current low, minimizing $I^2R$ wire losses over long roof-to-inverter runs. Wire in parallel only if partial shading is severe, as shading one panel in a series string bottlenecks the entire array's current output.

For deeper reading on battery topologies and safety standards, refer to the Battery University guide on Series and Parallel Configurations. Always verify your final wire gauge against the total calculated current using the 75°C column of NEC Table 310.16 before energizing the circuit.