Skip to content
7 min fix 12 min read Recently reviewedBeginner
Quick Answer

Most laptops now use Modern Standby, which keeps syncing mail while the lid is closed. Run powercfg /a to confirm, unplug USB devices before closing the lid, and use Hibernate instead of sleep overnight — it draws no power at all.

How to Fix a Laptop Draining Battery While Asleep

Applies to: Windows 11, Windows 10 (laptops and 2-in-1 devices)
Article Type: Troubleshooting
Last Updated: 2026-07-29

Summary

A laptop that loses most of its charge overnight is not faulty — it is running Modern Standby, staying partly awake to sync mail and download updates while the lid is closed. This article shows you how to confirm which sleep model you have, identify what is keeping the machine awake, and switch to a sleep mode that actually holds its charge.

Symptoms

  • You closed the lid at 80% and opened it the next morning at 20%, or the laptop is dead.
  • The laptop is warm — sometimes hot — when you take it out of your bag.
  • The fan is audible with the lid closed.
  • The battery drops several percent an hour with the lid shut, even unplugged and idle.
  • Windows reports it was asleep the whole time, and the battery numbers disagree.
  • The laptop wakes on its own, screen off, and the power light stays on.

Prerequisites

  • A laptop running Windows 11 or Windows 10.
  • No admin rights are needed for the first five steps.
  • Steps 6, 7, and 8 need local administrator rights. If those options are greyed out, the ticket wording at the end of each step covers it.

Instructions

1. Confirm Which Sleep Model Your Laptop Uses

Everything else depends on this answer, so start here. Windows supports two very different sleep models and they behave nothing alike.

  1. Right-click the Start button and select Terminal (Windows 11) or Windows PowerShell (Windows 10).
  2. Type powercfg /a and press Enter.
  3. Read the list under The following sleep states are available on this system.

What the two possible answers mean:

text
Standby (S0 Low Power Idle Network Connected)

That is Modern Standby. Your laptop never fully sleeps. It drops to a low-power state where the screen is off but Wi-Fi stays connected, mail keeps syncing, Teams keeps receiving messages, and Windows keeps installing updates. It behaves like a phone with the screen off — and it drains like one.

text
Standby (S3)

That is traditional sleep. Memory is held under power, everything else is off, and the machine draws a fraction of a percent per hour. If you see this and you are still losing charge overnight, the cause is a wake timer or a connected device — go to Step 4.

Note: Almost every laptop sold since roughly 2020 ships with Modern Standby, and the list will show Standby (S3) as unsupported with a reason such as The system firmware does not support this standby state. That is a hardware and firmware decision made by the manufacturer, not a setting you turned on.

2. Check How Much It Actually Drained Overnight

Before changing settings, measure the problem. Windows keeps a detailed battery log.

  1. In the same Terminal window, type powercfg /batteryreport and press Enter.
  2. Windows saves an HTML file and prints its location, normally C:\Users\YourName\battery-report.html.
  3. Open that file in your browser.
  4. Scroll to the Battery usage section. Each row shows a state — Active, Connected standby, or Suspended — with the start time, duration, and the capacity remaining.
  5. Find the overnight block and compare the capacity at the start and end.

Verification: A healthy overnight drain is roughly 1–2% per hour in Modern Standby, and under 1% per hour total in traditional sleep. Rows labelled Connected standby that lose 5% or more per hour confirm something is holding the machine awake, and Steps 4 to 7 find it.

3. Set the Sleep and Lid-Close Behaviour

Windows ships with sleep timings tuned for a coffee break, not for a night. Tighten them.

  1. Press Windows key + I to open Settings.
  2. Go to System > Power & battery.
  3. Expand Screen, sleep, & hibernate timeouts (Windows 11 version 24H2 and later) or Screen and sleep (earlier Windows 11 builds). On Windows 10 the equivalent section is Settings > System > Power & sleep.
  4. Set On battery power, put my device to sleep after to 10 minutes or less.
  5. If your build offers On battery power, make my device hibernate after, set it to 1 hour. This is the single most effective setting on the page — the laptop sleeps first, then drops to hibernate and stops drawing power.

