Hi,
It could be a connected device or a scheduled task that's causing the issue. Have you tried disconnecting your peripherals to see if the problem still occurs? If that doesn't help, you can use the following commands to identify what might be waking your laptop.
- Open Start, type CMD, then right-click Command Prompt and select Run as administrator.
- Run this command to check which devices are currently allowed to wake your laptop:
powercfg /devicequery wake_armed - Run this command to see what device or process last woke your laptop:
powercfg /lastwake - Finally, run this command to check for scheduled tasks or events that are configured to wake your laptop:
powercfg /waketimers
These commands should help you figure out what's causing your laptop to wake up unexpectedly.