Series Resistor Calculator

Calculate total resistance of series resistors with voltage division. Supports up to 8 resistors with voltage drops, power dissipation, and visual breakdown of each resistor.

Ω
Ω
Ω
V
Leave blank to auto-calculate
mA
Total Resistance
3.67 kΩ
3 resistors in series
Circuit Current
3.2698 mA
I = V/R = 12/3,670
Total Power
39.2371 mW
Parallel Equivalent
279.16 Ω
If connected in parallel instead
Input Voltage
12.00 V
Divided across 3 resistors
Series/Parallel Ratio
13.1×
3.67 kΩ / 279.16 Ω

Voltage Division

R1 = 1.00 kΩ3.270 V (27.2%)
R2 = 2.20 kΩ7.193 V (59.9%)
R3 = 470.00 Ω1.537 V (12.8%)

Detailed Breakdown

#ResistanceVoltage DropPower (mW)% of Total R
R11.00 kΩ3.2698 V10.6927.2%
R22.20 kΩ7.1935 V23.5259.9%
R3470.00 Ω1.5368 V5.0212.8%
Total3.67 kΩ12.00 V39.24100%
Planning notes, formulas, and examples

About the Series Resistor Calculator

When resistors are connected in series, the total resistance is simply the sum: R_total = R₁ + R₂ + ... + Rₙ. The same current flows through each resistor, but the voltage divides across them in proportion to their resistance values. This voltage division principle is the foundation of voltage dividers, biasing networks, and current-limiting circuits.

Understanding series resistor networks is fundamental to circuit design. The voltage across each resistor equals V_n = I × R_n, where the total current I = V_supply / R_total. The power dissipated by each resistor is P_n = I² × R_n. These calculations become tedious with multiple resistors, especially when checking power ratings.

This calculator handles up to 8 series resistors, automatically computing the total resistance, current, individual voltage drops, power dissipation, and percentages. A visual bar chart shows how the supply voltage is divided, and a parallel equivalent is shown for comparison. It is an essential tool for electronics hobbyists, students, and engineers.

When This Page Helps

While adding series resistances is straightforward, computing individual voltage drops and power dissipation for each resistor requires multiple steps per component. With 4+ resistors, manual calculation is tedious and error-prone. This calculator shows the complete picture: total resistance, current, per-resistor voltage drops and power, and visual voltage distribution in one place.

How to Use the Inputs

  1. Set the number of series resistors (2 to 8).
  2. Enter each resistor value in ohms.
  3. Enter the input (supply) voltage for voltage division calculations.
  4. Optionally override the current in mA (leave blank for auto-calculation from Ohm's Law).
  5. Click preset buttons for common configurations like LED circuits or voltage dividers.
  6. View total resistance, current, and power in the output cards.
  7. Study the voltage division bar chart and breakdown table for per-resistor analysis.
Formula used
Total Resistance: R_total = R₁ + R₂ + ... + Rₙ Current: I = V_supply / R_total Voltage across Rₙ: Vₙ = I × Rₙ = V_supply × Rₙ / R_total Power per resistor: Pₙ = I² × Rₙ Total Power: P_total = V_supply × I = V²_supply / R_total

Example Calculation

Result: R_total = 3670 Ω, I = 3.27 mA

Three resistors of 1kΩ, 2.2kΩ, and 470Ω in series sum to 3670Ω. With 12V applied, I = 12/3670 ≈ 3.27 mA. Voltage drops: V₁ = 3.27V (1kΩ), V₂ = 7.19V (2.2kΩ), V₃ = 1.54V (470Ω). These sum to 12V as expected.

Tips & Best Practices

  • Voltage divides in proportion to resistance — the largest resistor drops the most voltage.
  • Check that each resistor can handle its power dissipation. P = I²R for each one individually.
  • Series resistors are useful for creating non-standard values: 2.7kΩ = 2.2kΩ + 470Ω.
  • The total resistance is always greater than the largest individual resistor.
  • For voltage dividers, use the two-resistor formula: V_out = V_in × R₂/(R₁ + R₂).
  • If precision matters, account for resistor tolerances — worst case adds ±tolerance% to each.

Voltage Division Principle

The voltage divider is one of the most fundamental circuits in electronics. Two series resistors create a predictable output voltage that is a fraction of the input. This principle is used in sensor circuits (resistive dividers with thermistors or photoresistors), biasing transistor bases, setting reference voltages, and reading analog signals with ADCs that have limited input ranges.

Power Considerations

Each resistor in a series string dissipates power according to P = I²R. Since the current is the same through all, the highest-value resistor dissipates the most power. Always verify that each resistor is rated for its individual power dissipation, not just the total. Standard resistors come in 1/8W, 1/4W, 1/2W, and 1W ratings.

Building Custom Resistance Values

When you need a specific resistance not available in standard (E12 or E24) series, combine series resistors. For example, 1.5kΩ + 3.3kΩ = 4.8kΩ, close to the non-standard value of 4.7kΩ. This technique is particularly useful for precision circuits where the exact E96 or E192 value isn't available in your parts bin.

Sources & Methodology

Last updated:

Frequently Asked Questions

  • In series, the same current flows through each resistor. Each one creates a voltage drop (V = IR), and by Kirchhoff's Voltage Law, these drops must sum to the total voltage. Since I is the same for all, V_total = I×R₁ + I×R₂ + ... = I×(R₁+R₂+...), so R_total = R₁+R₂+..