Battery Cells, Modules & Packs

From a single lithium-ion cell to a 400-volt traction pack — the hierarchy, the voltage and energy arithmetic, and the cell chemistries that define an EV.

Automotive EngineeringElectrified PowertrainsFlagshipFree preview
⏱️ About 16 min
Battery Cells, Modules & Packs — illustration
Decorative illustration.

An EV's 'battery' is not one cell — it's thousands, welded into modules, bolted into a pack, managed by a computer that watches every one. The engineering is in how they're arranged and controlled.

💡
The big idea: An EV traction pack is a hierarchy — cells grouped into modules grouped into a pack — wired in series for voltage and parallel for capacity; lithium-ion chemistry (NMC, LFP, NCA) sets the energy density, safety, and life trade-offs.
🎯 By the end, you'll be able to
  • Describe the cell→module→pack hierarchy
  • Compute pack voltage and energy from cell series/parallel counts
  • Compare NMC, LFP, and NCA cell chemistries
  • Explain why a battery management system (BMS) is essential

A pack is thousands of cells

A single lithium-ion cell has a nominal voltage of ~3.2–3.7 V and stores maybe 5–100 Wh — far too little for a car. An EV pack strings many cells together in a hierarchy. Cells (the smallest unit) are welded in parallel into modules (parallel adds capacity/energy, voltage stays the same), and modules are connected in series into the pack (series adds voltage). A typical 400 V pack might use ~100–200 cells in series (each ~3.6 V) to reach ~400 V, with several in parallel per group for capacity — thousands of cells in total. Higher-voltage 800 V architectures halve the current for the same power, cutting copper mass and charging heat, which is why premium EVs are moving to 800 V.

\[ V_{\text{pack}}=N_s\,V_{\text{cell}},\qquad E_{\text{pack}}=N_s\,N_p\,E_{\text{cell}}=V_{\text{pack}}\,Q_{\text{pack}}\;(\text{capacity in Ah}) \]
Pack voltage = series cell count × cell voltage. Pack energy = total cells × cell energy = pack voltage × pack capacity (Ah). Series builds voltage; parallel builds capacity.
cell~3.6 Vmodule (parallel cells)...pack (modules in series → high voltage)BMSmonitor/balance
Cell -> module -> pack hierarchy. Parallel cells (capacity) form modules; modules in series (voltage) form the pack. The BMS monitors and balances every cell group.

Chemistry: the energy-safety-cost triangle

The dominant cell chemistries trade energy density, safety, cost, and cycle life. NMC (nickel-manganese-cobalt) and NCA (nickel-cobalt-aluminium) offer the highest energy density — more range per kilogram — so they dominate long-range and performance EVs, but they're costlier and less thermally stable. LFP (lithium iron phosphate) sacrifices some energy density for lower cost, excellent cycle life, and better thermal safety (it's harder to push into thermal runaway), making it popular for standard-range and commercial EVs. The choice is a product-level trade-off: long-range performance favours NMC/NCA; value-and-durability favours LFP. All are 'lithium-ion' — the cathode chemistry is the variable.

✨ Why the BMS is non-negotiable

Lithium-ion cells are unforgiving: over-charge, over-discharge, or operating outside their temperature window degrades them fast and can trigger thermal runaway (a self-heating, hard-to-stop fire). With thousands of cells, no two age identically, so the battery management system (BMS) watches every cell's voltage and temperature, balances charge between them (bleeding the high ones so the low ones can catch up), enforces safe voltage and current limits, and estimates state-of-charge and state-of-health. The BMS is what makes a large lithium-ion pack safe and long-lived — without it, the pack would destroy itself within months. It is as central to an EV as the ECU is to a combustion engine.

📝 Worked example: A pack uses 108 cells in series (N_s), each at 3.7 V nominal, with the pack capacity 100 Ah. What is the pack voltage and the pack energy in kWh?
  1. V_pack = N_s × V_cell = 108 × 3.7 = 399.6 V ≈ 400 V
  2. E_pack = V_pack × Q = 399.6 V × 100 Ah = 39,960 Wh ≈ 40.0 kWh
✓ ≈ 400 V, ≈ 40 kWh
✏️ Practice: An 800 V pack is built from cells of 4.0 V nominal. How many cells in series are needed?
cells
Solution
  1. N_s = V_pack / V_cell = 800 / 4.0 = 200 cells in series

Check your understanding

1. Connecting battery cells in series primarily:
Series voltages add; parallel capacities add. EV packs use series for the hundreds of volts the motor needs.
2. Compared with NMC, LFP (lithium iron phosphate) cells generally offer:
LFP trades energy density for cost, cycle life, and thermal stability — the value-and-durability chemistry.
✅ Key takeaways
  • A traction pack is cells (parallel, for capacity) → modules → pack (series, for voltage); thousands of cells total
  • Pack voltage = N_s × V_cell; energy = V_pack × capacity (Ah)
  • NMC/NCA maximise energy density (range/performance); LFP trades density for cost, life, and thermal safety
  • The BMS monitors/balances every cell and enforces safe limits — essential for pack safety and longevity
➡️ The pack stores energy; the next lesson quantifies how full and how healthy it is — state of charge, state of health, and the C-rate that governs how fast it can charge and discharge.