# Inside a Breadboard: How the Rows Connect and Why Contacts Fail

> Each five-hole breadboard row is one metal clip, one node; the rails run power. How the connections map, and why worn clips cause faults that come and go.

[HTML version](https://soldr.ai/blog/inside-a-breadboard-how-the-rows-connect-and-why-contacts-fail)

23 August 2026 · Bharat Raj · [originally published on Compoden](https://compoden.com/blogs/guides/inside-a-breadboard-how-the-rows-connect-and-why-contacts-fail)

**Under every hole in a solderless breadboard is a springy metal clip, and the clips are joined in a fixed pattern: each numbered row of five holes on either side of the centre channel is one connected group, and the long rails down the edges are connected lengthwise for power.** Push a component leg into any hole and the clip grips it; every other leg in the same five-hole group is now electrically joined to it. The centre channel splits the board so a chip can straddle it with its two rows of pins kept separate. Once this map is in your head, wiring errors drop dramatically, and so does the mystery when a worn clip stops gripping and your circuit develops a fault that comes and goes with a nudge.

## The map: rows, channel, and rails
Take a 400-point breadboard. The main area is a grid of holes in rows labelled 1 to 30, columns a to e on one side of the centre groove and f to j on the other. The rule: a1 through e1 are one electrical node; f1 through j1 are a different node; row 1 and row 2 are unrelated. Five holes, one clip, one connection, repeated down the board.
The centre channel is not decoration. Its width matches a DIP chip (dual in-line package, the classic centipede shape), so an IC straddles it with pins 1 to 14 on one side and the rest on the other, each pin landing in its own private five-hole group with four spare holes for connections.
Along each edge run two long rails, usually marked with red and blue lines, intended for power: red for your positive supply, blue for ground. On a 400-point board each rail typically runs the full length; on many larger boards the painted line breaks in the middle, and so does the rail underneath. That detail causes more confusion than any other, so check yours with a multimeter once and remember the verdict.

## What the clip actually is
Beneath each group of holes sits a phosphor-bronze or nickel-plated spring clip shaped like a long W. A wire pushed into a hole forces the jaws apart slightly; the spring pushes back and the pressure makes the electrical contact. No solder, no screws, just spring force against metal.
That design fixes the acceptable leg diameter at roughly 0.4 to 0.7mm, the range of standard component legs and 22 AWG solid wire (and the pins on Dupont jumper wires). It also defines the failure mode. Force in something fat, a thick speaker wire, a heavy TO-220 transistor leg, a bent double-over wire, and the clip's jaws splay beyond their springy limit. They do not fully close again. Every future component in that hole gets a loose, intermittent grip.

## The limits worth respecting
Breadboard contacts handle around 1A at best, and each junction adds a small contact resistance, tens of milliohms when fresh, far more when worn. Chain a motor's current through four clip junctions and the drops add up while the contacts heat. Breadboards also add stray capacitance between adjacent rows, which is harmless for LEDs and buttons but smears fast signals; circuits above a few megahertz stop behaving on a breadboard, which is a property of the tool, not your design. And to be direct about safety: never put 230V mains anywhere near a breadboard. The spacing and insulation are rated for low-voltage electronics only.

## Worked example: one LED, mapped hole by hole
Light a 5mm LED from an Arduino Uno R3 using the map. Dupont jumper wire from the Uno's 5V to any hole in the red rail; another from GND to the blue rail. LED long leg (anode) into e10, short leg into e12: two different rows, so the legs stay separate. A 330Ω resistor from a resistor variety pack goes from a10 (same node as the anode, because a10 through e10 are one clip) to the red rail. Finally a jumper from a12 to the blue rail.
Trace the circuit as nodes: red rail → resistor → row 10 → LED → row 12 → blue rail. The LED lights. Now make the classic error deliberately: move the resistor to a11. Row 11 connects to nothing else, the circuit is open, and the LED goes dark. Seeing that once teaches the row rule better than any diagram.

## Where this bites you
The definitive breadboard failure is the intermittent contact. A circuit works, then dies when you look away, then revives when you press on a wire. Beginners suspect their code, the board, the chip, everything except the worn clip making 90% contact. The diagnostic habit that saves hours: when a breadboard circuit is flaky, first re-seat the wires, then move the suspect connections to fresh rows entirely. If the fault moves with the row, you have found a stretched clip; retire that row (a strip of tape over it works) or the board.
Close behind: assuming the power rails run unbroken end to end on a board where they split in the middle. Half the board is unpowered, and every component on it is dead in a way that looks total and inexplicable. One multimeter continuity check settles it forever.
Asked live: "is my breadboard broken?" Soldr: "almost certainly not — works-until-I-wiggle-it is the classic breadboard symptom, 9 times out of 10 it's the connection, not the board" — then ranked the suspects this article walks through.
## FAQ

### Why does my circuit work on the breadboard but fail when soldered, or the reverse?
The two builds differ electrically. Breadboards add contact resistance and stray capacitance; soldering removes them but adds the chance of new wiring errors and solder bridges. A design that only works on one of the two usually has a marginal element, a missing pull-up, a borderline contact, an unstable rail, that one environment happens to mask.

### Can I trim component legs or must they stay long?
Trim them. Legs cut to 7 or 8mm seat fully, sit flat, and are far less likely to brush a neighbour. Long springy legs waving above the board are the leading cause of accidental short circuits during a rebuild.

### How long does a breadboard last?
Hundreds of gentle insertions per clip is realistic. What ends a board early is oversized wire, forced legs, and high-current abuse. Keep a shabby old board for jumbo parts and rough work, and a clean one whose clips you trust for real prototypes.
When a breadboard prototype earns its keep, Compoden's AI build assistant Soldr can lay out the full wiring plan for the tidy, permanent version of your project.
