How to enable / prevent device from waking Windows 10 computer

This guide will show you how to allow or prevent devices from waking Windows 10 PCs from Sleep or Hibernate.

This guide will show you how to allow or prevent devices from waking Windows 10 PCs from Sleep or Hibernate.

Note : You must be logged in as an administrator to do this.

Option 1: Allow or prevent the device from waking the computer in Command Prompt

1. Open Command Prompt with admin rights.

2. Perform step 3 (to allow) or step 4 (to prevent the device from waking the computer) below, depending on what you want to do.

3. To allow the device to wake the computer:

A) Enter the command below into the Command Prompt and press Enter .

How to enable / prevent device from waking Windows 10 computer Picture 1How to enable / prevent device from waking Windows 10 computer Picture 1
List of all devices that support waking the computer from any sleep state

This step will give you a list of all devices that support waking the computer from any sleep state.

Write down the device name (for example, "HID Keyboard Device" ) you want to allow to wake up the computer.

 powercfg -devicequery wake_from_any 

B) Enter the command below into the Command Prompt and press Enter . You can close the Command Prompt when finished.

 powercfg -deviceenablewake "Device Name" 
How to enable / prevent device from waking Windows 10 computer Picture 2How to enable / prevent device from waking Windows 10 computer Picture 2
Enter the command in the Command Prompt

Replace Device Name in the above command with the device's actual name.

For example:

 powercfg -deviceenablewake "HID Keyboard Device" 

4. To prevent the device from waking the computer:

A) Enter the command below into the Command Prompt and press Enter .

This step will give you a list of all devices that can wake up the computer.

Write down the device name (for example, "HID Keyboard Device" ) you want to prevent from waking the computer.

 powercfg -devicequery wake_armed 
How to enable / prevent device from waking Windows 10 computer Picture 3How to enable / prevent device from waking Windows 10 computer Picture 3
List of all devices that can wake the computer

B) Enter the command below into the Command Prompt and press Enter . You can close the Command Prompt when finished.

 powercfg -devicedisablewake "Device Name" 
How to enable / prevent device from waking Windows 10 computer Picture 4How to enable / prevent device from waking Windows 10 computer Picture 4
The command prevents the device from waking the computer

Replace Device Name in the above command with the device's actual name.

For example:

 powercfg -devicedisablewake "HID Keyboard Device" 

Option 2: Allow or prevent the device from waking the computer in Device Manager

1. Open Device Manager ( devmgmt.msc ).

2. Expand the device category (for example, Keyboards and double-click the device (eg "HID Keyboard Device" ) that you want to allow or prevent the computer from waking.

How to enable / prevent device from waking Windows 10 computer Picture 5How to enable / prevent device from waking Windows 10 computer Picture 5
Expand open device list

3. Select or deselect Allow this device to wake the computer according to what you want and click OK.

How to enable / prevent device from waking Windows 10 computer Picture 6How to enable / prevent device from waking Windows 10 computer Picture 6
Select or deselect Allow this device to wake the computer

4. When done, you can close Device Manager if desired.

5 ★ | 1 Vote