Free BESS Sizing Calculator (Excel Logic)
Use this tool to estimate battery energy storage system size in kWh, power requirement in kW, and approximate bank capacity in Ah. The math mirrors common BESS sizing spreadsheet formulas.
Core formula: Installed kWh = MAX(daily kWh × days, peak kW × hours) × (1 + margin) ÷ (DoD × battery efficiency × inverter efficiency)
How this BESS sizing calculator excel model works
A battery energy storage system (BESS) is usually sized on two things: energy (kWh) and power (kW). In simple terms, energy tells you how long the battery can run the load, and power tells you whether the battery can handle the load instantly.
This calculator uses an Excel-style sizing approach: calculate required usable energy, add a safety margin, then divide by losses and operating limits (DoD and efficiencies). It is a practical first pass for commercial sites, microgrids, backup systems, and solar-plus-storage projects.
Inputs explained
1) Daily Energy Demand (kWh/day)
Total daily consumption that the battery must support. If you only back up critical loads, use only that critical-load energy value.
2) Autonomy (days)
How many days of storage you want. For example, 1.5 days at 120 kWh/day means 180 kWh usable energy before accounting for losses.
3) Peak Load and Peak Backup Duration
Sometimes peak events require more short-term energy than daily-average estimates suggest. We compare:
- Autonomy energy = daily energy × days
- Peak event energy = peak load × peak hours
The model uses the larger of the two as the sizing basis.
4) DoD, Battery Efficiency, Inverter Efficiency
These are the most common reasons spreadsheets under-size battery systems when ignored:
- DoD (Depth of Discharge): an 80% DoD means you use 80% of nominal battery energy.
- Round-trip efficiency: includes internal battery losses.
- Inverter efficiency: DC-to-AC conversion losses.
5) Safety Margin
Adds practical buffer for uncertainty, future load growth, seasonal variation, and degradation drift between maintenance intervals.
Excel formula equivalent
If percentages are entered as whole numbers (e.g., 80 for 80%), a typical formula is:
Where:
- B2 = Daily kWh
- B3 = Autonomy days
- B4 = Peak kW
- B5 = Peak hours
- B6 = DoD %
- B7 = Battery efficiency %
- B8 = Margin %
- B9 = Inverter efficiency %
Worked example
Suppose your project needs:
- 120 kWh/day
- 1.5 days autonomy
- 50 kW peak for 2 hours
- 80% DoD, 90% battery efficiency, 96% inverter efficiency
- 15% design margin
The calculator estimates the nominal installed capacity around 299 kWh, with recommended power capacity around 57.5 kW. This is a good planning number before vendor-specific optimization.
Important checks beyond basic kWh sizing
- C-rate limits: Make sure power demand does not exceed battery charge/discharge rate.
- Temperature impacts: Cold and heat can reduce available capacity and cycle life.
- Aging/degradation: Plan end-of-life performance (e.g., 70% to 80% retained capacity).
- PCS/inverter limits: Verify sustained and surge capability.
- Grid code and protection: Include interconnection and safety compliance requirements.
Build your own BESS sizing spreadsheet
- Create an assumptions table for energy, power, autonomy, DoD, efficiencies, and margin.
- Calculate autonomy and peak-event energy in separate rows.
- Use
MAX()to choose sizing basis. - Apply margin and divide by DoD and efficiencies to get nominal kWh.
- Calculate DC Ah from
(kWh × 1000) / V. - Add sensitivity columns for optimistic/base/conservative scenarios.
Final note
This BESS sizing calculator excel method is ideal for feasibility studies and concept design. For procurement and final engineering, always validate with interval load data, vendor performance curves, and project-specific electrical standards.