Resistor Calculator

Resistor Calculator

Color Code · Ohm's Law · Series / Parallel

Resistor Color Code Decoder
4-band resistor shown
Resistance
Tolerance
Min / Max
Color Reference

Note: This calculator provides estimated values for educational purposes and hobbyist projects. Always double-check component ratings, power dissipation, and circuit designs before applying power to physical circuits to prevent component failure.”

How to Use This Resistor Calculator or Ohm’s Law Calculator

This resistor calculator is a free online resistor value calculator in one tool. Use the Color Code Decoder to find the resistance value of any 4-band or 5-band resistor by selecting its colored bands. Use the Ohm’s Law Calculator to solve for voltage, current, or resistance when you know two of the three values. Use the Series & Parallel Calculator to find the total resistance of multiple resistors in a circuit. Everything runs instantly in your browser, with no sign-up required.

What is a Resistor?

A resistor is one of the most fundamental components in electronics. It is a passive two-terminal electrical component that limits or regulates the flow of electrical current in a circuit. Resistors are measured in ohms (Ω), named after German physicist Georg Simon Ohm. They are used in virtually every electronic device — from smartphones and computers to home appliances and cars.

Resistors serve many purposes: protecting sensitive components from too much current, dividing voltage, pulling a signal line high or low, and setting bias points in amplifier circuits. Use this resistor calculator to find the value of any resistor from its color bands in seconds.

Resistor Color Code Chart – 4-Band Resistors

Most resistors have colored bands printed on them that encode their resistance value and tolerance. Reading these color bands is an essential skill for any electronics hobbyist or engineer.

ColorBand 1 (1st Digit)Band 2 (2nd Digit)Band 3 (Multiplier)Band 4 (Tolerance)
Black00×1 (Ω)
Brown11×10±1%
Red22×100±2%
Orange33×1K
Yellow44×10K
Green55×100K±0.5%
Blue66×1M±0.25%
Violet77×10M±0.1%
Gray88×100M±0.05%
White99×1G
Gold×0.1±5%
Silver×0.01±10%

Resistor Value Calculator

The Resistor Value Calculator works like the Color Code Decoder above: choose the color of each band and it converts the bands into a resistance value in ohms (Ω). For a 4-band resistor the value is calculated as:

Value = (Band 1 digit × 10 + Band 2 digit) × multiplier

For a 5-band resistor the value is calculated as:

Value = (Band 1 digit × 100 + Band 2 digit × 10 + Band 3 digit) × multiplier

The result also shows the tolerance and the valid min/max range, so you can confirm a resistor meets its printed band rating before you build.

How to Read a 4-Band Resistor Color Code

Step-by-step example: Yellow – Violet – Red – Gold

  1. Band 1 (Yellow): First digit = 4
  2. Band 2 (Violet): Second digit = 7
  3. Band 3 (Red): Multiplier = ×100
  4. Band 4 (Gold): Tolerance = ±5%
  5. Result: 47 × 100 = 4,700 Ω (4.7 kΩ) ±5%
Color Code ExampleCalculationResistance ValueTolerance
Brown – Black – Red – Gold1, 0, ×1001,000 Ω (1 kΩ)±5%
Red – Red – Brown – Silver2, 2, ×10220 Ω±10%
Orange – Orange – Orange – Gold3, 3, ×1K33,000 Ω (33 kΩ)±5%
Yellow – Violet – Yellow – Gold4, 7, ×10K470,000 Ω (470 kΩ)±5%
Green – Blue – Green – Brown5, 6, ×100K5,600,000 Ω (5.6 MΩ)±1%
Brown – Black – Black – Brown1, 0, ×110 Ω±1%

5-Band Resistor Color Code

Precision resistors (1% tolerance and better) use a 5-band color code for greater accuracy. The first three bands represent digits, the fourth is the multiplier, and the fifth is tolerance. You can decode 5-band resistors in the Color Code tab of the resistor calculator above.

