The Short Answer: What Are Resistors and How Do They Work?
A resistor is a passive, two-terminal electrical component that restricts current flow and drops voltage within a circuit. If you picture electricity as water flowing through a pipe, a resistor acts as a deliberate pinch in that pipe. It doesn't stop the flow entirely, but it limits the volume (current) and creates a pressure drop (voltage drop) across its terminals.
The relationship is governed by Ohm's Law (V = I × R). Let's look at a concrete bench example. You have a 5V USB power source and want to drive a standard red LED that requires 2V at 20mA (0.02A). The resistor must drop the remaining 3V (5V - 2V).
- Resistance needed: R = V / I → 3V / 0.02A = 150Ω
- Power dissipated: P = V × I → 3V × 0.02A = 0.06W
Since 0.06W is well below the 0.25W rating of a standard 1/4W through-hole resistor, a 150Ω 1/4W resistor will run cool and safely limit the current. For a deeper theoretical foundation on how these components interact with DC networks, the All About Circuits DC textbook chapter on resistors provides excellent foundational math.
Resistor Types: Which One for Which Job?
Not all resistors are created equal. Selecting the right construction type prevents noise issues, thermal drift, and high-frequency parasitic failures. Here is the selection matrix for common bench and production parts:
| Type | Construction | Tolerance | Tempco (ppm/°C) | Typical Use Case |
|---|---|---|---|---|
| Carbon Composition | Carbon/clay mix molded body | ±5% to ±20% | High (>1000) | Vintage audio repair, high-energy pulse snubbers |
| Carbon Film | Carbon layer on ceramic former | ±2% to ±5% | ~500 | Legacy general-purpose, low-cost consumer goods |
| Metal Film | NiCr sputtered on ceramic | ±0.1% to ±1% | 50 - 100 | Precision DC circuits, op-amp feedback, audio |
| Thick Film (SMD) | Ruthenium oxide paste fired | ±1% to ±5% | 100 - 200 | Standard SMD PCB assembly, pull-ups/pull-downs |
| Wirewound | Nichrome wire wound on core | ±0.01% to ±1% | 20 - 50 | High power braking, current sense shunts |
| Metal Foil | Etched NiCr foil bonded to substrate | ±0.005% | < 1 | Lab metrology, precision DACs, medical instruments |
Decoding the Markings: Color Bands and SMD Codes
Knowing what the markings mean is mandatory for sorting your component bins. Through-hole resistors use the IEC 60062 color code, while surface mount devices (SMD) use printed numeric codes.
Through-Hole Color Bands
For a standard 4-band resistor, the first two bands are significant digits, the third is the multiplier, and the fourth is tolerance.
- Example: Brown (1), Black (0), Red (×100), Gold (±5%).
- Calculation: 10 × 100 = 1,000Ω (1kΩ) with a 5% tolerance.
For 5-band precision resistors (usually metal film), the first three bands are digits, the fourth is the multiplier, and the fifth is tolerance. A 5-band Red-Red-Black-Brown-Brown translates to 2-2-0 × 10 = 2,200Ω (2.2kΩ) at ±1%.
SMD Numeric Codes
SMD resistors are too small for color bands, so they use a 3-digit or 4-digit system. According to standard electronics marking conventions, the last digit is always the multiplier (power of 10).
- 3-Digit (5% tolerance): '103' means 10 × 10³ = 10,000Ω (10kΩ).
- 4-Digit (1% tolerance): '1002' means 100 × 10² = 10,000Ω (10kΩ).
- EIA-96 Code: Ultra-small 0603 1% resistors use a 2-digit/letter code (e.g., '01C'). You must look up an EIA-96 chart; '01' = 100, and 'C' = ×100, yielding 10kΩ.
Failure Modes: How Resistors Die and What It Looks Like
Unlike capacitors (which love to short out) or semiconductors (which can fail in unpredictable ways), resistors almost always fail open. When they overheat, the resistive element breaks, stopping current flow entirely to protect the rest of the circuit. Here is what to look for when troubleshooting a dead board:
- Carbon Composition: Prone to moisture absorption. Visual symptoms include hairline cracks along the molded body or a bulging epoxy coating. Resistance usually drifts high before failing open.
- Metal/Carbon Film: When subjected to power beyond their wattage rating, the blue or tan epoxy body will scorch, turning dark brown or black. You may see a physical blister where the internal film vaporized.
- Wirewound (Ceramic Housed): The outer white ceramic block may crack or show soot marks near the terminals. Internally, the thermal cycling breaks the weld connecting the resistance wire to the metal end cap.
The Substitution Matrix: Swapping Parts Safely
When you are mid-build and missing the exact BOM part, you can substitute safely if you follow these four rules:
- Wattage can go up, never down. If the schematic calls for a 1/4W (0.25W) resistor, a 1/2W (0.5W) or 1W part is perfectly safe. Just ensure the larger physical footprint fits your PCB pads.
- Tolerance can go tighter, never looser. Substituting a 1% metal film for a 5% carbon film is an upgrade. Swapping a 5% into a 1% precision voltage divider will ruin your circuit's accuracy.
- Match the Temperature Coefficient (Tempco) in precision loops. If you are building a temperature sensor or a precision current source, swapping a 50ppm/°C metal film for a 200ppm/°C thick film will cause your readings to drift as the board warms up.
- Watch the parasitics in high-speed circuits. Do not substitute a wirewound power resistor for a metal oxide or metal film power resistor in high-frequency switching applications, even if the wattage and resistance match perfectly.
Frequently Asked Questions
What are resistors used for in a basic LED circuit?
In an LED circuit, the resistor acts as a current limiter. LEDs are non-linear devices; once they reach their forward voltage threshold, their internal resistance drops to near zero, and they will draw infinite current until they burn out. The resistor sets a hard ceiling on the maximum current, ensuring the LED operates at its rated brightness and lifespan.
What are resistors measured in, and what do the prefixes mean?
Resistance is measured in Ohms (Ω). Because raw ohm values get unwieldy, we use standard metric prefixes. 'k' stands for kilo (×1,000), so 4.7kΩ is 4,700 ohms. 'M' stands for Mega (×1,000,000), so 2.2MΩ is 2,200,000 ohms. On schematics and older PCBs, you might see the prefix used as a decimal point (e.g., '4k7' means 4.7kΩ, and '2M2' means 2.2MΩ) to prevent readability issues if the printed decimal point rubs off.
What are resistors made of inside a standard SMD package?
A standard thick-film SMD resistor consists of an alumina (ceramic) substrate base. The resistive element is a paste made of ruthenium oxide and glass, which is screen-printed onto the ceramic and fired at high temperatures. A laser then trims the resistive layer into a serpentine pattern to dial in the exact target resistance before a protective glass overcoat and solderable nickel/tin terminations are applied.
What are resistors doing when they get hot to the touch?
Resistors convert electrical energy into heat energy. If a resistor is warm to the touch, it is simply dissipating its calculated wattage. A 1/4W resistor dissipating 0.15W will feel quite warm (often reaching 50°C to 60°C on the surface) but is operating well within its safe limits. However, if a resistor is too hot to keep your finger on for more than a second (exceeding ~70°C surface temp), it is likely running near its maximum rated power, which drastically reduces its long-term reliability and causes resistance drift.






