Calculator overview
Inputs and outputs
This summary comes from the calculator's published input and output contract.
Inputs
- Oneway Circuit Length
-
Unit ft Default 150 Range At least 0
About this input
The one-way length of the run, in feet.
- Maximum Allowed Drop
-
Unit % Default 3 Range At least 0
About this input
The largest acceptable voltage drop, as a percent of system voltage. It sets the size needed to satisfy the drop limit.
- System Voltage
-
Unit V Default 240 Range At least 0
About this input
The nominal system voltage, in volts.
- System
-
Default Single phase AC Allowed DC, Single phase AC, Three phase AC
About this input
The electrical system: DC, single-phase AC, or three-phase AC. The AC drop model here is resistive with the reactance ignored and unity power factor assumed -- adequate for small conductors and ordinary power factors. For long runs, large conductors or low power factor, use the Voltage Drop Calculator, which carries the full reactance and power-factor model.
- Load Current
-
Unit A Default 40 Range At least 0
About this input
The current the circuit must carry, in amperes.
- Combined Derating Factor
-
Unit factor Default 1 Range 0 to 1
About this input
The combined ampacity derating for temperature and grouping, as a fraction between 0 and 1. A smaller number forces a larger conductor.
- Ampacity Table Multiplier
-
Unit factor Default 1 Range At least 0.1
About this input
An illustrative amperes-per-size multiplier that models the ampacity table. Replace it with values from the code table adopted where the work is installed.
- Conductor Temperature
-
Unit deg C Default 75 Range At least -228
About this input
The conductor operating temperature, in degrees Celsius, used to derive resistance for the drop check.
- Conductor Material
-
Default Copper Allowed Copper
About this input
Copper only. Aluminium is not offered because the ampacity table this calculator carries does not include aluminium, so an aluminium conductor cannot be sized here yet. The material sets the resistivity used to size for voltage drop.
Outputs
- Smallest Size Meeting Ampacity
-
Unit size
About this output
The smallest conductor size whose derated ampacity carries the load current.
- Resistance At That Size
-
Unit ohm/1000 ft
About this output
The resistance of the governing size, in ohms per 1000 feet, at the operating temperature.
- Which Criterion Governs
-
Unit criterion
About this output
Whether voltage drop or ampacity decided the governing size, so you know which constraint to relax to go smaller.
- Smallest Size Meeting The Drop Limit
-
Unit size
About this output
The smallest conductor size whose voltage drop stays within the allowed limit.
- Required Ampacity After Derating
-
Unit A
About this output
The ampacity the conductor must have after derating, in amperes: load current divided by the combined derating factor.
- Governing Size
-
Unit size
About this output
The larger of the drop-limited and ampacity-limited sizes -- an illustrative screening result. The drop half is physics and material-aware; the ampacity half reads this workbook's editable illustrative table, not a code ampacity table, so confirm the final size against the code table for your conductor, temperature rating and conditions before installing anything.
- Drop At The Governing Size
-
Unit %
About this output
The voltage drop, as a percent, at the governing size.
- Model Status
-
No unit declared
About this output
The overall check on your entries, shown above the results. It reads OK when the inputs are usable, NOT VALID with a reason when an entry makes the model meaningless, or CHECK with a reason when a result is valid but worth a second look. Read it before you trust the numbers below.
- Illustrative Ampacity At That Size
-
Unit A
About this output
The illustrative ampacity of the governing size, in amperes, from the editable multiplier rather than a code table.
What it is
The Wire Size Calculator sizes a conductor against two independent criteria at once and tells you which one decided the answer. A conductor has to be large enough to carry its current without overheating, and large enough to keep voltage drop acceptable. It reports the smallest size meeting each criterion, the governing size, which criterion governs, and the voltage drop at that size.
On short runs ampacity usually governs. On long runs voltage drop governs, often by several sizes. Knowing which one is binding tells you what to change: a longer run needs a bigger conductor for drop, while a heavier load needs one for heat.
The two sides of this calculation do not have equal standing. The voltage drop side is derived from conductor geometry and is sound. The ampacity side is illustrative only. Real ampacity depends on the insulation temperature rating, the ambient temperature, how many current-carrying conductors share a raceway, and the termination rating, none of which this tool resolves. Always size from the electrical code in force in your jurisdiction.
Methodology
Purpose and model boundary
This model screens a copper conductor ladder against two independent criteria: resistive voltage drop and an illustrative ampacity table. It reports the first size meeting each criterion and selects the first size satisfying both.
The voltage-drop side is an engineering calculation based on workbook resistivity data. The ampacity side is explicitly illustrative and is not a code table. The governing size is therefore a screening result that must be verified against the code and product data applicable to the installation.
Inputs and units
- System selects DC, single-phase AC, or three-phase AC and the associated path multiplier.
- System voltage is the positive nominal voltage in volts.
- Load current is the positive circuit current in amperes.
- One-way circuit length is the positive run length in feet.
- Maximum allowed drop is entered as a percent and converted by the workbook to a fraction.
- Conductor temperature is degrees Celsius and is used for the linear resistance correction.
- Combined derating factor is the single ampacity multiplier in
(0, 1]; required pre-derating ampacity is load current divided by this factor. - Ampacity table multiplier scales the workbook’s illustrative ampacity column and must be positive. It does not replace selection from an applicable code table.
- Conductor material is currently limited by the delivered contract to copper.
Governing relationships
For candidate conductor j, let CM_j be circular-mil area, rho the workbook copper resistivity constant, alpha its temperature coefficient, T conductor temperature, and k_s the workbook stranding factor. Resistance per 1000 ft is:
R_j = rho x 1000 / CM_j x (1 + alpha x (T - 20)) x k_s
Let m_path be the system path multiplier from the workbook (2 for the out-and-back DC/single-phase path and the workbook’s three-phase multiplier for three-phase AC). The drop fraction for each candidate is:
Drop_j = m_path x I_load x R_j x L_oneway / (1000 x V_system)
The percent input is converted to:
Drop_limit = Maximum allowed drop / 100
The voltage-drop criterion passes when Drop_j <= Drop_limit.
For the ampacity criterion:
Required ampacity = I_load / Combined derating factor
Illustrative ampacity_j = workbook table ampacity_j x Ampacity table multiplier
The ampacity criterion passes when Illustrative ampacity_j >= Required ampacity.
The workbook scans candidates in ascending size order. It separately records the first drop pass and first ampacity pass, then records the first candidate for which both tests pass. The relative positions of the individual first passes determine whether voltage drop, ampacity, or both equally govern.
Calculation sequence
- Validate current, voltage, length, and the two ampacity factors.
- Convert the allowed percent drop to a fraction and calculate required ampacity after derating.
- For every size in the workbook ladder, calculate temperature-corrected resistance and drop.
- For every size, scale the illustrative ampacity and evaluate both pass flags.
- Select the first drop-only pass, ampacity-only pass, and combined pass.
- At the combined size, report drop, illustrative ampacity, resistance, and governing criterion. If no combined pass exists, return
noneand the workbookCHECKstatus.
Outputs and interpretation
Governing size is the first candidate that meets both workbook criteria. Smallest size meeting the drop limit and smallest size meeting ampacity expose the independent constraints. Which criterion governs identifies which individual pass occurred farther up the size ladder.
Required ampacity after derating is the load current divided by the combined factor. Drop at the governing size, illustrative ampacity at that size, and resistance at that size provide the numeric evidence. The charts show drop bars against the maximum-drop line and the illustrative ampacity across conductor sizes.
Validation and status logic
The workbook evaluates status in this order; the first matching row is returned.
| Condition | Returned status |
|---|---|
| Load current is zero or negative | NOT VALID: load current must be greater than zero |
| System voltage is zero or negative | NOT VALID: system voltage must be greater than zero |
| One-way length is zero or negative | NOT VALID: length must be greater than zero |
| Combined derating factor is zero or negative | NOT VALID: the combined derating factor must be greater than zero |
| Ampacity table multiplier is zero or negative | NOT VALID: the ampacity table multiplier must be greater than zero |
| No candidate in the workbook table satisfies both criteria | CHECK: no size in the table satisfies both criteria; consider parallel conductors |
| None of the preceding conditions applies | OK |
A maximum allowed drop of zero is permitted by the current contract. It normally prevents any positive-resistance conductor from passing and therefore reaches the no-size CHECK. A negative maximum drop is outside the contract bound and should be rejected by the proxy before workbook calculation.
Assumptions and limitations
The drop calculation is resistive. It does not include conductor reactance or load power factor and therefore is less suitable for long runs, large conductors, or low-power-factor AC loads; the separate Voltage Drop Calculator carries those inputs. Resistance uses a linear temperature correction and workbook constants, not manufacturer-specific cable construction.
The ampacity list is illustrative and becomes even more hypothetical when scaled by the user-entered multiplier. The model combines all derating into one factor rather than separately applying ambient, bundling, insulation, and termination rules. It does not evaluate overcurrent protection, conductor insulation rating, terminal temperature, conduit fill, equipment grounding, neutral/harmonic loading, parallel-conductor rules, installation method, local code amendments, or aluminium conductors.
Restrictions and non-computing states
Current, voltage, length, combined derating factor, and ampacity multiplier must be positive. Combined derating cannot exceed one under the current contract, conductor temperature cannot be below the contract minimum, and conductor material is copper only. The result is limited to the workbook’s candidate ladder; a requirement beyond it returns no governing size rather than extrapolating.
Errors and warnings
The LogicCommons proxy enforces contract types, dropdowns, and declared bounds before calling SpreadsheetWeb. The workbook returns NOT VALID for its positive-domain failures and CHECK when the table has no combined passing size. A transport, proxy, or SpreadsheetWeb service failure is not an electrical result and must not be interpreted as a pass, failure, or recommendation.
References
No table, chart or text from the National Electrical Code or any other standard is reproduced. Conductor resistance is derived from the American Wire Gauge geometry and published resistivity, not copied. The ampacity values used are illustrative typical figures held in the workbook and are not code tables.
- Wikipedia. American wire gauge, for the defining geometric relation the conductor areas come from. https://en.wikipedia.org/wiki/American_wire_gauge
- Wikipedia. Electrical resistivity and conductivity, for the resistivity values and the linear temperature correction. https://en.wikipedia.org/wiki/Electrical_resistivity_and_conductivity
- Wikipedia. Ampacity, for what the current-carrying criterion represents and why it depends on conditions this tool does not resolve. https://en.wikipedia.org/wiki/Ampacity
- National Fire Protection Association. NFPA 70, National Electrical Code. Consult the edition adopted in your jurisdiction for conductor ampacity, derating and termination temperature ratings. https://www.nfpa.org/codes-and-standards
NFPA, NEC and National Electrical Code are trademarks of the National Fire Protection Association, which does not endorse this workbook. Always size and verify from the code edition adopted in your jurisdiction.
Additional source notes migrated from Methodology
The drop calculation uses American Wire Gauge geometry, workbook resistivity, and linear temperature correction. The ampacity figures are illustrative rather than reproduced code-table values. See the page’s References section for the AWG, resistivity, ampacity, and NFPA sources and verify the final design against the adopted code edition.
Frequently asked questions
Can I install the conductor size this returns?
What does it mean when voltage drop governs?
Why does my governing size jump when I make the run slightly longer?
What should I enter for the derating factor?
Are the ampacity numbers from the electrical code?
Found a problem, or have an idea?
Tell us if a result looks wrong, a label is unclear, or something is missing. We read every message.
LogicCommons is in beta. If a result, label, or reference looks wrong, tell us here; we read every message.