Skip to content

Electronics Calculator

Free electronics calculator for series and parallel resistor combinations. Enter two resistor values to instantly see total resistance for both configurations, plus the R1:R2 ratio for voltage divider design.

Loading calculator

Preparing Electronics Calculator...

Reviewed & Methodology

Every calculator is built using industry-standard formulas, validated against authoritative sources, and reviewed by a credentialed financial professional. All calculations run privately in your browser - no data is stored or shared.

Last reviewed:

Reviewed by:

Written by:

How to Use the Electronics Calculator

  1. 1. Enter R1 - input the first resistor value in ohms (use k for kilohms, e.g., 4.7k = 4700 ohms).
  2. 2. Enter R2 - input the second resistor value in ohms.
  3. 3. View both configurations - see the series total (R1 + R2) and parallel total ((R1 x R2)/(R1 + R2)) simultaneously.
  4. 4. Check the ratio - use the R1:R2 ratio displayed for voltage divider calculations.
  5. 5. Iterate on your design - swap values or try different resistor combinations to match your target resistance from standard E-series values.

Electronics Calculator

Choosing the right resistor combination is one of the most common tasks when designing or prototyping a circuit. This calculator takes two resistor values and instantly shows the total resistance for both series and parallel configurations, so you can compare layouts without reaching for a pencil. It also displays the R1:R2 ratio for voltage divider work, making it useful for everything from LED current-limiting resistors to op-amp gain networks.

How Series and Parallel Resistance Are Calculated

For resistors in series, current flows through both components in sequence, so resistance adds directly: R_total = R1 + R2. For resistors in parallel, current splits between two paths, lowering total resistance: R_total = (R1 x R2) / (R1 + R2). The parallel result is always less than the smaller of the two resistors. The voltage divider output is Vout = Vin x R2 / (R1 + R2), which depends directly on the R1:R2 ratio the calculator displays.

Worked Examples

Scenario 1 — LED current-limiting resistor from two stock values A 5 V supply needs to drive an LED with a 2 V forward voltage at 20 mA. The required resistance is (5 - 2) / 0.020 = 150 ohm. No single standard E12 value hits 150 ohm exactly. Placing a 100 ohm and a 47 ohm resistor in series gives 147 ohm, close enough at 20.4 mA.

Scenario 2 — Pulling an input low with a parallel pair An Arduino input pin needs a 33 kohm pull-down, but only 47 kohm and 82 kohm resistors are on the bench. Parallel result = (47000 x 82000) / (47000 + 82000) = 29.9 kohm — a reasonable substitute for a 33 kohm pull-down.

Scenario 3 — Voltage divider for a 3.3 V microcontroller sensing a 5 V signal Target ratio: 3.3/5 = 0.66. Using R1 = 10 kohm and R2 = 20 kohm gives Vout = 5 x 20/(10+20) = 3.33 V — within 1% of target. Series total is 30 kohm, which limits loading on the source.

Resistor Combination Reference Table

R1R2Series TotalParallel TotalR1:R2 Ratio
100 ohm100 ohm200 ohm50 ohm1.000
100 ohm200 ohm300 ohm66.7 ohm0.500
470 ohm330 ohm800 ohm193.9 ohm1.424
1 kohm1 kohm2 kohm500 ohm1.000
10 kohm20 kohm30 kohm6.67 kohm0.500
10 kohm4.7 kohm14.7 kohm3.20 kohm2.128
47 kohm82 kohm129 kohm29.9 kohm0.573
1 Mohm1 Mohm2 Mohm500 kohm1.000
220 ohm680 ohm900 ohm166.1 ohm0.324
4.7 kohm10 kohm14.7 kohm3.20 kohm0.470

When to Use This Calculator

  • Selecting a series resistor to set the current through an LED or sensor without a single matching stock value
  • Designing a voltage divider to interface a 5 V peripheral to a 3.3 V microcontroller input
  • Combining two standard E-series values in parallel to hit a target resistance not available as a single component
  • Checking the power split in a series circuit before choosing each resistor’s wattage rating
  • Verifying an existing circuit’s effective resistance when two resistors appear in parallel on a PCB

