Hello there,
To determine the program or process that is causing your Windows 11 computer to wake up on its own, you can use the following steps:
Open a Command Prompt with administrative privileges. Right-click on the Start menu and select "Command Prompt (Admin)" or "Windows PowerShell (Admin)".
In the Command Prompt window, run the following command to view the list of devices and their respective wake-up sources:
powercfg -devicequery wake_armed
This command will display a list of devices that have the ability to wake up your computer from sleep.
Review the list of devices and note down the ones that are enabled for wake-up.
Run the following command to determine the last wake-up event:
powercfg -lastwake
This command will provide information about the most recent event that caused your computer to wake up.
Analyze the wake-up event information to identify the program or process that triggered the wake-up. Look for details such as the wake source and the program or process responsible for the event.
I used AI provided by ChatGPT to formulate part of this response. I have verified that the information is accurate before sharing it with you.
Hope this resolves your Query !!
--If the reply is helpful, please Upvote and Accept it as an answer–