Chinese

Sizing a Battery for Energy Storage: Capacity, Discharge Rate, and System Architecture

ChatGPT_Image_2026年5月6日_11_06_41.png

The best type of battery for energy storage is the one sized correctly to your load. Wrong battery size kills projects. Undersized, your system can't meet peak demand and fails during outages. Oversized, you waste capital on cells that sit idle. Sizing is a three-part calculation: daily energy requirement, discharge rate matching, and series/parallel architecture. This guide walks through the math with real examples so you can specify exactly what you need.

Part 1: Calculate Daily Energy Requirement

Energy requirement is the total kilowatt-hours (kWh) your load consumes in 24 hours.

Step 1: Audit your load profile.

List all loads and their daily usage:

LoadPower (W)Hours/DayDaily Energy (Wh)
Refrigerator150243,600
Lighting (8 bulbs)806480
Water pump50021,000
Inverter/system losses500
TOTAL DAILY5,580 Wh

This system needs 5.58 kWh per day.

Step 2: Classify loads as critical vs. non-critical.

Critical loads must run during outages. Non-critical loads shed if the battery is depleted. In the example above:

Critical: Refrigerator (perishables), water pump (health/sanitation)

Non-critical: Lighting (can reduce hours)

Size your battery to cover critical loads for your desired autonomy period (usually 2–5 days).

Step 3: Account for generation source (solar, wind, grid).

If your system has solar:

On sunny days, solar recharges the battery during daylight.

Battery only covers nighttime and cloudy-day shortfall.

In the example, if solar produces 6 kWh/day on average and loads consume 5.58 kWh, the battery only needs to bridge the 2–3 hours of peak evening demand (maybe 1 kWh). Autonomy days = 1, not 5.

If your system is grid-backed:

Battery bridges power outages (typically 4–8 hours).

Calculate energy needed for that window only.

If your system is off-grid:

Battery covers the worst-case season (winter, rainy season).

Autonomy = 3–7 days depending on climate.

Part 2: Calculate Usable Battery Capacity

Not all rated capacity is usable. Depth-of-discharge (DOD) determines how much you extract before recharging.

Depth-of-Discharge (DOD) targets:

DODCycle Life ImpactUse Case
50%Minimal degradation; longest lifeStationary backup; low cycling
70%Moderate; industry standardDaily cycling; good balance
100%Rapid degradation; short lifeMobile/temporary apps only

Sizing formula:

``` Required usable capacity (kWh) = Daily energy (kWh) × Autonomy days / DOD target

Required usable capacity = Daily energy (kWh) × Autonomy days / DOD target ```

Example 1: Off-grid home, 5 autonomy days, 70% DOD ``` Required = 5.58 kWh × 5 days / 0.70 = 39.86 kWh usable ```

To achieve 39.86 kWh usable at 70% DOD: ``` Rated capacity = 39.86 / 0.70 = 56.9 kWh rated ```

Example 2: Grid-backed home, 4-hour outage window, 80% DOD ``` Hourly requirement = 5.58 kWh / 24 hours = 0.233 kW average Peak evening load = 1.5 kW (refrigerator + lighting) 4-hour reserve = 1.5 kW × 4 hours = 6 kWh usable Required rated = 6 kWh / 0.80 = 7.5 kWh rated ```

Rule of thumb: Add 20–30% headroom to the calculated capacity for growth and seasonal variation. A system calculated at 39.86 kWh should be specified at 48–52 kWh rated.

Part 3: Match Discharge Rate (C-Rate)

Discharge rate is how fast the battery supplies current, expressed as a C-rate (multiples of capacity per hour).

C-rate definition:

1C = entire capacity in 1 hour

2C = entire capacity in 30 minutes

0.5C = entire capacity in 2 hours

10C = entire capacity in 6 minutes (momentary surge)

Your battery must supply enough current for peak load without thermal stress.

Calculate required discharge rate:

``` Required discharge rate (A) = Peak load (W) / System voltage (V) Required C-rate = Required discharge rate / Cell capacity (Ah) ```

