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.
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.
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.
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.
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) |
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.
- Speak on the watch
Dictation opens automatically when the app launches. Speak, tap Done — two taps at best. - 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. - 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. - 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.
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.
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.
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?
Won't my nearby iPhone run the shortcut for me?
Can a watch shortcut open an obsidian:// URL?
Does Obsidian Sync enable Apple Watch access?
What if I capture on the watch with no iPhone nearby?
What if Obsidian adds Apple Watch support later?
Related pages
References
- Obsidian Forum — Apple Watch app feature request — Confirms that no watchOS app exists and that the request is still open
- Apple Watch User Guide — Apple's official guide to the apps and features available on watchOS
- Shortcuts User Guide (Apple) — Official guidance on running shortcuts from Apple Watch
- Obsidian Help — Vault, sync and daily note behaviour
- Simple Memo - for Obsidian — App Store — App Store download page