Lists

10 Things Apple Reminders Cannot Do

· Updated May 10, 2026 · 8 min read

Apple Reminders cannot do nested multi-level subtasks, every-Nth-day recurrence, time-blocking inside the app, AI brain-dump triage, or markdown-rich notes. Ultra Reminders patches each of these on top of your existing Reminders database without forcing you to migrate, so your iCloud, Apple Watch, and shared lists keep working.

I keep a list. It's titled "Reminders gaps" and it lives in Apple Notes (the irony is not lost on me). Every time I hit something Reminders can't do, I add a row. As of May 2026, the list has 23 entries. The 10 below are the ones that actually cost real time. The rest are minor.

If you've been using Reminders seriously for more than six months, you've probably hit at least four of these. Here's the honest accounting.

Quick rankings

Rank Limitation How often it bites Workaround
1 No multi-level subtasks Daily for project work Third-party app
2 No every-Nth-day recurrence Weekly Shortcut or third-party
3 No time-blocking Daily Calendar app
4 No AI brain-dump triage Weekly Third-party with AI
5 No markdown in notes Daily for note-rich users Apple Notes link
6 No "wait until completion" recurrence Weekly Manual workaround
7 No reminders inside subtasks Project work Flatten subtasks
8 No automation triggers on completion Weekly Shortcuts polling
9 No keyboard-only navigation on iOS Mobile capture Mac for power use
10 No reliable shared-list sync When sharing breaks Switch to messaging

1. Multi-level subtasks

The single subtask limit is the biggest architectural ceiling in Apple Reminders. A reminder can have subtasks. Subtasks cannot have sub-subtasks. For real project work this falls over within a week.

Example. You're planning a product launch. The launch has phases (research, build, test, ship). Each phase has workstreams (frontend, backend, marketing, ops). Each workstream has tasks. That's three levels of nesting. Reminders gives you one. So you either flatten everything (lose hierarchy) or build separate lists per phase (lose unified view).

The workaround: treat lists as the second nesting level and sections as the third. It works. It's awkward. The actual fix is a third-party app with real nesting.

"I need outline-level subtasks. Reminders gives me checkbox-level subtasks. They are not the same thing."

  • paraphrased from r/macapps, March 2026

For more: How to Create Subtasks and Sublists in Apple Reminders.

2. Every-Nth-day recurrence (and weirder patterns)

Apple Reminders does daily/weekly/monthly/yearly cleanly but breaks on 'every other Wednesday' if you're not careful, and refuses to do 'last business day' or 'first Monday of the month' at all.

The patterns that don't work natively:

  • Last business day of each month (varies between 28th, 30th, 31st depending on weekend)
  • First Monday of each month (Apple gives "first day" or "every Monday", not their intersection)
  • Every weekday except Wednesday
  • Every 90 days starting from a fixed anchor
  • Conditional ("repeat only if previous was completed")

For each, the workaround is a Shortcut that runs on a polling cadence and creates a one-off reminder per cycle. It's brittle and breaks when you change devices or revoke automation permissions. See How to Set Recurring Reminders That Don't Break for the full set of patterns and workarounds.

3. Time-blocking inside the app

Reminders has dates and times but not duration. You cannot say 'block 2pm to 4pm for deep work' inside Reminders; you can only say 'remind me at 2pm.'

Time-blocking is a foundational productivity practice (Cal Newport, Deep Work, etc.) and Apple has not built it into Reminders. The workaround is to also create a Calendar event for the same time block. You end up double-entering, and the two systems can drift.

Some third-party apps (Sunsama, Akiflow, Motion) handle time-blocking. Ultra Reminders has a "block this time" mode that creates parallel Calendar events from the reminder. None of these eliminate the dual-system problem entirely.

4. AI brain-dump triage

You do a 30-item brain dump at 11pm. Apple Reminders gives you 30 untriaged items and walks away. There's no clustering, no priority suggestion, no duplicate detection.

This is the single largest workflow gap if you do brain dumps. Triaging 30 items by hand takes 15-20 minutes. You'll either skip it or do it badly.

Workarounds:

  • Use Apple Intelligence's auto-categorise feature if you're on iOS 18+ on a supported device. It handles part of this.
  • Use a third-party app with on-device AI. Ultra Reminders runs Qwen 3 1.7B locally, clusters captures, suggests priorities, flags duplicates.
  • Manual: every Sunday, sit with the inbox for 20 minutes.

"The brain dump is easy. The triage kills me. By the time I've sorted 40 items, the focus is gone and so is the day."

  • paraphrased from r/ADHD, February 2026

5. Markdown in notes

Apple Reminders' notes field is plain text only. No headings, no bold, no bullet lists, no links rendered as anchors. Past about 100 words, the field becomes unreadable.

If you keep meaningful context in your reminder notes (meeting context, link bundles, code snippets), this hurts. The workaround is to keep the rich content in Apple Notes and put a Notes link in the reminder's URL field.

Or just accept that Reminders is for short titles and move long-form content to Notes/Notion/Obsidian.

6. "Wait until completion" recurrence

You want a reminder that recurs only after you've completed it (not on a fixed schedule). Reminders doesn't support this.

Example: "Take vitamin D every 7 days from when I last took it." If you skip a Tuesday, the next dose should be Tuesday + 7 days, not the original schedule + 7. Reminders does the latter. Most habit trackers do the former.

