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.
How to Use the Electronics Calculator
- 1. Enter R1 - input the first resistor value in ohms (use k for kilohms, e.g., 4.7k = 4700 ohms).
- 2. Enter R2 - input the second resistor value in ohms.
- 3. View both configurations - see the series total (R1 + R2) and parallel total ((R1 x R2)/(R1 + R2)) simultaneously.
- 4. Check the ratio - use the R1:R2 ratio displayed for voltage divider calculations.
- 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
| R1 | R2 | Series Total | Parallel Total | R1:R2 Ratio |
|---|---|---|---|---|
| 100 ohm | 100 ohm | 200 ohm | 50 ohm | 1.000 |
| 100 ohm | 200 ohm | 300 ohm | 66.7 ohm | 0.500 |
| 470 ohm | 330 ohm | 800 ohm | 193.9 ohm | 1.424 |
| 1 kohm | 1 kohm | 2 kohm | 500 ohm | 1.000 |
| 10 kohm | 20 kohm | 30 kohm | 6.67 kohm | 0.500 |
| 10 kohm | 4.7 kohm | 14.7 kohm | 3.20 kohm | 2.128 |
| 47 kohm | 82 kohm | 129 kohm | 29.9 kohm | 0.573 |
| 1 Mohm | 1 Mohm | 2 Mohm | 500 kohm | 1.000 |
| 220 ohm | 680 ohm | 900 ohm | 166.1 ohm | 0.324 |
| 4.7 kohm | 10 kohm | 14.7 kohm | 3.20 kohm | 0.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
- 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
- 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
- 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%
- 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
- Two equal resistors in parallel always give exactly half the individual resistance — use this as a quick sanity check on your result
- For three resistors in parallel, combine the first two using this calculator, then combine that result with the third
- 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
- 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
- When breadboard prototyping, measure the actual combined resistance with a multimeter before powering the circuit — contact resistance and wiring can add several ohms
- 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?
How do I design a voltage divider with two resistors?
What are standard resistor values and how do I pick the closest one?
How does resistor tolerance affect my circuit?
Can I use this calculator for more than two resistors?
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.
Related Engineering Calculators
Aerospace Engineering Calculator
Free aerospace engineering calculator for lift and drag force computation. Enter airspeed, wing area, and aerodynamic coefficients to calculate lift, drag, L/D ratio, and dynamic pressure for aircraft design and flight analysis.
EngineeringBattery Life Calculator
Free battery life calculator to estimate runtime from battery capacity (mAh) and device current draw (mA). Calculate how long your battery will last, or determine the capacity needed for a target runtime.
EngineeringBeam Load Calculator
Free beam load calculator for deflection, bending moment, shear force, and support reactions. Analyze simply supported and cantilever beams with point loads and distributed loads to verify structural adequacy.
EngineeringChemical Engineering Calculator
Free chemical engineering calculator for dilution and concentration problems. Use the C1V1 = C2V2 equation to find stock solution volume, solvent to add, and dilution factor for lab and industrial applications.