Turned off your laptop in the evening, and in the morning you discovered that the charge had dropped by 10-20%? This problem is familiar to many users - even when completely turned off, some devices lose up to 5-15% charge overnight. What is the reason and how to deal with it?

A laptop draining when it's turned off is not always a sign of a problem. Modern devices from ASUS, Lenovo or HP continue to consume energy even in sleep mode due to background processes, hardware features or BIOS settings. But if the battery drains too quickly (for example, on 30-50% in 12 hours), this is already a reason for diagnosis.

In this article we will analyze all possible reasons - from the banal battery self-discharge to hidden Windows errors, and we will also give step-by-step instructions on how to minimize charge loss. Let's start with the simplest thing: checking the current state of the battery.

1. How to check the discharge rate of a switched off laptop

Before looking for reasons, you need to understand how critical the problem is. To do this:

  1. Fully charge laptop up to 100%.
  2. Turn off it (without putting it into sleep mode!).
  3. Leave it for 8-12 hours without connecting to the network.
  4. Turn it on and check the remaining charge.

Normal indicators for modern laptops:

  • 🔋 0-3% for 8 hours - excellent results (for example, MacBook Pro with M1/M2 chip).
  • 🔋 3-10% for 8 hours — average consumption, typical for Windows devices.
  • 🔋 10-20% for 8 hours — high consumption, requires diagnostics.
  • More than 20% in 8 hours - critical discharge, possible battery or motherboard malfunction.

For accurate diagnostics in Windows, you can use the built-in utility powercfg. Open a command prompt as administrator and type:

powercfg /batteryreport /output "C:\battery_report.html"

The report will be saved in the root of the disk C:. Open it in your browser and find the section «Usage history» — there will be a discharge schedule even when turned off.

📊 How quickly does your laptop discharge when turned off?
  • Less than 5% per night
  • 5-15% per night
  • 15-30% per night
  • More than 30% per night
  • Didn't notice the problem

2. Reason #1: Windows Fast Startup

One of the most common causes of discharge is hybrid shutdown mode (aka "Quick Start"). In this case, Windows does not shut down completely, but saves the state of the system kernel to a file hiberfil.sys, which allows you to load faster. But at the same time:

  • 💻 The laptop remains half asleep — some components (RAM, chipset) continue to consume energy.
  • 🔌 USB ports can remain active (for example, to charge a smartphone).
  • 📡 Network adapters (Wi-Fi/Bluetooth) sometimes do not turn off completely.

How to disable "Quick Launch":

  1. Go to Control Panel → Power Options.
  2. Click What the power buttons doChange settings that are currently unavailable.
  3. Uncheck Enable Fast Startup.
  4. Save the changes and restart your laptop.

☑️ Disabling Quick Launch

Done: 0 / 5

After disabling this function, the laptop will turn off completely, but Windows will take 5-10 seconds longer to boot. But Discharge when turned off will be reduced by 30-50%.

💡

Disabling Fast Startup is the most effective way to reduce battery drain on a turned off Windows laptop.

3. Reason No. 2: Active USB devices and “parasitic” consumption

Many laptops (especially models Dell XPS, HP Spectre or Lenovo ThinkPad) support charging USB devices while switched off. This is convenient, but leads to additional battery consumption. For example:

  • 📱 The connected smartphone can discharge the laptop by 1-2% per hour.
  • 🖱️ A wireless mouse or keyboard in a USB receiver consumes ~0.5% per hour.
  • 🔊 Active noise canceling headphones (e.g. Sony WH-1000XM5) - up to 3% per hour.

How to check and disable:

  1. Turn off your laptop and wait 10 minutes.
  2. See if the lights on the USB ports or devices are lit.
  3. If yes, turn off all gadgets and repeat the discharge test.

In some models (for example, ASUS ROG) there is a separate setting in the BIOS to disable USB power. To get there:

  1. Restart your laptop and click F2, Del or Esc (depending on the model).
  2. Find a section Advanced → USB Configuration.
  3. Disable options USB Charge in S5 or USB Power Delivery.
💡

If you need to leave USB charging on but reduce the drain on your laptop, use power bank for recharging gadgets instead of direct connection.

4. Reason #3: Old or worn out battery

