Overview
Obsidian Portable can be upgraded to newer versions while preserving all your vaults, settings, and data. The upgrade process replaces the application files while keeping your Data directory intact.Current Version
The latest version of Obsidian Portable includes:- Obsidian Version: 1.11.5
- Package Version: 1.11.5.0
- Format: PortableApps.com Format 3.7
You can check your current version by looking at
App/AppInfo/appinfo.ini or running ObsidianPortable.exe and checking Help → About in Obsidian.Before You Upgrade
1. Backup Your Data
Always create a backup before upgrading, even though the process preserves your data. What to backup:- External hard drive
- Cloud storage (Dropbox, Google Drive, OneDrive)
- Different partition or drive
- Network storage
2. Close Obsidian
Ensure Obsidian is completely closed before upgrading:- Exit Obsidian normally (File → Exit or close all windows)
- Check Task Manager (Ctrl+Shift+Esc) to verify
Obsidian.exeis not running - Wait a few seconds for any background processes to finish
3. Document Your Current Setup
Note your current configuration:- List of installed community plugins
- Custom CSS snippets
- Hotkey customizations
- Vault locations (especially if outside the Data directory)
Upgrade Methods
Method 1: Using PortableApps.com Platform (Recommended)
If you use the PortableApps.com Platform, upgrades are automatic:- Launch the PortableApps.com Platform
- Click Check for Updates
- Select Obsidian Portable from the update list
- Click Update
- Wait for the download and installation to complete
- Launch Obsidian Portable to verify the update
- Downloads the latest version
- Preserves your Data directory
- Updates only the App directory
- Maintains your portable configuration
Method 2: Manual Upgrade
For standalone installations without the Platform:Step 1: Download New Version
- Visit PortableApps.com Obsidian Portable page
- Download the latest installer (e.g.,
ObsidianPortable_1.11.5.paf.exe) - Save to a temporary location
Step 2: Backup Current Installation
Step 3: Run Installer
- Run the downloaded
.paf.exefile - Select the same installation directory as your current installation
- The installer will prompt: “ObsidianPortable is already installed. Would you like to upgrade?”
- Click Yes to proceed
- Wait for installation to complete
The installer intelligently preserves the Data directory while updating App files.
Step 4: Verify Upgrade
- Navigate to your installation directory
- Check
App/AppInfo/appinfo.inito verify the new version:
- Launch
ObsidianPortable.exe - Verify your vaults are accessible
- Check that settings and plugins are intact
Method 3: Fresh Install with Data Migration
For a clean installation (useful for troubleshooting):- Backup the entire
Datadirectory from your current installation - Install Obsidian Portable to a new directory
- Close the newly installed Obsidian
- Replace the new
Datadirectory with your backup - Launch Obsidian Portable from the new location
Preserving Data
What Gets Preserved
During upgrades, the following are automatically preserved: ✅ Always Preserved:- All vaults (if stored in Data directory)
- Vault configurations and settings
- Installed community plugins
- Custom themes and CSS snippets
- Hotkey configurations
- Workspace layouts
- Graph view settings
- File recovery snapshots
- Cache and index data
What Gets Replaced
❌ Replaced During Upgrade:- Obsidian application files (
App/Obsidian/) - Launcher executable (
ObsidianPortable.exe) - Application icons and metadata
- Help files
The
App/AppInfo/Launcher/ObsidianPortable.ini configuration is typically replaced, but since it rarely requires customization, this is usually not an issue. If you’ve customized it, back it up separately.External Vaults
If your vaults are stored outside the Data directory:obsidian.json, which contains the paths to your external vaults. Your vaults remain accessible after upgrading.
Version Compatibility
Obsidian Version History
Recent Obsidian Portable releases:| Version | Release Date | Notable Changes |
|---|---|---|
| 1.11.5 | 2026-01-20 | Latest release |
| 1.9.12 | 2025-08-26 | |
| 1.8.7 | 2025-02-18 | |
| 1.6.5 | 2024-06-25 | |
| 1.4.13 | 2023-09-15 |
Plugin Compatibility
After upgrading:- Launch Obsidian
- Go to Settings → Community Plugins
- Click Check for updates
- Update any plugins that have new versions
Downgrading
If you need to revert to an older version:- Download the older version installer
- Follow the manual upgrade process (Method 2)
- Install to the same directory
Downgrading is generally safe, but some newer plugins may not be compatible with older Obsidian versions.
Troubleshooting Upgrades
Upgrade Fails to Complete
Symptoms: Installer hangs or shows errors Solutions:- Ensure Obsidian is completely closed
- Check that you have write permissions to the installation directory
- Temporarily disable antivirus software
- Run the installer as Administrator (right-click → Run as Administrator)
- Try a fresh install with data migration (Method 3)
Vaults Not Appearing After Upgrade
Symptoms: Obsidian launches but vaults are missing Solutions:- Check
Data/ObsidianAppData/obsidian.jsonexists and is not empty - Restore
obsidian.jsonfrom backup - Manually re-add vaults through Obsidian (File → Open vault)
- Verify vault paths if stored externally
Plugins Not Working
Symptoms: Plugins fail to load or cause errors Solutions:- Update all plugins (Settings → Community Plugins → Check for updates)
- Disable incompatible plugins
- Check plugin compatibility with the new Obsidian version
- Clear cache: Delete
Data/ObsidianAppData/Cache/and restart
Settings Reset
Symptoms: Settings return to defaults after upgrade Solutions:- Restore from backup if available
- Check that
Data/ObsidianAppData/was preserved - Verify you upgraded (not fresh installed) to the same directory
Best Practices
Regular Backups
Schedule regular backups of your Data directory, not just before upgrades. Consider using automated backup tools or version control for your vaults.
Test After Upgrading
After upgrading, test core functionality:
- Open all vaults
- Test critical plugins
- Verify sync if using third-party sync
- Check custom CSS and themes
Stay Informed
Monitor Obsidian changelogs and community forums for known issues with new releases before upgrading.
Staged Rollout
If using Obsidian Portable in a team or organization, test upgrades on a single machine before deploying widely.
Related Resources
- Obsidian Official Changelog
- File Structure Reference
- Launcher Configuration
- Portability Guide - Understanding portable data management
