Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

When I put my computer into sleep mode, it will wake up while I'm away from it. There's nothing near the computer that could move the mouse or accidentally press a button and I have no idea what might be causing it.

I tried checking what woke it, apparently LASTWAKE only tells me that it has been in sleep mode, not what woke it up.

enter image description here

I also couldn't find anything in my Power Options regarding Sleep that seems off. Poking around in the Event Viewer I notice the following: enter image description here

The Power-Troubleshooter event at the top notes the following:

The system has returned from a low power state.

Sleep Time: ‎2012‎-‎10‎-‎27T11:31:53.408927000Z Wake Time: ‎2012‎-‎10‎-‎27T12:25:51.887029300Z

Wake Source: Unknown

So does anyone have an idea to find out what might be causing it and how I can prevent my computer from randomly waking up?

share|improve this question
3  
Wake on network activity, perhaps? I've also owned more than one laptop that woke itself up for seemingly no reason at all - when the lid was closed and inside a laptop bag – agent86 Oct 27 '12 at 21:22
Yup, same for me. In my case, a 3G card that kept trying to dial out. Whenever I put the laptop to sleep, I'd power off all the radios first. – Randolph West Oct 27 '12 at 21:23
It might be my laptop or NAS, but how can I figure out what might be causing it? – Ivo Flipse Oct 27 '12 at 21:23
I'm not in front of my Win8 box at the moment, but does the event log have any details about what triggered the power state change? – Nathan Osman Oct 27 '12 at 21:30
2  
Check out your Power Management Options on your Control Panel> Power Settings>Change plan settings>Change advanced power settings. -> “Multimedia settings” option, “When sharing media.” ->”Allow the computer to sleep. Check other options one by one while you’re at it. – avirk Nov 2 '12 at 2:48
show 4 more comments

6 Answers

up vote 7 down vote accepted
+100

I've had this problem before when I had network shares that were hosted on the sleeping machine, but accessed by other machines on the network. There are some settings for network cards that determine if it can wake the machine from sleep, and under what conditions:

This TechNet article explains the power management settings for network devices on Win7. There's not a Win8 version of this page yet, but I assume they are somewhat similar.

Beyond this, many other devices with similar checkboxes to allow for waking - I'd probably advise turning as many of these off as possible, and seeing if your problem persists. If it does, you might consider a binary search style approach to figure out which one is the offending sleep-disturber.

share|improve this answer
Given that I can still wake my computer by clicking on my mouse, even though I disabled it, I think your answer must have been what solved my problem. So enjoy the bounty :-) – Ivo Flipse Nov 3 '12 at 11:27

If you type in your elevated command prompt powercfg /waketimers, it will display a list of scheduled tasks that will wake the computer. You might discover what could be causing this to occur.

If it is a wake timer that's causing this behavior, if you go into the Advanced power settings, under the Sleep category, you can disable Wake Timers. This might fix your issue, if this is the culprit.

For instance, I see this when executing that command: enter image description here

EDIT:

Also, by the way, I did recall this occurring with my laptop once. It took a bit of troubleshooting, but I discovered that the culprit was my Microsoft Arc Touch Mouse. I discovered that the USB dongle (which received its wireless signal), caused the computer to periodically wake up, even though the mouse wasn't powered on. I fixed the issue by finding the USB device in the Device Manager and, under Properties, turning off "Allow this device to wake this computer". However, I found a more prudent solution was to just not leave it plugged into the laptop all the time. :)

share|improve this answer
I have this as well and "There are no active wake timers in the system." That said, it could very well be that additional wake timers are set when the system goes to sleep. – badp Oct 27 '12 at 21:51
It says: There are no active wake timers in the system. – Ivo Flipse Oct 27 '12 at 21:51
Re: your edit. I have an external mouse and keyboard plugged in at all times but normally those devices are unable to wake up the system anyway... I guess I'll try turning that switch off then. – badp Oct 27 '12 at 21:55
1  
Nope, no joy. I found my computer was still awake when I woke up :( – badp Oct 28 '12 at 7:37

You should check if you have anything similar to this in your BIOS:

enter image description here

Setting everything to disabled at the "Power" tab should override any Windows settings.

share|improve this answer

I fixed this by doing the following:

  1. Go Device Manager
  2. Selecting each keyboard and mouse device and right-click Properties
  3. Go to the Power Management tab and untick "Allow this device to wake the computer".
share|improve this answer

There might be a scheduled task for the night that wakes up the computer.

I would check "Schedule tasks" (or whatever it is called on Windows 8), and specifically in your case the task of Microsoft / Windows / Time Synchronization / Conditions tab / check-box "Wake the computer to run this task".

You can also disallow all wake-up timers in Power Options / Advanced settings / Sleep / Allow wake timers.

Some helpful articles (and their comments) :

How to Fix a Computer that Keeps Waking Up
How To Prevent Your Computer From Waking Up Accidentally

share|improve this answer
I checked the Power Options, they were all turned off in my case. I also checked the Schedule tasks, but the check boxes are all ticked off. – Ivo Flipse Oct 30 '12 at 13:04

Wade through all the scheduled tasks in Task Scheduler and, under Conditions, make sure that "Wake the computer to run this task" is NOT set (except for those where you may actually want this action). You can also control whether the task runs on battery or not, if you have a laptop.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.