SMD Resistor Code Calculator Formula
Understand the math behind the smd resistor code calculator. Each variable explained with a worked example.
Formulas Used
Resistance
resistance = base_val * pow(10, mult_exp)Resistance (k)
resistance_k = base_val * pow(10, mult_exp) / 1000Variables
| Variable | Description | Default |
|---|---|---|
digit1 | First Digit | 4 |
digit2 | Second Digit | 7 |
mult_exp | Third Digit (10^x) | 2 |
base_val | Derived value= digit1 * 10 + digit2 | calculated |
How It Works
SMD Resistor Code
3-Digit Format: XYZ
Example: 472 = 47 x 10^2 = 4700 ohms
Worked Example
SMD code 472.
digit1 = 4digit2 = 7mult_exp = 2
- 01Base = 47
- 02Multiplier = 100
- 03Resistance = 4700 ohms = 4.7k
Frequently Asked Questions
What does R mean in SMD codes?
R is a decimal point. 4R7 = 4.7 ohms.
What is EIA-96?
A lookup-table code system for 1% SMD resistors.
How small are SMDs?
From 0201 (0.6x0.3 mm) to 2512 (6.3x3.2 mm).
Learn More
Guide
Understanding Resistor Color Codes
Learn how to read resistor color codes for 4-band, 5-band, and 6-band resistors. Includes the color chart, tolerance bands, and tips for quick identification.
Ready to run the numbers?
Open SMD Resistor Code Calculator