Example 3: 48V system, 100Ah cells, 5kW peak load ``` Required discharge = 5,000 W / 48 V = 104.2 A Single cell capacity = 100 Ah C-rate = 104.2 A / 100 Ah = 1.04C (sustained) ```

This system can discharge at 1C sustained, which is reasonable for LiFePO4 (rated 3C sustained, 10C momentary).

Typical discharge rate specs:

ChemistrySustainedMomentary (peak, <10s)
LiFePO41C–3C10C
NMC0.5C–2C5C
Lead-Acid0.5C–1C3C

If your calculated C-rate exceeds the chemistry's sustained rating, either increase cell capacity or use parallel strings to share the load.

Example 4: 48V system, same 5kW peak, using 2 parallel strings of 50Ah cells ``` Total capacity: 100 Ah (2 strings × 50 Ah) C-rate = 104.2 A / 100 Ah = 1.04C ``` Same math, but now each string carries 52.1 A (1.04C / 2 strings = 0.52C per string). Much safer margin.

Part 4: Choose Series/Parallel Architecture

Series increases voltage; parallel increases capacity and current-handling.

Series configuration determines voltage:

Target VoltageSeries Count (S)Config Example (4.8V cells)
12.8V4S4 cells in series
25.6V8S8 cells in series
51.2V (48V nominal)16S16 cells in series

Voltage formula: ``` System voltage = Series count × Nominal cell voltage 48V system = 16S × 3.2V per cell (LiFePO4) ```

Parallel configuration determines capacity and current-sharing:

``` Total capacity = Parallel count (P) × Cell capacity (Ah) ```

Example 5: 48V, 300Ah system using 100Ah cells ``` Voltage = 16S × 3.2V = 51.2V ✓ Capacity = 3P × 100 Ah = 300 Ah ✓ (3 parallel strings, each with 16 cells in series) ```

Wiring diagram (simplified): ``` String 1: Cell1-S1 → Cell2-S1 → ... → Cell16-S1 String 2: Cell1-S2 → Cell2-S2 → ... → Cell16-S2 String 3: Cell1-S3 → Cell2-S3 → ... → Cell16-S3

All 3 strings connected in parallel = 300Ah @ 51.2V ```

Advantage of parallel strings:

Current is shared. Each string carries 1/3 of the discharge current.

If one string fails, the system degraded but survives.

Easier to balance cell voltages in a BMS.

Part 5: Account for System Losses

Real systems lose 5–10% to inverter conversion, wiring resistance, and BMS overhead.

Inverter efficiency:

Modern inverters: 92–97% efficient

Older models: 85–90%

Wiring loss (DC side):

Properly sized cables: 1–2% loss

Undersized cables: 5–10% loss (avoid this)

BMS overhead:

Modern BMS: 0.5–1.5% loss

Passive monitoring: <0.5%

Total system efficiency: ``` System efficiency = Inverter efficiency × (1 − Wiring loss) × (1 − BMS loss) Example: 0.95 × 0.98 × 0.99 = 0.92 (92% round-trip) ```

Revised sizing formula with losses:

``` Battery capacity required = Daily load / (System voltage × DOD target × System efficiency) ```

Example 6: Recalculate with losses ``` Daily load: 10 kWh System voltage: 48V (51.2V nominal) DOD target: 70% System efficiency: 92%

Required capacity = 10 kWh / (0.512 × 0.70 × 0.92) = 10 / 0.330 = 30.3 kWh usable

Rated capacity = 30.3 / 0.70 = 43.3 kWh rated ```

Compare to Example 1 (without loss adjustment): 39.86 kWh. The 3.4 kWh difference is the loss buffer. Always account for it.

Sizing Checklist

Before specifying a battery, verify:

[ ] Daily load audit complete (kWh/day)

[ ] Autonomy period defined (how many days without recharge?)

[ ] DOD target chosen (50%, 70%, or 80%)

[ ] Peak load identified (watts)

