Apple Watch × Obsidian troubleshooting

You can't send to Obsidian from Apple Watch — and it isn't a setting

Your pairing is fine, your shortcut is fine, and so is where your vault lives. Obsidian has no watchOS app — that's the whole cause. No amount of setting-hunting will fix it, so read why, then pick from the workarounds that actually exist today.

SHORT ANSWER

As of August 2026 there is no way to send a note from Apple Watch to Obsidian directly. Obsidian ships no watchOS app, so neither the app nor your vault files exist on the watch. Shortcuts actions and URL schemes both assume the app is installed on the same device, so they fail even with your iPhone right there. The one workable shape is to capture through a different app that does have a watch app, and let the iPhone perform the vault write.

Why it fails — three structural reasons

People burn hours assuming they misconfigured something, so let's be explicit. All three of these are preconditions you cannot change from your side.

REASON 1

Obsidian has no watchOS app

Obsidian's absence from the installable list in your iPhone's Watch app isn't a pairing or storage issue — no watchOS build of Obsidian exists. An Apple Watch companion has been a standing request on Obsidian's forum for years, but it remains a feature request.

REASON 2

Your vault files aren't on the watch

An Obsidian vault is ultimately a folder of Markdown files. Writing to it requires reaching that folder, and watchOS has no Files app equivalent for browsing and editing arbitrary iCloud Drive folders. The destination itself is invisible from the watch.

REASON 3

Shortcuts and URL schemes both assume a locally installed app

A shortcut launched on Apple Watch runs on the watch. Actions vended by an app can be neither picked nor run unless that app is installed there. The same goes for obsidian://: with no app on the watch able to receive the URL, it can't be opened. That's why no amount of rewriting the URL helps.

Common assumptions worth ruling out first

Several ideas that surface in search results look like they should work. Before you spend an evening on them, here's what doesn't.

"If my iPhone is nearby, its Obsidian will handle it"

A shortcut launched on the watch runs on the watch. Handing work to the iPhone only happens when the app itself ships watch support and implements that handoff. Obsidian doesn't.

"Paying for Obsidian Sync will unlock the watch"

Obsidian Sync synchronises a vault between devices; it doesn't create an entry point on a device with no app. Subscribing doesn't conjure a watch client.

"Put the vault in iCloud Drive and write from the watch's Files app"

watchOS has no Files app in the iPhone/iPad sense. Keeping the vault in iCloud Drive does matter — it's what lets an iPhone-side app write to it — but it never makes the folder reachable from the watch.

"Dictate to Voice Memos or Reminders and it'll land in Obsidian"

Those land in Apple's own services and are not connected to your vault. Getting them into Obsidian means transcribing them by hand later, or building an importer.

Three workarounds that exist today

Since writing to Obsidian from the watch alone is off the table, the choice is really where to accept the cost: in manual effort, or in changing the route.

Workaround Capture from wrist Lands in Obsidian automatically Setup cost
A. Capture in a stock watch app, transcribe later × manual none
B. Email yourself via a watch shortcut needs an importer medium (DIY)
C. Use an app with a watch app that writes via the iPhone small (pick a folder once)
A. Stock app, transcribe later
Speak into Reminders or Voice Memos, then copy into Obsidian at your desk. Zero setup and nothing gets lost. But every note carries a transcription step, and once that backlog grows, the capture stops paying for itself.
B. Email yourself from the watch
Sending mail doesn't depend on a third-party app's actions, so it has a chance of running on the watch. The note reliably reaches your inbox — but moving it into Obsidian is still on you to build.
C. Let the iPhone do the write
Send from a watch app and the paired iPhone performs the append to your vault folder. The watch never writes directly, so none of reasons 1–3 apply, and the wrist-to-Obsidian path closes automatically.
🗣️ Bonus: hands-free capture
When even tapping the watch is too much, talk to your AirPods and let the iPhone send it. No wrist involved, which suits walking or cooking.

Workaround C in practice: speak on the wrist, the iPhone writes

