UPS Battery Sizing Calculator Formula
Understand the math behind the ups battery sizing calculator. Each variable explained with a worked example.
Formulas Used
Required Battery Capacity
capacity_ah = actual_draw_watts * runtime_hours / battery_voltage / (depth_of_discharge / 100)Battery Energy
capacity_kwh = actual_draw_watts * runtime_hours / (depth_of_discharge / 100) / 1000Discharge Current
battery_current = actual_draw_watts / battery_voltageActual Battery Draw
actual_load_with_loss = actual_draw_wattsVariables
| Variable | Description | Default |
|---|---|---|
load_watts | Total Load(W) | 2000 |
runtime_minutes | Desired Runtime(min) | 30 |
battery_voltage | Battery Bank Voltage(V) | 48 |
inverter_efficiency | Inverter Efficiency(%) | 90 |
depth_of_discharge | Max Depth of Discharge(%) | 80 |
runtime_hours | Derived value= runtime_minutes / 60 | calculated |
actual_draw_watts | Derived value= load_watts / (inverter_efficiency / 100) | calculated |
How It Works
UPS Battery Sizing
Proper battery sizing ensures the UPS provides the required runtime at the expected load.
Formula
Capacity (Ah) = (Load / Efficiency) x Runtime (hours) / Battery Voltage / DOD
Where DOD is the maximum depth of discharge (80% for lead-acid to extend life, 90% for lithium).
Sizing Considerations
Worked Example
2000 W load, 30 min runtime, 48 V battery, 90% inverter efficiency, 80% DOD.
load_watts = 2000runtime_minutes = 30battery_voltage = 48inverter_efficiency = 90depth_of_discharge = 80
- 01Runtime in hours: 30 / 60 = 0.5 hours
- 02Actual draw: 2000 / 0.90 = 2222 W
- 03Capacity: 2222 x 0.5 / 48 / 0.80 = 28.9 Ah
- 04Energy: 2222 x 0.5 / 0.80 / 1000 = 1.39 kWh
- 05Discharge current: 2222 / 48 = 46.3 A
Ready to run the numbers?
Open UPS Battery Sizing Calculator