If you are squinting at a tiny rectangular component on a PCB and reading the characters 01D, you are looking at a 100 kΩ (100,000 ohms) surface-mount resistor with a ±1% tolerance. Because standard 0603 and 0805 packages lack the physical real estate for a four-digit numerical code, manufacturers use the EIA-96 marking system to encode precision values. Misreading this code or substituting the wrong dielectric type in a sensitive analog circuit is a fast track to a failed board spin.
Decoding the EIA-96 Marking System
The EIA-96 standard uses a three-character alphanumeric code: two digits followed by a letter. This system is almost exclusively reserved for 1% tolerance resistors. Here is how to break down the 01D marking:
- The Digits (01): The first two numbers represent a three-digit significant figure code defined in the EIA-96 lookup table. The code
01corresponds to the base value 100. - The Letter (D): The letter acts as the multiplier. In the EIA-96 standard,
Dmeans $10^3$ (or 1,000). - The Math: $100 \times 1,000 = 100,000 \Omega$, which is 100 kΩ.
For context on the bench, here is a quick reference for the multiplier letters you will encounter most often when sorting your SMD bins:
| Letter | Multiplier | Example Code | Base Value | Final Resistance |
|---|---|---|---|---|
| A | $10^0$ (1) | 01A | 100 | 100 Ω |
| B | $10^1$ (10) | 01B | 100 | 1 kΩ |
| C | $10^2$ (100) | 01C | 100 | 10 kΩ |
| D | $10^3$ (1,000) | 01D | 100 | 100 kΩ |
| E | $10^4$ (10,000) | 01E | 100 | 1 MΩ |
| F | $10^5$ (100,000) | 01F | 100 | 10 MΩ |
For a complete lookup table of the 96 base codes, the All About Circuits reference textbook maintains a reliable, searchable index of the EIA-96 standard.
SMD Resistor Construction: Which Type for Which Job?
Knowing the resistance is only half the battle. If you are sourcing an 01D resistor for a new design, you must select the correct internal construction. A 100 kΩ thick-film resistor and a 100 kΩ thin-film resistor will behave identically in a DC pull-up network, but vastly differently in a high-gain transimpedance amplifier.
| Construction Type | Typical Tolerance | Tempco (TCR) | Parasitic Traits | Typical Use Case |
|---|---|---|---|---|
| Thick Film (Ruthenium Oxide) | 1% to 5% | 100 - 200 ppm/°C | Higher current noise, slight inductance | Digital pull-ups, LED current limiting, general voltage dividers. |
| Thin Film (Nichrome / Tantalum Nitride) | 0.1% to 1% | 10 - 50 ppm/°C | Very low noise, minimal parasitic inductance | Op-amp feedback networks, ADC reference dividers, audio signal paths. |
| Metal Foil | 0.01% to 0.1% | < 2 ppm/°C | Negligible capacitance/inductance | Precision metrology, 6.5-digit multimeter front-ends, lab calibration. |
| Current Sense (Metal Strip) | 0.5% to 1% | 50 - 100 ppm/°C | Extremely low inductance, high thermal mass | SMPS current limiting, motor driver shunts (Note: Rarely 100 kΩ). |
Selection Criteria: If your 01D resistor is setting the gain for an op-amp or dividing down a voltage reference for a 16-bit ADC, you must specify thin film. Thick film resistors exhibit high Voltage Coefficient of Resistance (VCR) and excess current noise, which will inject measurable jitter into your ADC readings. According to Digi-Key's technical guides on TCR, ignoring temperature drift in precision dividers can easily introduce 0.5% error over a standard 0°C to 70°C commercial operating range.
Bench Scenario: When a 100kΩ "01D" Fails the Feedback Loop
Abstract datasheets only tell you so much. Here is a real-world bench scenario demonstrating how easily an EIA-96 misread can derail a prototype.
The Setup: I was building a low-noise non-inverting amplifier stage to condition a piezoelectric sensor signal. The target gain was 11. The formula for a non-inverting op-amp is $Gain = 1 + (R_f / R_g)$. To achieve a gain of 11, I needed $R_f = 100\text{ k}\Omega$ and $R_g = 10\text{ k}\Omega$.
The Numbers:
I pulled two resistors from my organized SMD bins.
Resistor A (Feedback): Marked 01D (100 kΩ).
Resistor B (Ground): Marked 01C (10 kΩ).
Expected Gain: $1 + (100,000 / 10,000) = 11$.
The Outcome: I soldered the components under the microscope, applied power, and injected a 100 mV peak-to-peak sine wave from the function generator. The oscilloscope showed an output of barely 110 mV. The gain was 1.1, not 11. The signal was entirely lost in the noise floor of my downstream ADC.
What Went Wrong: Under the harsh LED ring light of the microscope, the letters C and D on the tiny 0603 packages looked nearly identical. I had accidentally placed the 01C (10 kΩ) resistor in the feedback loop ($R_f$) and the 01D (100 kΩ) resistor to ground ($R_g$).
Actual Gain: $1 + (10,000 / 100,000) = 1.1$.
The Fix: Always verify SMD EIA-96 codes with a multimeter in-circuit or on the bench before applying flux, especially when dealing with adjacent multiplier codes like C and D.
Visual Failure Modes and Autopsy of a Blown SMD Resistor
A standard 0603 SMD resistor is rated for 0.1W (100 mW) of power dissipation. If you place an 01D (100 kΩ) resistor across a 120V AC mains line (which peaks at roughly 170V), the power dissipation is $P = V^2 / R = 170^2 / 100,000 = 0.289W$. You have just overloaded the component by nearly 300%.
When an 01D resistor fails due to overpowering or thermal shock, it rarely goes completely open-circuit immediately. Instead, it exhibits specific visual and electrical symptoms:
- Delamination and Swelling: The epoxy binder in the thick-film paste vaporizes. Under a microscope, you will see a distinct bulge or a micro-fissure running horizontally across the black body of the resistor.
- Carbon Tracking: The intense heat carbonizes the epoxy, creating a conductive path across the laser-trimmed L-cut inside the resistive element. This causes the resistance to drift downward (e.g., your 100 kΩ part might measure 85 kΩ) before eventually shorting.
- Solder Wicking and Tombstoning: If the resistor overheats during wave soldering or rework, the solder surface tension can pull the component upright (tombstoning) or cause the solder to wick entirely off the pad, leaving a brittle, high-resistance mechanical joint.
Safe Substitution Rules When the Exact 01D is Missing
You are debugging a board at 2 AM, your 100 kΩ 0603 feeder is empty, and you need to test a circuit now. Substituting SMD resistors is common, but you must follow strict engineering rules to avoid introducing new bugs.
- Match the Tolerance and TCR: If the original BOM calls for a 1% thin-film 01D, do not substitute a 5% thick-film part. The 5% part could be anywhere from 95 kΩ to 105 kΩ, which will shift your voltage divider ratio and potentially push an ADC reading out of calibration.
- Series/Parallel Stacking: If you only have 200 kΩ (Code:
60D) resistors, you can solder two in parallel to achieve 100 kΩ. However, be aware that stacking 0603 components increases the parasitic capacitance. A single 0603 resistor has roughly 0.1 pF of parasitic parallel capacitance. Stacking them or using larger 1206 packages will lower the self-resonant frequency, which can cause phase-margin issues in high-speed op-amp feedback loops. - Wattage Derating: You can always substitute a larger physical package (e.g., using an 0805 100 kΩ instead of a 0603) to increase the power handling capability. Just ensure the larger pads on your PCB can accommodate the 0805 footprint, or use a short jumper wire to bridge the gap if you are dead-bugging the repair.
- Voltage Coefficient Check: If the 100 kΩ resistor is operating above 50V DC, thick-film resistors will exhibit a non-linear drop in resistance as voltage increases. If your exact 01D is missing and the circuit is high-voltage, substitute with a thin-film or metal-glaze part to maintain linearity.
Mastering the EIA-96 code takes a bit of bench time, but keeping a printed lookup chart near your soldering station—and verifying critical analog parts with a multimeter before tacking them down—will save you hours of oscilloscope debugging.






