## blog

How to Sync Obsidian Across Devices: Comparing the 5 Best Methods

An objective comparison of official Obsidian Sync, LiveSync, Git, Syncthing, and iCloud to help you choose the right setup for your workflow.

Simon

Two Obsidian logos connected by a double-headed arrow with the text Best ways to sync, on a dark purple background with shield checkmarks

Last reviewed: August 2026. Pricing and feature information has been checked and updated.

Every Obsidian user eventually asks the same question: What is the best way to sync my vault?

The answer isn't as straightforward as it seems. Because Obsidian stores your notes as plain Markdown files, you're free to choose how they synchronize across devices. Some solutions are simple to set up but can occasionally produce conflicts. Others offer real-time synchronization but require more technical knowledge. And of course, there is the official subscription service.

In this article, I will compare the most popular synchronization options objectively, explaining the pros, cons, and who each one is best suited for.

In this guide


1. iCloud (and other Cloud Drives)

Visit website
Provider:Apple
Price:Free (up to 5GB)
Best for:Apple-exclusive casual note-takers

Using generic cloud storage like iCloud, Dropbox, or Google Drive is often the first approach users try because it feels familiar.

  • The Good: It is generally free (if you already have the storage) and requires almost no setup on desktop. For users who primarily use Apple devices (Mac + iPhone), iCloud is built into the operating system.
  • The Catch: These services are designed for general file synchronization rather than the frequent file changes generated by note-taking applications. Some users report sync conflicts or duplicate files, especially when editing on multiple devices simultaneously or while offline. Furthermore, background syncing on mobile (especially iOS) can sometimes be inconsistent depending on operating system restrictions.

2. Syncthing

Visit website
Developer:Syncthing Foundation
Price:Free & Open Source
Best for:Free, decentralized, local-only setups

Syncthing is an open-source, peer-to-peer (P2P) file synchronization tool. It is heavily recommended in the Obsidian community for privacy-focused users who want to avoid the cloud.

  • The Good: It is completely open-source, requires no cloud account or central third-party server, has no subscription fee, and is incredibly fast. Your data stays under your control and is transferred directly between your devices.
  • The Catch: Because it is peer-to-peer, your devices need to be online at the same time to synchronize (unless you set up an always-on node like a Raspberry Pi). Additionally, iOS heavily restricts background network activity, making Syncthing difficult to use natively on iPhones without third-party workarounds.

3. Obsidian Git (Version Control)

View on GitHub
Developer:Vinzent
Price:Free & Open Source
Best for:Developers comfortable with version control

For developers, using the community-built Obsidian Git plugin to back up and sync notes via GitHub, GitLab, or a self-hosted Gitea instance is a very common approach.

  • The Good: It is free, provides a perfect and immutable version history, and keeps your notes entirely under your control in a standard Git repository.
  • The Catch: Git is not designed for automatic, real-time database syncing. You have to rely on interval-based auto-commits, deal with standard Git merge conflicts if you edit on multiple devices simultaneously, and the mobile setup (especially on iOS) is complex, often requiring paid third-party apps like Working Copy.

4. Obsidian Sync

Visit website
Provider:Obsidian (Dynalist Inc.)
Price:Starts at $4/month (billed annually)
Best for:The simplest, seamless cross-platform experience

This is the official service provided directly by the Obsidian team, designed to be as seamless as possible.

  • The Good: It features flawless integration into the app. It provides robust End-to-End Encryption (E2EE), per-folder settings, version history, and works seamlessly across all platforms (Windows, Mac, Linux, iOS, Android) with native mobile background syncing.
  • The Catch: It requires a monthly subscription, starting at $4/month (billed annually) or $5/month (billed monthly).

5. Self-Hosted LiveSync

View on GitHub
Developer:vrtmrz (Plugin)
Price:Free Plugin / Server costs vary
Best for:Real-time speed and ultimate infrastructure control

