PCB Trace Width Calculator

Google

This Javascript web calculator calculates the trace width for printed circuit boards based on a curve fit to IPC-D-275.

User Inputs:
Enter Current: [Amps]
Enter Temperature Rise: [Degrees C]
Enter Conductor Thickness: [oz. per sq. ft.]
If you want to know the Resistance, Voltage Drop, and Power Loss,
Enter Ambient Temperature: [Degrees C]
Enter Conductor Length: [Inches]
Internal Layer Results:
Required Trace Width: [Mils]
Copper Area: [Square Mils]
Resistance: [Ohms]
Voltage Drop: [Volts]
Loss: [Watts]
External Layer Results:
Required Trace Width: [Mils]
Copper Area: [Square Mils]
Resistance: [Ohms]
Voltage Drop: [Volts]
Loss: [Watts]

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-D-275 internal layers: k = 0.0150, b = 0.5453, c = 0.7349

For IPC-D-275 external layers: k = 0.0647, b = 0.4281, c = 0.6732

where k, b, and c are constants resulting from curve fitting to the IPC-D-275 curves


Trace Width Calculator FAQs

QUESTION: Very cool PCB width tool! I would like to know its limits though. I entered a 65 amp current requirement and it returned a track width that must be incorrect.

ANSWER: The original graphs that this tool is based on (published in IPC-D-275) only cover up to 35 Amps, up to 0.4 inches of trace width, from 10 to 100 degrees C of temperature rise, and copper of 0.5 to 3 ounces per square foot. The formulas used here will simply extrapolate when the values are outside of these ranges.

QUESTION: I used your PCB trace width calculator. Intuitively I would say the required internal trace width would be less than the external case since the external trace can peal off; the opposite is true according to the calculator???? Why?

ANSWER: In air, the external layers have better heat transfer due to convection. A good heat insulator blankets the internal layers, so they get hotter for a given width and current. Since the Trace Width Calculator tries to control the temperature rise of the traces, it makes the internal traces wider. In vacuum, or in a potted assembly, you should use the internal layer guidelines even for the external layers.

QUESTION: What does temperature rise mean and how does it apply?

ANSWER: Temperature rise means how much hotter the trace will get with current flowing in it compared to without. You have to decide how much temperature rise your board can handle based on the operating environment and the type of PWB material used. Ten degrees is a very safe number to use for just about any application. If you can live with the trace width required for a ten-degree rise, you are good to go. If you want to try to skinny up the traces, ask for 20 degrees of temperature or more.

QUESTION: I use “wagon wheels” or “spokes” when connecting to a ground plane to make it easier to solder to. The trace width calculator is telling me to make the “spokes” so wide that it defeats the purpose. What should I do?

ANSWER: The wagon wheels spokes are very short length traces and are heat sunk to the plane. The trace width calculator uses empirical formulas based on long traces with no special heat sinking. Generally, the wagon wheel spokes do not have to be anywhere near as wide as long traces. However, at this time, I don’t know of a good way to do calculations for wagon wheel spokes.

QUESTION: What are Mils?

ANSWER: A Mil is 1/1000 of an inch.



Return to CircuitCalculator.com


© Copyright 1998 CircuitCalculator.com. All rights reserved.
Links to this page are encouraged.
Email comments and suggestions to:

Written 6/12/98
Last updated 11/21/05