How to Fix a Laptop Battery Draining Fast in Windows 11
The Problem
The machine used to last a workday unplugged; now it is dead before lunch with light use—email, a few tabs, nothing heavy. Sometimes the battery is genuinely worn out. More often it is a power mode, a background app, or a screen running at full brightness and 165 Hz.
Fans loud and hot only during games or exports? That is CPU heat rather than a battery setting—see CPU overheating and thermal throttling.
Step 1: Find Out Whether the Battery Is Worn
Do this first. If the pack is dead, no setting will bring the runtime back and you will waste an afternoon.
Open Terminal (Admin) and run:
powercfg /batteryreport
Open the HTML file it names (usually C:\Users\<you>\battery-report.html) and compare Design Capacity with Full Charge Capacity.
- Above 80% — healthy. The fault is software; carry on below.
- 70–80% — noticeably reduced but usable.
- Below 70% — the pack is tired. Expect roughly that fraction of the original runtime, permanently.
Scroll down to Battery capacity history to see the decline over time, and Battery life estimates to compare what Windows expects against what you actually get.
Step 2: See Which Apps Are Draining It
- Settings → System → Power & battery → Battery usage.
- Switch the view to Last 7 days.
- Sort by usage and look at the In use versus Background split.
Repeat offenders: Chrome or Edge with dozens of tabs, Teams and Slack running in the tray, game launchers (Steam, Epic, Battle.net) idling with overlays enabled, OneDrive mid-sync, and vendor "assistant" utilities.
For anything you want to keep but not have running constantly: Settings → Apps → Installed apps → ⋯ → Advanced options → set Background apps permissions to Never.
Step 3: Set the Right Power Mode
- Click the battery icon in the tray and drag the slider to Best power efficiency.
- Settings → System → Power & battery → Power mode → set Best power efficiency while on battery.
- Turn on Energy saver and set it to switch on automatically at 30% or below.
Step 4: Cut the Big Loads
In rough order of how much they cost you:
- Screen brightness. The panel is usually the single largest draw. Dropping from 100% to 50% often adds an hour.
- Refresh rate. On a 120 Hz or 165 Hz laptop, Settings → System → Display → Advanced display → set 60 Hz on battery. This is worth 15–25% of runtime on many machines.
- Discrete GPU. In Settings → System → Display → Graphics, set browsers and office apps to Power saving so they use the integrated GPU instead of waking the dedicated one.
- Screen and sleep timers. Power & battery → Screen and sleep: 3 minutes screen off, 10 minutes sleep, on battery.
- Keyboard backlight off, and Bluetooth or Wi-Fi off when unused.
Step 5: Trim Startup Programs
- Settings → Apps → Startup, or Task Manager → Startup apps.
- Disable anything with High startup impact that you do not need at login—updaters, launchers, RGB and sound utilities.
- Pause OneDrive sync when you are working offline.
More detail: disable startup programs to speed up boot.
Step 6: Find What Is Keeping the Laptop Awake
A machine that drains overnight in a bag is not draining—it is running.
powercfg /requests
This lists anything currently blocking sleep. To see what woke it last:
powercfg /lastwake
And to find devices allowed to wake it:
powercfg /devicequery wake_armed
Disable a culprit's wake permission in Device Manager → device → Properties → Power Management → untick Allow this device to wake the computer. Network adapters and mice are the usual causes.
For a full report of energy problems, run this and open the HTML it produces:
powercfg /energy
Step 7: Drivers, Firmware, and OEM Battery Care
- Install the current chipset and power management drivers from Dell, HP, Lenovo, ASUS, or your laptop's maker—not from a generic updater. See how to update outdated drivers.
- Check for a BIOS/UEFI update; battery and thermal behaviour is frequently improved there.
- Note that Lenovo Vantage, Dell Power Manager, MyASUS, and similar tools often cap charging at 60–80% deliberately to extend pack life. That is a feature, not a fault—but it does mean less runtime per charge.
What Not to Do
- Don't calibrate the battery by fully draining it repeatedly. Lithium cells are damaged by deep discharge; the old calibration advice comes from nickel-based packs.
- Don't leave it plugged in at 100% all day if the vendor offers a charge limit—use it.
- Don't buy a cheap unbranded replacement pack. Swollen and fire-risk batteries are overwhelmingly from no-name cells.
When to Replace the Pack
Replace it if the battery report shows capacity far below design, if the laptop shuts down suddenly at 20–30% indicated charge, or if there is any swelling—a trackpad that has risen or a case that no longer sits flat. Stop using and stop charging a swollen battery immediately; that one is not a "next month" job.
Battery not charging at all rather than draining fast? That is a separate fix: laptop plugged in but not charging.
Related: check laptop battery health and fix sleep and hibernation not working.
Related guides
How to Reduce Chrome's Memory Usage in Windows 11
Chrome eating several gigabytes of RAM and slowing Windows 11 down? Cut its memory use with Memory Saver, tab management, extension audits, and the right hardware settings.
How to Fix 100% CPU Usage in Windows 11
CPU stuck at 100% and your PC crawling? Find the process eating your processor, stop background hogs, and cool a throttling CPU with these step-by-step fixes.
How to Fix Loud Fan Noise on a Windows 11 PC
PC or laptop fans running loud and constant? Find what's loading the CPU, clean the cooling path, and fix fan curves with these step-by-step quieting fixes.
How to Fix Slow SSD Speeds in Windows 11
NVMe or SATA SSD feels like a hard drive? Enable TRIM, confirm AHCI mode, check drive health, and rule out thermal or firmware throttling on Windows 11.
How to Fix Windows 11 Slow After an Update
PC slow after Patch Tuesday? Clear pending updates, reset Search indexing, trim startup, and undo bad drivers post-update.