Forum Discussion

Violetss's avatar
Violetss
Brass Contributor
Aug 30, 2026

Why does my Windows laptop sometimes wake up by itself?

My Windows laptop frequently wakes from sleep on its own without any apparent user interaction, often occurring minutes after I manually put it to sleep or close the lid. This unwanted behavior drains the battery unnecessarily and I need to identify which hardware device, scheduled task, or network setting is responsible for these unexpected wake events.

2 Replies

  • Raesoiy's avatar
    Raesoiy
    Copper Contributor

    If your network card is the culprit, simply disabling the "wake" permission might not be enough. Go to its Properties > Advanced tab and also disable any setting like "Wake on Magic Packet" or "Wake on Pattern Match".

  • Your laptop is entering sleep, but a device or scheduled wake timer is bringing it back, so the first step is to identify the recorded wake source rather than changing every power option. Immediately after an unexpected wake, open Terminal as administrator and run powercfg /lastwake, powercfg /waketimers, and powercfg /devicequery wake_armed. If a mouse, network adapter, or other device appears, open Device Manager, its Properties, Power Management, and clear Allow this device to wake the computer. For a network adapter, also disable wake-on-pattern options unless Wake-on-LAN is required. If /waketimers identifies maintenance or a task, open that task in Task Scheduler and clear Wake the computer to run this task, or change its schedule. In Advanced power settings, review Sleep > Allow wake timers. Do not disable every wake-capable device blindly. Retest one change at a time and generate powercfg /systemsleepdiagnostics if /lastwake reports no useful source.