Microgrid Battery Storage Sizing Calculator

Calculate

Enter the maximum continuous load power demand in kW

Enter the required off-grid or islanded autonomy duration in hours

Usable fraction of battery capacity — typically 80% for LFP, 50% for lead-acid

Battery system round-trip efficiency including PCS losses — typically 90–95% for Li-ion BESS

Energy capacity of one battery module or container in kWh

Maximum continuous discharge C-rate — 0.5C = 2-hour discharge, 1C = 1-hour discharge

Overview

A Microgrid Battery Storage Sizing calculator determines how much battery energy storage capacity is required to support a microgrid load for a specified autonomy period. This page uses a fixed energy-balance model: it calculates the required energy from peak load and autonomy hours, adjusts for depth of discharge and round-trip efficiency losses, then converts the result into the required kWh, number of battery modules, minimum power rating, and estimated discharge duration.

This makes the calculator useful for islanded microgrid design, community energy systems, industrial campus microgrids, remote mining site power, military base energy resilience, and any application where a battery energy storage system (BESS) must cover load during outages, peak shaving events, or grid-independent operation.

Accurate microgrid battery storage sizing ensures adequate autonomy, prevents undersized or oversized installations, and helps align BESS specification with inverter ratings, protection coordination, and lifecycle cost targets.

How to Use This Calculator

  1. Enter peak load power — total peak demand of the microgrid in kW.

  2. Enter autonomy duration — how many hours the storage must supply the load without recharging, in h.

  3. Enter depth of discharge (DoD) — maximum usable fraction of battery capacity in %.

  4. Enter round-trip efficiency — battery system round-trip efficiency in %.

  5. Enter module capacity — energy capacity of one battery module in kWh.

  6. Enter C-rate limit — maximum continuous discharge rate (e.g. 0.5C = 2-hour discharge) in C.

  7. Click "Calculate" — get required storage capacity, battery module count, minimum power rating, and rated discharge duration.

Use the result to support your engineering design and analysis decisions.

Inputs & Outputs

Inputs

  • Peak Load Power (kW)
  • Autonomy Duration (h)
  • Depth of Discharge (DoD) (%)
  • Round-Trip Efficiency (%)
  • Module Capacity (kWh)
  • C-Rate Limit (C)

Outputs

  • Required Storage Capacity (kWh)
  • Battery Module Count (modules)
  • Minimum Power Rating (kW)
  • Rated Discharge Duration (h)

Formula

Calculator Formula

This calculator uses a fixed energy-balance microgrid battery storage sizing model.

Step 1: Raw energy requirement

E_raw = P_load × t

Where:

  • E_raw = raw energy required in kWh
  • P_load = peak load power in kW
  • t = autonomy duration in hours (h)

Step 2: Adjust for depth of discharge

E_dod = E_raw / DoD

Where:

  • E_dod = energy after DoD adjustment in kWh
  • DoD = usable depth of discharge as a decimal (e.g. 0.80 for 80%)

Step 3: Adjust for round-trip efficiency

E_required = E_dod / η

Where:

  • E_required = required nominal battery capacity in kWh
  • η = round-trip efficiency as a decimal (e.g. 0.92 for 92%)

Step 4: Battery module count

N_modules = ⌈E_required / E_module⌉

Where:

  • N_modules = number of battery modules (rounded up to next integer)
  • E_module = capacity of one battery module in kWh

Step 5: Minimum power rating

P_min = E_required × C

Where:

  • P_min = minimum continuous power rating required in kW
  • C = C-rate limit (discharge rate multiplier)

Step 6: Rated discharge duration

t_discharge = 1 / C

Where:

  • t_discharge = rated discharge duration in hours
  • C = C-rate limit

Variable Reference

Variable Meaning Units
P_load / peakLoadKw Peak load power kW
t / autonomyHours Autonomy duration h
DoD / depthOfDischarge Depth of discharge %
η / efficiency Round-trip efficiency %
E_module / moduleCapacityKwh Module capacity kWh
C / cRateLimit C-rate limit C
E_required / requiredCapacityKwh Required storage capacity kWh
N_modules / moduleCount Battery module count modules
P_min / minPowerRatingKw Minimum power rating kW
t_discharge / dischargeDurationHours Rated discharge duration h

