Wiring Harness Bundle Diameter Modeler

Estimate the outer diameter and weight per length of a wiring harness bundle from individual AWG wire inputs, with a live canvas cross-section preview.

Harness Wire List

Bundle Results

Total Wires
Conductor Cross-Section
Equivalent Solid Diameter
Bundle Diameter
Weight per Meter
Weight per Foot

Bundle Cross-Section Preview

Professional Insights & Guide

Learn the real aerospace geometry behind harness bundle sizing, with formulas, step-by-step use, and edge cases.

Core Use Case scenario

Wiring engineers and aircraft mechanics size harness bundles so they fit through clamps, grommets, conduits and connector backshells. Summing every wire's cross-sectional area and dividing by the packing density gives an equivalent solid circle, then multiplying by a fill factor of roughly 1.22 yields the true outside bundle diameter. The same table drives weight estimation: mass per meter equals the total conductor area multiplied by the metal density (8.96 g/cm³ for copper).

Troubleshooting & Edge-Case Failure Points

  • Single wire or very few wires: a 1.22x packing factor overstates the size; the bundle diameter should never fall below the largest single wire's outside diameter.
  • Mixed gauges: always sum areas of each gauge times its quantity, never average diameters.
  • Heavily shielded runs: add shield diameter (roughly 3x the conductor group) before the packing calculation.
  • Zero or invalid quantities: the tool rejects empty rows and shows a friendly inline error instead of a NaN result.

Detailed Step-by-Step Instructions

  1. Add a wire row for each gauge present in the harness and enter its quantity.
  2. Set the packing density factor (1.20–1.25 is standard for aerospace fill) and the insulation size factor for your wire spec.
  3. Choose the conductor material so the weight-per-length output matches your build.
  4. Press Calculate Bundle and review the diameter, cross-section and mass, then inspect the live canvas cross-section.
  5. Copy the summary to your clipboard for the wiring diagram or clamp-selection table.

Formulas Used

D_eq    = 2 * sqrt( sum(wire area * qty) / PI )
D_bundle = D_eq * packing_factor            // packing 1.20 - 1.25
wire OD = conductor_diameter * insulation_factor
weight  = sum(conductor_area * qty) * density    // g/m
weight_per_ft = weight_per_m * 0.3048

Professional Insights & Guide

Learn the real aerospace geometry behind harness bundle sizing, with formulas, step-by-step use, and edge cases.

Core Use Case scenario

Wiring engineers and aircraft mechanics size harness bundles so they fit through clamps, grommets, conduits and connector backshells. Summing every wire's cross-sectional area and dividing by the packing density gives an equivalent solid circle, then multiplying by a fill factor of roughly 1.22 yields the true outside bundle diameter. The same table drives weight estimation: mass per meter equals the total conductor area multiplied by the metal density (8.96 g/cm³ for copper).

Troubleshooting & Edge-Case Failure Points

  • Single wire or very few wires: a 1.22x packing factor overstates the size; the bundle diameter should never fall below the largest single wire's outside diameter.
  • Mixed gauges: always sum areas of each gauge times its quantity, never average diameters.
  • Heavily shielded runs: add shield diameter (roughly 3x the conductor group) before the packing calculation.
  • Zero or invalid quantities: the tool rejects empty rows and shows a friendly inline error instead of a NaN result.

Detailed Step-by-Step Instructions

  1. Add a wire row for each gauge present in the harness and enter its quantity.
  2. Set the packing density factor (1.20–1.25 is standard for aerospace fill) and the insulation size factor for your wire spec.
  3. Choose the conductor material so the weight-per-length output matches your build.
  4. Press Calculate Bundle and review the diameter, cross-section and mass, then inspect the live canvas cross-section.
  5. Copy the summary to your clipboard for the wiring diagram or clamp-selection table.

Formulas Used

D_eq    = 2 * sqrt( sum(wire area * qty) / PI )
D_bundle = D_eq * packing_factor            // packing 1.20 - 1.25
wire OD = conductor_diameter * insulation_factor
weight  = sum(conductor_area * qty) * density    // g/m
weight_per_ft = weight_per_m * 0.3048

Informative Guides & Helper Articles

How to Use the Wire Harness Diameter Modeler

Estimates finished harness diameter and conduit fill from wire gauge lists.

  1. Enter wire gauges and counts.
  2. Read bundle diameter before and after tape/sleeve.
  3. Check conduit fill against the 40-53% rule.

Bundle Diameter from Sum of Squares

D = 1.2 sqrt(sum d2) | fill <= 40-53%

Wires in a bundle approximate circle packing: D = 1.2 x sqrt(sum of d squared) (the 1.2 covering packing inefficiency). Example: 12 wires of 1.5 mm OD give sum of squares = 27, D = 1.2 x 5.2 = 6.2 mm bare, 7.5-8 mm taped. Conduit discipline: fill limits (40% for 3+ wires) exist because packed conductors cannot shed heat - a hot chafed harness is a latent fire. Practical adds: sleeve +0.5-1 mm, tape +10-15%, service loop two connector lengths.

Wire Harness Diameter Modeler FAQ

How do you estimate harness diameter?

D = 1.2 x sqrt(sum of wire diameters squared), then +10-15% tape. Tracks measured bundles within ~10%.

What is conduit fill?

Wire cross-section as a share of conduit area. Above ~40% (3+ wires), heat cannot escape and pulling friction soars.

How much service loop?

Two connector lengths minimum at each end - the cheapest reliability you will buy.

Deep-dive guides