Current flow in a circuit is the directed movement of charge carriers—typically electrons through a copper conductor—driven by a potential difference (voltage). While the physics of electron drift velocity is measured in millimeters per second, the electrical signal propagates near the speed of light. For practical bench work and PCB design, you do not need to calculate drift velocity; you need to predict how current divides, stacks, and fails based on your chosen topology. The two foundational configurations are series and parallel. Choosing between them dictates your component sizing, power dissipation, and system reliability.
Topology Breakdown: Series vs. Parallel Node Behavior
To understand current flow, we must define our nodes. Consider a simple DC network with a power source and two loads. Node A is the positive supply rail. Node B is the junction where the circuit either continues in a single path or splits. Node C is the ground/return rail.
In a series topology, components are daisy-chained between Node A and Node C with no intermediate junctions. Kirchhoff’s Current Law (KCL) dictates that the current entering a node must equal the current leaving it. Since there are no alternate paths at Node B, the current flow in a circuit wired in series is identical through every component ($I_{total} = I_1 = I_2$). Voltage, however, drops across each component proportionally to its resistance.
In a parallel topology, Node B acts as a physical split. The current flow divides into separate branches. Here, voltage is identical across all branches ($V_{total} = V_1 = V_2$), but the total current is the sum of the branch currents ($I_{total} = I_1 + I_2$). The current in each branch is inversely proportional to that branch's resistance.
Why Choose Parallel Over Series for Most Loads?
For independent loads like LEDs, motors, or household outlets, parallel is the standard. If you wire household receptacles in series, plugging in a high-wattage vacuum cleaner would drop the voltage available to the downstream outlets, causing lights to dim. Parallel wiring ensures every load sees the full nominal source voltage (e.g., 120V RMS) regardless of what else is running.
Failure Mode Contrast: What Breaks at the Extremes?
The true test of a topology is how it handles faults. Here is how current flow in a circuit reacts when a single element fails open (infinite resistance) or short (zero resistance).
| Topology | Element Opens (Breaks) | Element Shorts (Bypasses) | Total Current Change |
|---|---|---|---|
| Series | Current flow drops to 0A. The entire circuit dies. (e.g., old Christmas tree lights). | Current bypasses the failed component. Total circuit resistance drops, causing total current to spike. Remaining components receive higher voltage and may overheat. | Open: 0A Short: Spikes (limited by wiring/source) |
| Parallel | Current in the failed branch drops to 0A. Other branches continue operating normally at full voltage. | Catastrophic. The shorted branch draws near-infinite current, collapsing the source voltage to ~0V and tripping the breaker or melting the trace. All branches fail. | Open: Drops by one branch's share Short: Massive spike (trips protection) |
Design Walkthrough: Sizing Real Components for an LED Array
Let’s apply this to a real bench scenario: driving two standard 5mm through-hole red LEDs (e.g., Lite-On LTL-307EE) from a 5.0V USB power bank. The LEDs have a typical forward voltage ($V_f$) of 2.0V and a target forward current ($I_f$) of 20mA.
The Series Attempt
If we wire the two LEDs in series, their voltage drops add up: $2.0V + 2.0V = 4.0V$. The remaining voltage must be dropped by a current-limiting resistor.
$V_{resistor} = 5.0V - 4.0V = 1.0V$.
Using Ohm’s Law ($R = V / I$): $R = 1.0V / 0.020A = 50\Omega$. The closest standard E12 resistor value is 51Ω.
The flaw: Cheap LEDs from overseas component bins often have a $V_f$ manufacturing variance between 1.8V and 2.2V. If you get a batch with a $V_f$ of 2.2V, the total drop is 4.4V. The resistor only drops 0.6V, and your current falls to $0.6V / 51\Omega = 11.7mA$. Your LEDs will be noticeably dim. Furthermore, if one LED fails open, both go dark.
The Parallel Solution (The Right Way)
We wire each LED in its own parallel branch, each with its own dedicated current-limiting resistor.
Each branch sees the full 5.0V. The LED drops 2.0V, leaving 3.0V for the resistor.
$R = 3.0V / 0.020A = 150\Omega$.
We use two 150Ω resistors. The total current flow in a circuit configured this way is $20mA + 20mA = 40mA$, well within the 500mA limit of a standard USB 2.0 port.
Breadboard Testing & Verification Steps
Do not trust your math until you verify it on the bench. Here is how to breadboard and measure the parallel LED circuit to confirm the current flow.
- De-energize and Wire the Rails: Disconnect the 5V USB supply. Run jumper wires from your power module to the breadboard’s red (positive) and blue (ground) power rails.
- Place the Components: Insert the two 150Ω resistors. Connect one leg of each to the red rail (Node A). Connect the other legs to separate empty rows (Node B1 and Node B2). Insert the LEDs, matching the anode (long leg) to Node B1/B2 and the cathode (short leg) to the blue ground rail (Node C).
- Measure Total Current: Set your digital multimeter (DMM) to the DC Amps setting. Move the red probe to the high-current (10A) jack to be safe. Break the main ground connection: pull the jumper wire from the power module ground to the breadboard blue rail. Place your DMM probes in series here (red probe to module ground, black probe to breadboard blue rail). Power on. You should read approximately 0.040A (40mA).
- Measure Branch Current: Power off. Move the DMM red probe back to the mA/µA jack. Break the connection at Node B1. Place the DMM in series with just one resistor leg. Power on. You should read ~20mA. Repeat for the second branch.
Frequently Asked Questions About Current Flow
Does current flow from positive to negative or negative to positive?
This depends on the convention you are using. Conventional current, established by Benjamin Franklin before the discovery of the electron, assumes charge flows from positive to negative. This is the standard used in all modern schematic symbols, diode arrows, and transistor models. Electron flow, which reflects physical reality in copper wires, moves from negative to positive. For all circuit analysis, Kirchhoff's laws, and PCB layout, use conventional current (positive to negative). The math works identically either way, but mixing conventions will lead to backwards diode placements.
Why does current flow in a circuit stop when a switch is open?
An open switch introduces an air gap into the circuit. Air is an insulator with a very high dielectric strength (roughly 3,000 volts per millimeter). In a standard 5V or 12V DC circuit, the voltage is vastly insufficient to ionize the air and allow electrons to jump the gap. Therefore, the resistance of the open switch approaches infinity, and current drops to zero. In high-voltage systems (like 11kV transmission lines or automotive ignition coils), the voltage can exceed the dielectric breakdown threshold of the air gap, resulting in an arc where current continues to flow until the gap widens or the energy depletes.
How does wire gauge affect current flow in a circuit?
Wire gauge (AWG) dictates the physical cross-sectional area of the conductor, which directly determines its resistance per foot. According to the American Wire Gauge standards, a smaller AWG number means a thicker wire with lower resistance. If you attempt to push 15A of current through a thin 22 AWG breadboard jumper wire, the wire's resistance causes a voltage drop ($V = I \times R$) and dissipates power as heat ($P = I^2 \times R$). This is why NEC guidelines mandate specific AWG sizes for branch circuits (e.g., 14 AWG for 15A, 12 AWG for 20A) to prevent insulation melting and fires.
Can current flow in a circuit without a complete physical loop?
In strict DC theory, no; a continuous conductive path is required for sustained current flow. However, in AC theory and high-frequency RF design, current can flow without a closed physical wire loop due to capacitive coupling. Any two conductors separated by an insulator form a capacitor. At high frequencies, the alternating voltage pushes and pulls electrons back and forth, charging and discharging this parasitic capacitance. This displacement current is how antennas radiate signals and why you can get a shock from a frayed high-voltage AC cable without physically touching the bare copper. For standard DC and 60Hz mains wiring, however, assume a complete physical loop is always mandatory.
For deeper reading on the physics of charge carriers and drift velocity, the HyperPhysics project at Georgia State University provides excellent interactive models of electron behavior in conductors.






