For a standard 1 oz copper external layer carrying 1A with a 10°C temperature rise, you need a 20-mil (0.5mm) PCB trace width. For a 3A load, bump that to 50 mils (1.27mm). These baseline numbers assume an ambient temperature of 25°C and standard FR4 material. If you are routing internal layers, you must double these widths due to reduced convective cooling. Getting this wrong doesn't just cause voltage drop; it turns your power rails into low-value resistors that will delaminate your board or trigger thermal shutdowns.
Decision Path: Sizing Your Trace for Current
Use this decision tree to lock in your trace geometry before you start routing in KiCad or Altium. This assumes a maximum acceptable temperature rise of 10°C above ambient.
| Continuous Current | 1oz External (mils) | 1oz Internal (mils) | 2oz External (mils) | 2oz Internal (mils) |
|---|---|---|---|---|
| < 0.5A | 10 | 20 | 10 | 15 |
| 1.0A | 20 | 40 | 15 | 30 |
| 2.0A | 40 | 80 | 25 | 50 |
| 3.0A | 50 | 110 | 40 | 75 |
| 5.0A | 80 | 180 | 60 | 120 |
| 10.0A | 150 | 400 | 110 | 250 |
Data derived from IPC-2221 standard baseline calculations. For highly precise thermal modeling, reference the updated IPC-2152 standard via the Saturn PCB Toolkit.
If-Then Routing Rules
- If your load is purely signal (I2C, SPI, UART under 50mA), then use standard 6-mil to 8-mil traces to maximize routing density.
- If your continuous current exceeds 5A on a 1oz board, then do not just widen the trace to 150+ mils. Instead, specify 2oz copper in your fabrication notes (e.g., JLCPCB or PCBWay) or use a solder-mask-defined window to pack the trace with bare copper wire.
- If you are routing high-current paths on an internal layer, then use the internal column above, but strongly consider adding thermal vias (0.3mm drill, 0.6mm pad) stitched to external ground pours to dissipate heat.
Trace Width vs. Copper Weight: The Physics
Copper weight is measured in ounces per square foot. A 1 oz copper layer is approximately 1.37 mils (34.8 µm) thick. When you double the weight to 2 oz, you double the cross-sectional area, which roughly halves the resistance and allows the same current to flow through a significantly narrower trace.
However, trace width isn't just about avoiding a meltdown; it's about managing voltage drop. A 10-mil trace carrying 2A might not catch fire on a 2oz layer, but over a 4-inch run, the resistance will cause a measurable voltage drop that can brownout a downstream 3.3V LDO. Always run a trace width and voltage drop calculator to verify that the IR drop across your longest power rail leaves sufficient headroom for your regulators.
Breadboard to PCB Migration: Mistakes That Survive
Prototyping on a solderless breadboard hides parasitic realities. When migrating to a custom PCB, these three mistakes frequently survive the transition and cause field failures.
- Decoupling Placement: On a breadboard, a 100nF decoupling capacitor might sit an inch away from the IC. On a PCB, it must be placed <5mm from the VCC and GND pins, with vias dropping directly to the ground plane. Long breadboard-style traces act as parasitic inductors, rendering the cap useless at high frequencies.
- Implicit Ground Returns: Breadboards use continuous metal strips for ground rails. PCBs require explicit routing. If you route a 5A motor return path through a 10-mil daisy-chained ground trace instead of a solid ground plane, your microcontroller will reset every time the motor engages due to ground bounce.
- The 22AWG Illusion: Breadboard jumper wires are typically 22AWG, capable of handling 3A to 5A. Makers often assume their circuit 'works fine at 4A' and then route 15-mil PCB traces for the power rails. The PCB trace will overheat, while the breadboard setup masked the bottleneck. Always calculate trace width based on the actual load, not the breadboard's temporary wiring.
First-Spin Board Verification and Testing Protocol
Never plug a first-spin board directly into a wall adapter or an unlimited bench supply. Follow this strict power-up sequence to protect your components and your test equipment.
- Visual and DMM Inspection: Before applying power, use a multimeter in continuity mode. Check for shorts between VCC and GND, and between VIN and GND. Inspect for solder bridges under QFP/QFN packages using a magnifying loupe.
- Current-Limited Smoke Test: Connect the board to a bench power supply. Set the voltage to the nominal input (e.g., 5.0V) and set the current limit (OCP) to roughly 20% above your expected idle current (e.g., 500mA for a board expected to idle at 300mA). Power on. If the supply hits current limit and the voltage collapses, you have a short or a reversed component.
- Thermal Mapping: Once the board passes the smoke test and operates normally, remove the current limit. Let the board run under maximum expected load for 15 minutes. Use an infrared thermometer or a thermal camera (like the FLIR ONE or InfiRay) to scan the PCB. Any copper trace or IC package exceeding 60°C requires a redesign—either widen the trace, increase copper weight, or add forced air cooling.
- Voltage Headroom Check: Measure the voltage at the furthest point from the power input connector under full load. Compare this to the voltage at the source. If the drop exceeds 5% of your nominal voltage, your traces are too thin or too long.
Workshop Safety: Soldering Alloys and Fume Extraction
Modifying or reworking high-current PCB traces requires heavy thermal input. Thick copper planes act as massive heat sinks, pulling heat away from the solder joint and tempting users to crank their iron temperatures to destructive levels.
Temperature and Alloy Specifics:
- Leaded (63/37 SnPb): Set your iron tip to 315°C - 330°C. This eutectic alloy melts at 183°C. Use a chisel tip (e.g., 2.4mm or 3.2mm) to maximize thermal transfer to heavy ground planes.
- Lead-Free (SAC305): Set your tip to 340°C - 360°C. SAC305 melts at 217°C and has poor wetting characteristics compared to leaded solder. Do not exceed 380°C, or you will degrade the flux core and risk lifting the copper pad from the FR4 substrate.
Fume Extraction Requirement: Rosin-based fluxes (like those in Kester or Multicore solder wire) generate colophony smoke when heated. Colophony is a known respiratory sensitizer that can trigger occupational asthma. You must use a localized fume extractor equipped with both a HEPA filter (for particulates) and an activated carbon filter (for VOCs). Position the extraction hood exactly 6 to 8 inches from the soldering tip to capture the plume before it reaches your breathing zone. A standard desk fan blowing smoke across the room is entirely insufficient and merely redistributes the hazard.






