Skip to content
Follow
Windows 🟡 Intermediate

Laptop Keeps Waking Up Randomly From Sleep Mode In Windows 11

Richard
Written by
Richard
Aug 25, 2026 Updated Sep 16, 2026 9 min read
Laptop keeps waking up randomly from sleep mode in Windows 11
Laptop keeps waking up randomly from sleep mode in Windows 11

A Windows 11 laptop waking up randomly from sleep mode usually happens because a device, network card, or background task sends a signal that tells your computer to turn back on. This annoying issue wastes battery life and can cause your laptop to overheat inside a backpack or bag.

Advertisement

Stopping your Windows 11 laptop from waking up randomly takes just a few clicks once you find the exact device causing the wake-up issue. You can use built-in tools like the Command Prompt in Windows 11 to track down the exact hardware component that woke your PC last, and then you can change specific device power settings in the Device Manager to keep your system asleep until you press the power button.

⚡ Quick Answer

When your laptop keeps waking up randomly from sleep mode in Windows 11, you can find the cause by opening Command Prompt, typing powercfg -lastwake, and pressing Enter. To stop it, open Device Manager, right-click your mouse or network adapter, open Properties, and uncheck the option allowing the device to wake your computer.

Advertisement

Step 1Find Out What Caused the Last Wake-Up

You can find out what caused the last wake-up on your Windows 11 laptop by running a quick command in the Command Prompt. Open the Start menu , type cmd, right-click Command Prompt, and choose Run as administrator. Type powercfg -lastwake and press Enter. This shows you the exact hardware device or software program that turned on your computer from sleep mode so you can fix the issue.

  1. Click the Windows Start button on your taskbar .
  2. Type the word cmd into the search box.
  3. Right-click on Command Prompt in the search results and choose Run as administrator.
    Command Prompt
    Command Prompt
    (Requires administrator privileges)
  4. A black window will open. Type the following command and press the Enter key:
    powercfg -lastwake
  5. Read the text on the screen to see what device or program woke your computer.

If that command does not give you an answer, check for scheduled wake timers. In the same window, type this command and press Enter:

powercfg -waketimers

If a program is scheduled to wake your laptop, its name will appear here.

Step 2Use Event Viewer to Track Down Stubborn Wake Triggers

You can use Event Viewer to track down stubborn wake triggers when the command prompt does not give you a clear answer. Open the Start menu , type Event Viewer, and press Enter. Expand Windows Logs in the left sidebar and click System. Look for Kernel-Power events with Event ID 1 to see the exact time and source that woke your laptop from sleep mode.

Advertisement
  1. Click the Start button, type Event Viewer, and press Enter to open the app.
  2. In the left menu, double-click Windows Logs, then click System.
  3. On the right side of the window, click Filter Current Log...
  4. In the new window, find the Event sources drop-down menu.
  5. Scroll down and check the box next to Power-Troubleshooter.
  6. Click OK.

The middle panel will now show a history of your sleep and wake events. Click the most recent events and read the details at the bottom. Look for "Wake Source" to see what caused that specific wake-up.

Event Viewer
Event Viewer

Step 3Stop USB Devices From Waking Your Laptop

You can stop USB devices from waking your laptop by changing your hardware power settings in the Device Manager. Open the Start menu, type Device Manager, and press Enter. Expand the Universal Serial Bus controllers section, right-click your USB root hubs, choose Properties, go to the Power Management tab, and uncheck the box that lets the device wake the computer.

  1. Click the Start button, type Device Manager, and press Enter.
  2. Click the arrow next to Mice and other pointing devices or Keyboards.
  3. Right-click your mouse or keyboard and select Properties.
  4. Click the Power Management tab at the top. (If you do not see this tab, that device cannot wake your PC, so move to the next one).
  5. Uncheck the box that says Allow this device to wake the computer.
  6. Click OK.

You should repeat these steps for any other mice, keyboards, or USB hubs plugged into your laptop to stop all connected hardware from waking up your computer. Checking every plugged-in device matters because a single mouse or keyboard can send wake signals and drain your battery while you are away.

Step 4Adjust Network Adapters and Wi-Fi Settings

Settings › Network & internet
Settings › Network & internet

You can adjust network adapters and Wi-Fi settings to stop your home network traffic from waking your laptop. Open the Device Manager, expand Network adapters, right-click your wireless or ethernet card, and choose Properties. Go to the Power Management tab and uncheck Allow this device to wake the computer to stop network packets from turning on your screen.

Advertisement
Settings › Network & internet › Airplane mode
Settings › Network & internet › Airplane mode
  1. Open the Device Manager from the Start menu.
    Device Manager
    Device Manager
  2. Click the arrow next to Network adapters.
  3. Find your Wi-Fi card or Ethernet adapter.
  4. Right-click the adapter and select Properties.
  5. Click the Power Management tab.
  6. Uncheck Allow this device to wake the computer.
  7. Click OK.

If you need your laptop to wake up remotely for file sharing using a network signal called a magic packet, check the box below it that says Only allow a magic packet to wake the computer instead of turning off the feature completely.

Step 5Control Windows Update and Automatic Maintenance

You can control Windows Update and automatic maintenance to stop background tasks from waking your laptop out of sleep mode. Open the Control Panel, click Security and Maintenance, expand Maintenance, and click Change maintenance settings. Uncheck the option that allows scheduled maintenance to wake up your computer at the set time.

  1. Click the Start button, type Automatic Maintenance, and click Change Automatic Maintenance settings.
  2. Find the checkbox at the bottom that says Allow scheduled maintenance to wake up my computer at the scheduled time.
  3. Uncheck that box.
  4. Click OK.

