18650 power: capacity, BMS and safety

Category: PowerDifficulty: ★★★~10 min

The 18650 is the most widely used lithium-ion "can" on the planet: it is what laptop batteries, power banks, cordless drills and EV packs are built from. For our purposes it is the perfect building block for off-grid power: a handful of 18650s will happily keep an MMDVM hotspot running in the field or serve as a spare bank for a radio. But Li-ion does not forgive carelessness — so this is not only a conversation about capacity, it is first and foremost about safety. Read all the way down to the red-bordered callout; it is not there for decoration.

What is an 18650, anyway

The name is just a size: a cylinder 18 mm in diameter and 65 mm long (the trailing zero means "cylindrical shape"). Inside is lithium-ion chemistry. The basic figures of a single cell that you must memorize:

In other words, the working "window" of a single cell is roughly 3.0 to 4.2 volts. All power design revolves around never stepping outside that window.

Real capacity: where sellers lie

Capacity is measured in milliamp-hours (mAh). As of 2025–2026 the honest ceiling of a single 18650 is around 3500 mAh, with top-tier branded cells reaching ~3600 mAh. The typical spread on the market:

Rule of thumbIf the blue wrap says "9900 mAh", "12000 mAh" or "UltraFire" — it is a lie. Physics simply will not fit more than ~3.5 Ah into the 18650 form factor. Under the pretty wrapper there is usually a worn-out 800–1500 mAh cell. Buy only recognizable brands (Samsung, LG, Sony/Murata, Panasonic) and verify the real capacity with a charger-tester.

BMS / protection board — we never build without one

A bare cell does not monitor itself in any way. Between the cells and the load you put a BMS (Battery Management System), or at least a simple protection board (PCM/PCB). Its job is to watch voltage and current and instantly break the circuit with MOSFETs if something goes wrong:

A BMS is chosen by the number of cells "in height" (in series): 1S — one cell (3.7 V), 2S — two (7.4 V), 3S — three (11.1 V), and so on. Parallel cells (several cells "in width" for capacity) do not change the S number — that is simply more mAh at the same voltage step.

Balancing and matching cells

A pack of several cells uses only identical, matched cells: one model, similar capacity, similar internal resistance, ideally the same "age". You must not mix old and new, different brands, or different capacities: during charge/discharge they drift apart in voltage, one cell gets overloaded, and the whole pack degrades faster. For multi-section packs use a balancing BMS (with a balancer) — it pulls the cells toward each other so they age evenly.

Charging: the CC/CV profile

Li-ion is charged with the CC/CV algorithm — "constant current / constant voltage":

  1. CC (constant current) — the charger holds a fixed current (say, 1 A) while the cell voltage rises smoothly.
  2. CV (constant voltage) — once 4.2 V is reached, the voltage is held fixed and the current gradually falls almost to zero. At that point the cell is considered full.

In DIY this is handled by a dirt-cheap module built on the TP4056 chip (often with USB-C): it implements CC/CV up to 4.2 V on its own and frequently comes paired with DW01 protection (against over-discharge/short circuit). That is for a single cell (1S). Multi-section packs need a charger for the right number of S — you cannot charge a 2S/3S pack with an ordinary USB module.

⚠ Fire hazard — Li-ionA lithium-ion cell, if assembled wrong, can go into thermal runaway: violent self-heating, a jet of burning gas, a flame. Hard rules:
  • Never charge without a protection board/BMS, and never exceed 4.2 V per cell.
  • Prevent short circuits. A metal object across the "plus" and "minus" means an instant overcurrent and heating. Insulate the terminals.
  • Swollen, dented, leaking, smelling, or hot after a drop — the cell goes in the trash, never back into service.
  • No "9900 mAh / UltraFire" or basement no-names in equipment power.
  • Charge under supervision, on a non-flammable surface, do not leave it overnight unattended. Keep it away from anything combustible; have a dry-powder extinguisher nearby.
  • In a pack — only matched identical cells; a mismatch leads to overloading of a single cell.

How to get 5 V for a hotspot

A Raspberry Pi and an MMDVM hotspot run on 5 V, while a single 18650 gives 3.0–4.2 V — "wandering" volts both below and above five. You cannot connect them directly. The options:

Option 1: 1S + a boost converter

One cell → charge/protection board (TP4056+protection) → a boost DC-DC that turns 3.0–4.2 V into a stable 5 V. A popular module is the MT3608 (input 2–24 V, output up to 28 V, current up to 2 A, comfortably ~1 A in practice). You must set the output with the trimmer to exactly 5.0 V on a multimeter before connecting the Pi — otherwise you can fry the board.

On currentA Pi Zero/Zero 2 W is content with modest current and lives perfectly off a 1S boost. The Pi 3/4, however, demands 1.5–3 A under load — a cheap MT3608 is at its limit there, heats up and sags. For a power-hungry Pi get a heavy-duty boost (or a ready-made 18650 UPS module for the Pi) and do not skimp on wire gauge.

Option 2: a ready-made UPS module for the Pi

There are all-in-one boards: a holder for 1–4 18650 cells, CC/CV charging, protection and a 5 V boost straight to the Pi pins/USB. Convenient for a stationary setup and for an uninterruptible supply, but module quality varies — look at the output current and the presence of protection.

Safe-build checklist

  1. Only branded cells with honest capacity (2.0–3.5 Ah), verified with a tester.
  2. In the pack — identical, matched cells.
  3. A mandatory BMS/protection board for the right number of S, with a balancer for multi-section packs.
  4. CC/CV charging, no higher than 4.2 V per cell; for multi-section packs — a proper balancing charger.
  5. A 5 V converter set with a multimeter, with current headroom for your Pi.
  6. Insulated terminals, short-circuit protection, heat monitoring; a damaged cell goes in the trash.

Build a self-contained node — and the network rides with you

18650 power turns a hotspot or radio into a portable kit: head into the woods, to the cabin or to a contest — and DMRhub comes along. Figure out how to feed a hotspot in the field, and take a look at solar charging for really long outings.

Sources

  1. 18650 specifications: dimensions, voltage, capacity — evlithium.com/Blog/18650-battery-specs
  2. What a Li-ion protection board does (PCB/PCM/BMS) — ufinebattery.com/blog/lithium-battery-protection-circuit
  3. CC/CV charging on a TP4056 module — envistiamall.com — TP4056/DW01A guide
  4. MT3608 boost converter for powering a Raspberry Pi — instructables.com/DC-DC-Boost-Converter-MT3608
  5. Lithium-ion battery safety guide — 18650battery.com — safety warnings