TL;DR: Your notes live in your vault folder — not inside Obsidian. Uninstall and reinstall the app freely. Notes are 100% safe.

All Errors & Fixes

Reinstall Obsidian Without Losing Notes

The most important thing to know: your notes are not stored inside Obsidian. They live in your vault folder on your hard drive. You can uninstall and reinstall the app as many times as you need without losing a single note.

How Obsidian Stores Your Notes

🗄️ The Vault Folder (YOUR data — safe)

Your notes, images and attachments are stored in the vault folder — a regular folder you chose when you first set up Obsidian. This folder is completely independent of the Obsidian application.

Common vault locations:

C:\Users\You\Documents\MyVault\ ~/Documents/MyVault/ iCloud Drive/Obsidian/MyVault/

⚙️ The App Installation (safe to delete)

The Obsidian application itself is installed separately — typically in %LOCALAPPDATA%\Obsidian on Windows or /Applications/Obsidian.app on macOS.

Uninstalling this deletes only the app binary and its cache — never your vault files.

✅ Safe to delete — your notes are elsewhere

Safe Reinstall — Step by Step

1 🗺️

Find your vault path

Before doing anything, confirm where your vault is stored. In Obsidian: Settings (gear icon) → About → look for your vault name and path. Write it down or copy it.
2 💾

Back up your vault (recommended)

Copy your entire vault folder to a USB drive, external disk, or cloud folder. This is a precaution — reinstalling will not delete it — but a backup is always good practice.
3 🗑️

Uninstall Obsidian

Windows: Settings → Apps → Installed apps → Obsidian → Uninstall. macOS: drag Obsidian.app from Applications to Trash, then empty Trash. Linux AppImage: just delete the .AppImage file.
4 🧹

(Optional) Clear app config

If you are fixing a serious issue, also delete the Obsidian app config folder: Windows: %appdata%\Obsidian. macOS: ~/Library/Application Support/obsidian. This resets app settings but does not touch your vault.
5 ⬇️

Download and install the latest Obsidian

Click the button below to download a fresh installer. Run it and complete the installation normally.
6

Reopen your vault

Launch Obsidian. On the startup screen click Open folder as vault, navigate to your vault folder (from Step 1), and select it. All your notes, links, tags and plugin settings inside the vault will be restored instantly.
⬇ Download Latest Obsidian Installer

What Gets Reset vs. What Is Preserved

Item Reinstall only Reinstall + clear config
Your notes (Markdown files) ✅ Preserved ✅ Preserved
Vault folder structure ✅ Preserved ✅ Preserved
Vault-level plugin settings (.obsidian folder) ✅ Preserved ✅ Preserved
Installed community plugins ✅ Preserved ✅ Preserved
App-level settings (theme, hotkeys) ✅ Usually preserved ⚠️ Reset to default
Recently opened vault list ✅ Usually preserved ⚠️ Cleared
GPU cache (corrupted data) ✅ Cleared ✅ Cleared

Frequently Asked Questions