Get in touch

Contact Form Demo

PCB Trace Width Calculator

This calculator uses the IPC-2221 industry standard to determine the required width of a printed circuit board (PCB) trace to carry a given current while keeping the temperature rise within a safe limit. The core equations are:

$$ A = \left( \frac{I}{k \cdot \Delta T^b} \right)^{\frac{1}{c}} $$ $$ W = \frac{A}{T \cdot 1.378} $$

Where \(A\) is Cross-Sectional Area (\(mils^2\)), \(I\) is Current (Amps), \(\Delta T\) is Temperature Rise (°C), \(W\) is Width (mils), and \(T\) is Copper Thickness (oz/ft²).

Tip: Enter your circuit’s parameters below. External traces cool faster than internal ones, affecting the required width!

Electrical & Thermal

Physical Layer


1. Final Trace Width Requirements

Required Width (mils) 0.00
Metric Width (mm) 0.00

2. PCB Cross-Section Visualization

Schematic diagram showing the trace layer structure based on your selection.

Calculated Area: 0 sq mils
IPC-2221 Constant (k): 0

3. Step-by-Step IPC-2221 Derivation

The Complete PCB Trace Width Calculator

Ampacity, Thermal Dynamics, Voltage Drop & IPC Standards
Quick Answer

PCB trace width calculation determines the minimum copper width required to safely carry a specific electrical current without overheating. Based on the IPC-2221 standard, this calculation balances current (Amps), copper weight (oz), and allowable temperature rise (ΔT). Proper calculation prevents voltage drops, board delamination, and catastrophic failures. Our calculator computes exact trace widths for both external and internal PCB layers while accounting for thermal insulation and via bottlenecks.

🔥
By Prof. David Anderson
Hardware Engineering & PCB Layout
“Smell that? That is the distinct, toxic smell of burnt FR-4 fiberglass. If you are designing a motor driver or a 3D printer heated bed, and you simply let your EDA software auto-route a 10-mil trace for a 15-Amp load, your PCB is going to act like a very expensive fuse. A PCB trace is not a perfect superconductor; it is a flat resistor. When current flows, Joule Heating takes over. In this lab, we will abandon guesswork. We will use industrial IPC standards to dynamically calculate exact trace widths, understand the critical difference between external and internal layers, prevent fatal voltage drops across long traces, and avoid the lethal via bottleneck. Let’s design boards that survive.”

1. The Physics: Joule Heating

Every copper trace on a Printed Circuit Board has a tiny amount of electrical resistance. According to Ohm’s Law and the power equation (P = I2R), when electrical current (I) pushes through this resistance, the lost energy is converted directly into heat. This is known as Joule Heating.

If the trace is too narrow, the resistance is higher, generating more heat. If the heat generated exceeds the heat the board can dissipate into the surrounding air, the temperature rises rapidly. Eventually, the copper peels off the board (delamination), or the trace physically melts and breaks the circuit.

2. The Mathematics: IPC-2221 Standards

To prevent boards from catching fire, the electronics industry uses the IPC-2221 standard. This empirical formula helps us calculate the minimum cross-sectional area of copper required, based on how hot we are willing to let the trace get (Temperature Rise, or ΔT).

I = k · ΔT b · A c Equation 1: IPC-2221 Current Capacity (Where I is Amps, ΔT is Temp Rise in °C, A is Area in mils2)

Because we usually know our target Current and Temperature Rise, our calculator mathematically rearranges this formula to solve for the Area (A), and then divides by your specific Copper Thickness to give you the exact Trace Width you need to draw in your software.

3. The Internal Layer Trap

🚨 Prof. Anderson’s Warning: Do Not Ignore Thermodynamics!

Many beginners calculate a 100-mil trace for their 10A power rail on the top layer, and then use that exact same 100-mil width when they route it through an internal layer on a 4-layer board. This is a critical design failure.

  • External Traces (Top/Bottom): These traces are exposed to the open air. Heat dissipates rapidly through convection.
  • Internal Traces: These traces are buried inside FR-4 fiberglass and epoxy. FR-4 is an excellent thermal insulator. Because the heat is trapped, an internal trace will get much hotter, much faster.

Rule of Thumb: To carry the exact same current at the same temperature, an internal trace must be nearly 3 times wider than an external trace!

4. The Voltage Drop Dilemma (V = IR)

SIGNAL INTEGRITY

You calculated your trace width to perfectly handle 2 Amps without overheating. But your microcontroller on the other side of the board keeps randomly resetting. Why? Because you forgot about Voltage Drop.

[Image illustrating voltage drop along a long PCB trace from power supply to the load]

