Skip to content
RFrftools.io
Unit ConversionJuly 20, 20266 min read

Converting Energy Units: Electron-Volts to Kilowatt-...

Convert between joules, electron-volts, kWh, calories, and BTU for real engineering work. Practical guide with ESD, battery, and semiconductor examples.

Contents

Why Energy Unit Conversion Is More Annoying Than It Should Be

Energy is energy, right? A joule is a joule whether it's stored in a capacitor, released during an ESD event, or sitting in a battery waiting to power your circuit. And yet we somehow ended up with electron-volts for semiconductor physics, kilowatt-hours for batteries, calories for thermal calculations, and BTU for... well, mostly for annoying anyone who grew up with SI units.

The problem isn't that these units are hard to convert — the math is straightforward. The problem is that you're usually doing this conversion in the middle of something else, and you don't want to stop and think about whether it's 1.602×10191.602 \times 10^{-19} or 1.602×10191.602 \times 10^{19}. One of those is very wrong.

Open the Energy Unit Converter and skip the mental gymnastics.

The Conversion Factors You'll Actually Use

Let's get the reference numbers out of the way. One joule equals:

1 J=1000 mJ=106 µJ=6.242×1018 eV1 \text{ J} = 1000 \text{ mJ} = 10^6 \text{ µJ} = 6.242 \times 10^{18} \text{ eV}

And going the other direction:

1 eV=1.602×1019 J1 \text{ eV} = 1.602 \times 10^{-19} \text{ J}

For the bigger stuff:

1 kWh=3.6×106 J=3.6 MJ1 \text{ kWh} = 3.6 \times 10^6 \text{ J} = 3.6 \text{ MJ}

And the thermal units that refuse to die:

1 cal=4.184 J1 \text{ cal} = 4.184 \text{ J}
1 BTU=1055 J1 \text{ BTU} = 1055 \text{ J}

These are the exact values (well, the calorie is the thermochemical calorie — there are actually several definitions, which is its own special kind of annoying). Memorizing them is pointless. Use a calculator.

Real Engineering Scenarios

ESD Events: Millijoules That Can Kill Your IC

ESD testing follows standards like IEC 61000-4-2, which specifies discharge energies. A typical contact discharge at 8 kV through the standard 150 pF / 330 Ω network delivers roughly:

E=12CV2=12(150×1012)(8000)2=4.8 mJE = \frac{1}{2}CV^2 = \frac{1}{2}(150 \times 10^{-12})(8000)^2 = 4.8 \text{ mJ}

That's 4.8 millijoules. Doesn't sound like much until you realize it's being dumped into your circuit in about 1 nanosecond, which means instantaneous power levels in the megawatt range. Your TVS diode needs to absorb this without going into thermal runaway.

When you're selecting a TVS diode, datasheets often give peak pulse power ratings (like 400 W for 8/20 µs waveforms), but sometimes you need to think in terms of total energy to understand repetitive stress. Converting between pulse power specifications and energy capacity is where unit conversion becomes genuinely useful rather than just academic.

Capacitor Discharge: The Worked Example

Let's say you're designing a camera flash circuit. You've got a 470 µF electrolytic charged to 300 V, and you need to know if it can deliver enough energy for your xenon tube, which requires about 15 joules for a full-power flash.

Step 1: Calculate the stored energy.

E=12CV2=12(470×106)(300)2E = \frac{1}{2}CV^2 = \frac{1}{2}(470 \times 10^{-6})(300)^2
E=12(470×106)(90000)=21.15 JE = \frac{1}{2}(470 \times 10^{-6})(90000) = 21.15 \text{ J}

Step 2: Sanity check. You've got 21.15 J stored, you need 15 J. Looks good, but wait — you can't discharge a capacitor to zero volts and still have your trigger circuit work. If you only discharge down to 100 V:

Eremaining=12(470×106)(100)2=2.35 JE_{remaining} = \frac{1}{2}(470 \times 10^{-6})(100)^2 = 2.35 \text{ J}
Eavailable=21.152.35=18.8 JE_{available} = 21.15 - 2.35 = 18.8 \text{ J}

Still enough, but the margin is tighter than the naive calculation suggested.

Step 3: Convert to other units for documentation. Your customer's spec might be in different units because they copied it from an old datasheet.

  • 21.15 J = 21,150 mJ = 21,150,000 µJ
  • 21.15 J = 5.88 × 10⁻⁶ kWh (basically meaningless at this scale)
  • 21.15 J = 5.05 cal
  • 21.15 J = 0.020 BTU

The calorie and BTU values are actually useful if you're calculating thermal rise in the capacitor from repeated charge/discharge cycles.

