Even experienced designers make PCB design mistakes that lead to boards that do not work, require expensive rework, or cannot be manufactured. Learning from common errors saves you time, money, and frustration. This guide catalogues the most frequent PCB design mistakes made by beginners and intermediate designers, with practical solutions for each.
Table of Contents
- Wrong Component Footprints
- Missing Decoupling Capacitors
- Thermal Relief Issues
- Poor Trace Routing
- Ground Plane Problems
- DFM (Design for Manufacturing) Errors
- Silkscreen Oversights
- Frequently Asked Questions
- Conclusion
Wrong Component Footprints
The number one PCB mistake: the footprint does not match the actual component. This means components physically cannot be soldered to the board. Common causes:
- Using a SOT-23-3 footprint when the component is SOT-23-5
- Pin 1 orientation reversed between schematic symbol and footprint
- Through-hole footprint used when SMD was intended (or vice versa)
- Connector pinout mirrored
Solution: Always verify footprints against the component datasheet. Print the PCB layout at 1:1 scale on paper and physically place components on it to check fit.
Missing Decoupling Capacitors
Every IC needs a 100nF ceramic capacitor placed as close as possible to its power pins. Missing decoupling caps cause noise, instability, and random crashes. Place a 100nF cap within 5mm of each VCC pin, and add a bulk 10uF electrolytic near the power input.
Thermal Relief Issues
When a pad connects to a large copper pour (ground plane), it becomes very difficult to solder because the copper plane acts as a heat sink. Thermal relief patterns (spoke connections) restrict heat flow, making soldering possible. Always enable thermal relief on through-hole pads connected to copper pours.
Poor Trace Routing
- Right-angle traces: Cause impedance discontinuities. Use 45-degree bends or curves
- Power traces too thin: 0.25mm traces cannot carry 500mA. Use the PCB trace width calculator
- Parallel signal traces: Long parallel traces cause crosstalk. Route sensitive signals on different layers with perpendicular routing
- Signal crossing split ground planes: Return currents take the path of least inductance. A trace crossing a split in the ground plane creates a large current loop and radiates EMI
Ground Plane Problems
- Not having a ground plane at all (single-layer routing everywhere)
- Ground plane with too many splits creating islands
- Mixing analog and digital ground return paths
- No via stitching along board edges for EMI containment
DFM (Design for Manufacturing) Errors
- Trace clearance too small: Below manufacturer’s minimum (typically 0.15-0.2mm)
- Via drill too small: Below 0.2mm increases cost. Use 0.3mm for standard manufacturing
- Solder mask between fine-pitch pads: If solder mask slivers are too thin, they peel off. Remove solder mask between pads closer than 0.15mm apart
- No board edge clearance: Keep traces and copper at least 0.25mm from the board edge
Silkscreen Oversights
- Silkscreen text overlapping pads (prevents solder wetting)
- Missing polarity markings for diodes and electrolytic caps
- No pin 1 indicator on IC footprints
- Missing board name, version number, and date
Frequently Asked Questions
How do I catch mistakes before ordering?
Run DRC (Design Rule Check) in your EDA tool, print 1:1 on paper and place components, have a second person review the schematic, and check against the manufacturer’s design rules.
What if I find a mistake after ordering?
Minor issues like wrong resistor values can often be fixed with bodge wires. Footprint errors and routing mistakes usually require a board revision. Budget for at least 2 prototype spins.
Which mistakes are the most expensive?
Wrong footprints for expensive ICs and reversed power polarities. Both can damage components. Always double-check IC pin 1 orientation and power supply polarity before powering up a new board.
Conclusion
PCB design mistakes are inevitable — every engineer has made them. The key is to catch them before manufacturing through careful review, DRC, and physical verification. Build a personal checklist from this guide and review it before every Gerber export. Your future self will thank you.
Browse reference designs in our development board collection to learn from professional PCB layouts.
Add comment