# How to Fix a Laptop Battery Draining Fast in Windows 11 URL: https://www.mytechnician.tech/tips/fix-laptop-battery-draining-fast-windows-11/ Published: 2026-05-18 | Updated: 2026-08-10 | Author: Ankit Kumar Tags: Windows 11, Performance, Optimization, Hardware Summary: Laptop battery dying in 1–2 hours on Windows 11? Check battery health, power mode, and the apps quietly draining charge — and fix the worst offenders. Recommended app: PC-Troubleshooter — https://www.mytechnician.tech/apps/windows-troubleshooter/ (Microsoft Store: https://apps.microsoft.com/detail/9N7RWKW8SP24?hl=en-us&cid=mytechnician-web). Optional; every step below uses built-in Windows tools. ## 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](https://www.mytechnician.tech/tips/fix-cpu-overheating-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: ```cmd powercfg /batteryreport ``` Open the HTML file it names (usually `C:\Users\\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 1. **Settings** → **System** → **Power & battery** → **Battery usage**. 2. Switch the view to **Last 7 days**. 3. 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 1. Click the battery icon in the tray and drag the slider to **Best power efficiency**. 2. **Settings** → **System** → **Power & battery** → **Power mode** → set **Best power efficiency** while on battery. 3. 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 1. **Settings** → **Apps** → **Startup**, or Task Manager → **Startup apps**. 2. Disable anything with **High** startup impact that you do not need at login—updaters, launchers, RGB and sound utilities. 3. Pause OneDrive sync when you are working offline. More detail: [disable startup programs to speed up boot](https://www.mytechnician.tech/tips/disable-startup-programs-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. ```cmd powercfg /requests ``` This lists anything currently blocking sleep. To see what woke it last: ```cmd powercfg /lastwake ``` And to find devices allowed to wake it: ```cmd 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: ```cmd powercfg /energy ``` ## Step 7: Drivers, Firmware, and OEM Battery Care 1. 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](https://www.mytechnician.tech/tips/how-to-update-outdated-drivers/). 2. Check for a **BIOS/UEFI update**; battery and thermal behaviour is frequently improved there. 3. 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](https://www.mytechnician.tech/tips/fix-laptop-not-charging-plugged-in-windows-11/). Related: [check laptop battery health](https://www.mytechnician.tech/tips/how-to-check-laptop-battery-health-windows-11/) and [fix sleep and hibernation not working](https://www.mytechnician.tech/tips/fix-sleep-hibernation-not-working-windows-11/). --- Source: https://www.mytechnician.tech/tips/fix-laptop-battery-draining-fast-windows-11/ — My Technician, free Windows 10/11 troubleshooting guides. Related tool: PC-Troubleshooter (PC-Troubleshooter is a system diagnostic and repair tool for Windows 10 and Windows 11—hardware, drivers, network, and common fixes in one app.) — https://www.mytechnician.tech/apps/windows-troubleshooter/ More guides: https://www.mytechnician.tech/llms.txt