● MathπŸ‡ΊπŸ‡Έ USAπŸ‡¬πŸ‡§ UK2026Live Results

Resistor Calculator

Find equivalent resistance for simple series and parallel resistor networks.

Calculate

Resistor Calculator

Live 2026
United States view for resistor calculator. Change any value to update the result and charts live.
Ξ©
First resistor value.
Ξ©
Second resistor value.
Ξ©
Third resistor value.
Series or parallel network.
V
Optional voltage for current and power.
United Kingdom view for resistor calculator. Change any value to update the result and charts live.
Ξ©
First resistor value.
Ξ©
Second resistor value.
Ξ©
Third resistor value.
Series or parallel network.
V
Optional voltage for current and power.

Your Results

Ready
Equivalent resistance
β€”
Enter your details above to calculate
Breakdown Chart
Distribution
Breakdown

Resistor Calculator Guide

Guide

⚠️ Disclaimer

Important

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.

βœ‰
Resistor Calculator β€” Results Report
Inputs Used
Key Result
Equivalent resistance
β€”
Full Breakdown
ItemValue
Charts
Breakdown Chart
Distribution
Live Result
β€”

Embed this calculator

Resistor Calculator – Complete Guide to Series & Parallel Resistors, Color Codes, LED Resistors & Circuit Design

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.

Resistors in Series

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 + ...

  • In a series circuit, the same current flows through every resistor.
  • The total voltage across a series combination equals the sum of the voltages across each individual resistor.
  • Example: 100Ξ© + 220Ξ© + 470Ξ© = 790Ξ© total

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.

Resistors in Parallel

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)

  • In a parallel circuit, the same voltage appears across each resistor.
  • The total current is the sum of the currents through each branch.
  • Example: 100Ξ© and 100Ξ© in parallel: (100 Γ— 100) Γ· (100 + 100) = 10,000 Γ· 200 = 50Ξ©
  • Example: 200Ξ© and 300Ξ© in parallel: (200 Γ— 300) Γ· (200 + 300) = 60,000 Γ· 500 = 120Ξ©
  • Example: 470Ξ© and 470Ξ© and 470Ξ© in parallel: 1/(1/470 + 1/470 + 1/470) = 470/3 = 156.7Ξ©

Resistor Color Code Guide

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.

4-Band Resistor Color Code

Read from left to right (starting from the band closest to the end):

  • Band 1: First significant digit
  • Band 2: Second significant digit
  • Band 3: Multiplier (10 raised to this power)
  • Band 4: Tolerance (gold = Β±5%, silver = Β±10%)

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%

5-Band Resistor Color Code

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).

Standard Resistor Values (E-Series)

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:

  • E12 (12 values per decade, Β±10% tolerance): 10, 12, 15, 18, 22, 27, 33, 39, 47, 56, 68, 82 (then Γ—10, Γ—100, etc.)
  • E24 (24 values, Β±5%): More granular than E12, used for general-purpose resistors
  • E48, E96 (Β±2%, Β±1%): Precision resistors with more values

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.

Calculating the Correct Resistor for an LED

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

  • V_supply = supply voltage (3.3V, 5V, 9V, 12V, etc.)
  • V_forward = LED forward voltage (typically: red/yellow β‰ˆ 2.0V; green/blue/white β‰ˆ 3.0–3.5V)
  • I_desired = desired LED current (typical: 10–20 mA = 0.01–0.02 A)

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).

Power Rating and Resistor Selection

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.

Resistor Applications in Real Circuits

  • Pull-up and pull-down resistors: Hold digital logic lines high (pull-up) or low (pull-down) when not actively driven. Typical values: 1kΩ–10kΞ©.
  • Current limiting: Protect LEDs, sensors, and other components from overcurrent.
  • Voltage dividers: Create a known fraction of the supply voltage for reference or sensor reading.
  • RC timing circuits: Combined with a capacitor, sets timing for oscillators and filters.
  • Termination resistors: Match transmission line impedance in high-speed digital and RF circuits.

Related Electronics Calculators

Frequently Asked Questions

What is the formula for resistors in series?

R_total = R1 + R2 + R3 + ... Simply add all values. For example, 100Ξ© + 220Ξ© = 320Ξ©.

What is the formula for resistors in parallel?

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.

How do I read a resistor color code?

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.

What resistor do I need for a 5V LED?

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.