What Is a Battery Protection Circuit?
Last updated 29 June 2026 · 7 min read
Direct Answer
A battery protection circuit is a small electronic circuit — typically a dedicated protection IC paired with back-to-back MOSFETs — that continuously monitors a lithium-ion cell's voltage and current and disconnects the load or charger when the cell reaches an unsafe condition: overcharge (above ~4.25–4.3V), overdischarge (below ~2.4–2.8V), overcurrent, or short circuit. It is not the same as the charger circuit: the charger controls how charge enters the cell; the protection circuit prevents the cell from reaching any destructive state during both charging and discharging.
Detailed Explanation
A lithium-ion cell without protection is a genuine safety hazard. Unlike alkaline or NiMH batteries, Li-ion cells can reach thermal runaway — an uncontrollable exothermic reaction that produces heat, smoke, fire, and toxic gas — if they are overcharged, deeply discharged and then recharged, or short-circuited at high current. A protection circuit is the primary hardware safeguard against all three failure modes.
The Standard Single-Cell Protection Circuit
The most common implementation for a single Li-ion cell is a protection IC paired with two back-to-back N-channel MOSFETs:
[Cell +] ──── [Protection IC] ──── [MOSFET D (discharge FET)] ──── [MOSFET C (charge FET)] ──── [Pack +]
[Cell −] ──────────────────────────────────────────────────────────────────────────────────────── [Pack −]
The two MOSFETs are placed in series in the current path, with their body diodes oriented in opposite directions:
- Discharge FET (D): body diode points from source to drain — allows current to flow into the cell from a charger when this FET is off, even if the discharge path is cut.
- Charge FET (C): body diode points the other way — allows current to flow out to the load even when the charge path is cut (cell near empty and being discharged below threshold).
This back-to-back arrangement means the protection IC can independently cut the charge path (stop charging when overcharge is detected) without blocking the discharge path, and vice versa.
Fault Conditions and Response
| Fault | Trigger threshold | IC response | Typical reset condition |
|---|---|---|---|
| Overcharge (OV) | Cell voltage > 4.25–4.30V (depending on IC) | Opens charge FET — charger cannot charge cell | Cell voltage drops below OV release threshold (~4.05–4.10V) |
| Overdischarge (UV) | Cell voltage < 2.40–2.80V | Opens discharge FET — load cannot discharge cell further | Charger connected — charge FET body diode allows enough current in to sense; IC releases when voltage recovers |
| Overcurrent discharge (OCD) | Current exceeds OCD threshold (1A–20A depending on IC and external FETs) for > a delay | Opens discharge FET | Short circuit removed; charger connected or manual reset depending on IC |
| Short circuit (SC) | Very high current for very short time (µs range) | Opens discharge FET immediately | Short circuit removed; manual reset or charger connection |
Protection IC examples and characteristics:
| IC | Package | OV threshold | UV threshold | Max current sense | Notes |
|---|---|---|---|---|---|
| DW01A | SOT-23-6 | 4.28V | 2.50V | External R sense | Very common, pairs with FS8205A dual-FET |
| BQ29700 | SC-70-5 | 4.28V | 2.80V | Internal | TI part, integrated FET driver |
| FS312F | SOT-23-6 | 4.35V | 2.40V | External R sense | Low-cost Chinese part, widely copied in consumer packs |
| MCP73123 | Integrated charger+protection | — | 2.50V | Internal | Charger IC with built-in protection |
The DW01A + FS8205A Implementation
The DW01A + FS8205A pairing is the most commonly seen protection circuit in single-cell consumer devices:
- DW01A: a tiny SOT-23-6 protection IC with internal reference, comparators, and delay timers
- FS8205A: a dual N-channel MOSFET in a single SOT-23-6 package (the two back-to-back FETs)
The implementation requires only a handful of passive components:
- The FS8205A's gate drive is controlled directly by the DW01A's OD (overdischarge/charge FET gate) and OC (overcharge/discharge FET gate) outputs
- A single resistor across the current-sense pin sets the short-circuit threshold
- Decoupling capacitors on the DW01A's supply pins
Total BOM for this protection circuit: two ICs, approximately four passive components, assembled in a few mm² of board area.
What a Protection Circuit Does NOT Do
A single-cell protection circuit covers the basic safety thresholds. It does not:
- Balance multiple cells in series: if two cells in a 2S pack charge at different rates, one cell can reach 4.2V while the other is still at 3.8V. The protection circuit for each cell would individually protect it, but there's no mechanism to equalise them. A BMS handles this.
- Estimate state of charge (fuel gauging): the protection IC knows the cell voltage but not the remaining capacity. A fuel gauge IC (e.g. BQ27220, MAX17048) is needed to report remaining runtime or percentage to firmware.
- Control the charge process: the protection circuit passively watches and disconnects; the charger IC actively controls the CC/CV charging profile. Both are needed.
Design Considerations
- FET Rds(on) and current rating: the MOSFETs in the current path must handle the maximum continuous discharge current with acceptable voltage drop and power dissipation. An FS8205A can handle 6A typically; higher-current designs need larger FETs or parallel FET topologies. Always check the FET's Rds(on) at the actual gate drive voltage the protection IC provides — usually 4–5V, not 10V — which is typically higher (worse) than the datasheet's RDS on at 10V.
- Self-discharge through the protection circuit: the protection IC itself draws a small quiescent current (typically 3–10 µA). In a low-power product that sits unused for months, this slowly depletes the cell. Verify that the IC's quiescent current is acceptable for your product's storage lifetime.
- Short circuit response time: the delay between a short circuit event and the FET turning off is not zero. During this delay, the cell sees the full short-circuit current, which can be hundreds of amps for a few milliseconds. This is within spec for the cell and protection circuit in a well-designed implementation, but a fuse placed in series with the cell is an additional safeguard against complete MOSFET failure during a sustained fault.
- Placement near the cell: the protection circuit should be as close as possible to the cell's terminals. Long wires or traces between the cell and the FETs create additional resistance and inductance — the latter slows the protection IC's ability to detect current rise accurately.
- Production battery circuit design: integrating protection, charging, power path, and fuel gauging into a complete, certified battery management subsystem is a hardware design scope Zeus Design's engineering team handles routinely for wearable, industrial, and IoT products.
Common Mistakes
- Buying "protected" cells and assuming no additional protection is needed in the design: a protected cell has a protection circuit built into the cell itself, but that circuit is a minimum safety floor — it is not a substitute for a system-level protection circuit when the cell is integrated into a custom PCB design.
- Using a protection IC's maximum rated current as the design continuous current: the FETs' Rds(on) causes real heat dissipation at high current. A circuit rated at 3A maximum may run safely at 3A only with sufficient copper area and thermal management. Derate to 70% of maximum for continuous operation.
- Omitting protection on "just a prototype": prototypes are the devices most likely to be left on a bench charging unattended, shorted by a crocodile clip, or discharged to zero. Including the protection circuit from the first prototype costs a few dollars and prevents a far more expensive PCB fire or ruined equipment.
- Confusing the DW01's OD and OC pin functions: the labels are counterintuitive. OD ("overdischarge") drives the discharge FET gate; OC ("overcharge") drives the charge FET gate. Swapping these in a schematic produces a circuit that enables the discharge path on an overcharge fault and vice versa — exactly the wrong behaviour.
Frequently Asked Questions
- Do all Li-ion batteries have a built-in protection circuit?
- No. Bare Li-ion cells (sometimes called 'unprotected' cells) sold for applications that include their own BMS — power tools, EV packs, some drone battery packs — have no built-in protection. Consumer single-cell batteries (phone replacement batteries, most 18650 cells sold for flashlights, etc.) often include a protection PCB attached to the cell, visible as a small circuit board at one end of the cell. Never assume a cell is protected without checking.
- What is the difference between a protection circuit and a BMS?
- A battery protection circuit handles the basic safety thresholds for a single cell: overcharge, overdischarge, overcurrent, and short circuit. A battery management system (BMS) extends this to multi-cell series/parallel packs and adds cell balancing (equalising charge across cells), state-of-charge estimation, temperature monitoring across the pack, communication (often over SMBus or CAN), and sometimes cell authentication. For a single-cell design, a protection IC is usually sufficient; for 2S and above, a proper BMS is required.
- What does a protection circuit do during a short circuit?
- During a short circuit, the cell's current rises almost instantly to very high levels limited only by the cell's internal resistance. The protection IC detects this overcurrent condition within a few microseconds to milliseconds (depending on the IC) and opens the discharge MOSFET to break the circuit. The latency between the fault and the disconnect matters — faster is better. After the short circuit is removed, the protection IC typically requires the user to reconnect the charger or manually reset it before it re-enables discharge.
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.
How Do Lithium-Ion Batteries Charge?
Li-ion batteries charge via CC/CV method to 4.2V per cell. Learn how each charge phase works, what terminates charging, and what charger ICs handle.
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.
What Is a Comparator and How Is It Different From an Op-Amp?
A comparator outputs a digital signal based on which input is higher. Covers open-drain output, hysteresis, propagation delay, and when to use one vs an op-amp.
Related Forum Discussions
MAX17048 reporting 0% SoC at power-on — reading jumps to ~70% after several seconds
Adding a MAX17048 to an ESP32 project — single 18650 cell, standard SOT-23 breakout board, I2C on pins 21/22. Address 0x36, confirmed with a
TP4056 CHRG LED stays on for hours — is the charge ever going to terminate?
Built a small Li-ion charger using one of those cheap blue TP4056 modules from AliExpress. Battery is a single-cell 2000 mAh flat LiPo (nomi
LDO overheating and shutting down on a 2S Li-ion powered board
Got a board running off a 2S Li-ion pack (7.4V nominal, up to 8.4V fresh off the charger) feeding an LDO down to 3.3V for the MCU and a coup