E24 Nearest Standard Resistor Calculator

E24 Nearest Standard Resistor Calculator

Type any target resistance and this tool snaps it to the closest E24 standard value, the 24-value 5 percent series used across most through-hole and surface-mount parts. It reports the nearest value above and below, the percent error, the plus or minus 5 percent tolerance band, and an optional two-resistor series or parallel pair that lands even closer.

Real Design Target Presets

🔍Resistor Target Inputs

The exact resistance your circuit math calls for.

Multiplier applied to the target value above.

Round up suits pull-ups; down suits current limits.

Combine two E24 parts to shrink the error.

Sets the low and high edges around each value.

Flag the match as pass or fail against this percent.

How the nearest values are labeled on the cards.

Precision of the reported percent error.

Nearest E24 value 0 closest standard resistor
Percent error 0% (nearest − target) / target
Tolerance band 0 low to high at chosen tolerance
Two-resistor match 0 series or parallel pair

🔢E24 Formula Snapshot

24values per decade
5%tolerance
0.95band low factor
1.05band high factor

📋Full E24 Values 1 Ω to 1 MΩ

Base Digitx1 (Ω)x10 (Ω)x100 (Ω)x1k (kΩ)x10k (kΩ)x100k (kΩ)
1.01.0101001.0k10k100k
1.11.1111101.1k11k110k
1.21.2121201.2k12k120k
1.31.3131301.3k13k130k
1.51.5151501.5k15k150k
1.61.6161601.6k16k160k
1.81.8181801.8k18k180k
2.02.0202002.0k20k200k
2.22.2222202.2k22k220k
2.42.4242402.4k24k240k
2.72.7272702.7k27k270k
3.03.0303003.0k30k300k
3.33.3333303.3k33k330k
3.63.6363603.6k36k360k
3.93.9393903.9k39k390k
4.34.3434304.3k43k430k
4.74.7474704.7k47k470k
5.15.1515105.1k51k510k
5.65.6565605.6k56k560k
6.26.2626206.2k62k620k
6.86.8686806.8k68k680k
7.57.5757507.5k75k750k
8.28.2828208.2k82k820k
9.19.1919109.1k91k910k

📊E24 vs E12 vs E96 Series

SeriesValues / DecadeToleranceRatio StepTypical Use
E6620 percent1.47xCoarse, legacy
E121210 percent1.21xHobby, general
E24245 percent1.10xMost standard parts
E48482 percent1.05xTighter designs
E96961 percent1.024xPrecision analog
E1921920.5 percent1.012xMetrology grade

📏Nearest Value Error Examples

TargetBelow E24Above E24NearestError
5100 Ω5.1k5.6k5.1k0.0 percent
2400 Ω2.4k2.7k2.4k0.0 percent
6500 Ω6.2k6.8k6.2k-4.6 percent
7500 Ω7.5k8.2k7.5k0.0 percent
1250 Ω1.2k1.3k1.2k-4.0 percent
3400 Ω3.3k3.6k3.3k-2.9 percent
4500 Ω4.3k4.7k4.3k-4.4 percent
8800 Ω8.2k9.1k9.1k3.4 percent

📐5 Percent Tolerance Band Explained

E24 ValueLow (x0.95)High (x1.05)Band WidthOverlaps Next?
1.0k950 Ω1050 Ω100 ΩNo, next is 1.1k
1.1k1045 Ω1155 Ω110 ΩTouches 1.0k high
2.2k2090 Ω2310 Ω220 ΩNo gap to 2.4k
4.7k4465 Ω4935 Ω470 ΩMeets 5.1k low
10k9500 Ω10500 Ω1000 ΩNo, next is 11k
47k44650 Ω49350 Ω4700 ΩMeets 51k low

🗃Target to Nearest E24 Comparison Grid

TargetNearest E24Error %Band LowBand HighIn Band?
470 Ω470 Ω0.0%446.5 Ω493.5 ΩYes
1.0k1.0k0.0%950 Ω1050 ΩYes
1.3k1.3k0.0%1235 Ω1365 ΩYes
2.4k2.4k0.0%2280 Ω2520 ΩYes
3.6k3.6k0.0%3420 Ω3780 ΩYes
5.1k5.1k0.0%4845 Ω5355 ΩYes
6.5k6.2k-4.6%5890 Ω6510 ΩYes
7.5k7.5k0.0%7125 Ω7875 ΩYes
9.1k9.1k0.0%8645 Ω9555 ΩYes
43k43k0.0%40850 Ω45150 ΩYes

Formula Breakdown

E24 base digitsThe 24 mantissas are 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, and 9.1. Each repeats every decade.
Decade = floor(log10 R)Find the power of ten of the target. For 5100 ohm, log10(5100) is about 3.71, so the decade floor is 3 and candidates come from 10 to the 2, 3, and 4.
Candidate = digit × 10^decadeScan every base digit across the decade below, at, and above the target, then keep the value with the smallest absolute distance to the target.
Error % = (nearest − target) / target × 100A positive percent means the standard value is above the target; a negative percent means it sits below. Zero means an exact E24 hit.
Band low = value × 0.95The lower edge of a 5 percent part. For a 1.0k resistor this is 950 ohm, the smallest resistance still in specification.
Band high = value × 1.05The upper edge of a 5 percent part. For a 1.0k resistor this is 1050 ohm; if your target falls inside this window the single part already meets tolerance.
Series pair = Ra + RbTwo E24 resistors in series simply add. The tool searches pairs to beat the single-resistor error when you need a value between two standards.
Parallel pair = Ra × Rb / (Ra + Rb)Two E24 resistors in parallel give a smaller combined value, another way to reach an in-between target more precisely than one part alone.

