> ## 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.

# How Do Batteries Work?

> How lithium-ion batteries work: cathode, anode, separator, and electrolyte, and how ions move during charge and discharge.

This guide covers the fundamentals of lithium-ion batteries. Whether you're new to battery science or just looking to brush up on the basics, this section will guide you through the inner workings of these devices that power our everyday lives—from phones and laptops to electric vehicles.

## What's Inside a Lithium-Ion Battery?

If you were to open a lithium-ion battery (please don't try this at home under any circumstances), you'd find that it contains either a very long and thin sheet rolled up (in cylindrical or prismatic batteries) or several thin sheets stacked on top of one another (in pouch batteries).

Looking closer, we'd notice that these sheets consist of several layers stacked together:

<CardGroup cols={2}>
  <Card title="Positive Electrode" icon="plus">
    Often referred to as the cathode. This is a porous layer typically made of
    lithium-metal oxide particles (e.g., lithium cobalt oxide or lithium iron
    phosphate) "glued" together by some additives.
  </Card>

  <Card title="Negative Electrode" icon="minus">
    Often called the anode, it is similar to the positive electrode but
    typically made of graphite.
  </Card>

  <Card title="Separator" icon="grip-lines">
    A thin, porous membrane that keeps the positive and negative electrodes
    apart to prevent short circuits, while allowing ions to pass through.
  </Card>

  <Card title="Electrolyte" icon="droplet">
    A liquid or gel that fills the pores within the electrodes and separator,
    facilitating the movement of lithium ions. It usually consists of a lithium
    salt dissolved in an organic solvent.
  </Card>
</CardGroup>

Additionally, **current collectors** (thin metal foils—typically aluminum for the positive electrode and copper for the negative one) connect the electrodes to the external circuit.

<Note>
  This combination of components, often referred to as a **cell**, forms the
  basic electrochemical unit capable of storing and delivering energy.
</Note>

## How Does a Battery Work?

At the heart of a battery's operation lies the movement of lithium ions and electrons between the electrodes. Here's a simplified explanation of the process:

<Steps>
  <Step title="When Fully Charged">
    Lithium ions are stored (or "intercalated") within the layers of the
    negative electrode. This is the battery's high-energy state, ready to
    deliver power.
  </Step>

  <Step title="Discharge">
    When the battery is connected to a device, the external circuit is closed
    and electrochemical reactions occur at both electrodes. At the negative
    electrode, lithium deintercalates and releases electrons. These electrons
    flow through the external circuit, powering the device. Simultaneously,
    lithium ions travel through the electrolyte to the positive electrode, where
    they intercalate along with electrons arriving from the external circuit.
  </Step>

  <Step title="Charge">
    By applying an external voltage to the battery, the process is reversed.
    Lithium ions move back to the negative electrode, restoring the battery to
    its high-energy state.
  </Step>
</Steps>

This reversible movement of lithium ions and electrons is what makes lithium-ion batteries rechargeable.

<Tip>
  Of course, the process also involves additional phenomena such as gas
  formation, electrode swelling, and solid-electrolyte interphase (SEI) growth,
  which are covered in the [degradation](/guide/batteries-101/degradation) section.
</Tip>

## Related Topics

* [Electrode Essentials](/guide/batteries-101/electrode-essentials)—dive deeper into electrode structure and terminology
* [Open-Circuit Voltage](/guide/batteries-101/open-circuit-voltage)—understand the voltage that drives battery operation
* [State of Charge](/guide/batteries-101/state-of-charge)—how we measure the charge remaining in a battery
* [Battery Capacity](/guide/batteries-101/battery-capacity)—quantifying how much energy a battery can store
