Bird
0
0
PCB Designbi_tool~10 mins

Trace width for current capacity in PCB Design - Cell-by-Cell Formula Trace

Choose your learning style9 modes available
Sample Data

This data shows current in Amps, allowed temperature rise in Celsius, copper thickness in ounces, and the trace width in mm to be calculated for PCB design.

CellValue
A1Current (Amps)
B1Temperature Rise (°C)
C1Copper Thickness (oz)
D1Trace Width (mm)
A25
B210
C21
D2
A310
B320
C32
D3
Formula Trace
D2 = 0.024 * (A2 ^ 0.44) * (B2 ^ 0.725) / C2
Step 1: A2 ^ 0.44
Step 2: B2 ^ 0.725
Step 3: 0.024 * 2.095 * 5.316
Step 4: 0.2673 / C2
Step 5: D2 = 0.2673
Cell Reference Map
   A      B       C       D
1 Current TempRise Copper  TraceWidth
2  5      10      1       ->
3 10      20      2       

Arrows show D2 depends on A2, B2, C2
Trace width in D2 is calculated using current in A2, temperature rise in B2, and copper thickness in C2.
Result
   A      B       C       D
1 Current TempRise Copper  TraceWidth
2  5      10      1       0.2673
3 10      20      2       

D2 shows the calculated trace width in mm for the given parameters.
The calculated trace width for the first row is about 0.2673 mm, showing how wide the PCB trace should be to safely carry 5 Amps with 10°C temperature rise and 1 oz copper.
Sheet Trace Quiz - 3 Questions
Test your understanding
What is the result of raising the current 5 Amps to the power 0.44?
A2.095
B5.316
C0.2673
D0.024
Key Result
Trace width = constant * (Current ^ 0.44) * (TemperatureRise ^ 0.725) / CopperThickness