Resistance is a material's opposition to electrical current flow measured in ohms, while conductance is its exact mathematical inverse—the ease with which current flows—measured in siemens. In a real circuit or installation, these two properties dictate your voltage drop, heat dissipation ($I^2R$ losses), and how current divides across parallel branches. The most common mistake makers and junior techs make is confusing conductance (a property of a specific component or wire, measured in Siemens) with conductivity (an intrinsic material property, measured in Siemens per meter), or assuming that simply minimizing resistance is always the goal without accounting for the physical mass required to dissipate the resulting heat.
While resistance ($R$) is the standard metric for series circuits and voltage drops, conductance ($G$) is the ultimate shortcut for analyzing parallel networks and sizing high-current busbars. Below is a practical reference for how these values scale in standard copper wiring before we break down the math and bench applications.
AWG Copper Wire: Resistance and Conductance per 1,000 ft
When sizing feeders or battery cables, looking at conductance per 1,000 feet often provides a faster mental model for parallel runs than calculating fractional ohms. The table below assumes solid or stranded uncoated copper at an ambient 20°C (68°F). Note that while the NEC uses ampacity tables (like NEC 310.16) for thermal limits, the raw resistance/conductance values below govern your actual voltage drop.
| Wire Size (AWG) | Resistance ($\Omega$/kft) | Conductance (S/kft) | Typical Application |
|---|---|---|---|
| 14 AWG | 3.140 $\Omega$ | 0.318 S | 15A branch circuits, low-power control wiring |
| 10 AWG | 1.240 $\Omega$ | 0.806 S | 30A appliance circuits, 12V solar array strings |
| 4 AWG | 0.308 $\Omega$ | 3.247 S | EV charger feeds, 48V battery bank interconnects |
| 1/0 AWG | 0.123 $\Omega$ | 8.130 S | 200A service entrance, heavy inverter bus runs |
| 4/0 AWG | 0.0608 $\Omega$ | 16.44 S | 400A main panels, high-current DC busbars |
The Math: Why Conductance Simplifies Parallel Circuits
Ohm's Law defines resistance as $R = V / I$. Conductance flips this to $G = I / V$, where the unit is the Siemens (S), formerly known as the mho ($\mho$). While series circuits simply add resistances ($R_{total} = R_1 + R_2 + R_3$), parallel circuits require the cumbersome reciprocal formula for resistance:
$$ \frac{1}{R_{total}} = \frac{1}{R_1} + \frac{1}{R_2} + \frac{1}{R_3} $$
By switching to conductance, parallel addition becomes as straightforward as series resistance addition: $G_{total} = G_1 + G_2 + G_3$. Let's look at a worked numeric example using real bench components.
Worked Example: Sizing a Parallel Load Bank
Suppose you are building a dummy load to test a 12V bench power supply and you have three power resistors in your bin: 10Ω, 15Ω, and 30Ω. You wire them in parallel. What is the total equivalent resistance, and how much total current will the 12V supply deliver?
- Convert to Conductance:
- $G_1 = 1 / 10\Omega = 0.100$ S
- $G_2 = 1 / 15\Omega = 0.0667$ S
- $G_3 = 1 / 30\Omega = 0.0333$ S
- Add the Conductances:
- $G_{total} = 0.100 + 0.0667 + 0.0333 = 0.200$ S
- Convert Back to Resistance:
- $R_{total} = 1 / G_{total} = 1 / 0.200 = \mathbf{5\Omega}$
- Calculate Total Current:
- $I = V \times G_{total} = 12V \times 0.200S = \mathbf{2.4A}$
Using the standard product-over-sum resistance formula for three resistors is a nightmare of nested fractions. The conductance method allows you to add the decimal values directly in your head or on a basic calculator, then invert once at the end. For a deeper dive into the foundational physics of these reciprocal relationships, the All About Circuits textbook chapter on Conductance provides excellent schematic breakdowns.
Where You Meet Conductance and Resistance in Practice
Theory is clean, but real-world implementations involve thermal limits, material constraints, and parasitic effects. Here is where these concepts dictate your design choices on the jobsite or at the workbench.
1. PCB Trace Routing and Copper Weight
When designing a custom PCB for a high-current DC-DC converter, you aren't just placing components; you are routing conductors with specific conductance limits. Standard 1 oz copper cladding is approximately 1.37 mils (35 μm) thick. According to IPC-2221 standards, a 10-mil wide trace on an external layer can safely carry about 1A with a 10°C temperature rise. If your circuit demands 5A, you don't just widen the trace linearly; you must account for the non-linear relationship between trace width, cross-sectional area, and thermal dissipation. Doubling the copper weight to 2 oz effectively doubles the conductance of the trace without requiring you to double the physical width, saving vital board real estate.
2. Current Sensing with Shunt Resistors
In a lithium battery management system (BMS), the controller needs to measure current via Coulomb counting. This is done using a shunt resistor placed in series with the main negative terminal. Here, you want a component with extremely high conductance (very low resistance) so it doesn't waste power or introduce a massive voltage drop. A typical 50A BMS shunt might have a resistance of 1 mΩ (0.001 Ω), yielding a massive conductance of 1,000 S.
3. Busbar Sizing in Solar and Battery Banks
When connecting 4/0 AWG wires to a 48V LiFePO4 bank, the copper busbar linking the terminals must match or exceed the conductance of the wire itself. If you use a busbar that is too thin, you create a localized bottleneck of high resistance. This bottleneck will heat up under a 100A inverter surge, potentially melting the insulation on the adjacent wire lugs. Always calculate the cross-sectional area of your busbar (width × thickness) and ensure it equals or exceeds the circular mil area of the largest wire attached to it.
Common Confusions: Conductance vs. Conductivity
Even experienced hobbyists frequently mix up conductance and conductivity. The distinction is critical when reading datasheets or selecting raw materials.
- Conductance ($G$): Measured in Siemens (S). This is an extrinsic property. It applies to a specific, physical object with defined dimensions. A 10-foot piece of 12 AWG wire has a specific conductance. If you cut it in half, the conductance of the remaining piece changes (it decreases, because resistance increases).
- Conductivity ($\sigma$): Measured in Siemens per meter (S/m). This is an intrinsic material property. Pure annealed copper has a conductivity of roughly $5.96 \times 10^7$ S/m at 20°C, regardless of whether you have a microscopic fleck or a 500-pound spool of it. Georgia State University's HyperPhysics provides a robust database of intrinsic conductivity values for various metals and insulators.
The Traffic Analogy: Think of a highway. Resistance is the number of lanes blocked by construction cones. Conductance is the number of open lanes available for traffic. Conductivity is the quality of the asphalt itself—whether it allows cars to drive smoothly or is full of potholes, regardless of how many lanes the highway has.
Frequently Asked Questions
Why do modern datasheets use Siemens instead of mhos?
The term "mho" (ohm spelled backward, with an upside-down omega symbol $\mho$) was widely used in North America through the mid-20th century. However, the International System of Units (SI) officially adopted the "Siemens" (S) in 1971 to honor Werner von Siemens. Today, IEEE standards and modern component datasheets exclusively use Siemens. You will still see "mhos" on vintage vacuum tube testers and older Ham radio equipment schematics.
Does temperature affect conductance?
Yes, drastically. For standard conductors like copper and aluminum, as temperature rises, atomic lattice vibrations increase, scattering electrons and increasing resistance. Consequently, conductance drops. Copper's resistance increases by approximately 0.393% per degree Celsius above 20°C. This is why a motor's starting current (inrush) is higher when cold—the winding resistance is lower, meaning its conductance is temporarily higher until the copper heats up.
Can a material have infinite conductance?
Yes, in the realm of superconductors. When certain materials (like YBCO ceramics or niobium-titanium alloys) are cooled below their critical temperature, their electrical resistance drops to exactly zero. In this state, their DC conductance is infinite, allowing current to flow indefinitely without any $I^2R$ heat loss. While not practical for home DIY projects, this principle is what powers MRI machines and particle accelerators.






