Trace Width Calculator
Use our IPC-based PCB trace width calculator to estimate current carrying capacity and temperature rise before finalizing your layout.
This Javascript web calculator calculates the trace width for printed circuit board conductors for a given current using formulas from IPC-2221 (formerly IPC-D-275).
Inputs:
| Current | Amps | |
|---|---|---|
| Thickness |
Optional Inputs:
| Temperature Rise | ||
|---|---|---|
| Ambient Temperature | ||
| Trace Length |
Results for Internal Layers:
| Required Trace Width | ||
|---|---|---|
| Resistance | Ohms | |
| Voltage Drop | Volts | |
| Power Loss | Watts |
Results for External Layers in Air:
| Required Trace Width | ||
|---|---|---|
| Resistance | Ohms | |
| Voltage Drop | Volts | |
| Power Loss | Watts |
Notes
The trace width is calculated as follows:
First, the Area is calculated:
Area[mils^2] = (Current[Amps]/(k*(Temp_Rise[deg. C])^b))^(1/c)
Then, the Width is calculated:
Width[mils] = Area[mils^2]/(Thickness[oz]*1.378[mils/oz])
For IPC-2221 internal layers: k = 0.024, b = 0.44, c = 0.725
For IPC-2221 external layers: k = 0.048, b = 0.44, c = 0.725
where k, b, and c are constants resulting from curve fitting to the IPC-2221 curves
Disclaimer
This trace width calculator uses IPC-based models to estimate conductor width based on current, copper weight, layer location, and allowable temperature rise. It is intended to provide general engineering guidance, not final design validation.
Actual trace performance depends on many factors that cannot be fully captured in a simplified calculator, including:
- Board stackup construction
- Copper distribution surrounding the trace
- Enclosure constraints and airflow
- Ambient operating temperature
- Thermal vias and heat spreading paths
- System-level cooling strategy
This tool should be used as an early-stage validation and planning resource. Final trace geometry decisions should consider the full electrical, thermal, and mechanical environment of the board.
If your application involves high current density, confined enclosures, or high-reliability requirements, we recommend consulting with our Design Services or your regional sales representative before finalizing layout.
Learn More About Trace Width Calculations
If you would like a deeper technical explanation of how trace width calculations work, how IPC models estimate current carrying capacity, and when to add additional design margin, read our related article:
Trace Width Matters: How to Use a PCB Trace Width Calculator Effectively