What is Microgrid Battery Storage Sizing

Microgrid battery storage sizing is the process of determining how much battery energy capacity (in kWh) is required to sustain a microgrid load for a defined autonomy period without grid support or recharging. In microgrid engineering, the question is not simply what peak power the inverter or PCS must deliver, but how much total stored energy is needed after accounting for discharge limits, efficiency losses, and the actual runtime requirement. That distinction drives the difference between a system that fails mid-autonomy and one that delivers the full target runtime with margin.

Modern microgrid BESS systems use Li-ion chemistry — primarily lithium iron phosphate (LFP) or NMC — and operate with dedicated battery management systems and power conversion systems. The sizing chain starts from load energy demand, applies the required autonomy, corrects for depth of discharge, then corrects for round-trip efficiency. The result is the required nominal battery capacity that must be installed to meet the operational target under the stated assumptions.

Sizing Model

This calculator follows one exact path:

Load × Autonomy → DoD Adjustment → Efficiency Adjustment → Required kWh → Module Count → Power Rating

This is the fixed model used on this page. It is a standard first-pass energy-balance approach used across microgrid BESS engineering.

Why Round-Trip Efficiency Matters

A BESS system does not deliver back all the energy that was charged into it. PCS losses, battery internal resistance, thermal losses, and auxiliary loads all consume energy during each charge-discharge cycle. Modern Li-ion BESS systems with PCS typically achieve 90–95% round-trip efficiency, meaning 5–10% more nominal capacity is required compared to the raw energy calculation.

Key Facts

  • This calculator uses one fixed microgrid BESS sizing model — it starts from energy demand, applies autonomy, corrects for DoD, then corrects for round-trip efficiency.
  • Round-trip efficiency for modern Li-ion BESS systems (LFP, NMC) is typically 90–95%, which includes PCS (power conversion system) losses.
  • Depth of discharge has a significant impact on cycle life — LFP cells at 80% DoD typically deliver 3,000–6,000 cycles; deeper discharge reduces cycle count.
  • C-rate determines how fast the battery discharges — a 0.5C rate on a 1,000 kWh system means 500 kW continuous output for 2 hours.
  • IEEE 2030.2.1 provides a guide for design, operation, and integration of energy storage systems in electric power infrastructure.
  • UL 9540 is the Standard for Energy Storage Systems and Equipment, covering safety for large-scale BESS installations.

Applications

  • Islanded microgrid energy storage design
  • Industrial campus peak shaving and backup power
  • Remote mining site and off-grid industrial BESS
  • Military base and critical facility energy resilience
  • Community energy systems and virtual power plants
  • Renewable energy integration (solar + storage microgrid)
  • Data center and hospital backup power estimation
  • Telecom and tower site battery storage planning

Example Calculation

Example Calculation

Given:

  • Peak load power = 500 kW
  • Autonomy duration = 4 h
  • Depth of discharge = 80%
  • Round-trip efficiency = 92%
  • Module capacity = 100 kWh
  • C-rate limit = 0.5C

Step 1: Raw energy requirement

E_raw = 500 × 4 = 2,000 kWh

Step 2: Adjust for depth of discharge (80%)

E_dod = 2,000 / 0.80 = 2,500 kWh

Step 3: Adjust for round-trip efficiency (92%)

E_required = 2,500 / 0.92 = 2,717.4 kWh

Step 4: Battery module count (100 kWh each)

N_modules = ⌈2,717.4 / 100⌉ = 28 modules

Step 5: Minimum power rating at 0.5C

P_min = 2,717.4 × 0.5 = 1,358.7 kW

Step 6: Rated discharge duration

t_discharge = 1 / 0.5 = 2 h

Result:

  • Required Storage Capacity: 2,717.4 kWh
  • Battery Module Count: 28 modules
  • Minimum Power Rating: 1,358.7 kW
  • Rated Discharge Duration: 2 h

