Introduction: what this calculator estimates
This calculator estimates laptop battery runtime in hours and minutes from a simplified power model. You enter your battery capacity in watt-hours (Wh) and then estimate the main power consumers in the system: the CPU, the GPU, and a combined bucket for other components such as the display, memory, storage, wireless radios, fans, and peripheral controllers. The output is not a promise of exact real-world endurance. Instead, it is a practical comparison tool that helps you explore how battery life changes when you raise CPU load, lower screen brightness, disable a dGPU, or apply a stable undervolt.
The core idea is simple: batteries store energy, while laptops consume power. A 60 Wh battery can ideally provide 60 watts for 1 hour, 30 watts for 2 hours, or 10 watts for 6 hours. Real systems are messier than that clean math suggests, so the calculator includes a system efficiency input to represent conversion losses and other imperfections. That one extra assumption makes the estimate more realistic without turning the page into a full electrical engineering simulator.
In everyday use, the biggest battery-life swings usually come from a few familiar levers. Bright displays can add several watts by themselves. A discrete GPU can wake up and dramatically increase draw. CPU-heavy tasks such as compiling, rendering, gaming, video export, or sustained AI work can move a laptop from quiet all-day behavior to short untethered sessions. This page is built to make those tradeoffs legible. You can start with rough numbers, see the projected runtime, and then refine the inputs as you learn more about your machine.
How to use the calculator
Start with the battery first, then work outward. If you know the battery size from the manufacturer, enter that value directly. If you only know how long the laptop usually lasts in a familiar task, you can still back into sensible power numbers later by calibrating against observed runtime. The calculator is flexible enough for both approaches.
- Enter your Battery Capacity (Wh). Many laptops list this on the bottom label, in the manual, or in the OS battery report.
- Enter CPU TDP (W). Use the CPU’s rated TDP as a starting point. For ultrabooks this might be 15–28 W; for gaming laptops 45–65 W is common.
- Choose a CPU Load preset. This maps to an internal percentage: Idle 10%, Light 25%, Moderate 50%, Heavy 75%, or Max 100%.
- Enter GPU Power Draw (W). Integrated graphics may be near 0–15 W, while dedicated GPUs can draw far more under load.
- Enter Other Components Power (W). This is a combined estimate for the display, RAM, SSD, Wi‑Fi, motherboard logic, and similar hardware.
- Set System Efficiency (%). Typical values are around 80–95%. Lower values represent more losses and therefore reduce runtime.
- Optional: add Undervolting Voltage Reduction (mV). The calculator applies a simplified savings model of roughly 3% less CPU power for each 10 mV reduction.
- Set Display Brightness (%). The model treats part of the other-components value as brightness-sensitive to approximate the screen’s share of power.
- Click Calculate Battery Life. After you run a scenario, you can also save a quick CSV using Download Power Report.
If you are not sure where to begin, choose conservative estimates and look at the result directionally. A calculator like this becomes more useful with iteration. For example, if the estimate says 2 hours but your laptop actually lasts 4, that tells you one or more inputs are too high or your efficiency assumption is too pessimistic. If the estimate is too optimistic, the reverse is true.
Formula and assumptions used by the model
The page turns your inputs into an estimated total system draw, then divides the battery’s stored energy by that draw. The steps are straightforward and intentionally transparent:
-
CPU power starts as
CPU TDP × CPU load fraction. -
Undervolting reduces CPU power using a simple rule-of-thumb factor:
1 − (mV/1000) × 0.03. -
Display and other power come from the single other-components input, with half treated as brightness-sensitive:
displayPower = otherPower × (brightness/100) × 0.5 + otherPower × 0.5. -
Total modeled component power becomes
cpuPower + gpuPower + displayPower. -
Actual battery draw applies efficiency as
actualPowerDraw = totalPower / efficiency. -
Runtime is then
batteryCapacity / actualPowerDraw.
MathML runtime relationship:
That formula is intentionally compact, but it tells an important story. Runtime increases when the battery holds more energy, and it decreases when average power rises. Because power is in the denominator, big power jumps can crush battery life surprisingly fast. Doubling draw roughly halves runtime. That is why switching from light office work to sustained gaming can feel like falling off a cliff, even if the battery size never changes.
Worked example in plain language
Suppose you have a 60 Wh battery and a 45 W CPU. You choose Moderate load, which maps to 50%. You estimate GPU power at 10 W, Other Components at 10 W, set Efficiency to 85%, and leave Brightness at 50%. The model works through the following chain:
- CPU power ≈ 45 × 0.5 = 22.5 W
- Display/other power ≈ 10 × 0.5 × 0.5 + 10 × 0.5 = 7.5 W
- Total component power ≈ 22.5 + 10 + 7.5 = 40.0 W
- Actual draw after efficiency ≈ 40.0 / 0.85 = 47.1 W
- Runtime ≈ 60 / 47.1 = 1.27 hours ≈ 1 hour 16 minutes
Now imagine you lower brightness to 30%. The brightness-sensitive portion of the display estimate drops, so total power falls and runtime rises. If you also apply a stable undervolt, CPU power falls a bit more. Those changes will not always be dramatic, but they are cumulative. This is one reason battery optimization is usually about stacking several modest improvements rather than expecting one magic switch to transform the result.
Quick comparison table for common scenarios
These numbers are rough examples, not fixed rules. They are included to help you sanity-check your inputs. If your estimate lands wildly outside these ranges, it may be a sign to revisit one of your assumptions.
| Workload | Power Draw | 60 Wh Battery | 100 Wh Battery |
|---|---|---|---|
| Browsing (light) | 20 W | ~3 hours | ~5 hours |
| Office work (moderate) | 30 W | ~2 hours | ~3.3 hours |
| Programming/Design (heavy) | 45 W | ~1.3 hours | ~2.2 hours |
| Gaming/Rendering (max) | 80 W | ~45 minutes | ~1.25 hours |
Practical power-saving tips that usually matter most
A useful way to read the calculator output is to ask which changes affect the denominator most. If the total draw is dominated by the display and light CPU work, brightness reductions often give the cleanest gain. If the dGPU is active, changing graphics mode can dwarf everything else. If the CPU is the main source of heat and power, then reducing workload, limiting boost behavior, or undervolting may provide the best improvement.
- Lower display brightness when you can. For light workloads, this is often the biggest easy win.
- Reduce CPU load by closing heavy tabs, stopping background sync, and choosing power-saver modes for routine tasks.
- Avoid waking the dGPU when integrated graphics are enough.
- Disable unused radios and peripherals if you are trying to stretch a battery through travel or a meeting.
- Undervolt carefully where supported, and always test for stability.
- Watch thermals, because heat can change both performance behavior and the real power profile.
Limitations and accuracy notes
This calculator intentionally simplifies a complicated system. That is not a flaw so much as a design choice: the goal is to create a useful model that is easy to understand, not to simulate every regulator, thermal limit, firmware rule, and battery chemistry detail inside a modern laptop. Keep the following limitations in mind when interpreting the output.
- TDP is not a constant power draw. Modern CPUs can sit far below TDP during light tasks and jump above it during short boosts.
- CPU load is not perfectly linear. Browsing is bursty, rendering is sustained, and different instruction mixes draw different power.
- The other-components field is a lumped estimate. Display, SSD activity, RAM, fans, and radios vary more than many people expect.
- Battery capacity changes with age. A battery labeled 60 Wh when new may hold notably less after wear.
- Efficiency is approximate. Real losses depend on temperature, discharge rate, and power-conversion design.
- Undervolting results vary. Some systems block it entirely, and the effect is never identical across devices.
The best way to tighten the estimate is to compare it against real observations. If your laptop consistently lasts about 6 hours on a 60 Wh battery while doing light browsing, then your average draw is roughly 10 W. That observation becomes an anchor point. From there, you can tune the CPU, GPU, other-components, and efficiency fields until the model matches reality more closely.
Input guidance: realistic ranges and quick calibration
If you are unsure what values to enter, aim for reasonable ballpark figures instead of perfect measurements. A good first pass is enough to compare settings and understand where your power budget is going. You can then refine individual inputs one at a time.
Typical ranges by laptop type
Laptop categories have very different power envelopes. Vendor firmware, screen size, refresh rate, and cooling design matter, so the ranges below are intentionally broad.
- Thin-and-light / ultrabook: CPU TDP often 15–28 W; GPU power may be 0–10 W if integrated; other components commonly 6–15 W depending on display brightness and connectivity.
- Mainstream 14–16 inch laptop: CPU TDP 28–45 W; GPU 0–25 W depending on whether a discrete GPU is active; other components around 8–18 W.
- Gaming / creator laptop: CPU TDP 45–65 W; GPU from about 10 W at light use to 80–175 W under heavy graphics loads; other components often 10–25 W.
A simple calibration method
To make the estimate match your device more closely, calibrate the model with one known experience. If your laptop usually lasts about 6 hours doing light browsing on a 60 Wh battery, then the average battery draw is roughly 10 W because 60 Wh ÷ 6 h ≈ 10 W. That gives you a target to distribute across CPU, GPU, and other components.
A practical approach is to set GPU power low for integrated-graphics browsing, choose Idle or Light CPU load, and adjust Other Components until the runtime estimate matches what you actually see. Once the model is calibrated, changing brightness, CPU load, or GPU power becomes much more informative because the comparisons are grounded in your real device.
FAQ: common questions about CPU power and battery life
Is CPU TDP the same as real CPU power draw?
No. TDP is mainly a thermal design target used to plan cooling and expected sustained behavior. Real package power can sit well below TDP at light load and rise above it during boost windows, depending on the machine’s firmware and cooling policy. The calculator uses TDP as a simple reference point because it is widely published and easy to understand.
What does system efficiency represent?
Efficiency accounts for losses between the battery and the components: power-conversion overhead, voltage regulation, and battery-discharge behavior under load. If you set efficiency to 85%, the calculator assumes the components’ internal demand translates into a somewhat larger battery-side drain. If your estimate feels too optimistic, lowering efficiency is often the first sensible correction.
Does undervolting always improve battery life?
When supported and stable, undervolting can reduce CPU power and heat, which may improve battery life and sometimes reduce fan noise. But support varies, and unstable settings can cause crashes or data loss. It is best treated as an optional optimization, not a guaranteed feature.
Why does brightness affect other-components power instead of being a totally separate field?
Many users know their battery size and CPU class but do not know the screen’s exact wattage. Keeping the form simple makes the calculator more usable. Scaling part of the other-components estimate with brightness is a compromise that captures the idea that the display is brightness-dependent while the rest of the platform has a steadier baseline.
Optional mini-game: Battery Budget Rush
This arcade mini-game turns the same battery-life equation into a quick decision challenge. Each mission gives you a battery size, an efficiency value, and a runtime goal. Your job is to set the highest total watt draw that still lets the laptop last long enough. In other words, you are reversing the calculator: instead of asking, “How long will 28 watts last?”, you ask, “How many watts can I afford if I need 4 hours from this battery?”
That is a real skill, not just a game gimmick. If you know the rough watt budget for a class, flight, commute, or meeting, you can make smarter tradeoffs before the battery gets low. Maybe the answer is dimming the display, maybe it is staying on integrated graphics, and maybe it is avoiding a sustained CPU-heavy task until you are plugged in again. The game rewards quick estimation, streaks, and accuracy, while quietly reinforcing the same relationship the calculator uses above: more watts mean shorter runtime.
