Have you turned off your laptop in the evening, and in the morning you find that the battery has drained to zero? Or does the device lose 10-20% of its charge overnight, although it should last for weeks? This problem is familiar to many - from owners of budget Lenovo IdeaPad up to bonus MacBook Pro. There are more than a dozen reasons for this behavior, and they lie in both BIOS settings and hardware faults.

In this article, we won’t go into general advice like “remove the battery.” Instead, let's figure it out specific discharge mechanisms - from hidden standby modes to power controller defects. You'll learn how to test each factor yourself (including commands for PowerShell And Terminal) when the problem requires repair, and when it is enough to change one setting. And yes, in 30% of cases it is not the battery that is to blame, but the motherboard - but more on that later.

1. “Sleep mode” vs “Shutdown”: why the laptop does not turn off completely

The first and most common reason is a laptop. doesn't actually turn off. Modern OS (Windows 10/11, macOS, some Linux distributions) put the device into hybrid sleep mode by default (Hybrid Sleep), rather than a complete shutdown. In this state:

  • 🔋 Powered by RAM (saves session)
  • 🖥️ The network adapter works (for remote wake-up on Wake-on-LAN)
  • ⚡ USB ports continue to function (for charging connected devices)

How to check? On Windows open Command line and enter:

powercfg /a

If the output contains the line Hybrid Sleep: On — your laptop wastes charge even when “turned off”. On macOS a similar mechanism is called Safe Sleep (checked by the command pmset -g | grep hibernatemode).

⚠️ Attention: Disabling hybrid sleep on laptops with NVMe drives may result in data loss if the power is suddenly turned off. Backup is a must!

2. Background processes and "waking" devices

Even when turned off, some laptop components remain active. The culprits of the category:

  • 📡 Wi-Fi/Bluetooth modules: download updates, synchronize data (for example, Windows Update or iCloud)
  • 🖱️ USB devices: mice, keyboards or external hard drives with wake-up functionality
  • 🔄 Task Scheduler: runs scheduled virus scans or defragmentation

How to diagnose? On Windows do:

powercfg /waketimers

This command will show which processes woke up the system. On macOS check the log:

log show --predicate 'eventMessage contains "Wake reason"' --last 24h
📊 What is connected to your laptop when it is turned off?
  • Nothing
  • Phone charger
  • Wireless mouse/keyboard
  • External hard drive
  • Other

Cheap ones are especially insidious USB hubs with function Always-On — they can drain the battery even without connected devices. Check BIOS settings: option USB Power Delivery in S5 must be in position Disabled.

3. Battery defects: when “chemistry” is to blame

If your laptop is running low more than 5% overnight with background processes completely disabled, the problem is in the battery itself. Typical faults:

SymptomReasonSolution
Discharge to 0% in 12-24 hoursShort circuit in cellsReplacing the battery
Laptop won't turn on without networkBMS controller does not block discharged elementsReflashing the controller or replacing it
Bloating of the bodyGas formation in lithium-ion cellsImmediate replacement! Risk of fire
Charge level jumps (for example, from 50% to 20% in a minute)Wear of voltage sensorsCalibration or replacement

Check the battery condition at Windows you can use the command:

powercfg /batteryreport

Open the generated file battery-report.html and find the lines Design Capacity (initial capacity) and Full Charge Capacity (current). If the difference exceeds 30%, the battery is worn out.

How to check the battery on macOS?

1. Hold Option and click on the battery icon in the menu.

2. If the status is "Replace Soon" or "Replace Now" - the capacity is below 80% of the original.

3. For detailed diagnostics, use the utility coconutBattery (shows the number of charge cycles).

⚠️ Attention: Batteries in laptops Dell Latitude And HP EliteBook 800 series often suffer from a “memory effect” - if you constantly keep them on charge, the actual capacity can drop by up to 60% in 1-2 years. Solution: Perform a full discharge/charge cycle once a month.

4. Malfunctions of the motherboard and power controller

If all software methods have been tried, and the battery is discharged within a few hours, the culprit is hardware. Common reasons:

  • 🔌 Short circuit in power circuits: for example, a broken capacitor next to the battery connector
  • 🔄 Faulty DC-DC converter: Converts battery voltage to power components when turned off
  • 🧠 EC/BIOS chip failure: manages power even when the laptop is "turned off"

Diagnostics:

  1. Disconnect the battery and work only from the mains. If laptop won't turn on - the problem is in the power supply or motherboard.
  2. Check the case temperature when turned off. If he warm - there is a current leak.
  3. On laptops ASUS And Acer Remove the bottom cover and inspect the area around the battery connector for blackened or swollen cells.

For laptops Lenovo ThinkPad (T/X series) characterized by a faulty microcircuit PU13 (controls USB power in S5 mode). Replacing it costs ~3000 rubles at a service center.

💡

If the laptop only discharges when the charger is connected (even when it is turned off), check the cable and power supply. Cheap non-original adapters can create stray currents in the battery circuit.

5. Malware and “mining” bookmarks in the BIOS

It sounds like a script from a hacker movie, but it's reality: some viruses infiltrate BIOS/UEFI firmware and continue to work even after the OS is turned off. Symptoms of infection:

  • 🔥Laptop hot off
  • 🕒 The battery is running low evenly (for example, 1% per hour) regardless of connected devices
  • 🔄 The fan turns on briefly when the laptop is turned off

How to check? Download the utility CHIPSec (for Windows) or run in Terminal (macOS/Linux):

sudo dmidecode -t bios

Compare the BIOS version with the official one on the manufacturer's website. If they do not match, the firmware has been modified.