A trace doesn’t just generate heat; it consumes voltage. If your trace is very long, its total resistance increases. According to Ohm’s Law (V = I × R), a 2 Amp current pulling through a long trace with 0.3Ω of resistance will create a 0.6V drop. Your clean 5.0V power supply reaches the microchip as a noisy 4.4V, triggering the Brown-Out Detector (BOD) and crashing the system! If your trace is long, you must make it even wider than the thermal calculation suggests, just to lower the resistance and preserve the voltage.

5. Copper Weight (oz) Explained

In PCB manufacturing, copper thickness is bizarrely measured in ounces (oz). “1 oz copper” means one ounce of solid copper flattened evenly over one square foot of area.

Copper Weight Physical Thickness Standard Engineering Application
0.5 oz 0.68 mils (17.5 µm) Standard for Internal Layers on multi-layer boards. Great for fine-pitch digital signals.
1.0 oz 1.37 mils (35 µm) The Industry Standard. Default for Top and Bottom layers on 95% of standard PCBs.
2.0 oz 2.74 mils (70 µm) “Heavy Copper.” Used for power supplies, motor controllers, and high-current applications to keep traces narrow.

6. The Via Bottleneck

PCB LAYOUT STRATEGY

You used our calculator and perfectly sized your 5V power trace to be 150 mils wide. But halfway across the board, you routed that thick trace down to the bottom layer using a single standard 0.3mm (12 mil) via.

You just created a massive thermal chokepoint. While the trace can handle 10 Amps, the tiny via walls (which are only plated with roughly 1 mil of copper) cannot. The via will overheat and pop like a fuse. When routing high-current traces between layers, you must use Via Stitching—dropping an array of multiple vias to distribute the current load across several paths.

7. Professor’s FAQ Corner

Q: What is a safe ‘Temperature Rise’ (ΔT) to use?
A standard, conservative design usually allows for a 10°C temperature rise. This means if your room ambient temperature is 25°C, the trace will heat up to 35°C at full load. If you are extremely constrained on space, you can push this to 20°C or even 40°C, provided your board components can survive the localized heat. Never let the absolute temperature (Ambient + ΔT) exceed your board’s Tg rating (usually 130°C for standard FR-4).
Q: What is the difference between IPC-2221 and the newer IPC-2152?
IPC-2221 is the classic standard based on empirical data from the 1950s. It is conservative and widely used. The newer IPC-2152 standard is based on modern, comprehensive thermal testing. It takes into account variables like the board thickness and the presence of nearby copper planes (which act as heatsinks). Our calculator defaults to the robust IPC-2221 standard to ensure a safe, worst-case scenario buffer for your designs.
Q: Does this calculator work for AC current, or only DC?
The IPC-2221 formulas apply to both DC and low-frequency AC (like 50/60 Hz mains power). For AC, you must use the RMS (Root Mean Square) current value, not the peak. However, if you are working with high-frequency AC (like RF signals above 100 MHz), you must also account for the ‘Skin Effect’, which forces current to the surface of the trace, effectively increasing its resistance and heat generation.
Q: What if I am using PWM (Pulse Width Modulation) to drive a motor? Do I use peak current?
For high-frequency PWM (where pulses are in microseconds), the copper’s thermal mass acts as a heat buffer. In this case, you can safely use the RMS current. However, if your pulses are long (several seconds), the trace has time to heat up completely. In that scenario, you must design the trace width based on the absolute peak current to avoid a thermal runaway during the ‘ON’ state.
Q: My PCB will be inside a hot automotive engine bay (105°C). How does this affect my calculation?
It severely restricts your allowable Temperature Rise (ΔT). Standard FR-4 PCB material has a glass transition temperature (Tg) around 130°C. If your ambient environment is already 105°C, your absolute maximum allowed ΔT is only 25°C (130 – 105) before the board physically delaminates. In extreme environments, you must specify High-Tg FR-4 (Tg 170°C+) or drastically widen your traces to keep ΔT below 10°C.

8. Academic References & Standards

The calculations provided by our engine are grounded in the following internationally recognized industrial standards:

  • IPC-2221A: Generic Standard on Printed Board Design Association Connecting Electronics Industries (IPC). Section 6.2: Conductive Material Requirements. Establishes the foundational empirical formulas for current carrying capacity based on temperature rise.
  • IPC-2152: Standard for Determining Current Carrying Capacity in Printed Board Design Association Connecting Electronics Industries (IPC). The modern evolution of thermal design guidelines, incorporating multi-physics modeling and the heat-sinking effects of internal copper planes.
  • High-Speed Digital Design: A Handbook of Black Magic Johnson, H. W., & Graham, M. (1993). Prentice Hall. Chapter 4: Vias and Traces. Details the critical impact of trace geometry on both thermal dissipation and high-frequency signal integrity.

Calculate Trace Width & Ampacity

Input your desired Amperage, select your Copper Weight, and define your Temperature Rise. Our engine will instantly compute the required trace width for both External and Internal layers in both mils and millimeters, while analyzing potential voltage drop.

Launch PCB Calculator