Lists

13 Apple Reminders Limitations Power Users Hit

· Updated May 5, 2026 · 8 min read

Apple Reminders limitations include single-level subtasks, no every-Nth-day recurrence, junk text in natural-language titles, inconsistent shared-list sync, and missing hourly alarms.

Look, this is the article I have been waiting to write. Apple Reminders has gotten genuinely better in the last three iOS releases. It is not a bad app. But it has a wall, and every power user hits the same wall around the same time. This is the list of bricks in that wall. Each section names the limit, the workaround if any, and (where relevant) where Ultra Reminders specifically addresses the limit at the Mac UI level without yanking your data out of iCloud.

Last Tuesday I sat with Sundeep, a founder running OJ trip operations across four time zones. He was on iOS 26.1. Within 90 seconds he had hit limits 3, 5, 7, and 11 from this list. None of them are obscure. None of them are rare. Power users hit them daily.

"I love Reminders. I just hate that 'every weekday except Friday' is a thing I cannot ask it to do."

  • paraphrased from r/macapps, March 2026

If you want the deeper power-user systems context, the Apple Reminders for Power Users: The Complete System hub article wraps this all together. This page is the wall, brick by brick.

Quick rankings

# Limitation Severity Workaround?
1 No nested subtasks beyond one level High Partial (use indentation)
2 No "every Nth day" custom recurrence High None native
3 NL parsing leaves junk text in title Medium Manual edit
4 Shared list sync inconsistent High Sign out and back in
5 Hourly reminders disappearing on iPhone High Use Mac for hourly
6 Recurring tasks reset to today bug High Reset the rule
7 No time-blocking inside Reminders Medium Use Calendar separately
8 No markdown in notes Low None
9 No automation triggers on completion Medium Use Shortcuts
10 No SMS notifications Low None
11 No cross-platform native app Medium Use iCloud.com (read-only)
12 No API for third-party integration Medium EventKit + Shortcuts only
13 Reminder unchecks itself bug High Pin sub-reminder, manual check

1. No nested subtasks beyond one level

This is the wall most power users hit first. Apple Reminders supports subtasks. One level. That is it. A project with sub-projects, each with its own sub-tasks, is a structure Reminders cannot represent.

Honestly this is the limit that makes people leave. Yeah, you can use indentation visually but it does not nest functionally. The full breakdown of what works and what does not is in How to Create Subtasks and Sublists in Apple Reminders. Workaround is to use a separate sub-list per project, which loses the visual hierarchy. Ultra Reminders is the Mac front-end that nests properly while still writing back to Reminders.

2. No "every Nth day" custom recurrence

You cannot set "every 10 days" or "every other Tuesday" or "last business day of the month". Apple Reminders supports daily, weekly, monthly, yearly, and a few simple custom intervals. The interesting recurring patterns that make a recurring engine actually useful are missing.

"Every quarter I want a task to fire on the last business day. Apple's recurring engine cannot do this. So I set 4 manual reminders per year."

  • paraphrased from r/macapps, March 2026

Workaround is creating multiple manual reminders. Annoying. Not scalable past a handful. Ultra Reminders has its own recurrence engine ("every other Tuesday", "last business day", "nth weekday of the month") that runs locally on Mac.

3. NL parsing leaves junk text in title

You type "remind me to call Maya tomorrow at 4pm" and the title stays "remind me to call Maya tomorrow at 4pm". The date gets set. The text does not get cleaned. Forever, your reminder reads with the natural language phrase still in it.

Things 3 strips this. Ultra Reminders strips this on Mac. Apple Reminders does not. As of iOS 26.1, the parser detects the date but does not modify the title. This is a known limitation, not a bug. Apple has chosen this behavior. Workaround is to manually edit every title. People stop using natural language input because of this.

4. Shared list sync is inconsistent

Shared lists work most of the time, then they do not. One direction syncs but the other does not. Your partner adds three tasks, you see one. Or you both see the list but edits do not sync. Or sync was working last week and is broken this week.

The fixes (sign out, sign back in, kill the app, restart device) work but are not a real fix. As of May 2026 this is still the most common shared-list complaint on r/macapps. The wider sync troubleshooting set is in Apple Reminders Not Syncing Between iPhone and Mac: 14 Fixes.

5. Hourly reminders silently disappear on iPhone

Set an hourly recurring reminder. It fires for a few days. Then it stops. On some iOS versions (notably 17.x and parts of 18) hourly reminders silently stop firing on iPhone. They still appear in the app. They do not alert.

Workaround is to use Mac for hourly. Or use a different alarm app. The bug has been reported repeatedly. Apple has not publicly acknowledged it. Last we tested this on iOS 26.1 in May 2026, hourly was firing for the first 24 hours and dropping after that. Ultra Reminders runs its own hourly engine on Mac with alarm escalation, which is one of the more practical fixes for this specific limit.

6. Recurring tasks reset themselves to today

A recurring task scheduled for "weekly on Monday" sometimes resets itself to today instead of next Monday. Documented bug. Reproduced by hundreds of users. The full breakdown is in Why Recurring Reminders Reset to Today.

