What IPC-2221 is

IPC-2221 is the IPC's Generic Standard on Printed Board Design (the successor to the older IPC-D-275). Among many other things, it gives the rule that almost every PCB trace-width calculator on the internet is built on: how much current a copper trace can carry for a given allowable temperature rise. When someone says a trace is sized "to IPC-2221," this curve is what they mean.

The one equation that matters

IPC-2221 models current-carrying capacity as an empirical curve fit:

I = k · ΔT^0.44 · A^0.725

where I is the current in amps, ΔT is the allowable temperature rise of the trace above ambient in °C, A is the trace's cross-sectional area in square mils, and k is a constant that depends on where the trace runs:

  • k = 0.048 for external traces (on an outer layer, exposed to air).
  • k = 0.024 for internal traces (buried between layers, no direct air cooling).

Because the internal constant is exactly half the external one, an internal trace of identical geometry is rated for exactly half the current — a buried trace can't shed heat to the air, so it derates hard. The cross-sectional area A is just the trace width multiplied by the copper thickness, and the copper thickness comes from the copper weight (1 oz/ft² of copper is about 1.37 mil, or 0.0348 mm, thick).

Where the formula comes from — and what it doesn't do

It's important to understand that this is a curve fit to IPC's original thermal test data, not a first-principles physics derivation. Actually modelling how a trace sheds heat — in-plane spreading through copper pours and plane layers, conduction down into the FR4, heat escaping through vias and connectors — is a full 3-D thermal problem with no closed-form solution. The IPC-2221 curve deliberately sidesteps all of that with a single empirical relationship, which is why it's easy to compute but also why it's only an estimate.

This is exactly why IPC's newer IPC-2152 standard, which refines the underlying data to account for board thickness, adjacent copper planes, and trace length, publishes only charts rather than a formula — the refined behaviour genuinely doesn't reduce to a clean equation. A calculator can reproduce IPC-2221 exactly because the equation is disclosed; it cannot reproduce IPC-2152 exactly without transcribing unverifiable chart readings.

When to trust it (and when not to)

  • Use it as a screening / first-pass tool for trace sizing on typical boards.
  • IPC-2221's underlying test data spans roughly ΔT = 10–100 °C. Pushing far outside that range means the curve is extrapolating.
  • For high-reliability or high-power designs, cross-check against your fab's process capability and, where available, IPC-2152 chart data or a proper thermal simulation.
  • The equation ignores nearby copper planes that can dramatically improve cooling — so it's often conservative for a trace over a solid plane, and less so for an isolated trace.

Worked example & design checklist

A fully worked external-trace sizing example (10 mil, 1 oz, 10 °C rise), plus a step-by-step checklist and the mistakes that bite most often.

🔒 IPC-2221 deep dive Premium

← All guides · Open the PCB Trace Width Calculator