The electrical SI units are the internationally standardized metric measurements—like the ampere, volt, and ohm—used to quantify electrical charge, potential, resistance, and power consistently across all physics and engineering disciplines. Whether you are sizing a breaker for a 240V dryer or debugging an I2C pull-up resistor on an ESP32, every calculation you make relies on this unified system. Understanding these units isn't just about passing a physics exam; it is the difference between a properly fused solar array and a melted wire harness.

The Core Electrical SI Units: What They Actually Measure

The International System of Units (SI) divides electrical measurements into base units and derived units. The ampere (A) is the only base electrical unit in the SI system. Every other electrical unit you use on the bench is mathematically derived from the ampere combined with the meter, kilogram, and second.

Quantity SI Unit Name Symbol Derived Definition (Base SI)
Electric Current Ampere A Base Unit
Potential Difference Volt V kg⋅m²⋅s⁻³⋅A⁻¹ (Watts per Ampere)
Resistance Ohm Ω kg⋅m²⋅s⁻³⋅A⁻² (Volts per Ampere)
Power Watt W kg⋅m²⋅s⁻³ (Joules per second)
Electric Charge Coulomb C s⋅A (Amperes × seconds)
Capacitance Farad F kg⁻¹⋅m⁻²⋅s⁴⋅A² (Coulombs per Volt)
Conductance Siemens S kg⁻¹⋅m⁻²⋅s³⋅A² (Reciprocal Ohm)

The 2019 Redefinition: What Changed and Why It Matters

For decades, the ampere was defined by a thought experiment: the constant current which, if maintained in two straight parallel conductors of infinite length and negligible circular cross-section, placed 1 meter apart in a vacuum, would produce a specific magnetic force. Because building "infinite" wires is physically impossible, national metrology labs had to use approximations that introduced microscopic uncertainties.

In 2019, the General Conference on Weights and Measures (CGPM) completely overhauled the SI system. They detached the ampere from physical artifacts and macroscopic forces, redefining it by fixing the exact numerical value of the elementary charge (e) of an electron to 1.602 176 634 × 10⁻¹⁹ coulombs. Today, an ampere is simply the flow of exactly 1 / (1.602 176 634 × 10⁻¹⁹) electrons per second.

What does this change in a real circuit or installation?
For your home wiring, solar array, or Arduino breadboard, absolutely nothing. Your 120V wall outlet and 5V USB rails behave exactly as they did before 2019. However, for high-precision metrology labs calibrating reference multimeters (like a Fluke 8508A) using the quantum Hall effect and single-electron pumps, it eliminated the drift associated with physical artifacts, ensuring that the nanovolt-level calibration traces back to an immutable constant of the universe rather than a degrading metal cylinder in a Paris vault. For a deep dive into the metrology side, the NIST Constants and Units database provides the exact mathematical mappings.

Where You Meet This in Practice: Prefixes and Derived Units

On the workbench, you rarely deal with raw base SI units. You deal with prefixes. A standard microcontroller GPIO pin sources 20 milliamperes (mA), not 0.02 amperes. A ceramic decoupling capacitor is 100 nanofarads (nF). The most critical practical skill is mastering case-sensitive SI prefixes, because a typo here doesn't just break your code; it lets the magic smoke out.

  • Lowercase 'm' (milli): 10⁻³ (e.g., mW = milliwatt, one-thousandth of a watt).
  • Uppercase 'M' (Mega): 10⁶ (e.g., MW = megawatt, one million watts).
  • Lowercase 'k' (kilo): 10³ (e.g., kΩ = kilohm). Note: SI standard dictates lowercase 'k' for kilo, though uppercase 'K' is frequently tolerated in casual schematic capture software.
  • Micro (µ): 10⁻⁶. Often typed as 'u' in code or silkscreen (e.g., uF for microfarad) when the Greek mu character isn't available.

What do people commonly confuse it with? The most frequent error among DIYers and junior technicians is confusing the SI unit of power (Watt, or Joules per second) with the SI unit of energy (Joule, or Watt-seconds). You see this constantly in battery sizing. A 100W solar panel produces 100 Joules of energy every second. If it runs for 10 hours, it generates 1,000 Watt-hours (3.6 Megajoules) of energy. Confusing a 100W load (power) with a 100Wh battery capacity (energy) will leave your off-grid cabin in the dark by 2:00 PM.

Bench War Story: Confusing Coulombs and Amperes on an E-Bike Build

To see how unit confusion manifests in physical damage, let's walk through a real-world scenario involving a DIY e-bike build.

  1. The Setup: A builder is assembling a 48V e-bike battery pack. To prevent voltage sag and protect the Electronic Speed Controller (ESC) from ripple current, they install a massive bank of electrolytic capacitors on the DC bus. The total capacitance is 10,000 µF (microfarads).
  2. The Numbers: The builder wants to add a manual precharge bypass switch and calculates the steady-state charge stored in the capacitors using the formula Q = C × V.
    Charge (Q) = 0.01 Farads × 48 Volts = 0.48 Coulombs.
  3. The Mistake: The builder looks at the number "0.48" and mentally conflates Coulombs (the SI unit of static charge) with Amperes (the SI unit of continuous current flow). Thinking the switch only needs to handle "half an amp," they wire the main battery lead through a standard 2A automotive toggle switch.
  4. The Outcome: The builder flips the toggle switch to connect the 48V pack to the empty capacitor bank. A massive blue flash occurs. The toggle switch contacts instantly weld together, the plastic housing melts, and the battery sparks violently until the main 40A BMS fuse finally blows.
  5. What Went Wrong: The builder confused total accumulated charge (Coulombs) with the rate of charge flow (Amperes). When a completely discharged capacitor is connected to a voltage source, it acts as a dead short. The inrush current is defined by I = ΔQ / Δt. The 0.48 Coulombs of charge rushed into the capacitors in roughly 4 milliseconds (0.004 seconds).
    Actual Inrush Current = 0.48 C / 0.004 s = 120 Amperes.
    They pushed 120A through a switch rated for 2A. Always use a precharge resistor (e.g., a 50Ω 50W power resistor) to limit the inrush current and stretch Δt out to a few seconds when dealing with large capacitance.

Frequently Asked Questions About Electrical Units

Is the Ohm a base SI unit?

No. The ohm (Ω) is a derived SI unit. It is defined in terms of base units as kg⋅m²⋅s⁻³⋅A⁻². The only base electrical unit in the SI system is the ampere. However, in practical electrical engineering, the ohm is treated as a fundamental building block for circuit analysis via Ohm's Law (V = IR).

Why do battery manufacturers use Amp-hours (Ah) instead of Coulombs?

While the Coulomb is the strict SI unit for electrical charge, it is an inconveniently small unit for large energy storage systems. One Amp-hour equals exactly 3,600 Coulombs (1 Amp × 3,600 seconds). Using Ah allows a 100Ah LiFePO4 battery to be expressed as a manageable two-digit number rather than 360,000 C. Note that Amp-hours measure charge, not energy; to find the true energy capacity in Watt-hours, you must multiply the Ah by the nominal voltage.

What is the SI unit for electrical conductance?

The SI unit for conductance is the Siemens (S), which is the mathematical reciprocal of the ohm (1/Ω). Older texts and some legacy schematics may refer to this unit as the "mho" (ohm spelled backward, with an upside-down omega symbol ℧), but Siemens is the official, standardized SI term used in modern datasheets and simulation software like SPICE.