Skip to main content
Windows battery healthComplete 2026 guide

How to Check Battery Health on Windows 11

Generate Windows Battery Report, calculate capacity health, read cycle and capacity history, diagnose fast drain, and know when manufacturer testing matters.

In this article

Quick answer

Use Windows Battery Report, then compare two capacity values

  1. 1Open Command Prompt as administrator.
  2. 2Run powercfg /batteryreport.
  3. 3Open the generated battery-report.html file.
  4. 4Find Design Capacity and Full Charge Capacity.
  5. 5Calculate Full Charge Capacity ÷ Design Capacity × 100.

A capacity percentage is an estimate of reported wear, not a complete safety or hardware diagnosis.

Start with the definition

What battery health means in Windows 11

A Windows 11 laptop can show 100% charge and still have a worn battery. The percentage beside the clock tells you how full the battery is relative to its current maximum; it does not tell you how much energy the battery can still hold compared with when it was new.

Capacity health compares the battery's current reported Full Charge Capacity with a Design Capacity reference. Microsoft defines Design Capacity as the estimated energy capacity of a new battery and Full Charge Capacity as the energy a battery currently reports when fully charged. Some controllers may omit these fields or report them imperfectly. See the BatteryReport property definitionsMicrosoft Learn for the Windows data model.

Runtime is different again. Screen brightness, CPU and GPU load, background apps, wireless activity, refresh rate, sleep behavior, temperature, and power mode can all change how long a laptop lasts. If reported capacity remains strong but runtime suddenly falls, investigate power consumption as well as battery wear.

For the broader terminology, read what battery health means before treating charge level, capacity health, lifespan, and runtime as interchangeable measurements.

Method 1 · Built into Windows

Generate a Windows 11 Battery Report with powercfg

Windows includes a command-line power-management utility named powercfg. Microsoft documents the /batteryreport option as a way to generate an HTML report of battery usage characteristics over the life of the system. You do not need to install third-party battery software to create it. The official powercfg command referenceMicrosoft Learn also documents output, XML, and duration options.

Step 1

Open Command Prompt as administrator

Select Start, type Command Prompt, choose Run as administrator, and approve the User Account Control prompt. Microsoft's current battery-care instructions use this elevated workflow. Windows Terminal or PowerShell can also host the same Windows utility, but Command Prompt keeps the instructions straightforward.

Step 2

Run the Battery Report command

powercfg /batteryreport

Press Enter. Windows should display a success message and the exact path to the generated HTML report. Microsoft's Windows battery-care guideMicrosoft Support identifies Installed battery, Recent usage, and Battery usage as useful places to begin reading it.

If you want a predictable location, use the documented output option. In Command Prompt, this example writes the file to the Desktop:

powercfg /batteryreport /output "%USERPROFILE%\Desktop\battery-report.html"

PowerShell uses different environment-variable syntax, so use $env:USERPROFILE rather than %USERPROFILE% there.

Step 3

Open battery-report.html

Copy the displayed path or navigate to it in File Explorer and double-click the HTML file. It opens locally in your browser. The report is built from information Windows has recorded through the system's battery and power interfaces; it is not a laboratory cell test, so individual fields still depend on controller, firmware, and driver reporting.

Windows walkthroughGenerate and locate battery-report.htmlUse the shorter step-by-step Windows instructions, then bring the report back to the analyzer.

Read the report

Start with the Installed batteries section

Installed batteries contains the values most directly related to reported capacity. Depending on the laptop, you may see battery name, manufacturer, identifying information, chemistry, Design Capacity, Full Charge Capacity, and Cycle Count. Not every field appears on every computer; Microsoft notes that BatteryReport properties can be unavailable when the controller does not report them.

Design Capacity

The estimated energy capacity of a new battery of that type. It is commonly the reference value for capacity-health calculations.

Full Charge Capacity

The energy the battery currently reports it can hold when fully charged. This often declines as a lithium-ion battery ages.

Cycle Count

Accumulated battery use when the hardware exposes it. A blank cycle count can be normal on systems whose firmware does not report the field.