Lithium-ion and lithium-polymer batteries degrade over time. After 300-500 charging cycles their capacity is reduced by 20-30%, and self-discharge increases. For example:

  • 🔋 A new battery loses ~1-2% charge per month during storage.
  • 🔋 Battery after 2-3 years of operation - up to 5-10% per week.
  • 🔋 A badly worn battery (capacity < 50%) may be discharged for 15-20% per night even when turned off.

How to check battery wear:

  1. On Windows: Open a report battery_report.html (see section 1) and find the line Design Capacity (initial capacity) and Full Charge Capacity (current). If the second digit is 30% or more less than the first, the battery is worn out.
  2. On macOS: hold Option and click on the battery icon in the menu bar. Status «Replace Soon» or «Service Recommended» indicates the need for replacement.

If the capacity has dropped critically, there are two options:

Method Pros Cons Cost
Replacing the battery Restores original capacity, eliminates self-discharge Requires laptop disassembly, original batteries are expensive 3 000–15 000 ₽
Battery calibration Sometimes restores up to 10-15% of capacity Helps only with “imbalance” of cells, does not eliminate physical wear Free
Use without battery Eliminates discharge, the laptop works from the network Loss of mobility, risk of data loss when power is lost 0 ₽

To calibrate the battery in Windows:

  1. Charge your laptop to 100%.
  2. Turn off the power and use until full discharge (until it turns off).
  3. Leave it turned off for 4-5 hours.
  4. Charge up to 100% without interruption.
How to check the actual battery capacity in Linux?

In the terminal, enter the command:

upower -i /org/freedesktop/UPower/devices/battery_BAT0

Look for lines energy-full (current capacity) and energy-full-design (original).

5. Reason #4: BIOS/UEFI errors and hardware failures

Sometimes off-state discharge is associated with incorrect BIOS settings or hardware problems. For example:

  • 🔧 Incorrect power management settings (ACPI).
  • 🔌 Short circuit on the motherboard (for example, after liquid has entered).
  • 📡 Non-switching Wi-Fi/Bluetooth module (a common problem with Lenovo IdeaPad And Acer Swift).

How to diagnose:

  1. Reset BIOS to factory settings:
    1. Enter BIOS (button F2, Del or Esc when loading).
    2. Find the option Load Default Settings or Reset to Default.
    3. Save changes (F10) and reboot.
  2. Check laptop without battery:
    1. Turn off the laptop, remove the battery (if removable).
    2. Connect to the network and turn on.
    3. If the laptop works fine, the problem is in the battery.
  3. Disconnect all peripheral devices (mouse, keyboard, external drives) and repeat the discharge test.

If after resetting the BIOS the discharge remains high, it is possible power controller malfunction or EC chips (Embedded Controller). In this case, only a service center will help.

⚠️ Attention: If your laptop runs out of power 100% in 1-2 days in the off state, and the battery is new - this may be a sign virus in BIOS (For example, LoJax). You need to reflash the BIOS at a service center.

6. Reason No. 5: Background processes and “waking up” the laptop

Even when turned off, some laptops periodically “wake up”to complete tasks: update software, synchronize time, or check email. It's called «Wake-on-LAN» or «Connected Standby» (in Windows 10/11).

How to check if something outside is waking up your laptop:

  1. Open a command prompt and type:
    powercfg /waketimers

    If there are active timers in the list, disable them via Task Scheduler (taskschd.msc).

  2. Check which devices can wake up your laptop:
    powercfg /devicequery wake_armed

    Disable unnecessary ones via Device Manager (device properties → Power management → uncheck Allow this device to wake the computer from standby mode).

Also the reason may be:

  • 📧 Mail clients (For example, Outlook or Mail), which sync in the background.
  • 🔄 Windows Updates - sometimes the system downloads them even when turned off.
  • 🎮 Game launchers (Steam, Epic Games, Origin) - can run background processes.

To completely disable wakeups:

  1. Go to Control Panel → Power Options → Configure power plan → Change advanced power settings.
  2. Find a section Sleep → Allow wake timers and set the value Disable.

7. Reason #6: External factors - temperature and humidity

Lithium-ion batteries are sensitive to temperature and humidity. For example:

  • 🌡️ When temperature above 30°C self-discharge accelerates 2-3 times.
  • ❄️ When temperature below 0°C Capacity temporarily drops by 20-30%.
  • 💧 High humidity (more than 80%) can cause micro-shorts on the board.