[ ] Discharge C-rate calculated and compared to chemistry spec

[ ] Series count chosen (voltage target: 12.8V, 25.6V, 48V, etc.)

[ ] Parallel count chosen (capacity target in Ah)

[ ] System efficiency estimated (inverter + wiring + BMS)

[ ] 20–30% growth headroom added

[ ] BMS and inverter specs match battery voltage and current rating

[ ] Final capacity spec includes usable + reserve margin

Real-World Example: Complete Sizing

Scenario: Grid-backed 48V home solar system, 15kWh daily load, 4-hour outage window, LiFePO4

StepCalculationResult
1. Daily load audit(From meter data or device-by-device survey)15 kWh
2. Outage windowGrid outages rare; 4 hours max4 hours
3. Peak load during outageRefrigerator + water heater + lighting3.5 kW
4. Energy for 4-hour window3.5 kW × 4 h = 14 kWh14 kWh needed
5. DOD target (grid-backed, rare cycling)80% is acceptable80% DOD
6. Usable capacity required14 kWh / 0.80 = 17.5 kWh usable17.5 kWh
7. Rated capacity (inverse of DOD)17.5 / 0.80 = 21.9 kWh22 kWh rated
8. Add 25% growth/seasonal buffer22 × 1.25 = 27.5 kWh28 kWh rated
9. System efficiency adjustment28 / 0.92 ≈ 30.4 kWh30 kWh final spec
10. Series/parallel architecture16S × 200Ah = 51.2V, 200Ah = 30.4 kWh16S, 2P, 100Ah cells
11. Discharge rate check3,500 W / 51.2 V = 68.4 A; 68.4 / 100 Ah = 0.68C ✓0.68C sustained (safe)
12. Final spec10 cells per string × 2 parallel strings (per 100Ah module)2 × 100Ah modules in parallel

Specification: 48V, 200Ah system (30.4 kWh). Use 2 parallel strings of 100Ah cells, each string contains 16 cells (4S16P configuration per string, total 16S2P).

About Winston Battery

Winston Battery has manufactured LiFePO4 battery systems continuously for over 25 years, with deployments across 70+ countries in solar, grid backup, marine, and industrial storage applications. The LYP product line uses yttrium-enhanced lithium iron phosphate chemistry (manufactured with aqueous electrode processing) in large-format prismatic cells ranging from 50Ah to 1,000Ah, housed in polypropylene plastic casings designed for thermal management and structural integrity across series/parallel configurations. Systems are backed by AXA global insurance coverage. For sizing consultation and custom battery configurations, contact the engineering team at Winston Battery or browse pre-configured systems at System Batteries.

You can also explore the full range of Winston Battery system-level solutions to see what's available for your application.

Frequently Asked Questions

Q1: Q: What happens if I oversize the battery?

A: Capital waste and slow degradation. Oversized batteries sit partially charged (low DOD). While this extends cycle life, you're paying for capacity you never use. A 40kWh system that only cycles 10kWh/day is 75% idle—poor ROI. Size for actual need, then add 20–30% for growth.

Q2: Q: Can I upgrade capacity later by adding more cells?

A: Yes, if you design with this in mind. Add cells in parallel (add strings) to increase capacity, not in series (which increases voltage and stresses the existing BMS). Plan your series count as final; design parallel for future expansion.

Q3: Q: What DOD should I use for a grid-backed vs. off-grid system?

A: Grid-backed (grid resumes within hours): 80% DOD is acceptable; cycling is rare. Off-grid (battery is primary): 70% DOD is safer; the battery cycles daily. Backup-only (weeks of idle): 50% DOD is optimal for maximum cycle life.

Q4: Q: Does a larger battery increase charge time?

A: No. Charge time depends on charger size (kW input), not battery size (kWh capacity). A 10kW charger fills a 30kWh battery in 3 hours at 80% DOD, assuming no charging losses. A 50kWh battery with the same 10kW charger takes 5 hours. Bigger battery = longer charge window, same charger power.


related articles