Next, set what the lid does:

  1. On Windows 11 version 24H2 and later, stay in Settings > System > Power & battery and expand Lid, power, and sleep button controls.
  2. On earlier builds and on Windows 10, open Control Panel, go to Hardware and Sound > Power Options, and click Choose what closing the lid does in the left sidebar.
  3. Set When I close the lid to Hibernate for On battery, and leave Sleep for Plugged in.
  4. Click Save changes. The dialog closes.

Note: If Hibernate is missing from the dropdown, it is switched off on your machine. Step 8 covers turning it back on.

4. Turn Off Wake Timers and Scheduled Tasks

A wake timer is a scheduled job with permission to pull the laptop out of sleep — Windows Update, disk maintenance, backup software, or a calendar reminder.

  1. Open Control Panel, go to Hardware and Sound > Power Options, and click Change plan settings next to your active plan.
  2. Click Change advanced power settings. The Power Options dialog opens.
  3. Expand Sleep, then expand Allow wake timers.
  4. Set On battery to Disable. Leave Plugged in as it is so overnight updates still run when the laptop is on a charger.
  5. Click Apply, then OK.

Then stop automatic maintenance from waking the machine:

  1. In Control Panel, go to System and Security > Security and Maintenance.
  2. Expand Maintenance and click Change maintenance settings.
  3. Clear the checkbox reading Allow scheduled maintenance to wake up my computer at the scheduled time.
  4. Click OK.

Note: On some Modern Standby laptops the Sleep branch of the advanced power settings is reduced or absent, because the manufacturer removed the classic power-plan options. If Allow wake timers is not listed, the setting does not apply to your hardware — move to Step 5.

5. Unplug the Devices and Docks Holding It Awake

This is the most common cause after Modern Standby itself, and the quickest to test.

  • Docking stations and USB-C hubs — A dock keeps the USB controller powered and frequently blocks sleep outright. Undock before closing the lid.
  • External drives and USB sticks — A spinning or flash drive keeps its controller awake and can hold a wake lock.
  • Wireless mouse and keyboard receivers — A dongle registers movement in a bag and wakes the laptop repeatedly. Take the dongle out, or turn the mouse off.
  • USB headsets and webcams — These register as audio and video devices and keep the relevant subsystem active.
  • Phone charging from a USB port — The laptop keeps supplying power, and on some models keeps the bus awake to do it.

Test it: unplug everything, close the lid, and check the battery an hour later. A machine that holds its charge with nothing attached and drains with the dock connected has told you the answer.

Tip: If you must leave the dock connected, plug the dock into mains power. The laptop then charges instead of discharging, and the drain stops mattering.

6. Stop the Network Adapter from Waking the Computer

Wi-Fi and Ethernet adapters can wake the machine on network traffic. On a corporate network that traffic never stops.

  1. Right-click the Start button and select Device Manager.
  2. Expand Network adapters.
  3. Right-click your Wi-Fi adapter (the name usually contains Wireless, Wi-Fi, Intel AX, or Qualcomm) and select Properties.
  4. Open the Power Management tab.
  5. Clear the checkbox reading Allow this device to wake the computer. Leave Allow the computer to turn off this device to save power ticked.
  6. Click OK.
  7. Repeat for your Ethernet adapter if the laptop has one, and for any adapter belonging to your dock.

Verification: Reopen the Power Management tab. The Allow this device to wake the computer checkbox stays clear, and the Only allow a magic packet to wake the computer option below it is greyed out.

If the Power Management tab is missing or every checkbox is greyed out, your account lacks the rights to change driver settings. Send IT this: "Please clear 'Allow this device to wake the computer' on the Wi-Fi and Ethernet adapters on my laptop. The machine is waking on network traffic in Modern Standby and draining the battery overnight."

7. Find the Culprit with a Sleep Study Report

