Common Issues
Obsidian Portable won't launch
Obsidian Portable won't launch
Symptoms
- Double-clicking
ObsidianPortable.exedoes nothing - Application starts then immediately closes
- Error message appears on launch
Solutions
Check antivirus
Some antivirus software blocks portable executables. Add an exception for the folder.
If the issue persists, try downloading a fresh copy of Obsidian Portable and copying your
Data/ folder to the new installation.Vault not opening or appearing in recent vaults
Vault not opening or appearing in recent vaults
Symptoms
- Previously opened vault doesn’t appear in the vault list
- “Open folder as vault” doesn’t work
- Vault path shows error
Solutions
Check vault pathAfter moving drives, vaults outside the portable directory may have invalid paths:- Open
Data/ObsidianAppData/obsidian.jsonin a text editor - Look for vault entries with old drive letters
- Either:
- Manually update paths to current drive letter
- Re-open the vault using “Open folder as vault”
.obsidian/directory (may be hidden)- Markdown files (
.md)
- In Obsidian, choose “Open folder as vault”
- Navigate to the vault folder
- Select the folder to re-add it to the vault list
Vaults stored within the portable
Data/ directory automatically update their paths. External vaults require manual path correction.Settings not persisting between sessions
Settings not persisting between sessions
Symptoms
- Theme changes don’t save
- Plugin configurations reset
- Custom hotkeys disappear
Solutions
Verify data directoryCheck thatData/ObsidianAppData/ exists and is writable:- Right-click the
Data/folder - Select Properties → Security
- Ensure your user has “Modify” permission
ObsidianPortable.exe, not App/Obsidian/Obsidian.exe directly.The launcher passes the critical parameter:- Right-click
ObsidianPortablefolder - Properties → ensure “Read-only” is not checked
- If on USB drive, check drive properties
Vault paths broken after moving drives
Vault paths broken after moving drives
Symptoms
- Vaults show “path not found” error
- Recently opened vaults have wrong drive letters
- Can’t access vaults that worked before
Solutions
Automatic path update (for vaults in portable directory)If your vault is in theData/ folder, paths should update automatically. If not:- Close Obsidian completely
- Delete
Data/ObsidianAppData/obsidian.json - Relaunch Obsidian Portable
- Re-open your vault using “Open folder as vault”
Data/ObsidianAppData/obsidian.json:E:\\ to the correct current drive letter.Use double backslashes (
\\) in JSON file paths. For example: "F:\\\\Data\\\\MyVault"- Initial data directory placeholder
- Package location changes (folder renamed/moved)
- PortableApps base directory changes
- Drive letter changes
Performance issues and slow loading
Performance issues and slow loading
Symptoms
- Obsidian takes long to launch
- Slow typing or editing
- Delayed file opening
- High CPU or memory usage
Solutions
Check storage speedSlow storage significantly affects performance:- USB 2.0: Very slow - upgrade to USB 3.0+
- USB 3.0: Acceptable for basic use
- SSD/NVMe: Best performance
- Network drives: Speed varies; test with local drive first
- Split large vaults into smaller, focused vaults
- Archive old notes to separate vaults
- Remove unused attachments and files
- Open Settings → Community plugins
- Disable plugins you don’t actively use
- Test performance after each change to identify culprits
- Move large attachments outside the vault
- Link to files rather than embedding them
- Use external folders for media storage
- Close Obsidian
- Navigate to
Data/ObsidianAppData/Cache/ - Delete cache files
- Restart Obsidian
Performance on portable drives varies significantly by drive quality and USB version. For best results, use USB 3.0 or higher.
Plugins not working or failing to install
Plugins not working or failing to install
Symptoms
- Community plugins won’t install
- Installed plugins don’t appear
- Plugin errors in console
- Plugins disabled on restart
Solutions
Enable community pluginsCheck internet connectivityPlugin installation requires internet access to download from the plugin repository.Verify write permissionsEnsure Obsidian can write to:
- Download plugin from GitHub releases
- Extract to
YourVault/.obsidian/plugins/plugin-name/ - Ensure the folder contains:
manifest.jsonmain.jsstyles.css(if applicable)
- Restart Obsidian
- Enable plugin in Settings → Community plugins
- Check plugin documentation for version requirements
- Update Obsidian Portable to the latest version
- Report compatibility issues to plugin developers
Themes not applying or missing
Themes not applying or missing
Symptoms
- Installed theme doesn’t appear
- Theme changes don’t take effect
- Theme looks broken or incomplete
Solutions
Verify theme installationCheck that theme files exist:- Settings → Appearance
- Under “Themes”, select your installed theme from the dropdown
- Reload Obsidian if needed
- Close Obsidian
- Delete
YourVault/.obsidian/appearance.json - Restart Obsidian and reselect theme
- Settings → Appearance → CSS snippets
- Disable all snippets
- Test if theme works
- Re-enable snippets one by one to identify conflicts
- Settings → Appearance → Manage themes
- Find the theme and click “X” to uninstall
- Reinstall the theme
- Select it from the themes dropdown
Themes are vault-specific. If you want the same theme across multiple vaults, install it in each vault separately.
Cloud sync conflicts and data issues
Cloud sync conflicts and data issues
Symptoms
- Duplicate files with “conflict” in the name
- Settings reverting unexpectedly
- Vault corruption or missing notes
- Sync service showing conflicts
Solutions
Prevent simultaneous accessNever open the same vault on multiple computers at the same time:- Always close Obsidian before syncing
- Wait for sync to complete before opening on another device
- Check sync status before launching
Best practices for cloud sync
- Close before sync: Always exit Obsidian before allowing sync
- One device at a time: Only use on one computer at a time
- Wait for completion: Let sync finish before moving to another device
- Monitor sync status: Watch for sync errors or conflicts
- Regular backups: Keep separate backups outside cloud storage
- Use Obsidian’s official sync service
- Handles simultaneous access safely
- Provides version history and conflict resolution
- End-to-end encrypted
Application data not portable
Application data not portable
Symptoms
- Settings reset when moving to new computer
- Vault list is empty after moving drive
- Have to reconfigure everything on each computer
Solutions
Verify launch methodYou must launch usingObsidianPortable.exe, not the direct executable.Check for correct executableWrong: App/Obsidian/Obsidian.exeCorrect:
ObsidianPortable.exe (in root folder)Verify data directory parameterThe launcher should pass:- Launch Obsidian Portable
- Open Task Manager
- Right-click Obsidian process → Properties
- Check command line includes
--user-data-dir
App/AppInfo/Launcher/ObsidianPortable.ini contains:If you’ve been launching the wrong executable, your settings are in the system default location. Copy them from
%APPDATA%/Obsidian to Data/ObsidianAppData/ to migrate them to portable mode.Error Messages
”Failed to load vault”
Cause: Vault path is invalid or vault folder is corrupted. Solution:- Verify the vault folder exists at the specified path
- Check that
.obsidian/directory exists within the vault - Try opening the vault folder directly using “Open folder as vault"
"Permission denied”
Cause: Insufficient file system permissions. Solution:- Check folder permissions (Right-click → Properties → Security)
- Ensure you have “Modify” permission
- Try running as administrator (though usually not needed)
- Check if drive is write-protected
”Cannot create directory”
Cause: No write access or drive is full. Solution:- Check available disk space
- Verify write permissions
- Ensure drive is not read-only
- Check if running from protected location
Platform-Specific Issues
Windows 10/11
Windows Defender SmartScreen blocking- Click “More info” when SmartScreen appears
- Click “Run anyway”
- Add permanent exception in Windows Security
- Exclude vault folders from Windows Search indexing
- Settings → Search → Searching Windows → Exclude folders
Network Drives
UNC path performance Network drives may be slow:- Test with local drive first to rule out Obsidian issues
- Check network speed and latency
- Consider mapping network drive to a letter
- Use local sync instead of direct network access
- Ensure you’re logged in to the network
- Map the network drive with credentials saved
- Test access in File Explorer first
Getting Help
If these solutions don’t resolve your issue:Obsidian Documentation
Official Obsidian documentation and guides
Obsidian Forum
Community forum for questions and discussions
PortableApps Forums
Support for portable app issues
GitHub Issues
Report portable-specific bugs and issues
Information to Include
When reporting issues, include:- Obsidian Portable version: Found in
App/AppInfo/appinfo.ini - Windows version: Windows 10, Windows 11, etc.
- Storage type: USB drive, network drive, cloud folder, etc.
- Drive type: USB 2.0, USB 3.0, SSD, HDD, etc.
- Steps to reproduce: Detailed steps that cause the issue
- Error messages: Exact text of any error messages
- Screenshots: If applicable, showing the problem
Diagnostic Steps
For persistent issues, try these diagnostic steps:Test with fresh installation
Download fresh Obsidian Portable, test if issue occurs without your data
Preventive Measures
Avoid common issues:- Regular backups: Copy
Data/folder regularly - Safe ejection: Always use “Safely Remove Hardware”
- Close properly: Exit Obsidian before closing/ejecting
- Update regularly: Keep Obsidian Portable updated
- Monitor storage: Ensure adequate free space
- Test after changes: Test after installing plugins or themes
Most issues with Obsidian Portable are related to storage performance, permissions, or incorrect launch methods. Following the guidelines in this documentation prevents most common problems.
Emergency Recovery
If Obsidian Portable is completely broken:Recover Your Data
- Your notes are safe: Vaults are just folders with
.mdfiles - Access vaults directly: Open vault folders in any text editor
- Copy vaults: Copy vault folders to a safe location
- Reinstall: Download fresh Obsidian Portable
- Restore data: Copy
Data/folder from backup
