PC & Electronics #CMOS battery#BIOS

How to Test and Replace a Motherboard CMOS Battery

How to spot a dying CMOS battery, measure it with a multimeter, and replace the CR2032 without losing your BIOS settings or breaking Secure Boot.

J.D. Sweeney May 5, 2026 8 min read

A coin cell that costs less than a coffee can wreck your morning. When the CMOS battery on a motherboard dies, the symptoms range from annoying to alarming: the BIOS clock drifts back to 2010, fans spin up but the system pauses on a “CMOS checksum error” screen, or the machine forgets your boot order after every shutdown. None of that means the motherboard is dying. It almost always means a $2 CR2032 has run out of juice.

Here’s how to confirm it, replace it, and avoid the side effects that catch people off guard.


What the CMOS Battery Actually Does

Modern motherboards still keep a small block of nonvolatile memory powered by a coin cell when the PSU is unplugged. That memory holds the real-time clock and the small amount of BIOS configuration that has to survive a power loss — boot device order, fan curves, XMP/EXPO profile selection, secure boot keys, and so on. With ATX standby power present, the chipset usually pulls from the 5VSB rail, and the battery only takes over when the system is fully unplugged.

That detail matters for diagnostics. A machine that’s plugged in 24/7 can run for years on a dead battery and never show a symptom — until the day someone unplugs it to move it.

Symptoms of a Dying CR2032

  • BIOS time and date reset every time the PC is unplugged for more than a few minutes
  • Boot order, fan profile, or XMP setting reverts to defaults after a power-off
  • POST stops with a “CMOS Checksum Error” or “System CMOS checksum bad” message
  • Wake-on-LAN or scheduled wake from S5 stops working
  • On older boards, a long beep at POST followed by repeated short beeps

If your PC stays plugged in and you’ve never seen any of those, you can ignore the battery. Most cells last 5–10 years; some last 15.


Testing the Battery with a Multimeter

A CR2032 is a 3.0 V lithium coin cell. The interesting question is not “does it have any voltage” — even a half-dead cell can read 2.7 V with no load — but does it have voltage under a small load. The internal resistance climbs as the cell ages, so a battery that reads 3.05 V open-circuit can collapse to 1.5 V the moment something draws current.

Open-Circuit Check (Quick)

  1. Power down the PC and unplug it from the wall. Press the power button once to discharge standby rails.
  2. Open the case and locate the coin cell on the motherboard (usually near the chipset or the 24-pin connector).
  3. Set your multimeter to DC volts, 20 V range or auto-range.
  4. With the battery still seated, place the red probe on the top (positive) of the cell and the black probe on the metal retainer.

A healthy battery reads 2.95–3.15 V. Anything below 2.8 V is suspect. Anything below 2.5 V is dead — replace it.

Loaded Check (More Reliable)

The real test is under load. Pop the battery out and measure it on the bench:

  1. Set the multimeter to DC volts.
  2. Touch probes to the cell — note the open-circuit voltage.
  3. Now place a 10 kΩ resistor across the cell and measure again. (No resistor handy? Many multimeters have a battery test mode that applies a small load internally.)

A good cell holds within 50 mV of its open-circuit reading. A failing cell sags by several hundred millivolts. If it drops below 2.7 V under load, replace it even if open-circuit looked fine.


Replacing the Battery Without Losing Settings

This is where people accidentally turn a five-minute job into an hour of reconfiguring BIOS.

Before You Pull the Old Cell

Do this in BIOS first:

  • Take photos of every BIOS screen you’ve customized — boot order, XMP/EXPO state, fan curves, virtualization settings, secure boot status, TPM settings.
  • Note your secure boot state. On some boards, removing the battery while AC is disconnected wipes the platform key database. If you’re using Windows 11 with BitLocker or Secure Boot enforcement, this can lock you out at the next boot until you re-enable Secure Boot in BIOS.
  • Suspend BitLocker in Windows (manage-bde -protectors -disable C:) before pulling the battery if your TPM is tied to Secure Boot configuration. Re-enable after the swap.

The Swap

  1. Unplug the PSU. Wait 30 seconds for capacitors to drain.
  2. Ground yourself on the case chassis or wear a strap.
  3. Find the small retaining clip on the cell holder. On most boards it’s a single spring tab on one side. Press it gently with a plastic spudger — not metal — and the cell pops up.
  4. Note the orientation. The ”+” side faces up on every board I’ve ever seen, but glance at the silkscreen to confirm.
  5. Insert the new CR2032 with the ”+” side up. Press it in until the clip snaps over the edge.
  6. Do not substitute a CR2025 or CR2016 — they’re thinner, fit poorly, and have less capacity.

After the Swap

Plug in, boot to BIOS (Del or F2 during POST), and:

  • Set the date and time
  • Reapply XMP/EXPO if you use it
  • Set boot order
  • Verify Secure Boot is enabled if you need it for Windows 11
  • Save and exit

The system should boot normally. If Windows asks for a BitLocker recovery key, you either skipped the suspend step or your TPM took offense at a configuration change. Have your recovery key ready before you start the job.


When It Isn’t the Battery

A motherboard that loses time even with a fresh CR2032 has a different problem. Check for:

  • A cracked solder joint at the battery holder — reflow or replace the holder
  • A failed VBAT trace on the board (rare but it happens after liquid spills)
  • A bug in the BIOS where the RTC isn’t writing back — flash to the latest stable BIOS
  • A PSU with no 5VSB output — the system falls back to battery constantly and drains it in months instead of years

If you’ve replaced the cell twice in a year, the PSU is the next thing I’d test. A weak standby rail will eat batteries.


What to Buy

Any name-brand CR2032 is fine — Panasonic, Energizer, Sony, Murata, Renata. Stay away from no-name multipacks; the capacity is sometimes half what’s printed and the shelf life is poor. A single quality cell is under $3 at any hardware store and will outlast the rest of the build.

Keep a spare in your toolkit. The day you’ll need one is the day every store is closed.

Related Articles