How Do I Let a Device Wake My Computer in Windows 11?
This tutorial shows you how to enable or disable allowing a device to wake your computer in Windows 11.
Why This Matters
When you put your computer to sleep, certain devices can automatically wake it up. This happens only if those devices are configured to do so. Some devices might be able to wake your computer, but they’re not currently set up to do it.
You can use the powercfg.exe tool to manage power plans. This tool controls how your computer uses power and which devices can wake it up.
Important: You must be signed in as an administrator to change these settings.
Option One: Using Device Manager
Device Manager lets you enable wake capabilities for devices by accessing the Power Management tab on your device properties, where you can check the option allowing the device to wake your computer.
- Open Device Manager by typing
devmgmt.mscin your search bar and pressing Enter. - Find and expand the device category your device is listed under. For example, expand “Network adapters” if you’re looking for a network device.
- Double-click the device you want to enable or disable for waking your computer.
- Click the Power Management tab.
- Check the box next to “Allow this device to wake the computer” to enable it. Uncheck the box to disable it.
- Click OK to save your changes.
- Close Device Manager when finished.


Option Two: Enable a Device Using Command Line
⚠️ Requires admin privileges
What happens: This method lets you turn on wake-up ability for a specific device using commands.
- Open Windows Terminal as Administrator. Search for “Terminal” and right-click it, then select “Run as administrator.”
- Select either Windows PowerShell or Command Prompt from the dropdown menu.
- Copy and paste this command, then press Enter to see all devices that can be set to wake your computer:
powercfg -devicequery wake_programmable - Find and write down the exact name of the device you want to enable.
- Type this command and press Enter. Replace “Device name” with the actual device name from step 4:
powercfg -deviceenablewake "Device name"Example:
powercfg -deviceenablewake "Intel(R) Ethernet Connection (7) I219-V" - Close Windows Terminal when finished.
Option Three: Disable a Device Using Command Line
⚠️ Requires admin privileges
What happens: This method turns off wake-up ability for a device you specify.
- Open Windows Terminal as Administrator.
- Select either Windows PowerShell or Command Prompt.
- Copy and paste this command, then press Enter to see all devices currently set to wake your computer:
powercfg -devicequery wake_armed - Write down the exact name of the device you want to disable.
- Type this command and press Enter. Replace “Device name” with the actual device name from step 4:
powercfg -devicedisablewake "Device name"Example:
powercfg -devicedisablewake "Intel(R) Ethernet Connection (7) I219-V" - Close Windows Terminal when finished.
Summary
You now know three ways to control which devices can wake your computer from sleep in Windows 11. The easiest method is using Device Manager if you prefer clicking through menus. The command-line options give you more control and work quickly if you know the device name. Choose the method that works best for you. Remember, you need admin access to make these changes.
How do I allow this device to wake up the computer Windows 11?
Open Device Manager by typing devmgmt.msc in the search bar. Locate your device, double-click it to open properties, and navigate to the Power Management tab. Check the box labeled 'Allow this device to wake the computer' and click OK. Ensure you are logged in as an administrator to save changes.
What is replacing Windows 10?
Windows 11 is the official successor to Windows 10. Microsoft released Windows 11 as a free upgrade for eligible Windows 10 devices, offering a modernized interface, improved multitasking features, and enhanced performance. While Windows 10 remains supported until October 2025, Windows 11 is the current standard for new PC operating systems.
How to wake up a computer stuck in sleep mode?
If your computer is unresponsive, try pressing the power button once, or tap a key on your keyboard or move your mouse. If that fails, perform a hard restart by holding the power button for ten seconds until it shuts down completely, then turn it back on to reboot your system.
How to wake up a Windows 11 PC?
You can wake a Windows 11 PC from sleep by pressing any key on your keyboard, clicking your mouse, or briefly pressing the power button on your computer case. If these methods do not work, ensure your device is configured in Device Manager to allow wake capabilities for your specific hardware.
Was this guide helpful?
Leave a Reply Cancel reply