Every element in group 1 has 1 electron in its outer electron shell (its valence shell).

Quick Scoop

Group 1 elements are also called the alkali metals (plus hydrogen at the very top), and what unites them is that they all have just one lonely outer electron.

That single electron largely explains their chemistry: they react easily, especially with water and halogens, because it’s easy for them to lose that one outer electron and form ions with a 1+ charge.

Why it’s always one electron

  • The group number for the main-group elements (like Group 1) tells you how many electrons are in the outer shell.
  • So, Group 1 → 1 electron in the outer shell.
  • This applies to lithium, sodium, potassium, rubidium, caesium, francium, and (in a more special way) hydrogen.

A textbook-style way to say it: Group 1 elements all have an electronic configuration that ends in ns1ns^1ns1, meaning one electron in an s-orbital of the outermost shell.

Mini example: a “family” with the same pattern

Take a quick tour down Group 1:

  • Lithium (Li): outer shell has 1 electron.
  • Sodium (Na): outer shell has 1 electron.
  • Potassium (K): outer shell has 1 electron.
  • Rubidium (Rb), caesium (Cs), francium (Fr): same story, 1 outer electron each.

As you go down the group, the atoms get bigger and that one outer electron is farther from the nucleus, so it’s even easier to lose, which is why reactivity increases down Group 1.

Simple HTML table of Group 1 outer electrons

html

<table>
  <thead>
    <tr>
      <th>Element</th>
      <th>Symbol</th>
      <th>Outer-shell electrons</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>Hydrogen</td>
      <td>H</td>
      <td>1</td>
    </tr>
    <tr>
      <td>Lithium</td>
      <td>Li</td>
      <td>1</td>
    </tr>
    <tr>
      <td>Sodium</td>
      <td>Na</td>
      <td>1</td>
    </tr>
    <tr>
      <td>Potassium</td>
      <td>K</td>
      <td>1</td>
    </tr>
    <tr>
      <td>Rubidium</td>
      <td>Rb</td>
      <td>1</td>
    </tr>
    <tr>
      <td>Caesium</td>
      <td>Cs</td>
      <td>1</td>
    </tr>
    <tr>
      <td>Francium</td>
      <td>Fr</td>
      <td>1</td>
    </tr>
  </tbody>
</table>

TL;DR: If it’s in Group 1, it has exactly one electron in its outer shell, and that’s what makes this group so reactive and distinctive.

Information gathered from public forums or data available on the internet and portrayed here.