Electrical

Battery Bank Calculator

Size an off-grid battery bank from daily use and days of autonomy.

Common banks are 12, 24 or 48 V. Higher voltage means lower current and smaller cable.
0.5 for lead acid, 0.8 to 0.9 for lithium. Going deeper shortens battery life.
How many days the bank must run with no charging. Two is typical off-grid.
Bank capacity needed
Usable energy required
Nameplate capacity

Battery systems store dangerous energy and require correct overcurrent protection, ventilation and disconnects per NEC Article 706. Have the installation designed and inspected by a licensed professional.

How this calculator works

amp hours = (daily Wh × days ÷ depth of discharge) ÷ bank voltage

Depth of discharge is what separates nameplate capacity from usable capacity. A 100 Ah lead-acid battery only yields 50 Ah before damage; the same nameplate in lithium yields 80 to 90.

Switch the site to metric — the control is in the footer — and your inputs, your results and the tables below follow. The formula, the constants, the guidance text and the sources stay in US units on purpose: that is how the standards they come from are written, and restating them would detach each figure from the document you are meant to be able to check it against.

Where these numbers come from

Cited to a specific edition on purpose — table numbers and values move between cycles. Confirm against whichever edition is enforced locally.

Worked example

With daily energy use 5000 , bank voltage 48 , usable depth of discharge 0.8 , days of autonomy 2 , this calculator returns 260.42 .

Bank size for common off-grid loads

Each row is a link that fills in the calculator above. Send one and the other end sees the same figures you do.

JobSizeBank capacity needed
Cabin — lights and a fridge
Lead-acid, 50% usable
2000 × 12 × 0.5 × 2 666.7
Same cabin on lithium 2000 × 12 × 0.8 × 2 416.7
Van conversion 1200 × 12 × 0.8 × 2 250.0
Small off-grid house 5000 × 48 × 0.8 × 2 260.4
House with three days of cloud cover 5000 × 48 × 0.8 × 3 390.6

Depth of discharge is what separates the same nameplate into half a bank or most of one.

Frequently asked questions

How many amp hours do I need?

Multiply daily watt hours by days of autonomy, divide by depth of discharge, then divide by bank voltage. A 5 kWh daily load with two days autonomy on a 48 V lithium bank needs about 260 Ah.

What depth of discharge should I plan for?

Fifty percent for flooded and AGM lead acid — going deeper destroys them quickly. Eighty to 90% for LiFePO4, which tolerates deep cycling with little loss of life.

Should I use a 12, 24 or 48 volt bank?

Forty-eight volts for anything over about 3 kW. Higher bank voltage means proportionally less current for the same power, which allows far smaller and cheaper cable and reduces losses.

How many days of autonomy do I need?

Two days is the usual off-grid figure, giving one full cloudy day of margin. Three or more where winter cloud is persistent, or size in a generator instead — batteries are the expensive way to cover rare events.

Use the battery bank calculator on your site, free

Yours to use — no sign-up, nothing to install, and nothing that phones home. Drop this into your page where the calculator should sit:

<iframe id="calcpit-battery-bank-calculator" src="https://www.calcpit.com/embed/battery-bank-calculator/"
        title="Battery Bank Calculator" width="100%" height="870"
        style="border:1px solid #e2e2e2;border-radius:8px" loading="lazy"></iframe>
<p><a href="https://www.calcpit.com/calculators/battery-bank-calculator/">Battery Bank Calculator</a> by CalcPit</p>

<!-- Optional: shrinks the frame to fit. Safe to delete — the height above works without it. -->
<script>addEventListener("message",function(e){
  if(e.origin!=="https://www.calcpit.com"||!e.data||e.data.calcpit!=="battery-bank-calculator")return;
  var f=document.getElementById("calcpit-battery-bank-calculator");if(f)f.style.height=e.data.height+"px";
});</script>

The one condition: leave the credit line under the frame. That attribution is what this costs, and it is the reason it stays free.