Band4-Band Resistor5-Band Resistor
Band 11st digit1st digit
Band 22nd digit2nd digit
Band 3Multiplier3rd digit
Band 4ToleranceMultiplier
Band 5Tolerance

Ohm’s Law Calculator

Ohm’s Law is the fundamental relationship between Voltage (V), Current (I), and Resistance (R). It states:

V = I × R

What You Want to FindFormulaExample
Voltage (V)V = I × R2A × 50Ω = 100V
Current (I)I = V ÷ R12V ÷ 100Ω = 0.12A (120mA)
Resistance (R)R = V ÷ I9V ÷ 0.05A = 180Ω
Power (P)P = V × I5V × 0.5A = 2.5W

Ohm’s Law Triangle – Easy Memory Aid

💡 The Ohm’s Law Triangle: Cover the value you want to find. What remains shows the formula.

[V]
[I] × [R]

Cover V → V = I × R | Cover I → I = V/R | Cover R → R = V/I

Practical Ohm’s Law Examples

ScenarioKnown ValuesFormulaAnswer
LED current limiting resistor (5V, 20mA LED, 2V drop)V=3V, I=0.02AR = V/I150 Ω → use 150Ω or 220Ω
Arduino output pin current (5V, 470Ω)V=5V, R=470ΩI = V/R10.6 mA (safe for GPIO)
Car fuse rating (12V system, 6A load)V=12V, I=6AP = V×I72W — use 7.5A fuse
Voltage divider output (10kΩ + 10kΩ, 9V supply)V=9V, R=20kΩV_out = 9V × (10k/20k)4.5V output

Series Resistor Calculator

When resistors are connected end-to-end (series), the total resistance is simply the sum of all individual resistances.

Formula: R_total = R1 + R2 + R3 + …

Resistors in SeriesTotal Resistance
100Ω + 220Ω320 Ω
1kΩ + 2.2kΩ + 3.3kΩ6.5 kΩ
10Ω + 10Ω + 10Ω + 10Ω40 Ω
4.7kΩ + 10kΩ + 22kΩ36.7 kΩ

Parallel Resistors Calculator

When resistors are connected side-by-side (parallel), the total resistance is always less than the smallest individual resistor.

For 2 resistors: R_total = (R1 × R2) ÷ (R1 + R2)
For multiple: 1/R_total = 1/R1 + 1/R2 + 1/R3 + …

Resistors in ParallelFormulaTotal Resistance
100Ω ∥ 100Ω(100×100)/(100+100)50 Ω
1kΩ ∥ 2kΩ(1000×2000)/(1000+2000)667 Ω
10kΩ ∥ 10kΩ ∥ 10kΩ1/(3×0.0001)3,333 Ω (3.3kΩ)
220Ω ∥ 470Ω(220×470)/(220+470)150 Ω

Standard Resistor Values – E24 Series

Resistors are manufactured in standard values. The most common series is E24 (5% tolerance). If your calculated value doesn’t exist, choose the nearest standard value.

DecadeStandard E24 Values
1Ω – 10Ω1.0, 1.1, 1.2, 1.3, 1.5, 1.6, 1.8, 2.0, 2.2, 2.4, 2.7, 3.0, 3.3, 3.6, 3.9, 4.3, 4.7, 5.1, 5.6, 6.2, 6.8, 7.5, 8.2, 9.1
10Ω – 100Ω10, 11, 12, 13, 15, 16, 18, 20, 22, 24, 27, 30, 33, 36, 39, 43, 47, 51, 56, 62, 68, 75, 82, 91
100Ω – 1kΩ100, 110, 120, 130, 150, 180, 200, 220, 240, 270, 300, 330, 360, 390, 430, 470, 510, 560, 620, 680, 750, 820, 910

Common Resistor Use Cases

