<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Temur Khasanov</title>
    <description>The latest articles on DEV Community by Temur Khasanov (@temur_khasanov_935b6ed893).</description>
    <link>https://dev.to/temur_khasanov_935b6ed893</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3953599%2F3f108591-2234-4b37-9e5d-780d824792c0.jpg</url>
      <title>DEV Community: Temur Khasanov</title>
      <link>https://dev.to/temur_khasanov_935b6ed893</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/temur_khasanov_935b6ed893"/>
    <language>en</language>
    <item>
      <title>How to estimate battery runtime from Wh, DoD, efficiency, and load</title>
      <dc:creator>Temur Khasanov</dc:creator>
      <pubDate>Wed, 27 May 2026 05:27:28 +0000</pubDate>
      <link>https://dev.to/temur_khasanov_935b6ed893/how-to-estimate-battery-runtime-from-wh-dod-efficiency-and-load-13lg</link>
      <guid>https://dev.to/temur_khasanov_935b6ed893/how-to-estimate-battery-runtime-from-wh-dod-efficiency-and-load-13lg</guid>
      <description>&lt;p&gt;Battery runtime estimates are usually simple in structure but easy to overstate. A useful first-pass formula is:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;usable Wh = nominal Wh x depth of discharge x system efficiency
runtime hours = usable Wh / load W
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Example:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;nominal battery capacity = 1200 Wh
depth of discharge = 80%
system efficiency = 90%
load = 100 W

usable Wh = 1200 x 0.8 x 0.9 = 864 Wh
runtime = 864 / 100 = 8.64 hours
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;That is a planning estimate, not a guarantee. Real runtime can be lower because of battery age, temperature, voltage sag, BMS cutoff, inverter idle draw, surge loads, wiring losses, and load variation.&lt;/p&gt;

&lt;p&gt;For AC loads through an inverter, the inverter's efficiency and idle consumption matter. A small always-on inverter load can materially reduce runtime, especially with low-power devices.&lt;/p&gt;

&lt;p&gt;I made a free calculator that applies this same logic and shows the assumptions:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://speccalchub.com/en/calculators/battery-runtime" rel="noopener noreferrer"&gt;https://speccalchub.com/en/calculators/battery-runtime&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Disclosure: I'm the creator of this free tool.&lt;/p&gt;

</description>
      <category>energy</category>
      <category>tutorial</category>
      <category>beginners</category>
    </item>
  </channel>
</rss>