Cycle Count should not be interpreted as “one time I plugged the charger in.” Battery cycle accounting generally reflects accumulated discharge equivalent to a full cycle, potentially built from several partial sessions. Missing cycle data does not invalidate usable capacity values elsewhere in the report.

Capacity formula

Calculate battery health percentage from Battery Report

When Design Capacity and Full Charge Capacity are both available in compatible units, calculate reported capacity health with the ratio below. Microsoft's Design Capacity documentation specifically notes that Full Charge Capacity relative to Design Capacity can be used to estimate wear when the controller supports these measurements. See the Design Capacity remarksMicrosoft Learn.

Battery Health Percentage = (Full Charge Capacity ÷ Design Capacity) × 100

Suppose the report shows 57,000 mWh Design Capacity and 49,020 mWh Full Charge Capacity. Dividing 49,020 by 57,000 and multiplying by 100 gives approximately 86% capacity health. That means the battery reports a fully charged capacity equal to about 86% of its design reference. It does not mean the battery is currently charged to 86%, and it does not predict an exact number of runtime hours.

Do not mix units. An mWh value cannot be divided directly by an mAh value to produce a valid health percentage. On systems with multiple battery packs, make sure both measurements belong to the same battery.

If you want the arithmetic handled for you, use the online battery health checker. For the data-flow limitations behind web tools, read how online battery health checks work.

Interpret the result

What is a good battery health percentage on Windows 11?

There is no Windows-wide percentage at which every laptop battery must be replaced. Windows runs on hardware from many manufacturers, each with different cells, firmware, warranty terms, diagnostics, and service thresholds.

As a practical interpretation, a result close to 100% suggests relatively little reported capacity loss. Around 90% usually reflects modest wear. Around 80% means the battery reports roughly four-fifths of its design capacity and can still be useful when runtime meets your needs. At 70% or below, reduced unplugged runtime is more likely to become noticeable, but replacement should still depend on the laptop's role and condition.

The common “replace below 80%” rule is too simplistic. Use the percentage together with actual runtime, the direction of the trend, manufacturer diagnostics, charging reliability, shutdown behavior, warranty terms, and physical condition.

For a range-by-range explanation, read what a good laptop battery health percentage is.

Look for a trend

Read Battery capacity history instead of trusting one reading

One Battery Report gives you a snapshot. The Battery capacity history section can be more informative because it shows how Full Charge Capacity and Design Capacity have changed over time when Windows has sufficient history.

Look for direction rather than tiny movements. A pattern such as 51,500 mWh, 50,900 mWh, 50,600 mWh, and 49,800 mWh across a long period says more than a one-day fluctuation of a few hundred mWh. Capacity estimates can move because of temperature, calibration, charging behavior, firmware changes, and battery-management estimation.

A sudden change deserves investigation, but it is not proof that the cells lost the same amount of chemical capacity overnight. Repeat the report later, check for charging limits, install relevant firmware from the manufacturer, and compare real-world runtime. Monthly or quarterly snapshots are usually more useful than daily checking.

Capacity vs consumption

Use Recent usage and Battery usage to separate wear from drain

A worn battery and a power-hungry laptop can create the same complaint: “My battery dies too fast.” Battery Report's Recent usage and Battery usage sections can help show when the system was active, on AC or battery power, and discharging. That context is useful when investigating daytime drain or unexpected loss during standby.

Windows 11 Settings adds a per-app view. Microsoft currently directs users to Settings > System > Power & battery > Battery usage to review consumption and, for supported apps, manage background activity. The Windows battery-saving guidanceMicrosoft Support explains this workflow.

This distinction can prevent unnecessary replacement. A battery at 92% health can still drain quickly if the laptop is consuming a lot of power. A battery at 75% health can still provide acceptable runtime during a light workload on an efficient system.

Method 2 · Current power use

Check Windows 11 Power & battery settings

Windows Settings does not replace Battery Report, but it is the better place to troubleshoot present power consumption. Open Settings > System > Power & battery. Depending on Windows version and hardware, you can review Battery usage, Power mode, Energy saver, screen and sleep settings, and Energy recommendations.

