Resistors are one of the most fundamental components in electronics. Whether you’re building a simple LED circuit or designing a complex electronic device, you’ll almost certainly use resistors.
Lesson Locked
We keep this course completely free by showing one short sponsored video before playback.
Their primary job is to control the flow of electric current. Without them, many electronic components would receive excessive current and could be permanently damaged.
Before understanding what a resistor does, it’s important to first understand two basic electrical quantities: voltage and current.
What is voltage?
Voltage is the electrical pressure that pushes electric charge through a circuit.
A simple way to visualize voltage is by using a water tank. Imagine a tank filled with water and connected to a hose at the bottom. The higher the water level, the greater the water pressure at the hose.
Similarly, a battery creates an electrical pressure that pushes electrons through a circuit. This electrical pressure is called voltage. Voltage is represented by the symbol V and is measured in volts (V).
What is current?
Current is the flow of electric charge through a conductor.
Continuing with the water tank analogy, current is similar to the amount of water flowing through the hose every second. A higher water flow corresponds to a larger electric current. Current is represented by the symbol I and is measured in amperes (A).
In general, increasing the voltage increases the current flowing through a circuit, provided the resistance remains unchanged.
What is resistance?
Now imagine squeezing the hose so that its opening becomes narrower. Although the water pressure remains the same, less water flows through the hose because the narrow opening resists the flow of water.
Electrical circuits behave in a similar way. Every material opposes the flow of electric current to some extent. This opposition is known as electrical resistance. Resistance is represented by the symbol R and is measured in ohms (Ω).
What is a resistor?
A resistor is a passive, two-terminal electronic component that provides a specific amount of electrical resistance in a circuit. Its primary purpose is to limit or control the flow of current. Since resistors do not generate electrical energy or amplify signals, they are classified as passive components.
Ohm’s Law
Voltage, current, and resistance are related by one of the most important equations in electronics, known as Ohm’s Law.
V = I × R
where:
- V = Voltage (Volts)
- I = Current (Amperes)
- R = Resistance (Ohms)
According to Ohm’s Law:
- Increasing the voltage increases the current if the resistance remains constant.
- Increasing the resistance decreases the current if the voltage remains constant.
This simple relationship forms the foundation of almost every electrical and electronic circuit.
Every material has resistance
Many beginners think only resistors have resistance, but that’s not true. Every material offers some resistance to the flow of electric current.
For example:
- Human skin has a relatively high resistance, although the exact value varies depending on whether the skin is dry or wet.
- A graphite line drawn with a pencil conducts electricity and has measurable resistance.
- Even a copper wire has a small amount of resistance, although it is much lower than most other materials.
Materials with very high resistance are called insulators, while those with very low resistance are called conductors.
Types of resistors
Resistors are available in many different forms depending on the application.
Some common types include:
- Fixed resistors
- Variable resistors (Potentiometers)
- Surface Mount (SMD) resistors
- Wire-wound resistors
- Metal film resistors
- Carbon film resistors
Among these, fixed resistors are the most commonly used in beginner electronics projects.
Understanding resistor color codes
Most through-hole resistors are too small to print their resistance value directly on the body. Instead, they use colored bands.
A typical four-band resistor uses:
- First band – First significant digit
- Second band – Second significant digit
- Third band – Multiplier
- Fourth band – Tolerance
The color sequence for remembering the digits is:
BBROYGBVGW
Black, Brown, Red, Orange, Yellow, Green, Blue, Violet, Grey, White
For example, consider a resistor with the following color bands:
Brown – Black – Red – Gold
- Brown = 1
- Black = 0
- Red = ×100
Therefore,
10 × 100 = 1000 Ω (1 kΩ)
The gold band indicates a tolerance of ±5%, meaning the actual resistance may vary by up to 5% above or below its rated value.
Today, numerous online resistor color code calculators can quickly determine the resistance value by simply selecting the color bands.
Combining resistors
Sometimes you may not have a resistor with the exact value you need. In such cases, two or more resistors can be connected together to obtain a different equivalent resistance.
There are two basic ways to connect resistors:
Series connection
When resistors are connected in series, their resistances simply add together.
For example,
1 kΩ + 1 kΩ = 2 kΩ
Series connections are commonly used when a higher resistance is required.
Parallel connection
When resistors are connected in parallel, the equivalent resistance is always lower than the smallest individual resistor.
For example, two 1 kΩ resistors connected in parallel produce an equivalent resistance of 500 Ω.
This allows you to obtain lower resistance values without purchasing additional components.
Why is a resistor used with an LED?
One of the most common uses of a resistor is limiting the current flowing through an LED. Suppose a blue LED with a forward voltage of approximately 3 V is connected to a 9 V battery. Without a resistor, the LED would draw excessive current and could burn out almost instantly.
By connecting a 220 Ω resistor in series with the LED, the current becomes:
Current = (9 V − 3 V) ÷ 220 Ω = 27 mA
This current is within the safe operating range of many standard indicator LEDs.
If the resistor value is increased to 1 kΩ, the current decreases, causing the LED to glow less brightly. Increasing the resistance further, for example to 10 kΩ, reduces the current so much that the LED may no longer emit visible light.
Summary
Resistors are among the most widely used components in electronics because they control the flow of current in a circuit. Understanding voltage, current, resistance, and Ohm’s Law makes it much easier to analyze and design electronic circuits.
As you begin building Arduino, ESP32, or other electronics projects, you’ll find that resistors are used everywhere—from protecting LEDs to creating voltage dividers and pull-up or pull-down circuits. Mastering this simple component is an important step toward understanding electronics as a whole.