Recommendations for storing a laptop:

Parameter Optimal value What happens if there is a violation?
Temperature 10–25°C At >30°C - accelerated battery wear; at <0°C - temporary loss of capacity
Humidity 40–60% At >80% there is a risk of contact corrosion; at <20% - drying out of seals
Charge during storage 40–60% At 100% - accelerated degradation; at 0% - deep discharge and failure

If the laptop is stored in hot room (for example, next to a radiator), try:

  • 📦 Move it to a cooler place.
  • 🧊 Use a cooling pad (even when turned off).
  • 🔋 If the laptop is not used for a long time - remove the battery (if removable) and store separately at 50% charge.
⚠️ Attention: If laptop overheated (for example, after games without cooling), and then began to quickly discharge when turned off - this may be a sign swollen battery. Immediately unplug it and contact service!

8. Reason #7: Viruses and malware

Some viruses and mining scripts may activate even when switched off, if the laptop supports Connected Standby (modern standby mode). Signs of infection:

  • 🖥️Laptop warmer than usual in the off state.
  • 🔋 Discharge occurs unevenly (for example, 5% for an hour, then a pause, then 5% again).
  • 📈 In the task manager (Ctrl+Shift+Esc) there are unknown processes with high CPU consumption.

How to check and fix:

  1. Scan the system utilities:
    • Malwarebytes (free version).
    • Kaspersky Virus Removal Tool.
    • AdwCleaner (to remove adware).
  • Check startup:
    1. Click Ctrl+Shift+Esc → tab Autoload.
    2. Disable suspicious programs (especially those with unknown publishers).
  • Update Windows and drivers — sometimes vulnerabilities in older versions allow viruses to run in the background.
  • If discharge remains high after cleaning, check network connections:

    1. Open Resource Monitor (resmon.exe).
    2. Go to the tab Network.
    3. If there is suspicious activity (for example, sending data to unknown IPs), this may be botnet or miner.

    FAQ: Frequently asked questions about discharging a switched off laptop

    Can a laptop be discharged due to a connected charger?

    Yes, but only if:

    • 🔌 Used non-original power supply with the wrong voltage.
    • 🔋 Battery fully charged, and the laptop remains connected to the network - some models (MacBook, Dell Latitude) in this case they switch to the “recharging” mode with periodic energy consumption.

    Solution: Turn off charging after reaching 100% or use original adapters.

    Why does a new laptop discharge when turned off?

    Possible reasons:

    • 🔧 Enabled "Quick Start" (see section 2).
    • 📡 Active Wi-Fi or Bluetooth for background updates (especially for Microsoft Surface).
    • 🔋 Battery not calibrated — perform 2-3 full charge/discharge cycles.

    If the problem persists, check the BIOS settings or contact the store (it may be defective).

    How to completely turn off the power to a laptop so that it does not discharge?

    Methods:

    1. Remove the battery (if removable).
    2. Disable all wake-up functions in BIOS (Wake-on-LAN, Wake-on-USB).
    3. Use hardware switch (available on some models Lenovo ThinkPad or Dell Precision).

    ⚠️ Laptops with a non-removable battery (MacBook, HP Envy) cannot be completely disabled - minimal consumption remains to maintain BIOS time and memory.

    Can discharging while switched off damage the battery?

    Yes, if:

    • 🔋 Laptop is running low up to 0% and remains in this state for more than a week - this leads to deep discharge and battery failure.
    • 🌡️ Discharge is accompanied by overheating - This accelerates the degradation of lithium-ion cells.

    Solution: If you do not use your laptop for a long time, store it with a charger 40-60% and once every 2-3 months bring it to 100%, and then discharge to 20% for calibration.

    Does disabling the network adapter in the BIOS help?

    Yes, but the effect depends on the model:

    • 📶 On laptops with Intel Wi-Fi 6 or Killer Networking disabling the adapter in the BIOS can reduce battery drain by 2-5% per night.
    • 📡 On older models (before 2015), the effect is minimal - the main expense goes to maintaining RAM and chipset.

    How to disable: In BIOS, find the section Advanced → Onboard Devices and deactivate Wireless LAN or Bluetooth.