Microsoft says Energy recommendations collects settings with an outsized effect on power consumption, and the available recommendations can vary by hardware and sensors. Power mode and Energy saver can also reduce consumption. These settings do not restore lost battery capacity; they help Windows use the remaining capacity more efficiently. See Microsoft's Windows 11 power settings referenceMicrosoft Support.

If Battery Report shows relatively strong capacity but unplugged runtime is disappointing, this Settings page should be your next stop.

Method 3 · Model-specific checks

Run your laptop manufacturer's battery diagnostic

Windows Battery Report is manufacturer-neutral, but an OEM diagnostic can add model-specific information, especially when you have charging errors, unexpected shutdowns, a warranty question, or missing report fields.

Dell documents battery-health checks through BIOS and SupportAssist/ePSA preboot diagnostics on supported laptops, including descriptive states and hardware error codes. See Dell's battery-health instructionsDell Support. HP provides battery testing through HP PC Hardware Diagnostics and distinguishes battery testing from calibration; the HP notebook battery testing guideHP Support covers that workflow.

Other manufacturers provide their own utilities, firmware settings, or service diagnostics. Use the tool designed for your exact model rather than applying another brand's labels or thresholds.

Microsoft Surface devices can add Smart charging. Microsoft says the feature may limit charging to 80% on supported devices to reduce conditions associated with faster deterioration. That is a charge limit, not an 80% health reading. Review Smart charging on SurfaceMicrosoft Support if a compatible Surface appears to stop at 80%.

Common problems

What to do if powercfg /batteryreport does not work as expected

“powercfg is not recognized”

Confirm the command is spelled correctly and that you are using a normal Windows Command Prompt, Terminal, or PowerShell environment. If the Windows utility itself cannot be found, broader system-file or environment troubleshooting may be required.

You cannot find battery-report.html

Read the command's success message carefully because it prints the save location. You can rerun the command with /output and choose a predictable destination such as the Desktop.

Design Capacity or Full Charge Capacity is missing

Microsoft notes that battery properties can be unavailable when the controller does not report them. A blank field is not automatic proof of failure. Try the manufacturer's BIOS or diagnostic utility and update relevant firmware.

Cycle Count is blank

This is normal on some Windows laptops. Cycle Count depends on hardware and firmware support and does not need to be present for compatible Design Capacity and Full Charge Capacity values to remain useful.

Full Charge Capacity is higher than Design Capacity

A result above 100% can occur because of manufacturing tolerance, conservative design values, replacement batteries, controller estimation, firmware behavior, or calibration. Keep the source values visible rather than forcing every result down to 100%.

The report shows multiple batteries

Calculate and interpret each physical battery using its own matching fields. Do not divide or combine unrelated values unless you understand how the laptop exposes multiple packs.

Gauge accuracy

Should you calibrate the battery before checking health?

You do not need to perform a full discharge-and-recharge cycle every time you create a Battery Report. Routine deep discharge is not required for modern lithium-ion batteries.

Calibration can be useful when the charge gauge behaves incorrectly—for example, the laptop shuts down while Windows still shows substantial charge or the displayed percentage jumps unpredictably. HP describes calibration as a way to improve the accuracy of the battery gauge on supported notebooks. It should not be described as a way to restore chemically lost capacity. Recalibration can change an estimate; it does not rebuild worn cells.

After the check

Improve battery runtime without confusing it with battery health

Once you know the battery's reported capacity, optimize power use separately. Microsoft highlights Energy recommendations, Energy saver, efficient Power mode, shorter screen and sleep timeouts, and Battery usage per app. On supported hardware, display settings and reduced background activity can also lower consumption.

Heat also matters for long-term battery aging. Avoid blocked cooling vents and hot storage conditions, and use manufacturer-supported adaptive or limited charging when appropriate. Do not treat an exact “20–80 rule” as a universal requirement; modern laptops manage charging differently, and model-specific controls are more useful than a one-size-fits-all rule.

Service decision

When should you replace a Windows 11 laptop battery?

Replacement becomes more reasonable when several signals agree: Full Charge Capacity has declined substantially, real runtime no longer meets your needs, the trend continues across reports, the manufacturer diagnostic reports degradation or failure, charging becomes unreliable, or the laptop shuts down unexpectedly on battery power. Check the support and warranty policy for your exact model before buying a replacement.