Windows records every sleep session and names whatever interrupted it. This report needs an administrator command prompt.

  1. Click Start, type Terminal, right-click Terminal in the results, and select Run as administrator.
  2. Type powercfg /sleepstudy and press Enter.
  3. Windows saves sleep-study-report.html and prints the path, normally C:\Windows\System32\sleepstudy-report.html or your user folder.
  4. Open the file in your browser.
  5. Look at the chart at the top. Each bar is one sleep session. Green means low power, red means the laptop was awake.
  6. Click a red or partly red session to expand it. The table underneath lists what ran, for how long, and how much battery it used. The Top offenders rows name the exact process or driver.

To see what is blocking sleep at this moment:

  1. In the same administrator Terminal, type powercfg /requests and press Enter.
  2. The output lists categories — DISPLAY, SYSTEM, AWAYMODE, EXECUTION, PERFBOOST, ACTIVELOCKSCREEN.
  3. Any category showing something other than None names the program holding the machine awake. A media player, a browser playing audio, a backup agent, or a conferencing app are the usual entries.
  4. Close that program and run the command again. The category returns to None.

If Run as administrator is greyed out or prompts for credentials you do not have, send IT this: "Please run 'powercfg /sleepstudy' and 'powercfg /requests' on my laptop and tell me which process is blocking sleep. The battery drops around X% overnight with the lid closed." Replace X with the figure from your battery report in Step 2.

8. Use Hibernate for Overnight and Travel

Hibernate writes everything in memory to the hard disk and powers the laptop off completely. Zero drain, and every window reopens exactly where you left it. This is the answer for nights, weekends, and flights.

Turn hibernate on if it is missing:

  1. Open Control Panel, go to Hardware and Sound > Power Options, and click Choose what the power buttons do in the left sidebar.
  2. Click Change settings that are currently unavailable near the top. Windows prompts for administrator approval.
  3. Under Shutdown settings, tick Hibernate.
  4. Click Save changes. Hibernate now appears in the Start > Power menu.

Hibernate on demand without the menu:

  1. Press Windows key + R to open the Run box.
  2. Type shutdown /h and press Enter.
  3. The screen goes dark and the power light turns off within a few seconds.

This works for standard users whenever hibernate is enabled on the machine, so it is the fastest route if the power menu on your laptop has been customised.

Before a flight, shut down. Not sleep, not hibernate — Start > Power > Shut down. A laptop in Modern Standby can wake inside a packed bag, run warm with no airflow, and arrive flat.

If hibernate is disabled and Change settings that are currently unavailable asks for credentials you do not have, send IT this: "Please enable hibernate on my laptop and add it to the power menu. Modern Standby drains the battery overnight and hibernate is the workaround."

Troubleshooting

WARNING

Modern Standby cannot be fully switched off on most laptops. Guides that tell you to add a PlatformAoAcOverride value to the registry are describing a change that many manufacturers have disabled in firmware — and on machines where it does apply, it can leave the laptop unable to sleep or wake at all. Do not edit the registry to chase this. Hibernate achieves the same outcome with no risk, and if your company genuinely needs S3 sleep restored, that is a firmware change IT has to make.

Symptom / ErrorPotential CauseSolution
Battery drops 40–60% overnight with the lid closedModern Standby syncing mail and updatesSet the lid to Hibernate on battery (Step 3), or hibernate manually with shutdown /h (Step 8).
Laptop is hot in the bag and the fan is runningThe machine woke and never went back to sleepRun the sleep study report to name the process (Step 7). Unplug all USB devices before closing the lid (Step 5).
Standby (S3) is listed as unsupportedFirmware does not offer traditional sleepExpected on modern hardware. Use hibernate rather than attempting a registry change.
Hibernate is missing from the power menuHibernate disabled on the deviceEnable it under Shutdown settings (Step 8), or ask IT to enable it with the wording in that step.
powercfg /requests reports "You do not have permission"Command needs an administrator promptRight-click Terminal and select Run as administrator. If that is blocked, send IT the request in Step 7.
Laptop wakes seconds after closing the lidWireless dongle or dock registering activityRemove the dongle and undock (Step 5), then clear the network adapter wake permission (Step 6).
Charge drains even when fully shut downBattery degradation or a firmware faultRun powercfg /batteryreport and compare Design Capacity with Full Charge Capacity. Below 60% means the battery needs replacing — ask IT to raise a hardware replacement request and include the report.