ApplicationTypical Resistor ValuePurpose
LED current limiter (5V)220Ω – 470ΩProtect LED from excess current
Pull-up resistor (3.3V GPIO)4.7kΩ – 10kΩHold signal HIGH when not driven
Pull-down resistor4.7kΩ – 10kΩHold signal LOW when not driven
Voltage divider10kΩ + 10kΩScale voltage down proportionally
I2C bus pull-up2.2kΩ – 4.7kΩRequired for I2C communication
Potentiometer / trimmer10kΩVariable resistance for calibration
Audio volume control10kΩ – 100kΩLogarithmic pot for audio taper
Current sense resistor0.1Ω – 1ΩMeasure current via voltage drop
 

Related Calculators


Frequently Asked Questions

Q: How do I read resistor color codes?

Hold the resistor so the tolerance band (usually gold or silver) is on the right. Read the color bands left to right. For a 4-band resistor: Band 1 = first digit, Band 2 = second digit, Band 3 = multiplier (power of 10), Band 4 = tolerance. Multiply the two-digit number by the multiplier to get the resistance in ohms. For example, Red-Red-Brown-Gold = 2, 2, ×10 = 220Ω ±5%.

Q: What does the gold or silver band mean on a resistor?

The gold or silver band indicates the resistor’s tolerance — how close the actual resistance is to the stated value. Gold means ±5% tolerance, silver means ±10%. A 1kΩ ±5% resistor can have an actual value between 950Ω and 1,050Ω. For most general electronics projects, 5% tolerance (gold band) is perfectly acceptable. Precision circuits may require 1% (brown band) or tighter.

Q: What is Ohm’s Law and why is it important?

Ohm’s Law (V = I × R) describes the fundamental relationship between voltage, current, and resistance in an electrical circuit. It is the most important equation in basic electronics. Understanding Ohm’s Law allows you to calculate the correct resistor value to protect components, determine how much current a circuit draws, calculate power dissipation to avoid overheating, and design voltage dividers and bias networks. Every electronics engineer and hobbyist uses it daily.

Q: When should I use series vs parallel resistors?

Use series resistors when you want to increase total resistance — the values simply add together. Use parallel resistors when you want to decrease total resistance or when you need to handle more power than a single resistor can dissipate. For example, if you need a 2W resistor but only have 1W resistors, connect two 1W resistors in series (if the values work out) or parallel to share the power load. Parallel combinations also give you intermediate values not available in standard resistor series.

Q: What is the resistor color code memory trick?

The most widely used mnemonic in electronics is: “Better Be Right Or Your Great Big Venture Goes Wrong” — standing for Black, Brown, Red, Orange, Yellow, Green, Blue, Violet, Gray, White (0 through 9). Another popular version is “Bad Boys Rape Our Young Girls But Violet Gives Willingly.” Whatever mnemonic works best for you, the key is memorizing the color sequence 0–9: Black(0) Brown(1) Red(2) Orange(3) Yellow(4) Green(5) Blue(6) Violet(7) Gray(8) White(9).

Q: How do I choose the right resistor wattage?

Calculate the power dissipated using P = V² ÷ R or P = I² × R. Then choose a resistor with a wattage rating at least 2x your calculated value for safety margin. Common ratings are 1/8W, 1/4W, 1/2W, 1W, 2W, and 5W. Most signal-level resistors in logic circuits dissipate well under 1/4W. Power supply circuits and motor controls often need 1W+ resistors. Never run a resistor at its rated maximum wattage — it will run very hot and fail prematurely.

Q: How do I use a resistor calculator?

Choose the tab for what you want to solve. In the Color Code tab, select the color of each band on your resistor and the calculator returns the resistance value, tolerance, and min/max range. Use the Ohm’s Law tab to find voltage, current, or resistance from any two values, and the Series/Parallel tab to combine resistors and read the total resistance.

Q: What is the difference between 4-band and 5-band resistor color codes?

4-band resistors use two digit bands, a multiplier band, and a tolerance band. 5-band resistors add a third digit band, so they can express more precise values, typically with 1% tolerance or better. The comparison table above shows how each band is read for both types.