Soldering Basics for Beginners: Technique, Equipment, and Fixing Common Mistakes
Soldering is one of those skills that looks intimidating until you actually do it, and then feels almost boringly simple once the technique clicks. This guide covers the fundamentals — equipment, the actual technique, and how to fix the mistakes everyone makes starting out — so you can go from "never touched an iron" to "reliable through-hole joints" in one sitting.
Basic Equipment
ToolWhat to Look For Soldering ironTemperature-adjustable, minimum 40–60W. Fixed-temp cheap irons make everything harder — adjustability is worth the small extra cost even for a beginner kit Solder60/40 or 63/37 tin/lead rosin-core, 0.6–0.8mm diameter for general electronics work. Lead-free is available and required in some contexts, but has a higher melting point and is genuinely harder to work with as a beginner Iron standNon-negotiable — a soldering iron tip runs 300–370°C and needs somewhere safe to rest between joints Brass spongeFor cleaning the tip between joints — brass wool is gentler on tip coating than a wet sponge, which works but cools the tip each time Flux (additional, beyond core flux)Helps enormously with difficult joints, especially anything slightly oxidized or being reworked Helping hands / PCB viseFrees up both hands for iron and solder instead of also holding the workpiece Desoldering braid or solder suckerFor fixing mistakes — you will need this, budget for it upfrontTip Temperature and Care
A common beginner instinct is to crank the temperature up to make solder melt faster. Resist this — too hot damages components, lifts pads off PCBs, and burns through flux before it can do its job. Start around 315–345°C (600–650°F) for general leaded solder work and adjust from there.
Keep the tip tinned — coated with a thin layer of fresh solder — whenever it's not actively in use. A dry, oxidized tip transfers heat poorly and makes every joint harder than it needs to be. Clean it on the brass sponge before each new joint, then immediately apply a small amount of fresh solder to re-tin before setting it back in the stand.
The Actual Technique
The single most important habit to build: heat the joint, not the solder. Beginners instinctively melt solder directly on the iron tip and try to drip it onto the joint — this makes weak, dull, poorly-bonded joints because the components themselves never actually reach soldering temperature.
- Position the iron tip so it touches both the component lead and the pad/wire simultaneously — you're heating the joint, not just one side of it
- Hold for roughly 1–2 seconds to let both surfaces come up to temperature
- Feed solder into the joint (where the lead meets the pad), not onto the iron tip — the heat already in the joint should melt it, pulling it in by capillary action
- Let enough solder flow to fully cover the joint with a smooth, slightly concave fillet, then remove the solder first, then the iron a moment later
- Hold everything still for a couple seconds while it cools — movement during cooling is the #1 cause of a cold joint (below)
The whole process, done right, takes 2–4 seconds per joint. If you're holding the iron on a joint for 10+ seconds trying to get solder to flow, something's wrong — usually insufficient heat transfer (dirty tip, wrong temperature, or not enough contact area) rather than needing more time.
What a Good Joint Looks Like
A properly soldered joint is shiny (with modern leaded solder — some lead-free formulations are naturally a bit duller even when correct), has a smooth concave fillet shape flowing from the lead into the pad, and fully wets both surfaces without gaps or blobs.
Common Mistakes and How to Fix Them
ProblemWhat It Looks LikeCauseFix Cold jointDull, grainy, or cracked-looking surface instead of smooth and shinyMovement during cooling, or insufficient heat during the jointReheat the joint fully and let it cool completely undisturbed. Don't just add more solder on top — that doesn't fix an already-cold joint Solder bridgeUnwanted solder connecting two adjacent pads/pins that should be separateToo much solder, or pads spaced closely (common on fine-pitch ICs)Desoldering braid laid across the bridge, heated with the iron, wicks the excess away cleanly Insufficient solder / dry jointVisible gap, lead not fully coveredNot enough solder fed in, or removed the iron too earlyReheat and add a small amount more solder Solder ball / blobExcess solder in a rounded blob rather than a smooth filletToo much solder fed in relative to the jointReheat and use desoldering braid to remove the excess, then re-flow if needed Lifted padThe copper pad separates from the PCB itselfExcessive heat or repeated reworking of the same jointOften unfixable on the original pad — may need to solder directly to the trace beyond the lifted section, or a jumper wire Component damage from heatDiscoloration, melted plastic, or a component that tests dead afterwardIron too hot, or held on a heat-sensitive component too longLower temperature and use a heat sink clip on sensitive components (LEDs, some transistors) for long jointsWorked Example: Soldering a Through-Hole Resistor
- Bend the resistor leads to match the PCB hole spacing and insert them, bending the leads slightly outward on the back to hold it in place while you work
- Rest the PCB in helping hands or a vise, component side up, leads accessible from below
- Clean and re-tin the iron tip
- Touch the iron tip to where the lead meets the pad on the underside — both the lead and the copper pad, not just one
- After 1–2 seconds, feed solder into that same junction point, not onto the iron
- Once you see solder flow smoothly into a fillet shape around the lead, remove the solder, then the iron a beat later
- Let it sit undisturbed for a few seconds, then trim the excess lead length with flush cutters, leaving roughly 1mm proud of the solder joint
Repeat that same motion for every through-hole joint you'll ever solder — resistors, capacitors, headers, ICs on a socket — it's fundamentally the same technique regardless of the component.
A Note on Ventilation and Safety
Rosin flux smoke isn't something to breathe deeply and repeatedly — work in a ventilated area or use a small fume extractor pointed near your work area. Solder itself (especially leaded) shouldn't be handled carelessly around food, and always wash hands after a soldering session, particularly before eating.
Soldering is a physical skill more than a knowledge one — reading this gets you the theory, but the muscle memory for "how long," "how much solder," and "what a good joint feels like as it happens" only comes from doing a few dozen joints. Practice on scrap header pins or an old PCB before you solder something you actually care about.
Related Guides
- Soldering Basics: Tools, Technique, and Common Mistakes
- How to Salvage Electronic Components from E-Waste: Desoldering, Testing, and Reuse
- How to Do Reflow Soldering with a Hot Plate: SMD Assembly for Makers
- How to Design and Etch a PCB at Home: From KiCad to Soldered Board
- How to Order PCBs from JLCPCB: From KiCad Upload to Delivery
- How to Design PCBs with KiCad: From Schematic to Gerber Export
- Hand-Soldering 0805 SMD Components
- Raspberry Pi GPIO: Complete Beginner Guide with Python Examples