Simple Memo is built in exactly this shape. Open the Apple Watch app, speak, send — and the text arrives in your own inbox by email while the paired iPhone appends it to your vault folder in iCloud Drive. The iPhone always performs the write; the watch never touches the vault. No community plugin required.

  1. Speak on the watch
    Dictation opens automatically when the app launches. Speak, tap Done — two taps at best.
  2. The iPhone receives it
    Notes from the watch travel the same send path as notes made on the phone. You never have to remember where you captured something.
  3. It lands in both email and Obsidian
    It reaches your usual inbox, and the same note is appended to your daily note or a fixed inbox note as - HH:mm note.
  4. Nothing is lost offline
    With no signal, the send waits in an encrypted outbox and goes out when you're back online. The vault append is local and doesn't wait for connectivity.
TO BE PRECISE

This is not "saving to Obsidian from the watch alone". Reasons 1–3 above apply to this app too; routing through the iPhone is precisely how it works around them. So with the iPhone powered off, no vault append happens (what you dictated is processed once it reaches the phone). This is not an official Obsidian app or plugin — it's an independent app by Yurica Inc. Obsidian is a trademark of Dynalist Inc.

Carry what you said on your wrist all the way to Obsidian

Free to download. Obsidian setup takes about a minute — pick your vault folder once.

Download on the App Store

If a watch app is installed but still won't send

From here on, this is for when you're using a capture app that does have a watch app and it still isn't arriving. At this stage the causes are usually ordinary configuration issues, not the structural limits above.

📲 Integration is off on the phone
The append happens on the phone. If integration is off there, watch captures never reach the vault. Check Settings → Advanced for the toggle and the selected folder.
📁 The vault isn't in the folder picker
The folder must live in iCloud Drive or On My iPhone and be reachable from the Files app. Vaults kept only in Obsidian Sync may not appear.
🕒 It appended, but you can't find it
A customised daily-note date format or folder can send it to a file you're not looking at. Switch to a fixed inbox note if you want everything in one place.
☁️ iCloud sync lag
The write is immediate, but it can take a few seconds to surface in Obsidian on another device. Sometimes it's only your Mac that hasn't caught up.

For shortcut-side symptoms — truncated bodies, unexpected new notes and the rest — see fixes by symptom when Shortcuts won't write to Obsidian.

FAQ

Why can't I install Obsidian on my Apple Watch?
Because Obsidian doesn't ship a watchOS app. Its absence from the list in your iPhone's Watch app isn't a device or pairing fault — there is no watchOS build. Apple Watch support has been requested on Obsidian's forum for a long time, but it remains a feature request.
Won't my nearby iPhone run the shortcut for me?
No. A shortcut launched on Apple Watch runs on the watch. If an action belongs to an app that isn't installed there, it fails at that point regardless of how close your iPhone is. Reaching iPhone-side processing only works when the app itself provides watch support and implements the handoff.
Can a watch shortcut open an obsidian:// URL?
No. A URL scheme presumes an app on the same device can handle it. With no Obsidian on the watch, nothing can receive an obsidian:// URL and the step fails. This isn't about how the URL is written or encoded, so rewriting it won't help.
Does Obsidian Sync enable Apple Watch access?
It does not. Obsidian Sync synchronises a vault across devices; it doesn't create an entry point on a device without an app. Whatever your subscription state, no app on the watch can read or write the vault, so no input path appears.
What if I capture on the watch with no iPhone nearby?
With Simple Memo, nothing you dictated is lost. Once it reaches the iPhone, an offline send waits in an encrypted outbox and goes out when connectivity returns. The vault append is a local folder write and happens without internet, though it shows up in Obsidian on other devices only after iCloud syncs.
What if Obsidian adds Apple Watch support later?
Then the premises behind reasons 1–3 change and a direct path opens up; this page will be rewritten when it does. What can be verified today is only that Apple Watch support exists as a feature request on the official forum — there's no announced timeline. And if you take workaround C in the meantime, your notes remain in portable forms (email plus Markdown files in your vault), so switching later costs you nothing.

Related pages

References