How Do Lithium-Ion Batteries Charge?
Last updated 26 June 2026 · 7 min read
Direct Answer
Lithium-ion batteries charge using a two-phase constant-current / constant-voltage (CC/CV) method. In the first phase, the charger supplies a fixed current (typically 0.5C–1C) while the cell voltage rises. Once the cell reaches 4.2V, the second phase begins: the charger holds 4.2V constant while current tapers down. Charging is complete when the current falls below approximately 10% of the rated charge current (the termination threshold). The total charge time from empty to full is approximately 2–3 hours at 1C.
Detailed Explanation
Lithium-ion batteries cannot be charged like a lead-acid or NiMH battery. They require a precisely controlled two-phase charge profile — too much voltage damages the cell irreversibly; too little and you leave capacity on the table. A dedicated charger IC is almost always the right solution.
Phase 1 — Constant Current (CC)
The charger supplies a fixed current — typically 0.5C to 1C — while the cell absorbs charge. At 1C for a 2000 mAh cell, that is 2A. The cell voltage rises steadily during this phase, from its starting voltage (perhaps 3.0–3.5V if partially discharged) up to the charge termination voltage.
Pre-conditioning (trickle charge): if the cell starts below approximately 3.0V — indicating a deeply discharged cell — most charger ICs will apply a reduced trickle current (typically 0.1C) first. This prevents stress on a cell that has been over-discharged. If the cell voltage doesn't recover to the trickle threshold within a timeout period, the charger flags a fault — the cell is likely damaged and should not be charged further.
Phase 2 — Constant Voltage (CV)
Once the cell voltage reaches 4.2V (for standard NMC/LCO chemistry — note that LFP charges to 3.65V), the charger switches to constant-voltage mode. It holds the voltage steady at 4.2V while the current tapers naturally as the cell approaches full charge.
Charging is considered complete when the current falls below the termination threshold — typically C/10 (10% of the rated charge current). At that point the cell is approximately 100% charged and the charger enters a standby state. It does not restart charging until the cell voltage drops below a recharge threshold (typically around 4.0V), which prevents continuous trickle charging that would degrade the cell.
A typical charge profile for a 1000 mAh cell at 500 mA (0.5C):
| Phase | Duration | Condition |
|---|---|---|
| Pre-conditioning (if needed) | 5–15 min | Cell was below 3.0V |
| Constant Current @ 500 mA | ~1.5 h | Voltage rising to 4.2V |
| Constant Voltage @ 4.2V | ~0.5–1 h | Current tapering from 500 mA to ~50 mA |
| Total to full charge | ~2–2.5 h |
At 1C (faster), the CC phase is shorter (< 1 hour) but the CV phase is similar. At 0.5C (gentler), the total time is approximately 2.5–3 hours but the cell is stressed less.
Temperature Monitoring
Temperature is the most critical safety variable in Li-ion charging. Standard safe limits are:
- Charge: 0°C to 45°C (cells must not be charged below 0°C — lithium plating occurs, creating dendrites that can cause internal shorts)
- Discharge: −20°C to 60°C (wider than charging; some cells are rated to −40°C)
Most charger ICs provide a TEMP pin expecting a 10kΩ NTC thermistor mounted close to or on the cell. The IC monitors thermistor voltage and suspends charging outside the safe temperature window, resuming automatically when temperature returns to the valid range. This feature must be correctly implemented — floating the TEMP pin, or using the wrong NTC resistance, can disable the safety feature or prevent charging entirely depending on the IC's default state.
Charger IC vs Discrete Implementation
A dedicated charger IC (examples: MCP73831, TP4056, BQ24040, LTC4056, MAX1811) handles the entire CC/CV profile, termination, temperature monitoring, and status signalling in a single package. For single-cell designs, a SOT-23 or DFN charger IC costs under $1 and is the correct approach.
Discrete CC/CV charging using an LDO and a sense resistor is occasionally seen in very-high-volume or cost-constrained designs, but requires more careful design to guarantee proper termination behaviour across temperature and cell tolerance. For any new design, a dedicated charger IC is strongly preferred.
Key charger IC parameters to check in the datasheet:
- Programmable charge current (usually set by an external resistor)
- Input voltage range (must exceed 4.2V + headroom; USB 5V works for most ICs)
- Maximum continuous input current (important for USB VBUS-limited charging at 500 mA or 900 mA)
- Charge termination accuracy (±1% on good ICs; worse on cheap parts)
- Thermal regulation (IC reduces charge current if it overheats — important for compact designs)
USB Charging Profiles
When charging from USB, the available current depends on the USB specification the host port implements:
| USB source | Maximum current available |
|---|---|
| USB 2.0 standard downstream port | 500 mA |
| USB 3.0 standard downstream port | 900 mA |
| USB Battery Charging (BC 1.2) — Dedicated Charging Port | 1.5 A |
| USB Power Delivery (USB-PD) | 1.5A–5A depending on negotiated voltage |
| Apple 2.4A proprietary | Up to 2.4A (detected via resistor dividers on D+/D−) |
A charger IC designed for USB inputs includes a current limiter that guarantees the device will not pull more than the source can supply. Without this, plugging a hungry charger into a USB port can brown out the host.
Design Considerations
- Single-cell vs multi-cell: the CC/CV profile applies to each cell independently. Multi-cell series packs require a battery management system (BMS) with per-cell balancing to prevent one cell charging faster than others — an unbalanced series pack is a reliability and safety problem.
- Power path management: in products that must operate while charging (not just charge then use), a "power path" circuit decouples the battery from the system bus. Without it, the system draws from the battery being charged, which interferes with the charger's CC/CV regulation. ICs like the BQ24075 or similar handle this with a separate system output pin.
- Charge current vs thermal: in compact, sealed enclosures, the charger IC's thermal regulation will reduce charge current to stay within its thermal limit. If charge time matters, ensure adequate PCB copper area or a thermal pad connection for the IC's exposed pad. Alternatively, reduce the programmed charge current to stay below the thermal trip point.
- The protection circuit is separate from the charger: the charger IC ensures proper CC/CV charging, but it does not prevent overdischarge during operation, overcurrent from a short circuit, or faults in the battery's own wiring. A protection circuit (or BMS) is a separate component that handles those failure modes.
- Production power management design: combining charger, power path, fuel gauge, and protection into a reliable production design involves multiple ICs with carefully verified interactions. Zeus Design's hardware engineering team designs complete battery power management subsystems for commercial products.
Common Mistakes
- Using a voltage-limited power supply instead of a charger IC: a regulated 4.2V power supply is not a charger — it skips the CC phase, immediately subjects the cell to 4.2V, and has no termination. It will appear to work briefly then degrade the cell rapidly.
- Leaving the TEMP pin floating or incorrectly terminated: charger ICs' default behaviour on an open TEMP pin varies — some inhibit charging (safe but confusing), others skip temperature monitoring (unsafe). Always connect the TEMP pin correctly per the datasheet.
- Not accounting for the headroom between input voltage and cell voltage: a charger IC needs its input to be higher than 4.2V plus the IC's own dropout. At 5V input, most linear-mode charger ICs work fine; at 3.3V input (from a low-voltage system bus), the IC may not have enough headroom to reach 4.2V charge voltage.
- Charging a discharged LFP cell with an NMC charger profile: LFP cells charge to 3.65V, not 4.2V. Applying 4.2V to an LFP cell causes overcharge, gassing, and damage. If a design might ever be used with LFP cells, verify the charger IC's voltage setpoint before committing to the circuit.
Frequently Asked Questions
- What happens if you charge a Li-ion battery above 4.2V?
- Overcharging beyond 4.2V per cell accelerates cathode degradation and, at sufficiently high voltages, causes electrolyte decomposition and lithium plating. This generates heat, increases internal pressure, and can lead to venting or thermal runaway in severe cases. A charger IC's voltage regulation and termination circuit prevents this — it is the primary reason to never use an unregulated power supply to charge a Li-ion cell directly.
- Can I charge a Li-ion battery faster than 1C?
- Yes, but with trade-offs. 2C charging reduces charge time to under an hour but increases heat generation and cell stress, reducing cycle life. Fast-charge protocols (up to 3C or higher in modern smartphones) rely on advanced charger ICs with continuous temperature monitoring and cell-specific charge curves. Without appropriate thermal management and a charger IC designed for fast charge, exceeding 1C degrades the cell faster and increases safety risk.
- Does a Li-ion battery need to be fully charged and discharged to calibrate it?
- No — this is a myth carried over from older NiCd and NiMH battery chemistry. Li-ion has no memory effect and benefits from partial charge cycles rather than deep discharge-to-empty. The 'calibration discharge' that some phone manufacturers recommend is for re-calibrating the fuel gauge algorithm, not the battery itself, and applies only to specific fuel-gauge ICs.
References
Related Questions
What Is a Lithium-Ion Battery and How Does It Work?
Li-ion batteries have a 3.6–3.7V nominal cell voltage and high energy density. Learn how they work, what C-rate means, and essential Li-ion safety rules.
LFP vs NMC vs NCA: Choosing a Lithium Battery Chemistry for Your Design
LFP, NMC, and NCA make different trade-offs between energy density, cycle life, thermal safety, and cost. A practical guide for product designers.
What Is a Battery Protection Circuit?
A Li-ion protection circuit prevents overcharge, overdischarge, overcurrent, and short circuits using a dedicated IC and back-to-back MOSFETs.
What Is a Battery Management System (BMS)?
A BMS monitors and protects multi-cell Li-ion packs with cell balancing, state-of-charge estimation, temperature monitoring, and communication.
How Do You Calculate Battery Life for an Embedded Device?
Battery life = capacity (mAh) ÷ average current (mA). Learn how to calculate average current for embedded devices with active and sleep states.
How Does a Fuel Gauge IC Measure Battery State of Charge?
A fuel gauge IC estimates battery state of charge so your device can show accurate battery level. Learn how voltage-based and coulomb-counting gauges work.