PCB Trace Width Calculator
Calculate minimum PCB trace width based on IPC-2221 standard for a given current, copper thickness, and allowable temperature rise. Includes resistance and voltage drop calculations. Free, private, runs in your browser.
Trace Width Calculator (IPC-2221)
IPC-2221 Formulas
Area (mils²) = (I / (k × ΔTb))(1/c)
Width (mils) = Area / (Thickness × 1.378)
External: k=0.048, b=0.44, c=0.725
Internal: k=0.024, b=0.44, c=0.725
R = ρ × L / A (ρCu = 1.724×10-6 Ω·cm)
How the PCB Trace Width Calculator Works
This calculator implements the IPC-2221 standard for determining minimum printed circuit board trace widths. The IPC-2221 formula calculates the required cross-sectional area of copper needed to carry a specified current with an acceptable temperature rise above ambient. The formula uses empirically derived constants that differ between internal and external copper layers because external traces dissipate heat more effectively through convection and radiation. Internal layers, surrounded by insulating FR4 material, have poorer thermal conductivity and require wider traces for the same current capacity. After determining the minimum trace area, the calculator converts this to trace width based on your selected copper thickness. It also computes trace resistance using copper resistivity at the operating temperature, voltage drop along the trace length, and power dissipation. These secondary calculations help you verify that your power supply voltage budget can accommodate the trace losses in your design.
Internal vs External PCB Layers
The distinction between internal and external layers significantly impacts trace width requirements. External traces benefit from direct air exposure, allowing heat to dissipate through convection and radiation. An external trace can typically carry about 50 percent more current than an identically sized internal trace for the same temperature rise. Internal traces are sandwiched between layers of FR4 fiberglass epoxy laminate, which has poor thermal conductivity of approximately 0.25 watts per meter-kelvin. This means internal traces rely primarily on thermal conduction through the board material and copper planes for heat removal. For high-current designs, consider using external layers for power traces, adding thermal vias to connect internal power planes, or using heavier copper weights on internal layers. Many modern PCB designs use 2-ounce copper on internal power layers specifically to handle higher currents without excessive trace widths that would consume valuable routing space.
Copper Thickness and Current Capacity
Copper thickness is measured in ounces per square foot, where 1 oz/ft2 equals 35 micrometers or 1.4 mils of copper thickness. Standard PCB fabrication offers 0.5 oz, 1 oz, and 2 oz copper as common options, with 3 oz and 4 oz available as specialty options at higher cost. Doubling the copper thickness roughly halves the required trace width for the same current capacity. However, thicker copper increases PCB cost, reduces minimum trace and space capabilities due to etching limitations, and can create impedance discontinuities if not properly accounted for in controlled impedance designs. For most digital designs, 1 oz copper is sufficient. Power electronics and high-current motor drivers often require 2 oz or heavier copper. Some manufacturers offer copper fills up to 10 oz for extreme applications like bus bars embedded in PCBs for electric vehicle battery management systems.
Best Practices for PCB Power Routing
Beyond meeting minimum trace width requirements, several best practices ensure reliable power delivery in PCB designs. Always add a safety margin of 50 to 100 percent above the calculated minimum trace width when board space permits. Use copper pours and power planes instead of narrow traces for main power distribution. Place decoupling capacitors as close as possible to IC power pins with short, wide connections to minimize inductance. For traces carrying more than 5 amps, consider using multiple vias in parallel to transition between layers, as each standard via can handle approximately 1 amp. Monitor total voltage drop from the power supply connector to the furthest load to ensure all components receive adequate voltage. In mixed-signal designs, separate analog and digital ground planes and connect them at a single point near the power supply to prevent digital noise from coupling into sensitive analog circuits.