Skip to content
HOW BISCUITPractical guides

Explore How Biscuit

Search How Biscuit

Enter a word or phrase to search.

How to Find What Is Draining Your Laptop Battery in Windows 11

Windows can show which applications consumed battery power and whether capacity has declined. High use by one application is not automatically proof that the battery itself is defective.

What to know

  • Windows can show which applications consumed battery power and whether capacity has declined. High use by one application is not automatically proof that the battery itself is defective.
  • Use Battery usage to identify current application demand and `powercfg /batteryreport` to evaluate long-term capacity.

Open:

Settings → System → Power & battery → Battery usage

Review which applications consumed the most battery power.

Then generate Windows’ detailed battery report:

powercfg /batteryreport

The Settings page helps identify current workloads. The report helps distinguish recent application use from long-term battery-capacity decline.

Establish a repeatable baseline

Charge the laptop to the same level, preferably 100% for a one-time test.

Then record:

  • Start time
  • Starting charge
  • Screen brightness
  • Power mode
  • Applications open
  • Wi-Fi and Bluetooth state
  • External devices
  • End time
  • Ending charge

Repeat with a normal workload.

A battery that loses 20 percentage points during gaming is not directly comparable with one that loses the same amount while displaying a static document.

Review Battery usage

Windows can show application consumption over a recent period.

Look for:

  • Application using a large share
  • Application active in the background
  • Browser with many active tabs
  • Video-conferencing client
  • Game launcher
  • Cloud synchronization
  • Development environment
  • Unexpected process

Microsoft recommends using Battery usage to identify applications consuming significant battery and reduce unnecessary background activity where supported.

Separate foreground use from background drain

A video editor using substantial power while exporting is expected.

More suspicious patterns include:

  • Application consuming power while supposedly closed
  • Cloud client synchronizing continuously
  • Browser extension keeping tabs active
  • Communication application running all day
  • Failed update retrying
  • Malware or unwanted software

Close the application and repeat the baseline.

Do not uninstall the first program at the top of the list without checking whether it was performing the task that occupied most of the test.

Reduce background activity

Where Windows exposes a background-permission setting:

  1. Open Settings → Apps → Installed apps.
  2. Select the application’s menu.
  3. Open Advanced options.
  4. Review background permissions.
  5. Choose a more restrictive setting when appropriate.

Not every desktop application exposes this control.

Also check the application’s own settings for:

  • Launch at startup
  • Run in background
  • Synchronize continuously
  • Hardware acceleration
  • Automatic download
  • Location access

Check display power

The display is often a major load.

Reduce:

  • Brightness
  • Screen-on timeout
  • Keyboard backlight
  • High refresh rate
  • HDR where unnecessary

Microsoft’s Energy recommendations can suggest changes involving brightness, screen timeout, power mode, and sleep behavior.

Do not reduce brightness below what is comfortable and accessible merely to obtain a more flattering battery graph.

Turn on Energy saver

Open:

Settings → System → Power & battery → Energy saver

Enable it manually or choose the charge level at which it activates.

Energy saver can reduce background activity, brightness, and other power use. Microsoft distinguishes it from the broader selectable power mode.

Generate a battery report

Open Command Prompt as administrator and run:

powercfg /batteryreport

Windows creates an HTML report and displays its path.

Review:

  • Installed batteries
  • Design capacity
  • Full charge capacity
  • Recent usage
  • Battery usage
  • Capacity history
  • Life estimates

Estimate capacity loss

A rough capacity ratio is:

Capacity ratio = full charge capacity ÷ design capacity.

Example:

42,000 mWh ÷ 50,000 mWh = 0.84.

That suggests the battery currently holds roughly 84% of its original design energy under the reporting conditions.

Treat this as an estimate, not a laboratory certification. Firmware, calibration, temperature, and battery-management logic can affect reported values.

Distinguish drain from aging

Workload problem

  • One application dominates usage
  • Battery performs better after closing it
  • Full charge capacity remains reasonably stable
  • Drain changes strongly with workload

Aging battery

  • Full charge capacity has declined substantially
  • Runtime is poor across many workloads
  • Charge percentage changes unpredictably
  • Computer shuts down before reaching 0%
  • Capacity history shows continued decline

Lithium-ion batteries lose capacity with age and charge cycles. Microsoft recommends using smart charging where the manufacturer provides it and avoiding prolonged heat exposure.

Check external devices and radios

Battery load can increase from:

  • USB hard drive
  • Dock
  • Mobile phone charging
  • High-power USB accessory
  • Bluetooth device
  • Cellular modem
  • Bright external display

Disconnect one device at a time and repeat the test.

Do not unplug storage while files are being written.

Stop for physical battery warning signs

Shut down and disconnect the charger when the laptop shows:

  • Swollen case
  • Raised trackpad
  • Separating bottom panel
  • Chemical odor
  • Hissing
  • Smoke
  • Excessive localized heat

Do not puncture, compress, bend, or remove a swollen built-in battery without qualified service.

Bottom line

Use Battery usage to identify current application demand and powercfg /batteryreport to evaluate long-term capacity.

High consumption can come from legitimate workload, background software, display settings, peripherals, or battery aging. The percentage icon alone refuses to identify which one, presumably because troubleshooting needed additional paperwork.

Sources reviewed

Limits and cautions

  • Not hands-on tested
Sources reviewed

Source notes

  1. https://support.microsoft.com/en-us/windows/caring-for-your-battery-in-windowssupport.microsoft.com
  2. https://learn.microsoft.com/en-us/windows-hardware/design/device-experiences/powercfg-command-line-optionslearn.microsoft.com