AI

The code **103K** is a standard marking found on electronic components, most commonly **capacitors** (ceramic discs, multilayer ceramic, or film capacitors). It describes the component's capacitance value and its tolerance.
---
### 1. Breaking Down the Code "103K"
The code is divided into three parts: the first two digits, the multiplier (third digit), and the tolerance letter.
| Part | Value | Meaning |
| :--- | :--- | :--- |
| **10** | Significant Digits | The base number is 10. |
| **3** | Multiplier | Multiply by $10^3$ (or add three zeros). |
| **K** | Tolerance | Accuracy of the value ($\pm 10\%$). |
---
### 2. Calculating the Capacitance
To find the value in Picofarads (pF), you take the first two digits and append the number of zeros indicated by the third digit:
$$10 + 000 = 10,000 \text{ pF}$$
#### Conversions to Other Units:
| Unit | Value |
| :--- | :--- |
| **Picofarads (pF)** | 10,000 pF |
| **Nanofarads (nF)** | 10 nF |
| **Microfarads ($\mu$F)** | 0.01 $\mu$F |
---
### 3. Understanding the "K" (Tolerance)
The letter suffix indicates how much the actual capacitance might vary from the stated 10nF due to manufacturing processes.
* **K = $\pm 10\%$**
* This means the actual value of a "103K" capacitor can range between **9,000 pF (9nF)** and **11,000 pF (11nF)**.
#### Common Tolerance Letter Codes:
* **J**: $\pm 5\%$
* **K**: $\pm 10\%$
* **M**: $\pm 20\%$
---
### 4. Other Possible Specifications
While "103K" tells you the capacitance, you must also look for other markings on the body of the part for:
* **Voltage Rating:** Often printed below the code (e.g., 50V, 1KV). This is the maximum voltage the part can handle before failing.
* **Temperature Coefficient:** Codes like **X7R**, **Y5V**, or **NPO/C0G** indicate how the capacitance changes with temperature.
---
- ⤷
How do I read a capacitor code if it only has two digits?
- ⤷ What is the difference between a 103K ceramic capacitor and a 103K film capacitor?
- ⤷ How can I test a 103K capacitor using a multimeter?