> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ionworks.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Degradation Overview

> The main battery degradation mechanisms (SEI growth, lithium plating, loss of active material) and modes of capacity and resistance loss.

Battery aging is not caused by a single factor but rather by a combination of degradation **mechanisms**—the physical and chemical processes that occur inside the cell—each affecting different components. These mechanisms manifest as degradation **modes** that can be measured and tracked. Understanding this distinction helps in diagnosing battery health and predicting remaining life.

Degradation mechanisms ultimately lead to:

* Loss of capacity
* Increase in resistance

## Key Degradation Mechanisms

Understanding these processes is crucial for improving battery technology and extending battery lifespan. The three mechanisms below are among the most widely studied, though many other processes contribute to aging depending on the chemistry and operating conditions.

<CardGroup cols={3}>
  <Card title="SEI Growth" icon="layer-group" href="/guide/batteries-101/sei">
    A protective layer forms on the anode surface. While essential for stable
    performance, it continues to grow over time, consuming lithium ions and
    increasing internal resistance.
  </Card>

  <Card title="Lithium Plating" icon="snowflake" href="/guide/batteries-101/lithium-plating">
    Under certain conditions, metallic lithium deposits on the anode surface
    instead of intercalating properly. This reduces available lithium and can
    form dangerous dendrites.
  </Card>

  <Card title="Mechanical Degradation" icon="burst" href="/guide/batteries-101/mechanical-degradation">
    Repeated expansion and contraction during cycling causes cracking of
    electrode particles and loss of electrical contact.
  </Card>
</CardGroup>

## Degradation Modes

Regardless of the specific mechanism, degradation manifests as one of the following modes:

### Loss of Lithium Inventory (LLI)

When lithium is consumed by unwanted side reactions—such as SEI formation or lithium plating—it becomes unavailable for energy storage. The electrodes may remain structurally intact, but with less cyclable lithium, the battery's capacity decreases. LLI is the dominant mode for calendar aging and is accelerated by high temperatures and high states of charge.

### Loss of Active Material in the Negative Electrode (LAM<sub>NE</sub>)

When anode material becomes electrically isolated (due to particle cracking, binder degradation, or delamination), it can no longer participate in the electrochemical reactions. LAM<sub>NE</sub> is often caused by SEI-induced particle isolation or mechanical cracking from volume changes during cycling. It is more prominent at high C-rates or with materials that experience large volume changes (like silicon).

### Loss of Active Material in the Positive Electrode (LAM<sub>PE</sub>)

When cathode material becomes electrically isolated or structurally degraded, it can no longer store lithium. LAM<sub>PE</sub> can result from structural changes, transition metal dissolution, oxygen release, or mechanical stress. It is accelerated by high voltages and high temperatures.

### Resistance Increase

In addition to capacity loss, degradation mechanisms also cause the cell's internal resistance to increase over time. This manifests as higher overpotentials during charge and discharge, reduced power capability, and increased heat generation. Resistance increase is caused by SEI thickening, loss of electrical contact, and electrolyte degradation.

<Note>
  When quantifying degradation effects on theoretical capacity, we typically
  focus on **LLI**, **LAM<sub>NE</sub>**, and **LAM<sub>PE</sub>**—these three
  modes directly determine how much charge the battery can store. Resistance
  increase affects power and efficiency but not the theoretical capacity itself.
</Note>

## Interaction of Degradation Modes

In practice, these modes occur simultaneously and often reinforce each other. For example:

* SEI growth (LLI) can increase local stresses that promote particle cracking (LAM<sub>NE</sub>)
* Particle cracking (LAM<sub>NE</sub>) exposes fresh surface area that forms new SEI (LLI)
* Lithium plating (LLI) can cause mechanical stresses that damage the anode (LAM<sub>NE</sub>)
* Cathode structural changes (LAM<sub>PE</sub>) can release oxygen that accelerates electrolyte decomposition

The relative contribution of each mode depends on battery chemistry, usage patterns, and environmental conditions. High-temperature storage primarily causes LLI through accelerated SEI growth, while aggressive cycling at low temperatures may cause both LLI (plating) and LAM<sub>NE</sub> (mechanical stress).

## Linking Mechanisms to Modes

The table below shows some common examples of how mechanisms contribute to degradation modes. This is not comprehensive—many other mechanisms exist and the relationships depend on specific battery chemistry and operating conditions. See the pages on [SEI growth](/guide/batteries-101/sei), [lithium plating](/guide/batteries-101/lithium-plating), and [mechanical degradation](/guide/batteries-101/mechanical-degradation) for more details on specific mechanisms.

| Mechanism              | Primary Mode(s)                       | Accelerating Factors                       |
| ---------------------- | ------------------------------------- | ------------------------------------------ |
| SEI growth             | LLI, Resistance increase              | Time, high temperature, high SoC           |
| Lithium plating        | LLI                                   | Low temperature, fast charging, high SoC   |
| Mechanical degradation | LAM<sub>NE</sub>, LAM<sub>PE</sub>    | High C-rates, deep cycling, volume changes |
| Cathode degradation    | LAM<sub>PE</sub>, Resistance increase | High voltage, high temperature             |

Understanding how specific mechanisms contribute to each mode helps in designing batteries and usage strategies that minimize degradation.
