Reminders app waking mac from sleep

I've been having 2 issues with my mac staying asleep, this post is about one of them, which is regarding reminders waking from sleep, turning the display on, and not going back to sleep:


iMac (Retina 5K, 27-inch, 2017). Mac OS 10.15. Have two external USB hard drives hooked up at all times.


In Energy Saver, power nap is off, wake for network access is off. In Notifications, Do Not Disturb has the following 3 checked: "When the display is sleeping, when the screen is locked, when mirroring to TVs".


I set up a test reminder, see the `inDelta=137` below.


Abridged log using `pmset -g log` (full log in attached file):

2019-10-12 14:26:25 -0700 Notification        	Display is turned off
2019-10-12 14:26:25 -0700 Assertions          	PID 582(useractivityd) Summary PreventUserIdleSystemSleep "BTLEAdvertisement" 00:00:02  id:0x0x10000a3af [System: PrevIdle DeclUser BGTask IntPrevDisp kDisp]
...
2019-10-12 14:26:25 -0700 Assertions          	PID 119(powerd) Summary InternalPreventDisplaySleep "com.apple.powermanagement.delayDisplayOff" 00:00:58  id:0x0x1000008003 [System: PrevIdle DeclUser BGTask IntPrevDisp kDisp]
2019-10-12 14:26:25 -0700 Assertions          	Kernel Idle sleep preventers: -None-
2019-10-12 14:26:25 -0700 Assertions          	[System: PrevIdle DeclUser BGTask IntPrevDisp kDisp]
2019-10-12 14:26:25 -0700 Assertions          	PID 119(powerd) Created InternalPreventSleep "com.apple.powermanagement.darkwakelinger" 00:00:00  id:0x0xd0000a3b1 [System: PrevIdle DeclUser BGTask SRPrevSleep IntPrevDisp kCPU kDisp]
2019-10-12 14:26:25 -0700 Assertions          	PID 584(sharingd) Released PreventUserIdleSystemSleep "Handoff" 00:02:38  id:0x0x10000a381 [System: PrevIdle DeclUser BGTask SRPrevSleep IntPrevDisp kCPU kDisp]
2019-10-12 14:26:40 -0700 Assertions          	PID 119(powerd) TimedOut InternalPreventSleep "com.apple.powermanagement.darkwakelinger" 00:00:15  id:0x0xd0000a3b1 [System: DeclUser BGTask SRPrevSleep IntPrevDisp kCPU kDisp]
2019-10-12 14:26:40 -0700 Sleep               	Entering Sleep state due to 'Software Sleep pid=205': Using AC (Charge:0%) 150 secs
2019-10-12 14:26:43 -0700 Wake Requests       	[proc=dasd request=Maintenance inDelta=43536] [*proc=powerd request=UserWake inDelta=137 info="com.apple.alarm.user-visible,481"]
...
2019-10-12 14:29:01 -0700 Notification        	Display is turned on


iMac Line (2012 and Later)

Posted on Oct 12, 2019 3:15 PM

Reply
Question marked as Top-ranking reply

Posted on May 22, 2020 9:44 AM

For what it's worth, I had this same issue since I updated to Catalina in January. After trying almost everything on the forums, I had turned off all reminders and notifications but my computer still turned on twice a day and the exact same time. In my terminal, I followed someone else's advice and typed in this command:

pmset -g log | egrep '\b(Sleep|Wake|Start)\s{2,}

to see that it was in fact waking at those times

and then

pmset -g sched

to see that I did in fact have it scheduled to wake.


Something someone else wrote gave me the impression to check my iCloud account, which I rarely use. I logged in and lo and behold, I had 2 reminders that were in my iCloud that weren't on my phone reminders anymore. I deleted those 2 items and this morning was the first in months that my computer did not wake!


So, in addition to the list that Apple provides, I recommend checking your iCloud reminders or notifications because that is what was causing the problem for me.

Similar questions

90 replies

Apr 7, 2020 5:11 AM in response to jackjctaylor

You copy paste only the wake operation, the sleep request are the one of interest in that matter.

The Kernel Client Acks just shows how slow are the various driver to process the WakeUp.


In case of and non plan wakeup the reason appears in the lines after the Kernel Client Acks as in this exemple below.


Wake Request at 21:31:56 for the earliest wake up at 22:14:32 for updating the SafeBrowsing data base

Sleep operational at 21:31:56 PM Client asks likely this means Power Manager Client Acknowledge the request

At 21:53:14 the Kernel wakes the Mac, so before the earliest wee request.


We can see why the wakeup happens before the program time the following lines

