Wiring three 5-ohm resistors in parallel yields an equivalent resistance of exactly 1.667 ohms (5/3 Ω) and triples the total power dissipation capability compared to a single resistor. This specific configuration is a staple on the workbench when you need a low-ohm, high-current dummy load, a custom current-sense shunt, or a way to spread thermal dissipation across a larger PCB area to avoid localized hot spots.
Below, we break down the exact node topology, compare this parallel arrangement against its series alternative, walk through a breadboard build using real component values, and analyze exactly what happens when things go wrong.
The Math and Node Topology of Three 5-Ohm Resistors in Parallel
To understand the circuit, we must define the topology using standard node labels. Imagine a simple two-node network:
- Node A (Top/Common Input): The shared electrical junction where the positive supply or input current enters. All three resistor leads connect here.
- Node B (Bottom/Common Output): The shared junction where the current exits toward ground or the load. The remaining three resistor leads connect here.
Because all three components bridge the exact same two nodes, they experience the identical voltage drop. According to Kirchhoff’s Current Law, the total current entering Node A splits among the three branches. For identical resistors, this split is perfectly equal.
The formula for parallel resistance is:
1 / R_eq = (1 / R_1) + (1 / R_2) + (1 / R_3)
Plugging in our values:
1 / R_eq = (1 / 5) + (1 / 5) + (1 / 5) = 3/5
R_eq = 5 / 3 = 1.667 Ω
If you push 1 Ampere of total current into Node A, exactly 333.3 mA will flow through each individual 5-ohm branch. For a deeper theoretical breakdown of parallel node behavior, refer to the All About Circuits DC textbook chapter on parallel networks.
Why Parallel Over Series? (And When to Use Which)
Why choose three 5-ohm resistors in parallel instead of wiring them in series? The decision hinges on your target resistance, voltage requirements, and thermal management needs.
| Criteria | 3x 5Ω in Parallel | 3x 5Ω in Series |
|---|---|---|
| Equivalent Resistance | 1.667 Ω | 15 Ω |
| Total Power Rating (using 1/4W parts) | 0.75W (Heat spread across 3 bodies) | 0.25W (Limited by single lowest-rated part) |
| Current/Voltage Behavior | Current divides equally; voltage is identical across all. | Current is identical; voltage divides equally. |
| Primary Use Case | Low-ohm dummy loads, high-current shunts, heat spreading. | Voltage dividers, high-side current limiting, impedance matching. |
When designing power circuits, heat is the enemy. A single 1.5-ohm, 1-watt resistor will get incredibly hot, potentially damaging nearby components or altering its own resistance due to thermal drift. By using three 5-ohm resistors in parallel, you achieve a similar resistance (1.67 Ω) but distribute the thermal mass across three physical packages, vastly improving ambient cooling and long-term reliability.
Design Walkthrough: Building a 1.67Ω Dummy Load
Let’s move from theory to the workbench. We will build a 1.67-ohm test load using standard, off-the-shelf components. For this build, we are using Yageo MFR-25FRF52-5R metal film resistors. These are 5-ohm, 1/4-watt (0.25W), 1% tolerance through-hole components, typically costing around $0.02 to $0.05 each in bulk.
At 1.67 ohms, the resistance of your multimeter probes matters. Cheap test leads can introduce 0.2 to 0.5 ohms of series resistance. Always short your probes together first, note the offset (e.g., 0.3 Ω), and subtract it from your final reading to get the true component value.
Breadboard Testing Steps
- Prep the Breadboard: Identify two distinct, unconnected horizontal rows on your solderless breadboard. Label the top row 'Node A' and the bottom row 'Node B' using a dry-erase marker on the plastic bezel.
- Insert the Resistors: Take your three Yageo 5Ω resistors. Bend the leads slightly and insert one lead of each resistor into the Node A row, and the opposite lead of each into the Node B row. Ensure they are spaced at least three holes apart to allow for air circulation.
- Verify with a Multimeter: Set your digital multimeter (DMM) to the lowest ohms range (usually 200Ω). Short the probes to find your lead offset. Then, place the probes on the Node A and Node B metal rails. You should read between 1.65 Ω and 1.69 Ω (accounting for the 1% tolerance of the resistors and your probe offset).
- Calculate Safe Operating Limits: Each 1/4W resistor can safely dissipate 0.25W. Using the formula P = V² / R, the maximum safe voltage across a single 5Ω branch is V = √(0.25 × 5) = 1.11 Volts. Therefore, do not apply more than 1.1V across this parallel network, or you will exceed the 0.75W total power limit and risk burning out the components.
- Apply Power: Connect a variable bench power supply set to 1.0V across Node A and Node B. Based on Ohm's Law (I = V / R), you should see a current draw of approximately 0.60 Amps (1.0V / 1.667Ω). Verify this with your DMM in series. The resistors should remain warm but safe to touch.
Failure Mode Analysis: What Breaks at the Extremes?
Understanding how a circuit fails is just as critical as knowing how it works. In a parallel topology, the failure of a single element drastically alters the behavior of the remaining network. Here is the failure-mode contrast you must account for in your design.
| State | Equivalent Resistance | Current Distribution (at 1V input) | Physical Consequence |
|---|---|---|---|
| Normal Operation | 1.667 Ω | 600 mA total (200 mA per branch) | Stable operation, nominal heating. |
| One Resistor Opens (Fails Open) | 2.50 Ω | 400 mA total (200 mA per remaining branch) | Total current drops. Remaining resistors see no change in branch current, but the overall load on the power supply decreases. |
| One Resistor Shorts (Fails Shorted) | 0.0 Ω (Dead Short) | Limited only by power supply / trace limits | Catastrophic. The short bypasses the other resistors, drawing maximum current, potentially melting breadboard traces or tripping the supply's overcurrent protection. |
The most dangerous scenario in parallel resistor banks is a partial open failure under a constant-current source. If your circuit drives a fixed 600 mA into this network, and one resistor fails open, the remaining two resistors are suddenly forced to carry 300 mA each. This pushes them past their 223 mA maximum safe limit (derived from √(0.25W / 5Ω)), leading to a cascading thermal runaway where the remaining resistors overheat and fail in rapid succession. For more on resistor failure mechanics, see the SparkFun resistor tutorial.
Frequently Asked Questions
What is the total wattage of 3 5 ohm resistors in parallel?
If you are using standard 1/4-watt (0.25W) resistors, the total theoretical power dissipation capability of the network is 0.75 watts (3 × 0.25W). However, in practical PCB design, engineers typically derate this by 20% to 50% to keep component temperatures below 70°C, meaning a safe continuous design limit is closer to 0.4W to 0.5W total. If you use 1/2-watt resistors, the total capacity scales to 1.5 watts.
Can I use 3 5 ohm resistors in parallel to replace a single 1.5 ohm resistor?
It depends on your circuit's tolerance requirements. Three 5-ohm resistors in parallel yield 1.667 ohms, which is roughly 11% higher than 1.5 ohms. In a crude dummy load or a basic LED current-limiter, this 11% difference is usually negligible. However, in a precision current-sense amplifier or an RF impedance matching network, an 11% deviation will cause significant measurement errors or signal reflections. For precision needs, use a dedicated 1.5-ohm, 1% tolerance shunt resistor instead.
Do I need to match the tolerance of the three resistors?
For the total equivalent resistance, no. The parallel formula naturally averages out minor variances. However, for current sharing, tolerance matters. If one resistor is actually 4.8Ω and another is 5.2Ω (both within a standard 5% tolerance), the 4.8Ω resistor will draw proportionally more current and run hotter. If you are pushing the network close to its maximum 0.75W power limit, use 1% tolerance metal film resistors to ensure the current divides as evenly as possible, preventing one resistor from taking the brunt of the thermal load. Further reading on parallel tolerance stacking can be found via Electronics Tutorials.