Workaround: a Shortcut that runs on completion of a task and creates the next instance with the offset. Brittle but functional. Or use a habit tracker (TickTick, Habitica) for habits and keep Reminders for everything else.

7. Reminders inside subtasks

Subtasks of a recurring parent do not inherit the parent's recurrence and do not have their own reminder fields.

You set up "Weekly review" as a recurring weekly reminder. You add subtasks (Inbox to zero, Smart list audit, etc.). When the next cycle fires, the subtasks remain in their previous-cycle state (completed). You have to manually uncheck them all every week.

The workaround is a Shortcut that runs on the Weekly Review's parent-completion and unchecks every subtask. Or use a third-party app with proper recurring-with-subtasks support.

8. Automation triggers on completion

You complete a task. You want something to happen automatically (log to a file, post to Slack, advance a downstream task). Reminders has no native trigger system.

Apple Intelligence and Shortcuts can poll for completed reminders, but polling has lag (typically 1-15 minutes) and consumes battery. There's no event-driven "fire when this completes" trigger.

For automation-heavy workflows, this is a meaningful gap. Most professional workflows want event triggers, not polling.

9. Keyboard-only navigation on iOS

On iOS and iPadOS, you cannot navigate Reminders entirely from a keyboard. Power users on iPads with Magic Keyboards constantly hit this.

Mac is fine: Tab, arrow keys, Command+N for new task, Command+Return to complete. iOS keyboard support is partial; the share sheet and many controls require touch.

Workaround: do power-user work on Mac and use iOS for capture and quick check-off. Or use a third-party app with better iPad keyboard support.

10. Reliable shared-list sync

Shared lists between iCloud accounts work most of the time, but the failure mode is silent and frustrating. One direction syncs; the other doesn't. Edits don't appear for hours. Adding a new collaborator sometimes breaks the existing sharing.

The Apple Discussions thread on shared list sync issues has been active for 6+ years. The fixes are inconsistent across iOS versions. As of iOS 26.1 in May 2026, shared list sync is better than 2022 but not bulletproof.

Workarounds:

  • For high-stakes shared lists (grocery list with spouse, family chore list), have both parties confirm via iMessage that they see the same items.
  • For team work, use a real team app (Asana, Linear, Notion).
  • For shared lists in your household, sometimes a sign-out-and-back-in to iCloud unsticks it.

For deeper coverage: 13 Apple Reminders Limitations Power Users Hit, Why Power Users Quit Apple Reminders, 8 Reasons People Switch from Apple Reminders to Ultra, and the full 7 Best Apple Reminders Alternatives in 2026 shortlist if you've decided to leave entirely. Hub: Apple Reminders for Power Users: The Complete System.

How we picked

These 10 limitations are the ones that came up repeatedly in r/macapps, r/productivity, r/ADHD, MacRumors forums, and the Apple Discussions threads we monitored between January and April 2026. We weighted by frequency of complaint and severity of impact (i.e. "loses a task" outranks "is annoying"). We left out one-off bugs that have a planned fix and only included structural limitations that have been present for at least two iOS major versions.

The pattern is clear. Apple Reminders is excellent at capture, sync, and family use. It's not built for project work, automation, or AI-augmented triage. Knowing that helps you decide whether to add a layer (Ultra Reminders, GoodTask) or migrate (Things, OmniFocus, Todoist).

"The honest answer is Apple Reminders is the best free task app and it's still not enough for serious work. Add Ultra on top, keep the iCloud benefits, and call it done."

  • paraphrased from a Mac Power Users forum thread, April 2026

FAQ

Q: Will Apple add multi-level subtasks?

A: As of May 2026 there is no public announcement. The single-level subtask limit has been in place since the 2019 Reminders rewrite. People have been requesting it for seven years. The pragmatic move is to either flatten subtasks into separate lists or use a third-party app that supports nested subtasks while syncing back to iCloud.

Q: Is there an AI feature in Apple Reminders?

A: Apple Intelligence (iOS 18+) added auto-categorisation, email-to-task, and improved Siri parsing on supported devices. These cover part of the AI gap but do not include brain-dump triage, daily plan generation, or duplicate detection. Third-party apps like Ultra Reminders fill those.

Q: Can I do time-blocking with Reminders?

A: Not directly. Reminders has date and time fields but no duration. The workaround is to create a parallel Calendar event for the time block. Some third-party apps (Sunsama, Motion, Ultra Reminders) handle the time-blocking and reminder fields together.

Q: Why do my shared lists keep breaking?

A: Shared list sync is the most-reported bug class for Reminders. The root cause is that iCloud sync uses CloudKit shared zones, and these have edge cases when both parties have very full iCloud accounts, when one party is on an older iOS version, or when network conditions during the share invite were bad. Re-sharing the list usually fixes it.

Q: What's the smallest layer I can add to fix these gaps?

A: Ultra Reminders is designed exactly for this. It reads and writes to your existing iCloud account, adds AI triage, advanced recurrence, multi-level subtasks, and on-device AI without requiring you to leave Apple Reminders. Your shared lists, Apple Watch, and Siri keep working. $35 one-time, 14-day free trial.

Ultra Reminders solves the features Apple Reminders has refused to ship for a decade. Free 14-day trial at ultrareminders.com.