You should also check your update settings so Windows does not restart your PC at bad times:

Settings › Windows Update
Settings › Windows Update
  1. Open the Windows Settings app by pressing the Windows Key + I on your keyboard.
    Settings
    Settings
  2. Click on Windows Update on the right side.
  3. Click on Advanced options.
  4. Click on Active hours and make sure it matches the times you are normally awake and using your computer.

Step 6Disable Background Wake Timers

You can disable background wake timers to stop installed programs from turning on your computer for virus scans or cloud backups. Open the Control Panel, go to Power Options, click Change plan settings next to your active plan, and choose Change advanced power settings. Expand Sleep, find Allow wake timers, and set them to Disabled.

Advertisement
  1. Click the Start button, type Control Panel, and press Enter.
  2. Click Hardware and Sound, then click Power Options.
  3. Next to your active power plan, click Change plan settings.
  4. Click Change advanced power settings. A small window will appear.
  5. Find Sleep in the list and click the plus sign next to it.
  6. Click the plus sign next to Allow wake timers.
  7. Change both "On battery" and "Plugged in" to Disabled.
  8. Click Apply and then click OK.

Step 7Check Scheduled Tasks via PowerShell

You can check scheduled tasks via PowerShell to find hidden background processes that override your power settings and wake up your computer. Right-click the Start button and choose Terminal or PowerShell. Paste the command to list active wake tasks and press Enter to see every automated program that has permission to turn on your laptop.

  1. Right-click the Windows Start button and choose Terminal or PowerShell.
    PowerShell
    PowerShell
    (Requires administrator privileges)
  2. Type the following command into the window and press Enter:
    Get-ScheduledTask | where {$_.settings.waketorun}
  3. Review the list of tasks on your screen.

If you see a task you want to stop:

  1. Click the Start button, type Task Scheduler, and open the app.
  2. Use the left sidebar to find the exact task you saw in PowerShell.
  3. Double-click the task to open its properties.
  4. Click the Conditions tab.
  5. Uncheck Wake the computer to run this task.
  6. Click OK.

Advanced Tip: Use Modern Standby Sleep Study

You can use the Modern Standby sleep study tool to generate a detailed power report when your Windows 11 laptop drains its battery quickly while sleeping. Open Command Prompt as an administrator, type powercfg /sleepstudy, and press Enter. Open the generated HTML file in your web browser to see exactly which apps and background tasks stop your computer from resting properly.

If your battery drains quickly while sleeping, you can generate a power report to see which apps stop your laptop from resting.

Advertisement
  1. Right-click the Start button and open Terminal or Command Prompt as an administrator. (Requires administrator privileges)
  2. Type the following command and press Enter:

    To view your saved power report for your laptop running Windows 11, open your web browser, press Ctrl + O, and select the saved HTML file. Opening this system report matters because the battery and power data helps you find the exact hardware device waking your laptop from sleep mode.

    1. Click the Start button, type Control Panel, and open it.
    2. Click Hardware and Sound, then click Power Options.
    3. Click the link on the left side that says Choose what the power buttons do.
    4. Click the link near the top that says Change settings that are currently unavailable.
    5. Uncheck the box next to Turn on fast startup (recommended).
    6. Click Save changes.

Summary

Fixing random wakeups in Windows 11 stops annoying battery drain and keeps your computer asleep when you want it to rest. You can track down the exact hardware device or software task causing the problem by using built-in diagnostic tools like Event Viewer and Command Prompt. Adjusting your power settings and turning off wake timers will solve the issue permanently.

Why does my PC keep randomly waking up from sleep mode?

Your PC usually wakes up randomly because hardware devices like your mouse, network card, or background tasks send an electrical signal to turn it back on. You can stop this by tracking down the culprit using the Command Prompt and changing its power settings so it can no longer wake your computer.

Why does my laptop keep going into sleep mode randomly?

Your laptop goes into sleep mode unexpectedly because your power and sleep settings are configured to turn the screen off or put the system to sleep after a short period of inactivity. You can fix this by adjusting your screen and sleep timeout settings in the main Windows settings menu.

Advertisement

Why did my PC randomly turn on from sleep mode?

Your computer turned on by itself because a connected hardware device, a scheduled background task, or your network card sent a wake-up signal. You can find out what caused it by running a quick command in the Command Prompt and then disabling that device's permission to wake your PC.

What causes sudden wake up from sleep?

Sudden wake-ups usually happen when hardware components like mice, keyboards, or network adapters are allowed to pull your computer out of sleep mode. Background software updates and scheduled system maintenance tasks can also trigger your computer to turn back on unexpectedly without your input.

Was this guide helpful?

Tags: #Windows 11
Was this helpful?
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

Advertisement

📚 Related Tutorials

How To Clear Windows 11 Event Viewer Logs Automatically
Windows How To Clear Windows 11 Event Viewer Logs Automatically
Every Windows 11 Recovery Mode Command Prompt Command You Need
Windows Every Windows 11 Recovery Mode Command Prompt Command You Need
3 Simple Steps to Reset Network Adapters in Windows 11
Windows 3 Simple Steps to Reset Network Adapters in Windows 11
Fix Audio Cracking After Waking From Sleep Mode
Windows Fix Audio Cracking After Waking From Sleep Mode

No comments yet — be the first to share your thoughts!

Leave a Comment

Your email address will not be published. Required fields are marked *