Resistor Types, Tolerances, and Power Ratings Explained
Last updated 27 June 2026 · 8 min read
Direct Answer
Resistors are classified by construction, tolerance, and power rating. The most common types are: carbon film (±5% tolerance, inexpensive, general purpose), metal film (±1% tolerance, low noise, stable — the standard choice for most analog and precision circuits), and wirewound (high power handling, very low resistance values). SMD (surface mount) resistors are the dominant form in modern PCB design, available in sizes from 0201 to 2512. Preferred values follow the E-series standard (IEC 60063): E12 has 12 values per decade (±10% spacing), E24 has 24 values (±5%), E48 has 48 values (±2%), E96 has 96 values (±1%). Temperature coefficient of resistance (TCR, in ppm/°C) measures how much the resistance changes with temperature — thin-film (metal film) SMD resistors offer 25–100 ppm/°C, while precision film types reach below 10 ppm/°C.
Detailed Explanation
Resistors are the most fundamental passive component in electronics, present in virtually every circuit. Understanding how to select them goes beyond looking up a value in a distributor catalogue — tolerances, temperature coefficients, noise, and package size all affect circuit performance and manufacturability.
Construction Types
Carbon film resistors: Manufactured by depositing a carbon film on a ceramic substrate. Tolerances of ±5% are standard; tighter grades exist but are obsolete in most applications. Carbon film exhibits higher voltage noise than metal film (relevant in low-noise amplifiers) and moderately high temperature coefficient (~200–500 ppm/°C). Still common in through-hole designs and repair work, but largely superseded by metal film for any precision or noise-sensitive application.
Metal film resistors: A thin metal film (nichrome, tantalum nitride) deposited on ceramic and laser-trimmed to value. Standard tolerances are ±1% and ±0.1%; some series reach ±0.01%. Temperature coefficient is typically 25–100 ppm/°C for 1% types, down to 5–10 ppm/°C for precision types. Noise is lower than carbon film. Metal film is the correct choice for: op-amp gain-setting resistors, voltage reference dividers, measurement shunts, and any application sensitive to thermal drift.
Wirewound resistors: Resistance wire wound on a ceramic or fibreglass core. Excellent power handling (1 W to hundreds of watts), very low resistance values available (0.001 Ω), tight tolerances (±0.01%), and very low noise. However, wirewound construction creates inductance — problematic in AC circuits and switching supplies above a few kHz. Non-inductive wirewound designs are available (bi-filar winding) for high-power precision applications.
Thick-film SMD resistors: The dominant form in SMD manufacturing. A resistive paste is screen-printed on an alumina (Al₂O₃) substrate. Standard 1% and 5% tolerances, 100–200 ppm/°C temperature coefficient. Easy to manufacture at very small sizes (0201, 0402, 0603) and at high volume. The vast majority of 0402 and 0603 resistors in modern designs are thick-film.
Thin-film SMD resistors: Sputtered metal film on ceramic — the SMD equivalent of through-hole metal film. Better TCR (25–50 ppm/°C for standard thin-film; 5–10 ppm/°C for precision types), lower noise. Used for precision analog, medical, and measurement applications. More expensive than thick-film; not necessary for most digital or non-precision analog circuits.
E-Series Preferred Values
Resistors are manufactured in standardised value ranges defined by IEC 60063. Each series divides each decade (10–100 Ω, 100–1000 Ω, etc.) into a fixed number of values, logarithmically spaced:
| Series | Values per decade | Typical tolerance | Spacing |
|---|---|---|---|
| E12 | 12 | ±10% | ~26% |
| E24 | 24 | ±5% | ~10% |
| E48 | 48 | ±2% | ~4% |
| E96 | 96 | ±1% | ~2% |
| E192 | 192 | ±0.5%, ±0.25%, ±0.1% | ~1% |
Common E24 values include: 10, 12, 15, 18, 22, 27, 33, 39, 47, 56, 68, 82 (Ω, kΩ, MΩ).
The E96 series is the standard for 1% precision resistors. When an exact value isn't available, the design should use a pair of standard values (series or parallel combination) to synthesise the needed resistance, or accept the nearest standard value and account for the tolerance in the error budget.
Power Rating and Derating
The power rating is the maximum continuous power dissipation at a reference temperature (typically 70°C for SMD; 25°C for some through-hole types). Exceeding this causes thermal runaway and permanent resistance shift or failure.
Common SMD power ratings:
| Package | Typical power rating | Notes |
|---|---|---|
| 0201 | 1/20 W (50 mW) | Very small; limit to low-current paths |
| 0402 | 1/16 W (62 mW) | Default in compact designs |
| 0603 | 1/10 W (100 mW) | Better for hand-rework and slightly higher power |
| 0805 | 1/8 W (125 mW) or 1/4 W | Depends on manufacturer and substrate |
| 1206 | 1/4 W (250 mW) | High-power digital or moderate analog |
| 2512 | 1 W or more | High-power shunts, current sensing |
Derating for reliability: In a final product design, derate resistors to 50–70% of their rated power at the maximum expected PCB temperature. This is not paranoia — a resistor dissipating its full rated power at elevated ambient temperature (e.g. inside a sealed enclosure in an Australian summer) will run at or above its rated junction temperature, degrading its resistance value and lifespan.
Power dissipation: P = V²/R = I²R. For a voltage divider running from 12 V to 3.3 V with 10 kΩ resistors, P = 12² / (10,000 + 3,906) ≈ 10 mW — well within 0402 limits. For a 1 Ω current-sense resistor carrying 500 mA, P = 0.5² × 1 = 250 mW, which needs at least an 0805 in a 1206 package with adequate copper area to stay in spec.
Temperature Coefficient of Resistance (TCR)
TCR measures resistance drift with temperature, in parts per million per degree Celsius (ppm/°C). A resistor with 100 ppm/°C changes by 0.01% per degree. Over a 50°C operating range, this is a 0.5% change — equivalent to adding a ±0.5% tolerance on top of the initial accuracy.
For circuits where resistance stability over temperature matters (gain-setting resistors, voltage reference dividers, precision current sources), calculate the total error budget:
Total tolerance = initial tolerance + (TCR × ΔT × 10⁻⁶)
For a 1%, 100 ppm/°C resistor over ΔT = 50°C: total error = 1% + 0.5% = 1.5%.
If this is unacceptable, use a low-TCR thin-film resistor (25 ppm/°C) to reduce the thermal component to 0.125% over the same range.
Noise in Resistors
Resistors generate two types of noise:
Thermal (Johnson-Nyquist) noise: Present in all resistors, irreducible. Vrms = √(4kTRB), where k = 1.38 × 10⁻²³ J/K, T is temperature in Kelvin, R is resistance in ohms, and B is bandwidth in Hz. For a 10 kΩ resistor at room temperature in a 10 kHz bandwidth: Vrms = √(4 × 1.38×10⁻²³ × 300 × 10,000 × 10,000) ≈ 1.3 µV. This limits precision; using lower resistance values reduces thermal noise but requires more current.
Excess (current) noise: Additional 1/f noise present in carbon film and thick-film resistors when current flows. Not present in metal film or wirewound. Excess noise is specified in µV/V (microvolts of noise per volt across the resistor per decade of frequency). For low-noise amplifier designs (instrumentation, audio), use metal film or thin-film SMD resistors to avoid excess noise.
For op-amp and instrumentation amplifier circuits where resistors appear in the feedback network or gain-setting path, using low-noise thin-film resistors and keeping resistor values below 100 kΩ (for BJT-input op-amps) are standard practices to maintain the amplifier's noise performance.
For component selection guidance and analog circuit design as part of a product development engagement, Zeus Design's electronics engineering team supports the full design cycle from schematic to production.
Design Considerations
- Use E96 1% resistors by default in analog signal paths: The small additional cost over 5% types eliminates a common source of gain and offset error, especially in production where individual unit calibration is expensive.
- Specify a footprint with 10–20% extra copper area for high-power resistors: The thermal resistance from the resistor body to the PCB copper depends on pad area. Larger pads lower the thermal resistance, reducing the resistor's operating temperature and extending lifespan.
- Matched resistor networks for differential circuits: When two resistors must track each other over temperature (e.g. the four resistors in a Wheatstone bridge, or the two input resistors of a difference amplifier), use resistors from the same batch or a matched-pair resistor network. Matched resistor networks specify relative TCR (typically ±5 ppm/°C max between elements) rather than absolute TCR.
Common Mistakes
- Over-specifying tolerance when not needed: Using 0.1% metal film resistors for LED current limiters or UART pull-ups adds cost without benefit. Reserve tight tolerance for circuits where the value actually matters.
- Ignoring self-heating: A resistor dissipating significant power heats itself, shifting its resistance away from the ambient-temperature value. In precision circuits (shunts, bridge arms), this self-heating effect must be included in the error budget, not just the datasheet TCR.
- Using 5% (E24) values in a layout intended for 1% (E96) values: The E96 series includes values not in E24 (e.g. 4.02 kΩ is E96; the nearest E24 value is 3.9 kΩ, a 3% difference). Always select the correct E-series for the tolerance you're purchasing. Purchasing 5% toleranced resistors to an E96 value list doesn't buy you E96 values — it buys you E96 nominal values with 5% tolerance.
Frequently Asked Questions
- When do I need a 1% resistor vs a 5% resistor?
- For most digital pull-up and pull-down resistors, LED current limiters, and non-critical voltage dividers, 5% tolerance is perfectly adequate. Use 1% resistors when the resistor sets a gain, a timing constant, a voltage reference divider, a measurement current, or any other value where a 5% error in resistance would cause a meaningful circuit error. As a practical rule: any resistor that affects an analog signal path or a calibrated value should be 1%. Any resistor that just limits current or prevents a floating node can be 5%.
- What does the three-digit or four-digit code on an SMD resistor mean?
- Three-digit codes use the first two digits as the significant figures and the third as the multiplier (number of zeros to append): 472 = 47 × 100 = 4700 Ω = 4.7 kΩ. 100 = 10 × 1 = 10 Ω. 0R0 or 000 denotes a zero-ohm jumper. Four-digit codes follow the same pattern with three significant figures: 4702 = 470 × 100 = 47,000 Ω = 47 kΩ. EIA-96 coding (for 1% E96 series) uses a two-digit code and a letter multiplier: 01A = 100 Ω, where 01 is the E96 index and A means ×1.
- What SMD resistor size should I use?
- The default for most modern designs is 0402 or 0603. 0402 is compact and solders well with reflow, but is harder to rework by hand and has lower power rating (1/16 W). 0603 is slightly easier to handle, rated at 1/10 W, and is a practical default for designs that need occasional hand-soldering. 0805 (1/8–1/4 W) and 1206 (1/4 W) are used where higher power dissipation is needed. Avoid 0201 unless PCB area is critically constrained — they are very difficult to handle and inspect.
References
Related Questions
What Is a Voltage Divider and How Does It Work?
A voltage divider splits a voltage using two resistors in series. Covers the Vout formula, loading effect, Thevenin equivalent, and when not to use one.
What Is an Op-Amp (Operational Amplifier)?
An op-amp is a high-gain differential amplifier whose behaviour is determined by external feedback. Covers open-loop gain, virtual short, GBW, and applications.
What Are Inverting and Non-Inverting Op-Amp Amplifier Configurations?
The inverting amplifier sets gain as −Rf/Rin with phase inversion; non-inverting sets 1+Rf/Rin. Formulas, comparison table, and design rules.
Capacitor Types and How to Select the Right One
Covers ceramic (C0G, X5R, X7R), electrolytic, tantalum, and film capacitors — ESR, DC bias derating, and selection for bypass and filtering.
What Is an Instrumentation Amplifier and How Does It Work?
Covers the three-op-amp topology, gain formula G = 1 + 2R/Rg, CMRR, and in-amp applications for Wheatstone bridges and sensor front ends.
Optocoupler vs Digital Isolator: How Do You Choose?
Optocouplers suit low-speed, AC, and triac circuits. Digital isolators win for UART/SPI isolation and high-noise switching environments. How to choose.