Battery C-Rate: Deliverable Power and Discharge Duration
A battery's power is not its energy: the C-rate caps how fast the pack discharges (power = nameplate x C) and the inverter caps how much reaches the panel, so the deliverable power is the lesser of the two and the usable energy lasts that many hours at it. A 40 kWh pack at 0.5C pushes 20 kW, but behind a 15 kW inverter only 15 kW comes out - it runs longer at lower power. The check that keeps a designer from specifying a peak-shave or backup load the pack physically cannot deliver. Continuous, not surge, rating. A nameplate power check, not a cell-level thermal model.
Formula and source
c_rate_power_kw = nameplate_kwh x c_rate; deliverable_kw = inverter_kw > 0 ? min(c_rate_power_kw, inverter_kw) : c_rate_power_kw; usable_kwh = nameplate_kwh x dod; discharge_time_h = usable_kwh / deliverable_kw.
The standard battery C-rate definition (power = nameplate x C, full discharge time = 1 / C, deliverable power = the lesser of the C-rate power and the inverter rating), by name; the relations are public.
Audience
This tile is built for trades and the adjacent professions in the Electrical group. The interactive calculator runs entirely in your browser. No account, no fee, no advertising, no tracking.
Related tools
Posture
Rough Logic answers the math question the working professional asks on the job. The site is a calm, fast, ad-free, account-free, ever-free reference. It does not interpret code. It does not replace the licensed professional. It does not store your inputs. The Authority Having Jurisdiction governs all installations and inspections.