← Home

🎯 Standard Resistor Calculator

Match a target resistance to the nearest E-series preferred value (E6, E12, E24, E48, E96). Shows the closest standard resistor, percentage error and the part's color-code bands.

What is this tool?

Resistors are not made in every conceivable value. Instead, manufacturers produce preferred numbers from the E-series — a geometric progression where each step is the previous value multiplied by the nth root of 10. E12 has 12 values per decade, E24 has 24, E96 has 96. When you design a circuit that needs, say, 47.3 kΩ, you pick the closest available standard value and accept a small error — or combine two resistors to get closer.

1.0 10 one decade (E12 shown) target ← nearest E12 steps grow by ¹²√10 ≈ 1.21×

Higher E-series values give finer resolution: the worst-case error between a target and the nearest standard value is roughly half the step size — about 10% for E12, 5% for E24, and 1.2% for E96. Choosing the right series is a balance between precision and part availability: E24 with 5% tolerance covers most hobby work, while E96 is where precision designs live.

How it works

The calculator takes a target resistance, finds its decade (e.g. 47.3 kΩ → base value 4.73), and scans the chosen E-series table for the nearest preferred number. It returns the nearest standard value, the percentage error, and the E24/E96 color-code bands so you can grab the right part from the drawer. It also suggests the next higher and next lower standard values, because in real designs the closest fit is not always the best fit — tolerance, power and availability matter.

SeriesValues per decadeWorst-case errorTypical tolerance
E66~21%20%
E1212~10%10%
E2424~5%5% (1%)
E9696~1.2%1%

The derived best combination hint (two-resistor parallel/series approximation) is useful when your target falls far from any standard value, and the color-code bands output saves a lookup trip to the resistor color code calculator. For the actual current in your circuit given the chosen value, combine with Ohm's law.

Ad

How to use

  1. Enter the target resistance and choose its unit (ohm, kΩ, MΩ).
  2. Select the E-series (E6, E12, E24, E48 or E96).
  3. Click Calculate to see the nearest standard value and its error.
  4. Read the color-code bands or the two-resistor combination suggestion.
  5. Check the next-higher and next-lower values if the closest fit is not suitable.

Frequently Asked Questions

What exactly is the E-series?

It is an IEC standard set of preferred numbers based on geometric progressions. E24 has 24 values per decade (1.0, 1.1, 1.2 … 8.2, 9.1), each ~10% larger than the last. E-series values apply to resistors, capacitors and inductors, ensuring compatibility between parts from different manufacturers.

Why does my target 47.3 kΩ match 47 kΩ with only 0.6% error?

Because 47 kΩ is a standard value in both E24 and E96, and your target is close to it. The calculator computes the ratio between target and candidate, so small targets near any standard value show small errors — the worst case happens exactly halfway between two standard values.

When should I use E96 instead of E24?

Use E96 when the circuit needs tight precision, such as precision dividers, current sense, or instrumentation. E96 parts cost more and are less commonly stocked. For most designs E24 gives sufficient accuracy at a much lower price and better availability.

Is the closest value always the best choice?

Not necessarily. Sometimes the next-higher or next-lower value is better for tolerance, power dissipation, or because it pairs with another value in the circuit. The calculator always shows both neighbours so you can judge.

How can I hit an odd value exactly?

Combine two standard resistors: two in series add their values, two in parallel give R1·R2/(R1+R2). A 47 kΩ plus a 1 kΩ in series gives 48 kΩ, and parallel combinations can reach values no single part offers. The calculator suggests one simple combination when useful.

Do these values apply to capacitors and inductors too?

Yes — E-series preferred numbers are shared across passive components. The same 4.7, 10, 22, 47 … pattern appears in capacitors and inductors, which is why this tool is handy for whole-board value selection.

Tips & Advice

Do not over-specify: if your circuit tolerates 5%, use E24 and keep the part count low; precision on paper is useless if the temperature drift is larger. Remember tolerance is about the manufactured value, while the error you calculate here is about matching your target — they add up. For ratios (like op-amp gain) matching two resistors is more important than absolute accuracy, so pick pairs from the same batch. When a value falls near the boundary between two decades (e.g. 9.8 vs 10.2), the calculator reports both candidates — choose based on what your divider actually needs. E-series values are also used for capacitors and inductors, so this calculator helps there too. Never substitute a standard value into a safety-critical current path without checking the actual current at worst-case tolerance.

Related Tools

Sources & References

Last reviewed: August 2026.

  1. IEC — IEC 60063: Preferred number series for resistors and capacitors.
  2. EIA — E-series preferred numbers reference.

Limitations

The suggested value matches the nominal standard, but real resistors carry their own tolerance (e.g. 5% on E24 parts). For precision circuits verify the actual measured value and its temperature coefficient. Color-code output assumes 4-band (E12) or 5-band (E24+) conventions.

Ad