Battery Capacity: Where kWh Finally Makes Sense

A typical 18650 lithium cell is rated at 3.7 V nominal and maybe 3000 mAh. Total energy:

E=V×Q=3.7 V×3.0 Ah=11.1 Wh=0.0111 kWhE = V \times Q = 3.7 \text{ V} \times 3.0 \text{ Ah} = 11.1 \text{ Wh} = 0.0111 \text{ kWh}

Converting to joules:

E=11.1 Wh×3600 s/h=39,960 Japprox40 kJE = 11.1 \text{ Wh} \times 3600 \text{ s/h} = 39,960 \text{ J} \\approx 40 \text{ kJ}

That's a lot of joules. It's also why lithium battery fires are so energetic — 40 kJ released in a thermal runaway event is genuinely dangerous.

Semiconductor Band Gaps: Electron-Volts in the Real World

Silicon has a band gap of about 1.12 eV at room temperature. What does that mean in terms of photon wavelength for solar cells or photodetectors?

The photon energy-wavelength relationship is:

E=hclambdaE = \frac{hc}{\\lambda}

where h=6.626×1034h = 6.626 \times 10^{-34} J·s and c=3×108c = 3 \times 10^8 m/s.

First, convert 1.12 eV to joules:

E = 1.12 × 1.602×10⁻¹⁹ = 1.794×10⁻¹⁹ J

Then solve for wavelength:

λ = hc/E = (6.626×10⁻³⁴)(3×10⁸) / 1.794×10⁻¹⁹ = 1.108×10⁻⁶ m = 1108 nm

So silicon absorbs photons with wavelengths shorter than about 1100 nm. Longer wavelengths (lower energy) pass right through. This is why silicon solar cells don't respond well to infrared beyond this cutoff.

Common Mistakes and Gotchas

Confusing Energy and Power

This one should be obvious, but I see it constantly. Energy is joules, power is watts (joules per second). A 100 W light bulb running for one hour uses 100 Wh of energy, not 100 W. When someone says their circuit "uses 50 millijoules," ask them: per second? Per hour? Per pulse? The statement is meaningless without a time reference or the understanding that it's a discrete event.

The Wrong Calorie

There's the thermochemical calorie (4.184 J), the 15 °C calorie (4.1855 J), the mean calorie (4.190 J), and the food Calorie (capital C), which is actually a kilocalorie (4184 J). Most engineering contexts use the thermochemical calorie, but if you're doing anything thermal with biological systems or food industry equipment, double-check which one the spec means.

Forgetting That Capacitor Energy Scales with V²

When you double the voltage on a capacitor, you quadruple the stored energy. This catches people when they're scaling designs. "I'll just use a bigger capacitor" doesn't help as much as you'd think — doubling capacitance only doubles energy, but doubling voltage quadruples it. Of course, voltage ratings on capacitors don't scale linearly with size either, so there's always a tradeoff.

Precision Theater

I've seen engineers report ESD pulse energies to six significant figures. The discharge network has 10% tolerance components, the voltage source has its own uncertainty, and the actual waveform varies pulse-to-pulse. Reporting 4.800000 mJ is just noise. Two or three significant figures is usually all you've got.

The eV Exponent Trap

One electron-volt is 1.602×10191.602 \times 10^{-19} joules. That's a negative 19. When converting large numbers of electron-volts to joules, it's easy to lose track of the exponent. A 1 MeV gamma ray has energy of 1.602×10131.602 \times 10^{-13} J, not 1.602×10251.602 \times 10^{-25} J. The mega- prefix adds 6 to the exponent, it doesn't multiply the mantissa.

When Different Units Actually Matter

Most of the time, unit conversion is just about matching what's in the datasheet or spec. But sometimes the choice of unit carries real information.

Electron-volts are natural for anything involving single particles or quantum transitions. When you're talking about band gaps, ionization energies, or radiation detection thresholds, eV keeps the numbers human-scale. Nobody wants to say silicon has a band gap of 1.79×10⁻¹⁹ joules.

Kilowatt-hours make sense for anything involving utility-scale energy or long-duration storage. Talking about a grid battery in joules would give you numbers in the billions or trillions.

BTU persists in HVAC and some industrial contexts, mostly because the installed base of equipment and documentation uses it. Fighting this is pointless; just convert and move on.

Try It

Next time you're staring at a datasheet that gives energy in one unit while your simulation tool wants another, open the Energy Unit Converter and get the number you need. It handles everything from single electron-volts up through kilowatt-hours, with millijoules, microjoules, calories, and BTU along the way. No more second-guessing exponents or looking up conversion factors.

Related Articles