Share via

windows 11 keeps waking up from sleep by my controller

jae 25 Reputation points
2026-03-26T22:14:03.1633333+00:00

for some reason windows 11 keeps waking up even though i didnt have this issue on win10 untill i updated it to win11 3 weeks ago.
i did powercfg wake thing like 20 times already and the controller keeps enabling the wake up func everytime i wake the pc up or restart or even not doing anything it comes back
i even disabled wake up timers and it did nothing

Windows for home | Windows 11 | Sleep and Power on, off
0 comments No comments

Answer accepted by question author
  1. MUSTAFA SALAH 1,275 Reputation points
    2026-03-27T01:05:39.1333333+00:00

    Hello jae,

    1. Open (Device Manager) as Admin
      User's image
    2. Right Click on Controller --> Properties
      "mainly you can found it under (Human Interface Devices > HID-compliant game controller)
    3. Look for "Power Management"
      User's image
    4. Check (Wakeup Settings)
      User's image

    If you couldn't find that Option --> Follow the below steps to disable it from the registry settings:

    1. From Device Manager --> Right Click on Controller --> Properties --> Details
    2. Select "Device instance path" from the dropdown. Note the path (e.g., HID\VID_045E&PID...).
    3. Open (Registry Editor) Tool
      User's image
    4. Navigate to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\[Your Device Path]\Device Parameters
    5. If there is a folder called Interrupt Management\ResumedOnIdle, ensure any "Enable" values there are set to 0.
    6. If Same Issue
      From Power Plan --> Change advanced power settings --> USB Settings --> USB selective suspend setttings --> Disable it.
    7. Same issue?
      From Device Manager --> Universal Serial Bus controllers --> USB Root Hub (USB 3.0) --> Properties --> Power Management --> Uncheck "Allow this device to wake the computer" option

    Side Note:
    "these changes won't affect your the files or performance at all it just prevents the USB ports from talking to the CPU while it's sleeping :)"


    Last Resort: Disable "Allow Wake" via Registry

    • Open Registry again
    • HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power
    • Right-click in the right pane, select New > DWORD (32-bit) Value
    • Name it WaitWakeUSBEnable and set the value to 0.
    • Restart your computer

    "This will disable any Wait // Wake signals from USB devices globally"


    I hope that helps
    Regards,
    MUSTAFA SALAH


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.