💡E24 Selection Tips

Read the error before you commit: Because E24 steps average about 10 percent apart, the worst-case error for any single value is roughly plus or minus 4.8 percent, landing near the midpoint between two neighbors. A target of 6500 ohm sits between 6.2k and 6.8k, so the nearest single part carries about -4.6 percent. If your budget needs better than 2 percent, use the two-resistor series or parallel search or step up to E96.
Series and parallel close the gap: A 6.2k in series with a 300 ohm gives 6500 ohm exactly, turning a -4.6 percent single-part error into 0 percent using only E24 stock. In parallel, two equal values halve the result, so two 13k parts make 6.5k. The calculator scans standard pairs so a two-cent second resistor can replace a costly precision part.

On paper, circuit equations is precise. You work them out, and maybe end up with 7420 ohms for a voltage divider. You might also get 6500 ohms for a bias network. But then reality happen.

ss='code-block code-block-6' style='margin: 8px auto; text-align: center; display: block; clear: both;'>

You cannot buy a 6500-ohm resistor off the shelf because manufacturers produce parts in fixed ladders called standard values. Most common is E24 series. For each decade it provide twenty-four different values with a five percent tolerance.

How to Find Standard Resistor Values

So this tool snaps your desired target onto the closest available part, computes the inherited error and identifies two-resistor combo if the individual component are not close enough. Numbers are spaced out by a constant ratio in E24 system. Tolerance bands fill in most of the gaps on the number line. Twenty four base numbers repeat at each power of ten. From 1.0 to 9.1, you’ve got all the digits and once you learn the order there, you know all the standard E24 resistors from fractions of an ohm through megohms and beyond.

ss='code-block code-block-7' style='margin: 8px auto; text-align: center; display: block; clear: both;'>

The calculator does this automaticly across decades. To do that, it takes logarithm of whatever value you want. That tells it what decade is relevant. Then it runs up and down around that value and holds onto the closest value with least absolute difference. You can make it round up or down as well. LED current limiters gets rounded down because you don’t want to go past the max safe current. Pullup resistors typically get rounded up so they’re guaranteed to be high.

There’s always some amount of error in substituting a stock value. The calculator calculate this as distance from the nearest value to yours, all divided by that nearest value. So if you have a positive percent then your resistor is higher than desired. If it’s negative then it’s lower.

ss='code-block code-block-9' style='margin: 8px auto; text-align: center; display: block; clear: both;'>

Resistor values come in a bunch of different steps. Roughly speaking, E24 step sizes are about ten percent apart. That’s why each individual part has around a 4.8 percent worst-case error. That occurs when your target value is halfway between the two closest available part values. For example, you want a 6500 ohm resistor. That’s between 6.2k and 6.8k. The best-fit single value is 6.2k, with a -4.6 percent error.

Common sense tell you that it’s good enough to go with the nearest possible value. In high-precision analog stuff, though, that change can push a bias point off-kilter or throw a timing circuit out of whack. The E24 resistor is a five percent part. That means it has a resistance anywhere between ninety-five to one hundred and five percent of what its mark says. The calculator tells you exactly which band that is. The band of a 1.0k resistor covers 950, 1050 ohms. Even if there is a small difference, the part is in spec as long as the resistance is within that range.

Why not more? With only twenty-four values per decade, the spacing allow each part’s tolerance window to nearly overlap with the next. There aren’t many resistances that dont fall within the range of some standard part. If you don’t have one that is close enough, chances are you can get it by using two. Series resistors simply adds. Parallel ones combine to a lower number than any single component. So it scans through all possible combinations of those common parts to locate closest match.

The

missing 4.6 percent off that 6500 ohm resistor can be matched dead-on using a 300 ohm and a 6.2k in series. An expensive precision part is replaced by a couple pennies worth of resistors. And how does this work? Because you trade more components for precision to stay within what is in stock. It’s sort of like a ladder, the tool scans pairs of values from the ladder until the combination best matches your need.

E24 sits between coarser and finer series. E12 is common in hobby kits with a tolerance of ten percent. E96 is used for precision work with one percent and it packs ninety-six values. The fewer the values, the larger rounding error. With E12 you can be off by as much as ten percent. With E96 you can be off by about 1.2 percent.

For power and digital applications, five percent parts are good enough and they’re cheap so that’s what gets made all the time, E24. As tolerance gets tighter, the step size gets smaller. That reference table on the page demonstrates this.

Sele

ct any one of the presets such as 9.1k timing resistor or 5.1k reference resistor. Set the target for whatever your application requires. View the percentage error. Is it inside the tolerance band? Did you select the wrong standard value because the error was too large? Refer to the parallel or series pair recommendation.

This calculator pairs exact math with the entire ladder to change an ideal resistance to a buildable part number in seconds. Not after three rounds of tweaking, your prototype matches your design the very first time around.

E24 Nearest Standard Resistor Calculator