Hello,
When a PC tries to enter sleep but immediately wakes up again, it usually means something is blocking sleep rather than waking it afterward.
Please check the following:
- Check if any app or driver is preventing sleep
Open Command Prompt as Administrator and run:
powercfg /requests
If something is blocking sleep, it will appear here.
- Check which devices are allowed to wake the PC
Run:
powercfg /devicequery wake_armed
If any devices are listed, open Device Manager → Properties → Power Management, and disable “Allow this device to wake the computer”.
- Disable wake timers
Open the Control Panel from the taskbar search box, then follow:
Control Panel → Hardware and Sound → Power Options
→ Change plan settings → Change advanced power settings
→ Sleep → Allow wake timers → Disable
- Try a clean boot
How to perform a clean boot in Windows
Some background apps (RGB tools, game launchers, remote access tools, USB devices) can prevent sleep.
Perform a clean boot and check if sleep works.