IODisplayWrangler then Display turned on.


So I did wakes the Mac by interacting with it.


2020-04-06 21:37:56 +0200 Wake Requests       	[process=mDNSResponder request=Maintenance deltaSecs=2439 wakeAt=2020-04-06 22:18:35] [process=dasd request=SleepService deltaSecs=77021 wakeAt=2020-04-07 19:01:38 info="com.apple.dasd:0:com.apple.apsd.apprefresh,501:com.apple.mail.ApplicationRefresh"] [*process=dasd request=TimerPlugin deltaSecs=2196 wakeAt=2020-04-06 22:14:32 info="com.apple.dasd:501:com.apple.Safari.SafeBrowsing.BrowsingDatabases.Update"] [process=powerd request=UserWake deltaSecs=62523 wakeAt=2020-04-07 15:00:00 info="com.apple.alarm.user-visible-com.apple.remindd.time-alarm,543"]           
2020-04-06 21:37:56 +0200 PM Client Acks      	Delays to Sleep notifications: [com.apple.apsd is slow(1003 ms)] [mDNSResponder is slow(5006 ms)]           
2020-04-06 21:53:14 +0200 Kernel Client Acks  	………           
2020-04-06 21:53:14 +0200 Assertions          	Kernel Idle sleep preventers: IODisplayWrangler          
2020-04-06 21:53:14 +0200 Notification        	Display is turned on                                                       	          


the programs requiring the wakes are in the wakeRequest.


Now the easiest way to know if your Mac did sleep is to use this command


pmset -g log | grep 'Total Sleep/Wakes'


it gives this kind of result

Total Sleep/Wakes since boot at 2020-04-06 20:52:59 +0200 :28


The number after the : is the number of sleep since the last boot.


PS: When you copy paste log from terminal please select the text and use the <> button for formatting it as code.

Apr 19, 2020 3:46 AM in response to dieselfish

I strongly believe this is a bug, I can’t see any reason why Apple would want a Mac to wake up out of a sleep state for an active reminder. It also only has this behaviour on my iMac, not on my MacBook Pro or Mac Mini despite them running exactly the same version of Catalina.


Either way, I agree - I’m simply going to have to change the way I use reminders on my iMac either by constantly shutting it down every time I finish using it or by disabling reminders on there all together

May 7, 2020 3:37 AM in response to FUNK1196

Just to update everyone, in an attempt to solve this issue I've asked Apple to completely wipe my iCloud reminders. I've been using Reminder for years and must have 10,000+ completed reminders on my account and roughly 200 active ones. I'm wondering whether it is this that is the source of my issues. To get to the bottom of it, I've asked them to wipe my account so I can start fresh and see if that solves the issue as it didn't escape my mind that these issues may have been caused by the upgrade in Reminders in Q3 of 2019. I'll keep you updated...


Aug 13, 2020 6:53 AM in response to FUNK1196

Thank you to @socceryo3 for the stackexchange post (a huge help) and @FUNK1196 for starting this thread.. Thanks also to others who posted various diagnostic approaches. There's a lot of helpful info, even if none of it fixes built-in Catalina bugs.


I've been working with Apple Sr Advisor and Engineering for weeks because, not only does my Mac mini wake, it unlocks via my Apple Watch when I'm in another room. Neither the advisor nor engineering replies seem aware of this issue or any of the info in this thread. They suggested unplugging external displays, drives, and devices. (So basically, NOT getting work done...) Yesterday, thanks to Stackexchange post and OSXDaily, I figured out why the Watch was unlocking my Mac and was able to recreate at will. Worse than the bug itself, is not knowing what's going on!


It seems to me very clear that this is just another significant way Catalina is broken. The new Catalina Notifications system pref clearly added another check "When screen is locked" and neither that nor "When display is sleeping" have any effect I can see -- at least for Reminders. If these worked as they seem to be intended, everyone here could be happy.


I doubt apple plans to fix this or the other problems in Catalina. Let's just hope Big Sur is the next generation of High Sierra -- a stable, well-working macOS. That seems a big ask right now.


Aug 31, 2020 1:35 AM in response to jd2020

Well jd2020, having been involved in this thread all along and indeed identified the problem even before that, I think I am well aware of what it's all about.


We have a problem with Reminders in Catalina and recently (a few weeks ago, I should have been more specific about that), after an update to iPadOS 13.6.1 (on the iPad to be clear) and trying to create a reminder, I was informed that there was now an update. I cannot now recall the exact wording, but I think the gist was Reminders.app had been updated in the new iPadOS and so the iCloud data needed to be updated to suit. Without thinking I agreed to that.