For treatment:

  1. Reset BIOS to factory settings (remove battery CR2032 for 10 minutes or use a jumper CLR_CMOS).
  2. Update the BIOS from the official website (instructions for MSI, Gigabyte And ASUS are different!).
  3. Use an antivirus that supports UEFI scanning (for example, Kaspersky Rescue Disk).

6. External factors: temperature, humidity and “self-discharge effect”

Lithium-ion batteries lose charge even without load - this is called self-discharge. Normal indicators:

  • 🌡️ At +20°C: 1-2% per month
  • 🔥 At +40°C: up to 35% per month (critical temperature!)
  • ❄️ At 0°C: 0.5-1% per month

Problems start when:

  • 💦 The laptop is stored in a humid room (more than 60% humidity) - the battery contacts oxidize.
  • ☀️ If exposed to direct sunlight (for example, on a windowsill), electrolyte degradation accelerates.
  • 🧲 There are strong magnetic fields nearby (speakers, transformers) - the operation of the BMS controller is disrupted.

How to minimize self-discharge:

Store at a temperature of 15-25°C|Battery charge 40-60% (optimal for long-term storage)|Use a case made of antistatic material|Once every 3 months, turn on the laptop and bring the charge to 50%-->

For laptops with removable battery (For example, Dell Inspiron 15 or HP Pavilion) The optimal solution is to store the battery separately in a sealed bag with silica gel (absorbs moisture).

7. Specific problems of different brands

Each manufacturer has “diseases” associated with off-state discharge:

BrandModel/SeriesProblemSolution
AppleMacBook Pro 2016-2019 (Touch Bar)Controller T2 consumes up to 5% per dayT2 firmware update via Apple Configurator
HPEliteBook 800 G5/G6Microcircuit defect ISL6237 (power management)Replacing the chip or motherboard
LenovoThinkPad T480/T490"Wake up" on LAN even when Wi-Fi is turned offDisable Wake on LAN in BIOS and Windows
ASUSROG Zephyrus G14/G15RGB lighting remains activeUpdate Armoury Crate up to version 5.2.4+
AcerSwift 3/Swift 5Bug in the EC controller (discharge 10% overnight)EC reset: hold power button for 30 seconds without battery

For owners MacBook Air M1/M2: if the laptop is discharged by 1-2% per day - this is normal due to the function Power Nap (background synchronization). Disables after Terminal:

sudo pmset -a powernap 0

What to do right now: step-by-step plan

Instead of general advice - specific algorithm for your situation:

  1. Step 1: Check the actual shutdown
    • On Windows: powercfg /lastwake — will show what woke up the laptop.
    • On macOS: pmset -g log | grep -i "wake".
  2. Step 2: Disconnect all peripherals
    • Remove memory cards, disconnect USB devices, mice, hubs.
    • Check BIOS settings: USB Wake Support And Wake on LAN must be Disabled.
  3. Step 3: Diagnose the battery
    • Generate the report: powercfg /batteryreport (Windows) or use coconutBattery (macOS).
    • If the capacity is below 60%, replace the battery.
  4. Step 4: Check the hardware
    • Disconnect the battery and work from the mains. If the laptop turns off, the problem is in the power supply or motherboard.
    • Inspect the board for any swollen capacitors (especially near the power connector).
💡

If after all the manipulations the laptop continues to discharge by more than 3% overnight, there is a hardware fault. In 70% of cases, this is a defect in the power controller on the motherboard, and not in the battery itself.

FAQ: Answers to frequently asked questions

Is it possible to completely disable all background processes in the shutdown state?

Yes, but it will deprive you of some features:

  • On Windows: disable Quick start in Control Panel → Power Options → What the Power Buttons Do.
  • On macOS: execute sudo pmset -a hibernatemode 25 (full sleep without saving to memory).

Minus: the laptop will turn on longer (up to 30 seconds versus 2-3 in hybrid mode).

Why does a new laptop discharge when turned off?

Reasons:

  1. Test mode: some manufacturers (for example, MSI) deliver laptops with diagnostic mode enabled, which consumes power even when turned off. Solution: Reset BIOS.
  2. Uncalibrated battery: Perform 2-3 complete charge/discharge cycles.
  3. Defective power controller: if the discharge is more than 5% overnight, contact the warranty service.
How to check if the USB port is stealing charge?

Connect a USB tester (costs ~500 rubles) to the port and measure the current in the off state. Norm: 0 mA. If it shows 50-500 mA, the function is enabled in the BIOS USB Charging in S5 (turn it off).

For laptops Lenovo Yoga And HP Spectre characterized by leakage through Type-C ports - check each port separately.

Should I remove the battery if I only work on mains power?

Depends on model:

  • 🔋 Removable battery (Dell Latitude, HP ProBook): Can be removed if storing the laptop for more than 2 weeks.
  • 🔌 Built-in battery (MacBook, ASUS ZenBook): cannot be removed, but reduce the charge to 40-60% for long-term storage.

Important: if the battery is built-in, but the laptop has not been used for months - Once every 30 days, turn it on and bring the charge to 50%, otherwise the capacity will drop irreversibly.

Can a virus drain the battery when turned off?

Yes, but only if it is embedded in BIOS/UEFI firmware. Ordinary viruses (Trojans, miners) do not work when the OS is turned off. Signs of infection:

  • Laptop warm in the off state.
  • The fan turns on briefly for no reason.
  • In the BIOS logs (Event Log) there are unknown entries.

Solution: update the BIOS from the official website (not through Windows Update!) and perform a factory reset.