Find equivalent resistance for simple series and parallel resistor networks.
This tool provides estimates for informational purposes only and is not a substitute for professional advice. Individual results vary based on personal circumstances and assumptions.
| Item | Value |
|---|
Resistors are the most fundamental component in electronics. They limit current, divide voltage, set bias points for transistors, and protect LEDs and other components from excessive current. Whether you are a student learning basic circuit theory, a hobbyist building a breadboard project, or a technician troubleshooting a circuit, understanding how to calculate resistor values for series and parallel combinations is an essential skill. This calculator handles the math for you β enter up to three resistor values and choose series or parallel, and the equivalent resistance is calculated instantly.
When resistors are connected in series (connected end-to-end so the same current must flow through all of them), their total resistance is simply the sum of all individual values:
R_total = R1 + R2 + R3 + ...
Voltage divider example: If you connect 100Ξ© and 100Ξ© in series across 10V, each resistor drops exactly 5V (since they are equal). If you use 100Ξ© and 200Ξ© across 10V, the 200Ξ© drops 2/3 of 10V = 6.67V, and the 100Ξ© drops 1/3 of 10V = 3.33V. Voltage dividers are widely used in sensor circuits and to create reference voltages.
When resistors are connected in parallel (both ends of each resistor connected to the same two nodes), the total resistance is less than any individual resistor. The formula uses reciprocals:
1/R_total = 1/R1 + 1/R2 + 1/R3 + ...
For two resistors only, a simpler version applies: R_total = (R1 Γ R2) Γ· (R1 + R2)
Standard through-hole resistors (the cylindrical ones with wire leads) use colored bands to indicate their resistance value. The most common are 4-band and 5-band resistors.
Read from left to right (starting from the band closest to the end):
Color values: Black=0, Brown=1, Red=2, Orange=3, Yellow=4, Green=5, Blue=6, Violet=7, Gray=8, White=9. Gold multiplier = Γ0.1, Silver = Γ0.01.
Example: Brown, Black, Red, Gold = 1, 0, Γ100, Β±5% = 1,000Ξ© (1kΞ©) Β±5%
Precision resistors use 5 bands: three significant digits, one multiplier, one tolerance (brown = Β±1%, red = Β±2%).
Example: Brown, Green, Black, Orange, Brown = 1, 5, 0, Γ1,000, Β±1% = 150,000Ξ© (150kΞ©) Β±1%
Mnemonic for color order: "Black Bears Robbed Our Yellow Garbage Bins Very Gracefully Wow" (Black, Brown, Red, Orange, Yellow, Green, Blue, Violet, Gray, White).
Resistors are not made in every possible value β they come in standardized series to cover the range efficiently. The E-series is named for the number of values per decade:
When you calculate you need exactly 153Ξ© but it does not exist, the closest E24 values are 150Ξ© and 160Ξ©. You can use two resistors in series (e.g., 150Ξ© + 3.3Ξ© = 153.3Ξ©) or simply accept the nearest standard value.
The most common use of a series resistor calculation is protecting an LED. Without a current-limiting resistor, an LED draws excessive current and burns out immediately. The formula is:
R = (V_supply β V_forward) Γ· I_desired
Example: Blue LED (V_f = 3.2V) connected to 5V Arduino pin, target current 15 mA:
R = (5 β 3.2) Γ· 0.015 = 1.8 Γ· 0.015 = 120Ξ©. Use 120Ξ© (or the nearest E24 value: 120Ξ© exists exactly).
Every resistor has a maximum power rating β typically 1/4 watt (0.25W) for standard through-hole resistors used in low-power circuits. If a resistor dissipates more power than its rating, it overheats and fails. Always calculate the power dissipation:
P = IΒ² Γ R or P = VΒ² Γ· R or P = V Γ I
Rule of thumb: design for no more than half the rated power. A 1/4W resistor should handle at most 0.125W in practice. For higher-power applications, use 1/2W, 1W, or 5W resistors.
R_total = R1 + R2 + R3 + ... Simply add all values. For example, 100Ξ© + 220Ξ© = 320Ξ©.
1/R_total = 1/R1 + 1/R2 + 1/R3. For two resistors only: R_total = (R1 Γ R2) Γ· (R1 + R2). The result is always less than the smallest individual resistor.
For a 4-band resistor: Band 1 = first digit, Band 2 = second digit, Band 3 = multiplier (power of 10), Band 4 = tolerance. Colors in order: Black(0), Brown(1), Red(2), Orange(3), Yellow(4), Green(5), Blue(6), Violet(7), Gray(8), White(9). Gold multiplier = Γ0.1.
For a typical red LED (forward voltage ~2V) at 20 mA from a 5V supply: R = (5 β 2) Γ· 0.02 = 150Ξ©. For a blue or white LED (forward voltage ~3.2V): R = (5 β 3.2) Γ· 0.02 = 90Ξ© β use the nearest standard value of 82Ξ© or 100Ξ©.
Disclaimer: This calculator is for educational and design estimation purposes. For safety-critical electrical installations, consult a qualified electrician and follow applicable electrical codes.