Physical warning signs override percentage interpretation. Microsoft advises stopping use if a battery expands beyond the device's mechanical enclosure. If the case separates, the keyboard or trackpad lifts, the battery leaks, the device becomes abnormally hot, or you notice an unusual odor, stop charging and using it and follow manufacturer service guidance. Do not puncture, bend, compress, or force a swollen battery out.

Put it together

The best Windows 11 battery-health workflow

  1. 1Generate battery-report.html with powercfg /batteryreport.
  2. 2Read Design Capacity and Full Charge Capacity.
  3. 3Calculate health percentage using matching units.
  4. 4Check Battery capacity history for the long-term trend.
  5. 5Compare reported capacity with actual unplugged runtime.
  6. 6Review Settings > System > Power & battery > Battery usage when drain seems unusually fast.
  7. 7Run the manufacturer's diagnostic when report data is incomplete or hardware symptoms appear.
  8. 8Treat swelling or other physical damage as a safety issue, not a percentage problem.

This workflow separates three questions that are often mixed together: How much capacity has the battery lost? What is consuming power right now? Is there evidence of a hardware or safety fault? Battery Report is strongest for the first, Windows power settings help with the second, and manufacturer diagnostics or qualified service are often best for the third.

If you already have your report, check your battery health online and review the calculated percentage alongside the underlying capacity values.

Questions and answers

Frequently asked questions about Windows 11 battery health

How do I check battery health on Windows 11 without installing software?

Use the built-in powercfg /batteryreport command. Open Command Prompt as administrator, generate the HTML report, then compare Full Charge Capacity with Design Capacity. Windows 11 can create this report without third-party battery software.

What command checks battery health in Windows 11?

The standard command is powercfg /batteryreport. Microsoft also supports options such as /output to choose the report filename and location and /duration to specify the number of days included in supported report data.

Where is the Windows 11 battery report saved?

The command displays the exact save path after generating the report. The default location depends on the current command environment. You can use the /output option to save battery-report.html somewhere predictable, such as the Desktop.

How do I calculate battery health from battery-report.html?

Divide Full Charge Capacity by Design Capacity and multiply by 100, using values from the same battery and the same unit. A battery with 45,000 mWh full-charge capacity and 50,000 mWh design capacity has about 90% reported capacity health.

Does Windows 11 show battery health percentage in Settings?

Windows 11 Settings provides power and battery usage information, but a universal raw capacity-health percentage is not shown on every Windows laptop. Battery Report can provide Design Capacity and Full Charge Capacity when the hardware reports them, allowing the percentage to be calculated.

Is PC Health Check the same as battery health check?

No. Microsoft's PC Health Check app is designed for broader PC status and Windows compatibility tasks. The Battery Report created with powercfg /batteryreport is the more relevant built-in source for detailed battery capacity and usage information.

Why is Cycle Count missing from my Windows battery report?

Not every battery controller or firmware implementation reports cycle count to Windows. A missing cycle count does not automatically mean the battery or report is defective. Use the available capacity data and manufacturer diagnostics when needed.

Is 80% battery health bad on Windows 11?

Not automatically. It means reported Full Charge Capacity is about 80% of Design Capacity. Whether replacement makes sense depends on runtime, symptoms, rate of decline, manufacturer diagnostic guidance, and warranty rules.

Why is my laptop battery draining fast even though health is good?

Battery health describes capacity, while drain describes power consumption. High screen brightness, demanding CPU or GPU activity, background apps, wireless radios, refresh rate, and sleep behavior can reduce runtime even when capacity remains strong.

How often should I generate a Windows battery report?

Generate one when runtime changes noticeably, before making a replacement decision, or when troubleshooting charging and standby behavior. For trend monitoring, occasional monthly or quarterly reports are usually more informative than daily checks.

Ready to check the report?

Turn Windows capacity data into an understandable health percentage

Generate Battery Report, then upload the supported report or enter compatible Design Capacity and Full Charge Capacity values to review the result.

Check battery health