How to Use Breadboard: A Beginner's Visual Guide
Learn how to use a breadboard to prototype circuits without soldering. Includes diagrams, tips, and your first breadboard circuit walkthrough.
GADGETSTECHNOLOGYELECTRONIC AND HARDWARE
3/23/20266 min read


If there is one tool that every beginner electronics maker needs to master, it is the breadboard. This humble plastic block with its grid of holes is the foundation of all circuit prototyping — it lets you connect components and test circuits in seconds without soldering, which means you can experiment, make mistakes, and iterate rapidly.
This guide explains exactly how a breadboard works internally, how to use it correctly, common mistakes that lead to circuits that 'should work' but do not, and a step-by-step walkthrough of building your first breadboard circuit.
What Is a Breadboard?
A breadboard (also called a solderless breadboard or protoboard) is a rectangular block of plastic with a grid of holes. Internally, metal spring clips connect specific holes together in rows and columns, creating electrical connections when you insert component leads or wires into the holes.
The genius of the breadboard is that you can make and break connections instantly by inserting and removing components. Compared to soldering a circuit together every time you want to test something, a breadboard reduces prototyping time from hours to minutes.
Breadboards are reusable — the springs gently grip components and release them cleanly, and they last for thousands of insertion cycles before wearing out.
Anatomy of a Breadboard
The Main Component Area
The central area of a breadboard is divided into two halves by a gap running down the middle. This gap is designed to accommodate DIP (Dual In-line Package) integrated circuits, whose pins span exactly across this gap.
Within each half, the holes are arranged in a 5-hole row formation. Each row of 5 holes (e.g. holes A1 through E1) is internally connected by a metal clip — inserting a wire into any hole in that row connects it to everything else in the same row. Rows are independent — row 1 and row 2 are not connected to each other.
Column labels (A, B, C, D, E on the left half and F, G, H, I, J on the right half) and row numbers (1 to 30, 60, or more depending on breadboard size) help you identify specific hole locations when following circuit diagrams.
The Power Rails
Running along the long edges of the breadboard are two special rows known as the power rails (or bus strips). These are typically marked with red (+) and blue (-) lines. Within each rail, ALL holes along its entire length are connected together by a long metal clip.
The positive rail is where you connect your supply voltage (e.g. 5V from an Arduino). The negative rail (ground) connects to GND. Components then connect from the power rails to the component area using short jumper wires.
Important caveat: On many breadboards, the power rail is split into two halves at the mid-point, especially on longer breadboards. If your component in the lower half of the board seems to lack power, check whether the two halves of the power rail are actually connected — they may not be. Bridge them with a short wire if needed.
How Internal Connections Work
Visualise the breadboard's internal structure as a grid of metal clips: horizontal clips connect each 5-hole row in the main area; vertical clips connect each long power rail. The plastic body holds these clips in position and insulates them from each other.
When you insert a component lead or wire into a hole, it pushes against the metal clip. The clip spring-grips the wire, making electrical contact. Remove the wire and the clip springs back, leaving the breadboard ready for reuse.
Understanding this internal structure is crucial for understanding why certain connections work and others do not. Two components in the same row are connected. Two components in adjacent rows are NOT connected unless you bridge them with a wire.
Breadboard Sizes
Full-size breadboard: 830 tie points, two power rails, typically 63 rows. The standard for most projects.
Half-size breadboard: 400 tie points, two power rails, 30 rows. Good for compact projects.
Mini breadboard: 170 tie points, no power rails. For very small one-chip projects or teaching purposes.
Breadboard plus PCB hybrid: A solderable prototyping board with breadboard-style layout for permanent circuits.
For learning and most Arduino projects, a full-size 830-point breadboard is recommended. They cost $3–$8 and provide plenty of space for even fairly complex circuits.
What You Can Put in a Breadboard
Breadboards accept any component with rigid leads (not flexible SMD components) with a lead diameter of approximately 0.3mm to 0.8mm. This includes:
Resistors, capacitors, inductors (through-hole types)
LEDs, diodes, transistors
IC chips in DIP packages (the most common through-hole package)
Arduino boards (the Nano and Pro Mini fit directly; the Uno and Mega are usually connected via wires)
Jumper wires (male-to-male solid core wires made specifically for breadboards)
Small sensors, modules, and breakout boards (those with 0.1-inch header pins)
Do not insert flexible or braided wire (it breaks off inside the holes), very thick wire, or components with flexible leads. Avoid forcing oversized leads — they damage the internal clips.
Using Jumper Wires
Jumper wires connect points on the breadboard to each other, to Arduino pins, or to power sources. There are two main types:
Solid-core wires (pre-cut or cut-to-length from ribbon cable) are ideal for breadboards because their rigid ends insert cleanly. They are available in sets of pre-cut lengths in multiple colours — use colour coding (red for power, black for ground, other colours for signals) to make your circuits easier to follow.
Dupont wires (female-to-female, male-to-female, male-to-male) connect breadboard pins to Arduino header pins and other development boards. These are flexible and essential for connecting off-board components.
Your First Breadboard Circuit: LED with Resistor
Gather components: 1 LED (any colour), 1 x 220 Ohm resistor, 2 jumper wires, an Arduino or 5V supply.
Orient your breadboard so the numbers run top to bottom.
Insert the resistor across the centre gap — one leg in row 10, column E (left half); the other in row 10, column F (right half). This does NOT connect to any column permanently — it spans the gap.
Actually, keep it simpler: insert the resistor into the main component area. Place one leg in row 5, column A, and the other leg in row 8, column A. Both are on the left half, so they are NOT connected — they are in different rows.
Connect a red jumper wire from the positive power rail to row 5, column B (connecting to one end of the resistor).
Insert the LED: longer leg (anode) in row 8, column B (same row as the other end of the resistor), shorter leg (cathode) in row 9, column B.
Connect a black jumper wire from row 9, column C (same row as LED cathode) to the negative power rail.
Connect the positive power rail to the Arduino 5V pin and the negative rail to the Arduino GND pin.
Power on. The LED should glow. If not, check polarity (try reversing the LED), check the resistor is in the correct rows, and check all rail connections.
Common Breadboard Mistakes
Inserting components in the wrong half (left vs right of the centre gap). Remember: the gap separates the two halves — components that span it are connected, but components that cross between halves without crossing the gap are NOT connected.
Confusing row and column. Rows are horizontal (numbers). Columns are vertical (letters). Connections run along rows, not columns.
Power rail not connected to Arduino. Even if you wire your circuit correctly, nothing works without power.
Split power rail not bridged. As mentioned, many breadboards have a break in the middle of the power rail — bridge it with a short wire.
Loose connections. Breadboard connections can loosen over time. If a circuit intermittently fails, press each component firmly into the board and re-seat wires.
Breadboard prototyping with incorrect component values. Always use a multimeter to verify component values before inserting them — especially with resistors where colour codes can be misread.
Moving from Breadboard to Permanent Circuit
Breadboards are for prototyping, not permanent installations. Once your circuit works on a breadboard, you have two main options for making it permanent: stripboard/veroboard (a board with copper strips that you solder onto, cutting strips as needed) or designing and ordering a custom PCB using free tools like KiCad or EasyEDA.
For simple one-off projects, stripboard soldering is quick and cheap. For multiple copies of a circuit or professional-quality results, custom PCBs from services like JLCPCB or PCBWay are surprisingly affordable (5 boards for under $5 in many cases).
Conclusion
The breadboard is your sandbox for electronics experiments. Understanding its internal connection structure — 5-hole rows in the component area, continuous power rails along the sides — eliminates confusion and makes circuit building intuitive.
Master the breadboard, and you will build circuits faster, debug them more easily, and feel confident experimenting with new ideas. It is the foundation of everything else in maker electronics.
For breadboard-based project guides and circuit tutorials, visit the Circuit Diary Projects page. For more beginner electronics guides, browse the Circuit Diary Blog.
Explore
Your source for electronics and innovation.
Connect
Learn
info@circuitdairy.com
© 2025. All rights reserved.