Installation Guide
Get Obsidian Portable up and running in minutes. This guide covers downloading, extracting, and performing first-run setup.Download Obsidian Portable
Visit the Releases Page
Navigate to the Obsidian Portable GitHub Releases page.
Download Latest Version
Download the latest release package (currently version 1.11.5). The file will be named something like
ObsidianPortable_1.11.5.paf.exe.The
.paf.exe extension stands for “PortableApps.com Format” - it’s a self-extracting installer that doesn’t require admin rights.Choose Your Installation Location
Before installing, decide where you want to run Obsidian Portable from:USB Drive
Best for: Moving between computersExtract to:
E:\PortableApps\ObsidianPortable\(Replace E: with your USB drive letter)Cloud Storage
Best for: Syncing across your own computersExtract to:
- Dropbox:
C:\Users\YourName\Dropbox\PortableApps\ObsidianPortable\ - OneDrive:
C:\Users\YourName\OneDrive\PortableApps\ObsidianPortable\ - Google Drive:
G:\My Drive\PortableApps\ObsidianPortable\
Local Directory
Best for: Single computer, no admin rightsExtract to:
C:\PortableApps\ObsidianPortable\or anywhere on your PCInstallation Steps
Run the Installer
Double-click the downloaded
ObsidianPortable_1.11.5.paf.exe file.No admin rights are required. If Windows SmartScreen appears, click “More info” then “Run anyway”.
Select Installation Location
In the PortableApps.com installer:
- Click Browse to choose your destination folder
- Select your desired location (USB, cloud, or local)
- The installer will create an
ObsidianPortablefolder
Complete Installation
Click Install and wait for extraction to complete (typically 30-60 seconds).The installer will create this directory structure:
First-Run Setup
When you launch Obsidian Portable for the first time:Welcome Screen
Obsidian will display the welcome screen with options to:
- Create new vault
- Open folder as vault
- Open help vault
Create Your First Vault
For a portable setup, it’s recommended to create your vault inside the Obsidian Portable directory:
- Click Create new vault
- Set vault name (e.g., “My Notes”)
- Important: Click Browse and navigate to:
Verify Installation
Confirm everything is working correctly:Check Application Launch
Close and reopen
ObsidianPortable.exe. The application should start without errors.Verify Data Directory
Open Settings (Ctrl+,) and check that Obsidian is using the portable data directory.Your configuration file should be located at:
Test Portability (Optional)
If using a USB drive:
- Close Obsidian Portable
- Safely eject your USB drive
- Reconnect it (it may get a different drive letter)
- Launch ObsidianPortable.exe again
- Verify your vaults are still accessible
The launcher automatically updates vault paths when the drive letter changes using the FileWrite directives in
ObsidianPortable.ini.Installation Locations Explained
Directory Structure
After installation, your directory structure will look like this:What Each Directory Does
- App/: Contains application metadata and launcher configuration
- Data/ObsidianAppData/: Stores all Obsidian settings, plugins, themes, and cache
- Data/Vaults/: Recommended location for your portable vaults
- ObsidianPortable.exe: Main launcher that starts Obsidian with portable parameters
Upgrading Obsidian Portable
To upgrade to a newer version:Troubleshooting
Obsidian won't start
Obsidian won't start
- Verify you have write permissions to the installation directory
- Check that Windows Defender or antivirus isn’t blocking the executable
- Try running from a local directory first to rule out USB/network issues
Settings aren't portable
Settings aren't portable
- Confirm vaults are created inside
Data/Vaults/ - Check that
Data/ObsidianAppData/obsidian.jsonexists - Verify the launcher is using the correct
--user-data-dirparameter
Vaults disappear after drive letter change
Vaults disappear after drive letter change
The launcher should handle this automatically via the FileWrite directives in
ObsidianPortable.ini. If vaults still disappear:- Check that you’re launching via
ObsidianPortable.exe(notObsidian.exedirectly) - Verify vault paths in
Data/ObsidianAppData/obsidian.jsonare being updated
Cloud sync conflicts
Cloud sync conflicts
When running from cloud storage:
- Only run one instance at a time
- Wait for cloud sync to complete before launching on another PC
- Consider using Obsidian’s built-in Sync instead of cloud storage for active multi-device use
Next Steps
Now that Obsidian Portable is installed:- Follow the Quick Start Guide for a 5-minute walkthrough
- Learn about Using Obsidian Portable
- Explore Configuration Options
