Skip to main content

Resistor Calculator

Decode resistor color bands into resistance and tolerance, compute power dissipation, and estimate Johnson-Nyquist thermal noise voltage. Series and parallel combinations accept multiple resistor values through dynamic rows, and the power mode solves for any missing quantity from two known inputs.

Runs entirely in your browser

This tool sends nothing over the network. Everything you enter is processed on your device and never reaches our servers.

Engineering
Science
Education
Loading the tool
Reference

Documentation

A resistor calculator covers four common tasks in circuit design: decoding the color bands on a physical resistor, deriving power dissipation and any missing Ohm's law quantity, estimating thermal noise voltage, and combining multiple resistors in series or parallel. All numeric inputs accept decimals, fractions such as 3/4, mixed numbers such as 1 1/2, and scientific notation such as 1.5e3.

Color Code mode decodes a physical resistor from its printed bands. A 4-band resistor encodes two significant digits, a 5-band resistor encodes three, and a 6-band resistor adds a temperature coefficient band in ppm/K on top of the three significant digits. Each band color maps to a digit, multiplier, or tolerance value, and the decoded result gives the resistance, its tolerance range, and, for 6-band parts, the temperature coefficient.

Power / Wattage mode derives power dissipation and the missing electrical quantity from any two of voltage (V), current (A), and resistance (ohms), applying Ohm's law (V = I x R) and the power formula (P = V x I). Results appear in watts, milliwatts, or microwatts depending on magnitude.

Thermal Noise mode computes the Johnson-Nyquist noise voltage a resistor generates from its own thermal agitation, from resistance, temperature (in Celsius, Kelvin, or Fahrenheit), and bandwidth. The formula is Vn = sqrt(4 x k x T x R x BW), where k is the Boltzmann constant, 1.380649 x 10^-23 J/K, and T is absolute temperature in Kelvin. Output appears in volts, microvolts, nanovolts, and dBV.

Series / Parallel mode combines any number of resistor values. A series combination sums directly: Rtotal = R1 + R2 + .... A parallel combination sums reciprocals: 1/Rtotal = 1/R1 + 1/R2 + ..., which always yields a total lower than the smallest individual resistor.

Settings holds the number of decimal places shown in results and a step-by-step formula view that shows the symbolic formula, the substituted values, and the final answer for each calculation.

A 220 ohm and a 330 ohm resistor in series total 220 + 330 = 550 ohms. The same two resistors combined in parallel instead give 1/Rtotal = 1/220 + 1/330, a combined resistance of 132 ohms, lower than either resistor alone.

Resistor calculations appear in every stage of electronics work, from breadboard prototyping to production PCB review. The following scenarios illustrate common tasks addressed by the four modes.

  • Prototyping: the color bands on a through-hole resistor pulled from a parts bin, matched in 4-band mode stripe by stripe, confirm the resistance before the part goes into a breadboard circuit.
  • Power Budget Analysis: a quarter-watt resistor in a voltage divider carrying 12 V across 1000 ohms dissipates 0.144 W, confirming that a 0.25 W rating provides adequate margin.
  • Audio Engineering: the thermal noise floor of a 10 kohm input resistor at room temperature across the audible band, 20 Hz to 20 kHz, reported in microvolts and dBV, sets the noise contribution relative to the signal level.
  • Sensor Conditioning: a 4.7 kohm and a 10 kohm resistor combined in parallel create a specific bias resistance for a thermistor divider network, worth confirming before the board is soldered.
  • Education: Ohm's law and the power formula, worked through step by step with the formula display enabled, let a known textbook value be checked against a hand calculation.
  • Precision Instrumentation: the temperature coefficient and tolerance of a precision 6-band component confirm whether a 50 ppm/K coefficient and 0.1% tolerance meet the drift requirements of an instrumentation amplifier front end.
  • LED Current Limiting: the supply voltage minus the LED forward voltage, divided by the desired LED current, gives the required series resistance and its power dissipation, which sets the resistor's value and wattage rating.
  • Filter Design: three resistors combined in series reach a non-standard total resistance for an RC filter cutoff frequency that no single standard value provides.
Inputs, outputs, and what the Resistor Calculator computes

What the Resistor Calculator asks for and what it returns, as a plain list. Defaults, units, and ranges are the ones the form loads with.

Inputs

  • Color Code / Power / Wattage / Thermal Noise / Series / Parallel · default: Color Code
  • Number of Bands · default: 4-Band
  • Band 1 (1st Digit) · default: Brown (1)
  • Band 2 (2nd Digit) · default: Black (0)
  • Band 3 (3rd Digit) · default: Black (0)
  • Multiplier Band · default: Red (x100)
  • Tolerance Band · default: Gold (±5%)
  • Temperature Coefficient Band · default: Brown (100 ppm/K)
  • Voltage (V) (text input)
  • Current (A) (text input)
  • Resistance (ohms) (text input)
  • Resistance (ohms) (text input) · default: 10000
  • Temperature (text input) · default: 25
  • Temperature Unit · default: Celsius (°C)
  • Bandwidth (Hz) (text input) · default: 20000
  • Combination Type · default: Series
  • Decimal Places · default: 4
  • Show step-by-step formulas · default: off

Controls

Calculate · Reset

Example

A 220 ohm and a 330 ohm resistor in series total 220 + 330 = 550 ohms.