I was later (that day) informed on my Mojave Mac that the updated iCloud data required Reminders in Catalina (and probably specified a version, but I cannot now recall what that was) and could not be used in Mojave.


That IS what happened and since the raison d'être of this thread is about the Reminders app (and associated data/systems) and there has clearly some sort of update involved with Reminders, I'm not sure how you can dismiss this as being unimportant as it clearly IS relevant.


I cannot state that the update has fixed the issue and never claimed that. But it is obviously worth considering and trying to discover if it has affected this problem. However, I have not yet checked with my Catalina Mac (which is elsewhere).


Of course, if you believe that an update to the very same app/system with which we are experiencing problems is irrelevant, feel free to ignore it. But IMO it would be foolish to dismiss this and it is worth checking, even if it proves not to be the fix we require.

Nov 24, 2019 7:13 PM in response to chuck_3rd

One of my wake from sleep problems was bluetooth related. I'm pretty sure it was my AirPods waking up my iMac every 5 minutes. Turning off "allow bluetooth devices to wake this computer" helped with that.


However, the reminders issue has not been solved. I still can't get my computer to stay asleep when a reminder is scheduled. I tried all the above steps. You can see by my log that it is scheduled, despite my setting in Notifications > Do Not Disturb. Seems like a bug to me.

Feb 14, 2020 1:36 AM in response to FUNK1196

This is a bit of a 'me too' post. I recently upgraded a Mac Mini to Catalina and have been puzzling over why it keeps waking up when it should not. I have narrowed it down to wakeups being scheduled for reminders as set in Reminders.app. It doesn't occur on my MacBook Pro and I believe such notifications are automatically disabled when the lid is shut. But as reported here for MacBooks with external displays (mine does not) and I can corroborate that with my Mini which of course has a monitor connected and is surfing from the problem.


As per the others reporting the problem, Do Not Disturb is set appropriately, but those wakeups keep getting scheduled.


Is everyone with a desktop Mac suffering from this? If so, why not more complaints?

Mar 31, 2020 3:42 AM in response to FUNK1196

I too have this issue and have tried everything


I upgraded the OS to 10.15.4 this week as I saw in the release notes a number of fixes for reminders, hoping this would rectify the issue - however no luck. Can you please advise how I can stop this from happening. I currently have to shut my machine down every time I finish using it to stop it turning on. 


I have created a new user and tested the reminders to see if it was an issue with my account, it still turned on when the reminder was due. I then reinstalled Mac OS after getting advice from Apple however that has also not fixed it.

Apr 8, 2020 5:44 AM in response to stéphane66

If you are saying that any set reminder should wake the Mac at that time, then I have to disagree with you. First of all it would be stupid to wake the Mac for every reminder that triggered while sleeping and second, Apple have apparently agreed with that until Catalina as no previous version of OSX/MacOS did any such thing.


There's no question that the Mac should NOT wake up from sleep just due to a reminder - the user is after all unlikely to be there to see the reminder, that's why the Mac is asleep. Most likely explanation is that this is simply poor coding in Catalina, but it would be good to know that Apple are aware of the issue.

Apr 19, 2020 1:11 AM in response to jackjctaylor

Well it's either a bug, or it's intentional and Apple have decided this is a good thing.


Hopefully it's the former as that stands a (small) chance of being fixed, whereas the latter would mean way less interest in changing it, despite it being utterly stupid and nonsensical behaviour.


Either way, I suggest all who have noticed they are suffering from this (I suspect that in fact Catalina is doing it for everyone, just some people have not noticed), let Apple know it needs fixing/changing. Either through feedback, bug reports if you have that facility and/or generally haranguing their support lines.

Apr 19, 2020 3:18 AM in response to UKenGB

I’m increasingly of the opinion this is how it’s meant to behave. It should be an option if you ask me, or at least more clearly explained.


I have stopped using timed reminders for anything which doesn’t really need it. Daily reminders with no time schedule now happen at the default time from settings, which doesn’t wake everything up.


I’m afraid I’ve changed the way I use Reminders to make this behaviour work for me. TBH I actually prefer it now, my phone dings and beeps at me enough without reminding me about emptying the bins too!!

May 7, 2020 10:49 AM in response to jackjctaylor

Well done for following this up. However, worth bearing in mind that accessing the same iCloud account from 2 different Macs, one Mojave and the other Catalina, produces 100% consistent results. Catalina always causes this problem (actually on more than one Mac) and Mojave NEVER causes the problem.


So whatever the reasons behind it, the problem is with Catalina.

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Reminders app waking mac from sleep

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.