Resistor Calculator Online Free Tool

    Resistor Calculator

    Calculate resistor values from color codes, total resistance for parallel and series circuits, and resistance of conductors based on material and dimensions.
    Color Code
    Parallel & Series
    Conductor Resistance

    Resistor Color Bands

    Select color for each band

    Resistor Visualization

    Real-time interactive resistor color visualization — the most advanced online resistor calculator

    Resistance Value

    0.00Ω

    Minimum Value

    0.00Ω

    -0%

    Maximum Value

    0.00Ω

    +0%

    Tolerance Range

    Visual representation of acceptable resistance values

    The resistor calculator reads resistor color codes, calculates resistance of resistors in series and parallel, and finds the right resistor value for a given circuit requirement. Whether you are building electronics, prototyping on a breadboard, or interpreting a schematic, this tool handles resistor math instantly. Resistors are the most fundamental passive component in electronics — understanding how to combine them and read their markings is a core skill for any electronics enthusiast or engineer.

    Resistors in Series and Parallel

    Series resistors add directly because the same current flows through all of them — the voltage drops accumulate. Parallel resistors combine by the reciprocal rule because the current splits between paths — the result is always less than the smallest individual resistor. These two rules let you build almost any resistance value from a limited set of standard components.

    Series: R_total = R₁ + R₂ + R₃ + ... Parallel: 1/R_total = 1/R₁ + 1/R₂ + ... Or for two resistors: R_total = (R₁ × R₂) / (R₁ + R₂) Example: 100Ω and 200Ω in parallel: R = (100 × 200)/(100+200) = 20,000/300 = 66.7Ω

    Quick check: parallel combination is always less than the smallest resistor. 66.7Ω < 100Ω ✓

    Resistor Color Code

    Color bands on through-hole resistors encode their value. For a 4-band resistor: the first two bands are digits, the third is a multiplier, and the fourth is tolerance. For a 5-band resistor (common with 1% precision): first three bands are digits, fourth is multiplier, fifth is tolerance. The mnemonic "Black Bears Rob Our Young Girls But Violets Go Wild" covers Black, Brown, Red, Orange, Yellow, Green, Blue, Violet, Gray, White (0-9).

    ColorDigitMultiplierTolerance
    Black0×1
    Brown1×10±1%
    Red2×100±2%
    Orange3×1k
    Yellow4×10k
    Green5×100k±0.5%
    Blue6×1M±0.25%
    Violet7×10M±0.1%
    Gray8×100M±0.05%
    White9×1G
    Gold×0.1±5%
    Silver×0.01±10%

    Power Rating and Heat Dissipation

    Every resistor has a power rating — typically 1/8W, 1/4W, 1/2W, 1W, or 2W for common through-hole types. If the power dissipated exceeds the rating, the resistor overheats, drifts in value, or burns out. Always derate to 50-70% of the rated power in real applications to ensure reliability.

    Power Dissipated (P) = I² × R = V² / R = V × I Example: 470Ω resistor with 12V across it: P = 12² / 470 = 144 / 470 = 0.31W Use a 1/2W (0.5W) or 1W resistor — not 1/4W

    SMD resistors (0402, 0603, 0805, 1206) have power ratings of 1/16W to 1/4W. For higher-power applications, use wirewound or cement resistors.

    Resistors in Real Circuits

    Resistors are used in virtually every circuit. Understanding their applications helps you diagnose and design circuits effectively.

    ApplicationCircuit RoleTypical Value Range
    LED current limiterDrops voltage to set safe LED current100Ω–1kΩ
    Pull-up/pull-downSets default logic level on digital inputs1kΩ–100kΩ
    Voltage dividerCreates reference voltages, scales sensor outputs1kΩ–100kΩ
    RC filter (with capacitor)Filters noise, sets timing constants1kΩ–1MΩ
    Current sensingMeasures current via Ohm's Law (V = IR)0.001Ω–1Ω
    Termination resistorPrevents signal reflections in high-speed lines50Ω–120Ω

    Frequently Asked Questions

    What resistor do I need for an LED?

    Use the formula: R = (V_supply − V_forward) / I_LED. Standard red LED: V_forward ≈ 2V, I = 20mA. For a 5V supply: R = (5 − 2) / 0.02 = 150Ω. Use the next standard value above 150Ω — typically 180Ω or 220Ω. Lower resistance makes the LED brighter but shortens its life; higher resistance dims it but extends life. For 3.3V microcontroller pins, use R = (3.3 − 2.0) / 0.01 = 130Ω (10mA is sufficient for indicator LEDs).

    What is the E12 series of standard resistor values?

    Standard resistor values follow geometric series to cover all practical values with consistent spacing. The E12 series has 12 values per decade: 10, 12, 15, 18, 22, 27, 33, 39, 47, 56, 68, 82 (and ×10 multiples). E24 has 24 values (approximately 10% spacing), E96 has 96 values (1% tolerance). This is why you cannot buy a 150Ω resistor off the shelf in E12 — the nearest values are 150Ω from E24 or you build it as 2× 75Ω in series. The E series ensures any needed resistance is within a predictable percentage of a standard value.

    What does resistor tolerance mean?

    Tolerance is how close the actual resistance is to the marked value. A 1kΩ resistor with ±5% tolerance measures anywhere from 950Ω to 1,050Ω. Gold band = ±5%, silver = ±10%, brown = ±1%. For most hobbyist circuits, 5% is fine. Precision applications — op-amp gain stages, voltage dividers for ADC references, bridge circuits — typically require 1% or better. High-precision instrumentation may use 0.01% resistors. Temperature coefficient (ppm/°C) matters for circuits operating across a wide temperature range.

    How do I measure resistance with a multimeter?

    Set the multimeter to the resistance (Ω) setting and select a range above the expected value. Disconnect the component from the circuit first — current from the circuit affects the reading and can damage the meter. Touch probes to both ends of the resistor. The display shows resistance in ohms, kilohms, or megohms depending on auto-ranging. If measuring an in-circuit resistor, power off the circuit and discharge all capacitors. Parallel paths in the circuit will give a reading lower than the resistor's true value.

    How do I combine resistors to get a non-standard value?

    You can build almost any resistance value by combining standard resistors. For a target value not in your kit: (1) Series: add two values that sum to your target — 220Ω + 330Ω = 550Ω. (2) Parallel: use the formula R = (R₁×R₂)/(R₁+R₂) — 1kΩ || 1kΩ = 500Ω. (3) Mixed: combine series and parallel stages. For a precise value like 475Ω, place a 470Ω in series with a 4.7Ω (both E24 values). Online tools like resistor combination calculators can find the best two-resistor combination from E12 or E24 values for any target.