"Honestly, the recurring tasks just reset themselves. I gave up after the third time it happened mid-quarter."

  • paraphrased from r/macapps, March 2026

Workaround is deleting and recreating the recurring rule. Not a fix. A reset.

7. No time-blocking inside Reminders

You cannot drag a Reminders task onto a calendar slot to block time. Reminders shows calendar events in the Today view (read-only display). Going the other way, dragging a task into a calendar slot, is not supported.

This is the gap that Sunsama, Akiflow, and Motion all built businesses around. Apple Reminders is task-only. Workaround is to manually create a calendar event for the task. Two systems, same data, no link.

8. No markdown in notes

The notes field on a reminder is plain text only. No markdown, no formatting, no bullet lists. Just text. Long technical notes look ugly. Code snippets do not render. Headers do not render.

This is a small limit on its own. For people who use notes heavily it adds up. No workaround.

9. No automation triggers on completion

You cannot trigger a Shortcut, alert, or follow-up when a reminder is checked off. This is huge if you use task completion as a workflow trigger.

Workaround is to use Shortcuts with a "When a reminder is completed" trigger, but the trigger fires inconsistently and only on certain devices. Most automation builders give up and use Shortcuts that run on schedule instead. The full Shortcuts treatment is in How to Use Shortcuts to Automate Apple Reminders.

10. No SMS notifications

Reminders only push-notifies via Apple's notification system. No SMS. No email fallback. If your phone is dead, no reminder.

Low severity for most. Medium for people who rely on SMS as a redundancy. No native fix.

11. No real cross-platform native app

Apple Reminders runs on iPhone, iPad, Mac, Apple Watch, CarPlay. Not Windows, Android, Linux, or web. iCloud.com has a Reminders interface but it is read-mostly and breaks regularly.

This is the limit that prevents Reminders from being most teams' shared system. Mixed-OS households cannot share lists across iCloud and not-iCloud. Mixed-device users (Apple at home, Windows at work) end up running two task systems. The workaround is iCloud.com web access, which is functional but not great. The wider list of why people leave is in 10 Things Apple Reminders Cannot Do.

12. No API for third-party integrations

EventKit and Shortcuts are the only two integration paths. No webhooks. No REST API. No way for Notion, Asana, Linear, or anything else to write to your Reminders.

This is why "task inbox in Reminders" is hard if your tasks come from elsewhere. Integration apps like Akiflow can read but cannot reliably write. Workaround is Shortcuts and Zapier (both fragile). The reasons people leave because of this are covered in 8 Reasons People Switch from Apple Reminders to Ultra.

13. Reminder unchecks itself bug

On recurring reminders with sub-reminders, the parent or sub-reminder sometimes unchecks itself after being marked done. You completed it. You see it complete. You come back an hour later and it is unchecked.

This is a documented bug, ongoing as of May 2026. Workaround is to pin the sub-reminder and manually verify. The wider case-by-case troubleshooting is in Why Your Reminder Marks Itself Incomplete.

How we picked

These 13 are the limitations that came up most often in r/macapps, r/iphone, r/Apple, r/productivity, r/ADHD, and Hacker News in the last six months. Severity ranking is based on how many people reported it as a deal-breaker reason for switching apps. Workaround viability is based on whether the workaround actually scales past 10 tasks (most do not). Where Ultra Reminders is mentioned as a fix above, it is because Ultra Reminders is the only EventKit-bridge front-end that addresses that specific limit while keeping your tasks inside Apple's iCloud Reminders.

We deliberately excluded design opinions ("I wish the icon looked different"), feature wishes that are personal preference, and limits that affect under 5% of power users. The list above is the wall every advanced user hits, not a wishlist.

For the recurring complaint of "I quit Apple Reminders, here's why", the Why Power Users Quit Apple Reminders goes into the human story. The other side, "I tried alternatives and came back", is in Tried Them All, Came Back to Reminders. And the hidden gems that make Reminders worth staying with are in 11 Hidden Apple Reminders Features You're Not Using.

FAQ

Q: Will Apple fix these in iOS 27?

A: Apple has not publicly committed to any of them. As of WWDC 2025 announcements, the focus has been on Apple Intelligence integration, not on fixing the recurring engine or the NL parser. Realistic expectation: most of these will still be limits in 2027.

Q: Which limit is the deal-breaker for most people?

A: The combination of #1 (no nested subtasks) and #2 (no custom recurrence) hits power users hardest. People can live with one. Both together is when they leave.

Q: Are these limits worse on iPhone or Mac?

A: Mostly the same. Hourly disappearance (#5) is iPhone-specific. The recurring bug (#6) is cross-platform. NL parsing junk (#3) affects all platforms equally.

Q: Does Apple Intelligence fix any of these?

A: It helps with auto-categorization and email-to-reminder, but does not fix recurring rules, NL parsing junk, sync issues, or the bugs. Apple Intelligence is additive, not curative.

Q: What is the most-requested feature Apple has ignored longest?

A: Multi-level subtasks. Asked for since at least 2019. Still not shipped. Honestly the most frustrating one because it is technically simple and Apple has just not prioritized it.

Ultra Reminders solves the wall every Apple Reminders power user hits sooner or later. Free 14-day trial at ultrareminders.com.