Interpretation: This microgrid requires approximately 2,717 kWh of nominal BESS capacity to supply a 500 kW load for 4 hours after accounting for DoD and efficiency. At 0.5C, the system needs at least 1,359 kW of continuous power rating from the PCS. Twenty-eight 100 kWh modules provide 2,800 kWh nominal — slightly above the minimum, providing practical headroom.

Standards & References

  • IEEE 2030.2.1 — Guide for Design, Operation, and Integration of Energy Storage Systems in Electric Power Infrastructure
  • IEEE 1547 — Standard for Interconnection and Interoperability of Distributed Energy Resources with Associated Electric Power Systems Interfaces
  • IEC 62933-2-1 — Electrical Energy Storage (EES) Systems: Unit Parameters and Testing Methods for Energy Storage
  • NFPA 855 — Standard for the Installation of Stationary Energy Storage Systems
  • UL 9540 — Standard for Energy Storage Systems and Equipment
  • IEC 61427-1 — Secondary Cells and Batteries for Renewable Energy Storage — General Requirements

Limitations

  • This calculator is a first-pass BESS sizing tool, not a full system-engineering package.
  • It does not model battery degradation, temperature derating, state-of-health, partial state of charge operation, or aging-related capacity fade.
  • It does not replace BMS specification, inverter/PCS sizing, protection coordination, grid interconnection studies, or fire protection design.
  • Real microgrid BESS performance depends on load variability, temperature, battery chemistry, state of charge history, charge power availability, and cycling profile.
  • Final BESS specification must comply with applicable standards such as NFPA 855, UL 9540, and local grid interconnection codes.
  • Treat this as a strong first-pass microgrid storage sizing estimate — final design requires detailed engineering.

Common Mistakes to Avoid

  • Sizing from power rating alone without first calculating the required energy (kWh) for the autonomy period.
  • Ignoring depth of discharge — LFP at 80% DoD and lead-acid at 50% DoD have very different usable capacities from the same nominal rating.
  • Forgetting round-trip efficiency losses from the PCS and battery internal resistance, which typically add 5–10% to the required nominal capacity.
  • Using peak load instead of average load when the autonomy requirement is based on average consumption rather than peak demand.
  • Selecting C-rate limits without verifying that the battery chemistry and BMS support continuous discharge at that rate.
  • Assuming nameplate capacity is available at all temperatures — cold temperatures significantly reduce available capacity in Li-ion systems.

Frequently Asked Questions

What does this Microgrid Battery Storage Sizing Calculator do?
It calculates the required nominal battery energy capacity in kWh to supply a microgrid load for a target autonomy period, after adjusting for depth of discharge and round-trip efficiency. It also estimates module count, minimum PCS power rating, and rated discharge duration.
What formula does this calculator use?
It uses: E_required = (P_load × t) / DoD / η, where P_load is peak load in kW, t is autonomy in hours, DoD is depth of discharge as a decimal, and η is round-trip efficiency as a decimal. Module count is rounded up from E_required divided by module capacity.
Why does depth of discharge matter in microgrid BESS sizing?
Because only a fraction of the nominal battery capacity is usable in practice. LFP batteries are commonly rated at 80% DoD for reliable cycle life, while lead-acid systems use 50%. Using the full nameplate capacity accelerates degradation and reduces total cycle count.
How does C-rate affect microgrid battery sizing?
C-rate defines how fast the battery discharges relative to its capacity. A 0.5C rate on a 1,000 kWh system means 500 kW of continuous power for 2 hours. The minimum power rating from the PCS must match or exceed the product of required capacity and C-rate.
What is round-trip efficiency in a BESS?
Round-trip efficiency is the ratio of energy delivered during discharge to energy consumed during charging. For modern Li-ion BESS systems with PCS, it is typically 90–95%. The remaining 5–10% is lost as heat, meaning the system must store more nominal energy than it will deliver.

Frequently Used Together

Engineers often use these calculators in combination for complete project workflows:

Every Electrical Formula. One Free Sheet.

NEC calcs, motor sizing & code coordination — one printable page.

  • Instantly check voltage drop, ampacity & motor current
  • Catch the 7 wiring errors that fail code inspections
  • 12 design checks to run before submitting drawings

No spam. Unsubscribe any time.