One-sentence summary
A breadboard is a prototyping board with hidden metal connections inside, letting us build circuits by pushing components into holes instead of soldering them.
Why it matters
When we build a circuit for the first time, we usually make mistakes: a wire goes to the wrong place, a resistor value is off, or we plug a component in backwards. If every connection were soldered, we would have to melt the solder and remove it to fix each mistake. That is slow and tiring.
A breadboard (a solderless circuit board) solves exactly this problem. We push component legs into holes; if we do not like the result, we pull them out, move them, and try again. Nothing is permanent. This is why the breadboard is the most-used tool when learning electronics: trying, making mistakes, and fixing them is very easy.
In this lesson we will understand the hidden connections inside a breadboard. Once we can see the inside, we can explain for ourselves why a wire goes here and not there.
What a breadboard looks like
A breadboard is a plastic board with hundreds of tiny holes. Under each hole there is a springy metal clip. When we push a wire or a component leg into a hole, this clip grips it tightly and makes an electrical connection.
The holes are called tie points. A standard breadboard has hundreds of them, arranged in rows and columns.
When we pick up the board, we see three regions:
- A wide central area split in two by a notch (a groove down the middle).
- Long strips running along the top and bottom edges.
- Letters and numbers for addressing the holes (
1, 2, 3…for rows,A, B, C…for columns).
Example: The apartment building analogy
We can think of the breadboard like an apartment building. The numbers are like floor numbers and the letters are like apartment numbers on each floor. When we say E5, we mean one exact hole, just like saying "floor 5, apartment E." This addressing lets us tell a friend, "put the wire in A12, not over there."
The hidden connections inside
The real magic of a breadboard is hidden in how the holes connect on the inside. From the outside they all look separate, but some holes are joined by metal strips. We cannot build a circuit without knowing these strips.
1. Terminal strips (row groups in the central area)
In the central area, the holes are connected in groups of five. In the same row, the holes A B C D E are joined inside by a single metal strip. So electricity that reaches one of them reaches the other four as well.
Central area, one row (row 5):
Column: A B C D E |notch| F G H I J
o───o───o───o───o o───o───o───o───o
\____ connected ___/ \____ connected ___/
If we put a wire in A5 and a resistor in C5, the two are at the same electrical point, because they share the same strip.
Important rule: the connection runs within this group of five, not down the columns. A5 and A6 are not connected; A5 and E5 are connected.
2. The central notch (the bridge gap)
The groove in the exact middle of the board is not just decoration. This notch separates the two sides electrically. So E5 and F5 are not connected; the notch sits between them.
This gap is designed for components with two rows of legs, such as integrated circuits (ICs / chips). When we seat a chip over the notch, its left legs land on one side and its right legs on the other, so they do not short to each other.
3. Power rails (the edge strips)
The long strips along the top and bottom edges are called power rails. Usually one is marked with a red + line and the other with a blue − line.
Unlike the central area, the power rails are connected all the way across: one red rail is a single metal strip from end to end.
Top power rail:
+ o o o o o o o o o o o o o o o o o o o o (all connected)
- o o o o o o o o o o o o o o o o o o o o (all connected)
The reason is practical: we connect the battery's + terminal to the red rail once, and from then on we can draw + voltage from anywhere along that rail. The same is true for − (ground / GND). That way we do not have to wire the power source separately to every component.
Example: The train seat analogy
We can picture the groups of five in the central area like facing rows of seats in a train car: people in the same row count as one group, but they are not connected to the row behind them. The power rails, on the other hand, are like the long handrail that runs from one end of the car to the other: wherever you grab it, you touch the same bar.
How to place a component
When we plug in a component, there is really only one question: "Do I want these two legs to be on the same strip, or on different strips?"
- If the two legs go into the same strip, the component is short-circuited and does nothing.
- If the two legs go into different strips, the electricity between them is forced to pass through the component.
So when we place a resistor or an LED, we position it so its legs jump across the notch or land in different row groups.
Hands-on practice
There is no soldering and no cutting tool for this lesson. We will just work out the logic of the breadboard on paper. If you have a breadboard nearby, follow along by looking at it.
A simple first circuit: lighting one red LED safely. As a power source we will use a 3 V battery holder (2 × AA), and we will add a resistor to limit the current.
Let us find the resistor with Ohm's Law. A red LED drops about 2 V across itself, and the remaining voltage is across the resistor:
Source voltage: 3 V
Voltage across the LED: 2 V
Left for the resistor: 3 V − 2 V = 1 V
Target current: 0.01 A (10 mA)
R = V / I = 1 V / 0.01 A = 100 Ω
So a resistor of at least 100 Ω is suitable. To stay on the safe side we can choose a standard 150 Ω or 220 Ω resistor; the LED shines a little dimmer but is better protected.
Now the plan for placing components on the breadboard:
1. Connect the battery + terminal to the top red (+) rail.
2. Connect the battery − terminal to the top blue (−) rail.
3. Run a wire from the red rail into the central area:
put the wire in hole A5.
4. Put one resistor leg in C5 (same strip as A5),
and the other leg in C10 (a different strip).
5. Put the LED's long leg (+ / anode) in E10
(the strip where the resistor ends).
6. Put the LED's short leg (− / cathode) on the other
side of the notch, in F10.
7. Run a wire from the F10 strip back to the blue (−) rail.
Path: battery(+) → rail → A5=C5 → resistor → C10=E10
→ LED → F10 → rail → battery(−)
Trace it with a pencil: electricity leaves the battery's + terminal, passes through the resistor and the LED, then returns to the − terminal. This forms a closed path (a circuit). If the path is broken anywhere, the LED will not light.
Ask yourself
- What would happen if both LED legs went into the same strip?
- What if we left out the resistor entirely, how large would the current be? (Hint:
3 V / a very small resistance.)
Common mistakes
Putting both legs in the same strip
If both legs of a resistor or LED land in the same group of five, the component is bridged and does nothing. The legs must always go to different strips.
Forgetting the notch
Thinking that E5 and F5 are connected is a common misunderstanding. The notch separates the two sides; there is no connection crossing the middle.
Confusing the power rail with the central area
The power rails are connected all the way across; the central area is only connected in groups of five. Mixing them up connects components in unexpected places.
Plugging the LED in backwards
The LED's long leg goes to the + (anode) side and the short leg to the − (cathode) side. If it is reversed, the LED does not light; it is not damaged, but it will not work.
Skipping the resistor
If voltage is put straight across an LED with no resistor, too much current flows and the LED can burn out instantly. The current-limiting resistor is never left out.
Safety note
- Use only low-voltage sources: a battery holder (2 × AA, 3 V), USB power, or educational boards such as micro:bit or Arduino.
- Never work with wall sockets, mains electricity, or house wiring. This lesson is only for safe, battery- and USB-level voltages.
- Have an adult nearby when connecting batteries, motors, and wires.
- Connect the polarity correctly:
+to red,−to blue. A reversed connection can heat up some components. - Do not join the two power rails (
+and−) directly with a wire; that is a short circuit. Batteries get hot, and lithium batteries especially can heat up dangerously and swell when short-circuited. - If a component or battery gets hot, smells, or changes colour, disconnect it right away and tell an adult.
Lesson summary
- A breadboard lets us build circuits without soldering by pushing components into holes; every connection can be removed and remade.
- Holes in the central area are joined in groups of five (
A–EandF–J) by short metal strips. - The central notch separates the two halves electrically and makes room for two-row components.
- The power rails along the edges are connected all the way across and spread
+and−voltage across the whole board. - A component's two legs must go into different strips; otherwise it is bridged and does not work.
Review questions
- In the central area, which holes share the same strip as
A5? - Are
E5andF5connected? Why? - What is the key difference between how the power rails and the central area are connected?
- What happens if we put both legs of a resistor into the same group of five?
- We use a 3 V battery with a red LED (2 V) and want 10 mA of current. What is the smallest resistor we need, in ohms?
Answers
B5,C5,D5, andE5— the group of five in the same row is joined inside by a single metal strip.- No, they are not connected. The central notch sits between them, and this groove separates the two sides electrically.
- The power rails are connected all the way across the board as one strip; the central area is connected only in groups of five.
- The component is bridged; because both legs are at the same point, no current passes through it and it does nothing in the circuit.
R = (3 V − 2 V) / 0.01 A = 1 V / 0.01 A = 100 Ω. So at least 100 Ω is needed; 150 Ω or 220 Ω can be chosen for safety.
Source and verification note
For “How a Breadboard Works”, verification focuses on whether the relationship between What a breadboard looks like and The hidden connections inside remains consistent across examples. Activities are designed only for low-voltage direct-current circuits; mains electricity is not used. Component values must be rechecked for the actual circuit, and connections should be reviewed with an adult before power is applied.
Next lesson
Using an LED and a Resistor: Lighting an LED step by step on a breadboard with the right resistor and the right polarity.