Tested tool guide
Tested browser tools
Checked August 16, 2026
What PCB Trace Width Calculator does, with a checked example
This tool sizes a PCB copper trace using the IPC-2221 current-capacity equation, which relates trace cross-sectional area to allowable temperature rise above ambient. You enter target current, copper weight (oz/ft²), allowed temperature rise, and whether the trace is on an outer or inner layer, and it solves for the required width in mils and mm. The detail people miss most: internal traces need roughly 2.6 times the width of external traces for the same current, not merely double, because the formula raises area to the 0.725 power, which amplifies the 2x gap between the internal and external k constants; internal copper also cannot shed heat by convection to open air the way outer-layer copper can.
Worked example
A concrete input and expected output from the current implementation.
Input
External layer, 1 oz/ft2 copper, 2 A target current, 20 C allowed temperature rise
->
Expected output
Required trace width approx 20.2 mils (0.51 mm), based on a required cross-sectional area of about 27.8 sq mils at 1.378 mils copper thickness
Using I = 0.048 x deltaT^0.44 x A^0.725 for external traces, solving for A at I=2A and deltaT=20C gives about 27.8 sq mils; dividing by 1oz copper thickness (1.378 mils) gives the width.