Getting a Non-Standard Resistance from Standard Parts
When no single standard resistor hits your target, combining, rounding, trimming, or stacking parts will.
Why Standard Parts Don't Always Match
Resistors are manufactured in a small set of standard values — the E6 through E192 series — spaced logarithmically so that every value is within a fixed percentage of its neighbor. That spacing is deliberate: it lets a manufacturer cover every possible resistance with the fewest distinct parts, at the cost of never landing exactly on an arbitrary number. A design that needs, say, 4.318 kΩ for a precise gain or divider ratio simply will not find a single off-the-shelf resistor at that value, no matter how many catalogs you search.
This is a routine situation, not an edge case. It comes up whenever a target value is derived from a formula — a gain equation, a filter corner frequency, a divider ratio — rather than chosen from a parts list to begin with. The good news is that a handful of practical techniques cover almost every case, and which one applies depends mostly on how tight the tolerance requirement actually is.
Combine Resistors You Already Stock
The most direct fix is to wire two or more resistors from your existing parts bin into a series, parallel, or mixed network that lands closer to the target than any single standard part. Two resistors in series simply add: 3.3 kΩ + 1 kΩ gives 4.3 kΩ, closer to an odd target than either part alone. Two in parallel combine by the product-over-sum rule and always land below the smaller of the two values, which is useful when the target sits just under a standard value. Mixing the two — two resistors in parallel, then in series with a third — opens up a much finer set of achievable values from the same small bin of parts.
The advantage of this approach is that it uses parts you already have on hand, so there is no extra lead time and no new line item on the BOM if the values you need are already common in your stock. The trade-off is board space and assembly cost: every extra resistor is another placement, another solder joint, and another tolerance stack-up to account for when the network feeds something sensitive.
Check Whether the Nearest Standard Value Is Close Enough
Before adding a second resistor at all, check whether the single nearest E-series value is close enough for the job. Every design has some tolerance budget — the amount of error the rest of the circuit can absorb without the output drifting out of spec — and if the gap between your calculated target and the nearest standard value fits inside that budget, the simplest solution is to use the one part and move on.
For example, a pull-up resistor or an LED current-limiting resistor usually tolerates a few percent of error without any visible effect, so rounding to the nearest E12 or E24 value is almost always fine. A precision voltage reference divider or a current-sense gain stage has a much smaller budget, and rounding error there can matter directly. Work out the percentage difference between the target and the nearest standard value, compare it against what the circuit can tolerate — including the resistor's own rated tolerance — and only reach for a combination of parts once the single-resistor error exceeds that budget.
Use a Trimmer or Potentiometer for Field Calibration
A fixed combination of resistors is the right tool when the target value is known and fixed at design time. It is the wrong tool when the circuit instead needs to be adjusted — per unit, over temperature, or in the field — because no fixed network of standard resistors can be tuned after assembly. That is what a trimmer potentiometer is for: wire it in place of (or in series with) a fixed resistor, and calibration becomes a screwdriver adjustment rather than a re-spin of the BOM.
Trimmers cost more than an equivalent fixed resistor, take up more board space, and add a mechanical part that can drift or need re-adjustment, so they are not a substitute for getting the nominal value right — they solve a different problem. Use a fixed resistor or combination when the design target is stable and known in advance, and reserve a trimmer for cases where each unit genuinely needs its own value dialed in after the board is built, such as offset nulling or output-level calibration against a reference standard.
Stack Two Precision Parts for Tight-Tolerance References
At the tight end of the spectrum — voltage references, precision current-sense circuits, calibration-grade dividers — even a single 0.1% resistor at the nearest standard value can leave more error than the design allows. The fix there is the same combination principle applied with precision parts instead of general-purpose ones: put a coarse precision resistor in series or parallel with a second, much smaller precision value, so the pair lands on the exact target while each part keeps its own tight tolerance rating.
Because both parts carry a low tolerance, the combined error stays low too, rather than being swamped by a single loosely-toleranced part. This costs a second precision component and its own placement, so it is worth reserving for circuits where the tolerance budget is genuinely tight — a lab-grade reference or a metrology-adjacent measurement — rather than applying it by default.
Why This Is a Search Problem, Not a Mental-Math Problem
Once you decide combining resistors is the right approach, the next question is which combination to use — and that is where hand calculation stops scaling. A parts bin of just 10 to 15 resistor values, combined across circuits of 2 to 4 resistors and every series, parallel, and mixed topology, produces thousands of distinct candidate networks. Working through them by hand means computing the resulting resistance and error for each one and keeping track of the best result so far — minutes per candidate, hours for a search thorough enough to trust.
This is exactly the kind of exhaustive, repetitive search a computer does well and a person does poorly. Instead of picking a handful of combinations to check by hand and hoping one of them is close enough, an automated search evaluates every valid combination of your available resistors across every topology and returns the closest matches ranked by error — the same search the Resistor Combination Finder runs in seconds.
Explore the Tool
Related Guides
Standard Resistor Values — E6 to E192 Reference Tables
Look up the nearest standard value directly before deciding whether a combination of parts is worth the extra component.
How to Calculate Parallel Resistance
The formulas behind the parallel and mixed networks used to reach a non-standard target from parts you already stock.
Frequently Asked Questions
- What do I do if the exact resistance I need is not a standard value?
- Combine two or more resistors you already have in series, parallel, or a mixed network to land closer to the target than any single standard part can. If the circuit tolerates a small error, the nearest standard E-series value alone may already be good enough — check that before reaching for extra parts.
- Is it better to combine resistors or just round to the nearest standard value?
- It depends on what the resistance feeds. If the circuit's own tolerance budget already absorbs the rounding error — a bias resistor or a pull-up, for example — using the single nearest standard value is simpler and cheaper. If the value sets a gain, a reference, or a precision divider ratio, combining parts to close the gap is usually worth the extra component.
- When should I use a trimmer or potentiometer instead of fixed resistors?
- Use a trimmer when the circuit needs field calibration — a value that has to be adjusted per unit or over time — rather than a single fixed precision value baked in at design time. A trimmer trades a small footprint and cost increase for the ability to dial in the exact resistance after assembly, which a fixed combination of resistors cannot do.
- How do I get a very precise resistance for a reference circuit?
- Stack two precision resistors — for example a coarse value in series or parallel with a much smaller trim value — so their combined tolerance is tighter than any single standard part offers. This is the standard approach for voltage references and precision current-sense circuits where a single 0.1% resistor still is not precise enough on its own.
- Why not just work out the combination by hand?
- Even a modest parts bin of 10-15 resistor values produces thousands of candidate series, parallel, and mixed combinations once you consider circuits of 2 to 4 resistors. Checking each one by hand for its resulting resistance and error takes hours; an automated search evaluates the entire space in seconds.
- Does combining resistors always give a better result than a single standard part?
- Usually, but not always — it depends on what is in your parts bin and how close a single E-series value already sits to the target. Run the numbers rather than assuming: a combination search shows you both options side by side so you can pick the smallest circuit that meets your accuracy requirement.