LiveSync is a brilliant, community-built, open-source plugin that uses CouchDB as its synchronization backend to achieve real-time synchronization. It has become one of the most popular community-driven alternatives to the official Obsidian Sync service.

  • The Good: You get real-time sync (changes appear instantly as you type), strong local E2EE, total control over your data infrastructure, and it works perfectly on mobile. The software itself is free.
  • The Catch: You have to deploy and maintain your own CouchDB server. This means managing Docker containers, configuring reverse proxies, and handling ongoing server and database maintenance.

Note: If the idea of LiveSync appeals to you but managing a CouchDB server doesn't, there are now managed hosting services built specifically for this workflow, including EiraSync.


A Note About Backups

Regardless of which method you choose, synchronization is not a replacement for backups. Accidental deletions, corrupted files, or user mistakes can be synchronized just as quickly as legitimate changes. Many synchronization solutions also offer version history, but version history and backups serve different purposes. Keeping regular, versioned backups of your Obsidian vault is always recommended.


The Objective Comparison

Here is how the setups compare on a technical and operational level:

CriterionCloud drivesiCloud / DriveSyncthingObsidian GitObsidian SyncSelf-hosted LiveSyncEiraSync
Realtime / near-realtimeOften delayed / conflict-proneYes (when devices are online)No (commit intervals)YesYesYes (LiveSync)
E2EE / zero-knowledgeOptional (Advanced Data Protection, opt-in)No (TLS in transit; not vault E2EE)No (unless you encrypt the repo separately)Yes1Yes (plugin)Yes (plugin; server sees ciphertext)
EU data residencyVaries by provider / regionYour devices onlyYour choice (host / remote)Primarily USA2Your choiceGermany (Hetzner)
Setup effortLowMedium–highHigh (especially on iOS)LowHigh (CouchDB, TLS, …)Low (setup URI)
Ongoing maintenanceLowMedium (always-on node helps)MediumNoneHighNone
Native iOS background syncGood on Apple devicesLimited / workaroundsComplex (e.g. Working Copy)ExcellentGoodGood (LiveSync)
Version historyLimited / provider-dependentFile versioning (optional)Excellent (Git history)Yes (built-in)CouchDB revisionsSame as LiveSync
Price (as of 2026)Often bundled / free tierFree (open source)Free (open source)$4–5 / month3Server / infra cost14-day trial, then €36/year
  1. 1. Obsidian Sync — Security and privacy (official docs) Source
  2. 2. Obsidian Sync hosts sync data primarily in the USA per official documentation. Source
  3. 3. Current Obsidian Sync pricing on Obsidian’s website (may change). Source

Replaces the Maintenance, Not the Plugin

EiraSync doesn't replace LiveSync—it complements it. Instead, it replaces the operational burden of hosting and maintaining a CouchDB server.

EiraSync provides a managed CouchDB backend, while the LiveSync plugin continues to handle the real-time synchronization and local End-to-End Encryption on your devices.

Summary: Which should you choose?

To make the decision straightforward, here is a breakdown based on typical user profiles:

Your Situation The Recommendation
Apple-only, casual note-taker iCloud might be sufficient if you accept occasional sync conflicts.
Developer comfortable with commits Obsidian Git provides perfect version control for your text files.
Want the simplest experience with official support Obsidian Sync is the gold standard if the subscription fits your budget.
Want a free, decentralized, local-only setup Syncthing (especially if you do not rely heavily on iOS).
Enjoy managing your own infrastructure LiveSync + Self-Hosted CouchDB offers ultimate control.
Want LiveSync's real-time speed without server management EiraSync handles the CouchDB infrastructure for you.

There isn't one perfect synchronization method for everyone. Each option has technical and financial trade-offs. Hopefully, this comparison helps you choose the one that best matches your specific workflow and technical expertise.

If you've decided that LiveSync is the right fit for your workflow but don't want to maintain a CouchDB server yourself, you can try EiraSync free for 14 days.

← Back to blog