The Verdict: Resistance wins for series circuits, voltage drop calculations, and buying discrete components. Conductance wins for analyzing parallel networks, calculating AC admittance, and selecting bulk conductor materials. If you are sizing wire or picking a resistor, use Ohms. If you are solving complex parallel AC grids or evaluating semiconductor mobility, use Siemens.

The Single Physical Difference Driving the Math

While resistance ($R$) and conductance ($G$) are mathematical reciprocals ($G = 1/R$), they model two fundamentally different physical realities inside a material.

Resistance models the obstacle. It quantifies electron scattering—the friction caused when moving charge carriers collide with lattice ions, impurities, and thermal vibrations. It is a measure of energy loss (heat).
Conductance models the pathway. It quantifies the availability and mobility of free charge carriers. It is a measure of flow capacity.

This distinction matters when you move from discrete components to raw materials. When selecting a busbar for a 48V LiFePO4 battery bank, you don't ask 'how much does it resist?'; you ask 'how easily does it conduct 200A?' Material science relies on conductivity ($\sigma$) and its inverse, resistivity ($\rho$), to grade metals and semiconductors.

Reference Table: Material Resistivity vs. Conductivity at 20°C
MaterialResistivity ($\rho$) in $\Omega\cdot m$Conductivity ($\sigma$) in $S/m$Primary Use Case
Annealed Copper$1.72 \times 10^{-8}$$5.80 \times 10^7$Standard branch wiring, busbars
Aluminum (99.9%)$2.65 \times 10^{-8}$$3.77 \times 10^7$Service entrance feeders, transmission
Silicon (Intrinsic)$2.30 \times 10^{3}$$4.35 \times 10^{-4}$Semiconductor substrates
Carbon (Graphite)$3.50 \times 10^{-5}$$2.86 \times 10^4$Motor brushes, resistor elements

Source: HyperPhysics (Georgia State University). Note that the SI unit for conductance is the Siemens (S), historically called the 'mho' ($\mho$).

Head-to-Head Comparison: Where They Diverge

On a DC bench supply with a single resistor, swapping between Ohms and Siemens is just a button press on your calculator. But in complex networks and AC analysis, the math diverges sharply.

CriterionResistance (Ohms, $\Omega$)Conductance (Siemens, $S$)
Series Network MathAdds linearly: $R_{total} = R_1 + R_2 + R_3$Requires reciprocal sums: $1/G_{total} = 1/G_1 + 1/G_2$
Parallel Network MathRequires product-over-sum or reciprocal sumsAdds linearly: $G_{total} = G_1 + G_2 + G_3$
AC Domain EquivalentImpedance ($Z = R + jX$)Admittance ($Y = G + jB$)
Component MarketUbiquitous. E12/E24 series, $0.01 to $5.00+Non-existent as discrete passive components

The AC Trap: Where They Are NOT Interchangeable

The most common mistake intermediate hobbyists make in AC circuit analysis is assuming that because $G = 1/R$ in DC, then $G = 1/R$ in AC. This is false.

In AC circuits, resistance is the real part of Impedance ($Z = R + jX$), while conductance is the real part of Admittance ($Y = G + jB$). Because admittance is the reciprocal of the entire complex impedance ($Y = 1/Z$), you cannot simply invert the real and imaginary parts independently.

Warning: The Complex Inversion Gotcha
If $Z = R + jX$, then $Y = \frac{1}{R + jX} = \frac{R - jX}{R^2 + X^2}$.
Therefore, the actual AC conductance is: $G = \frac{R}{R^2 + X^2}$
Notice that $G$ depends on both the resistance and the reactance ($X$). If you blindly calculate $G = 1/R$ in an AC circuit with inductors or capacitors, your power calculations will be wrong, and your simulated phase angles will fail. For deep AC theory, refer to the All About Circuits textbook on Admittance.

The Decision Framework: Choose A or Choose B

Use this framework to decide which metric to anchor your calculations and design choices around.

Choose Resistance (Ohms) When:

  • Calculating Voltage Drop: Sizing AWG wire for a 50-foot run to a 240V outlet. Ohm's law ($V = IR$) directly yields the lost voltage.
  • Designing Voltage Dividers: Setting bias networks for transistors or scaling down a 12V signal to an ESP32's 3.3V ADC pin.
  • Setting Current Limits: Choosing the sense resistor for an LED driver or a bench power supply.
  • Buying Parts: You need a discrete component to insert into a PCB or breadboard.

Choose Conductance (Siemens) When:

  • Solving Massive Parallel DC Grids: If you have 15 resistors in parallel, converting them all to conductance allows you to simply add them together ($G_{total} = G_1 + G_2 ... + G_{15}$) rather than doing a nightmare of reciprocal fractions.
  • Evaluating Semiconductor Channels: Comparing the 'on-state' efficiency of power MOSFETs. The transconductance ($g_m$) of a BJT or MOSFET dictates its amplification capability.
  • Calculating Leakage Currents: In high-voltage insulation or capacitor dielectrics, leakage is modeled as a parallel conductance rather than a massive series resistance.
  • Material Selection: Deciding between copper, aluminum, or silver plating for RF shielding or high-current busbars.

The Component Market: Why You Buy Ohms, Not Siemens

If you open a drawer in any electronics lab, you will find thousands of resistors sorted by Ohms, but zero 'conductors' sorted by Siemens. Why? Because manufacturing and standardizing obstacles is easier than standardizing pathways.

Resistors are manufactured to the NIST-traceable SI standard E-series (E12, E24, E96). A 10k$\Omega$ resistor is a physical component designed to drop voltage and dissipate heat predictably (e.g., a 1/4W carbon film part). Conductance, being the absence of resistance, is simply the default state of a wire. You don't buy a '10 Siemens component'; you just buy a piece of copper wire.

The MOSFET Exception: $R_{DS(on)}$

The closest the discrete component market gets to selling 'conductance' is the power MOSFET. When a MOSFET like the ubiquitous IRFZ44N turns on, it acts as a closed switch. However, it isn't perfect. Datasheets specify its 'on-resistance' as $R_{DS(on)}$—typically around 0.017$\Omega$ for the IRFZ44N at $V_{GS} = 10V$.

From a physics standpoint, $R_{DS(on)}$ is heavily dependent on the conductance of the silicon channel, which is modulated by the gate voltage. As detailed in Texas Instruments application notes on MOSFET conduction, as the silicon heats up, carrier mobility drops, resistance rises, and the part dissipates more power ($I^2R$ loss), leading to thermal runaway. In high-power inverter designs (like a 48V solar setup), designers are effectively hunting for the highest possible channel conductance, even though they are forced to read the $R_{DS(on)}$ column in the DigiKey search filters.

Summary Checklist for the Workbench

  • DC Series? Stick to Ohms. Add them up.
  • DC Parallel? Convert to Siemens, add them, convert back to Ohms to save time.
  • AC Phasors? Use Impedance ($Z$) for series, Admittance ($Y$) for parallel, and remember that $G \neq 1/R$ when reactance is present.
  • Wire Sizing? Use Ohms and the NEC Chapter 9 Table 8 resistance values to calculate voltage drop.