Common Mistakes

  1. Expecting parallel resistance to be an average — two 100 ohm resistors in parallel give 50 ohm, not 100 ohm; parallel resistance always falls below the smaller individual value
  2. Ignoring power dissipation — a 100 ohm resistor carrying 100 mA dissipates P = I^2 x R = 0.01 x 100 = 1 W; a standard 0.25 W resistor will overheat and fail
  3. Using nominal values without accounting for tolerance — a 5% 10 kohm resistor could be anywhere from 9,500 to 10,500 ohm, shifting a voltage divider output by up to 5%
  4. Misidentifying series vs. parallel in a schematic — resistors that share both nodes are in parallel; resistors that share only one node and carry the same current are in series

Context and Applications

Resistor combinations appear throughout electronics. In audio circuits, two matched 75 ohm resistors in parallel form a precise 37.5 ohm impedance for video line termination. In sensor conditioning, a 10 kohm fixed resistor paired with a 10 kohm thermistor creates a temperature-sensitive voltage divider whose output changes roughly 4 mV per degree Celsius near room temperature. Op-amp feedback networks set gain by choosing R_feedback and R_input in a ratio — a 100 kohm feedback and 10 kohm input resistor give a non-inverting gain of (1 + 100/10) = 11x. In microcontroller circuits, a 4.7 kohm and 10 kohm in parallel across the I2C bus pull-up lines keeps rise times fast enough for 400 kHz Fast Mode communication.

Tips

  1. Two equal resistors in parallel always give exactly half the individual resistance — use this as a quick sanity check on your result
  2. For three resistors in parallel, combine the first two using this calculator, then combine that result with the third
  3. Standard E12 resistors cover common values spaced roughly 20% apart: 10, 12, 15, 18, 22, 27, 33, 39, 47, 56, 68, 82 — mixing two E12 values in series or parallel can hit almost any target
  4. The voltage divider formula assumes negligible load current; if the downstream circuit draws more than 1/10 of the divider current, use a buffer amplifier or choose smaller resistor values
  5. When breadboard prototyping, measure the actual combined resistance with a multimeter before powering the circuit — contact resistance and wiring can add several ohms
  6. Label your resistors before installing; 1 kohm and 10 kohm look identical by size; reading the color bands or using a meter prevents wrong-value substitutions

Frequently Asked Questions

How do I calculate total resistance for resistors in parallel?
For two resistors in parallel, use the formula R_total = (R1 x R2) / (R1 + R2). The result is always less than the smallest individual resistor. For example, two 1 kohm resistors in parallel give 500 ohms. This calculator computes the parallel result automatically and also shows the series total for comparison.
How do I design a voltage divider with two resistors?
A voltage divider uses two resistors in series to produce a lower output voltage. The output voltage is Vout = Vin x R2 / (R1 + R2). Use the R1:R2 ratio shown by this calculator to quickly determine the division factor. For example, R1 = 10k and R2 = 10k gives a ratio of 1:1, producing half the input voltage.
What are standard resistor values and how do I pick the closest one?
Resistors come in standard E-series values (E12, E24, E96). The E12 series includes 1.0, 1.2, 1.5, 1.8, 2.2, 2.7, 3.3, 3.9, 4.7, 5.6, 6.8, and 8.2 (plus their multiples of 10). If your calculated resistance is 185 ohms, the nearest E12 values are 180 and 220 ohms. Use this calculator to combine two standard values to get closer to your target.
How does resistor tolerance affect my circuit?
Standard resistors have 1% (brown band) or 5% (gold band) tolerance. A 1 kohm resistor with 5% tolerance can actually be anywhere from 950 to 1,050 ohms. In voltage dividers and precision circuits, this variation changes the output. For critical applications, use 1% tolerance resistors or trim pots to fine-tune the value.
Can I use this calculator for more than two resistors?
This calculator handles two resistors at a time. For three or more resistors in parallel, apply the formula iteratively: first combine R1 and R2 to get R12, then combine R12 with R3 using the same parallel formula. For series, simply add all values. Enter successive pairs into the calculator to step through multi-resistor networks.

Explore More Engineering Tools

Electrical Calculator: Try our free electrical calculator for instant results.

Electrical Wiring Calculator: Try our free electrical wiring calculator for instant results.

Mechanical Calculator: Try our free mechanical calculator for instant results.

Civil Engineering Calculator: Try our free civil engineering calculator for instant results.

Aerospace Engineering Calculator: Try our free aerospace engineering calculator for instant results.

Chemical Engineering Calculator: Try our free chemical engineering calculator for instant results.

Calculators