How Do I Let a Device Wake My Computer in Windows 11?
Windows 11 allows specific devices to wake your computer from sleep mode. This tutorial explains how to control whether a device has permission to wake your Windows 11 computer. For example, a wireless mouse or keyboard can be set to wake the PC.
Open Device Manager by typing devmgmt.msc in search. Find your device, open its Properties, go to the Power Management tab, and check “Allow this device to wake the computer.” Click OK. You must be an administrator to make this change.
Why This Matters
Letting a device wake your computer in Windows 11 can save you time by waking it up automatically when needed, instead of you having to do it manually.
You can use the powercfg.exe tool to manage power plans. This tool manages how your computer uses power and decides which devices can wake it up.
Option 1Using Device Manager
Windows 11 lets users wake the computer using a specific device by changing settings in Device Manager. This feature conserves energy by letting the computer sleep while still responding to devices like a keyboard or mouse. For example, users can choose a keyboard in Device Manager and change its properties to allow that keyboard to wake the 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 2Enable a Device Using Command Line
You can turn on a device’s ability to wake your computer in Windows 11 using simple command-line instructions, but you’ll need administrator rights.
The command-line method lets a connected device wake your Windows 11 computer. This device wake feature works by controlling power management settings on the device itself. This setup lets the device send a signal to restart your PC from sleep or hibernate.
- 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 3Disable a Device Using Command Line
This command-line method lets you turn off a specific device’s ability to wake your computer in Windows 11, and it requires administrator access.
What this does: This method turns off a device’s ability to wake your computer, based on the device you choose.
- 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 can control which devices wake your computer from sleep in Windows 11 using Device Manager or command-line tools.
How do I allow this device to wake up the computer 🪟 Windows 11?
Search for “Terminal,” right-click the result, and then select “Run as administrator.” Copy and paste this command, then press Enter to see a list of all devices that can be configured to wake your computer:
What is replacing 🪟 Windows 10?
To enable wake-up, check the box next to “Allow this device to wake the computer.” To disable it , uncheck the box . Click OK to save your changes, then close Device Manager when you’re finished.
How to wake up a computer stuck in sleep mode?
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 🪟 Windows 11 PC?
You can wake up a Windows 11 PC from sleep by pressing a key, clicking your mouse, or pressing the power button.
Was this guide helpful?
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.
No comments yet — be the first to share your thoughts!