mirror of
https://github.com/bitwarden/help
synced 2025-12-12 22:33:16 +00:00
* jekyll redirect from * Organizations rev (#262) * Organizations revisions initial commit. * API doc updates * Fix absolute link causing build failure. * Add import to org article, and downstream order changes. * Bitwarden 101 videos: 1st steps toward proliferating these throughout /help. * Added 'Create Your Account' article, which references B101 Videos. * About SSO redirect & promote importing for orgs up the list * Create Org FAQs & trim Feature FAQs accordingly. * Image for Org FAQs * Move 'About the Business Portal' to Orgs category, and re-order accordingly. * Final edits. * Dchoi/bootstrap upgrade (#264) * bootstrap 4 upgrade and cleanup update gulp tasks * bootstrap package updates * renaming file convention * general outline of help outline * bitwarden help cleanup * article cleanup * article general styling complete * bootstrap help page upgrades * sidebar updates * Dchoi/bootstrap upgrade (#267) * bootstrap 4 upgrade and cleanup update gulp tasks * bootstrap package updates * renaming file convention * general outline of help outline * bitwarden help cleanup * article cleanup * article general styling complete * bootstrap help page upgrades * sidebar updates * toc dynamic and more updates * fix callout conditions * sidebar collapse functionality added * sidebar header toggle functionality * sidebar article fixes * Update sidebar.html Fix sidebar Release Notes link. * Update releasenotes.md Remove unnecessary category tag. * Delete release-notes.md Remove unnecessary category. * Update why-choose-bitwarden-for-your-team.md Test table image differentiation * Update why-choose-bitwarden-for-your-team.md Second image differentiation test * removed links from category breadcrumb and replaced with badges Co-authored-by: fred_the_tech_writer <69817454+fschillingeriv@users.noreply.github.com>
66 lines
3.3 KiB
Markdown
66 lines
3.3 KiB
Markdown
---
|
|
layout: article
|
|
title: Where is my data stored on my computer/device?
|
|
categories: [security]
|
|
featured: true
|
|
popular: false
|
|
tags: []
|
|
---
|
|
|
|
Your data is also automatically synced to our [cloud servers]({% link _articles/security/where-is-data-stored-cloud.md %}). In the event that you need to recover your data due to a device crash, simply reinstall the Bitwarden application and log in and your data will be re-synced.
|
|
|
|
All sensitive data stored on your computer/device is encrypted. The data can be found in the following locations:
|
|
|
|
## Desktop
|
|
|
|
- Windows
|
|
- Standard Installations & Store: `%AppData%\Bitwarden`
|
|
- Portable: `.\bitwarden-appdata`
|
|
- macOS
|
|
- Standard Installations: `~/Library/Application Support/Bitwarden`
|
|
- Mac App Store: `~/Library/Containers/com.bitwarden.desktop/Data/Library/Application Support/Bitwarden`
|
|
- Linux
|
|
- Standard Installations: `~/.config/Bitwarden`
|
|
- Snap: `~/snap/bitwarden/current/.config/Bitwarden`
|
|
|
|
{% callout success %}
|
|
You can override the storage location for your Bitwarden desktop application data by setting the `BITWARDEN_APPDATA_DIR` environment variable to an absolute path.
|
|
{% endcallout %}
|
|
|
|
## Browser Extension
|
|
|
|
- Windows
|
|
- Chrome: `%LocalAppData%\Google\Chrome\User Data\Default\Local Extension Settings\nngceckbapebfimnlniiiahkandclblb`
|
|
- Firefox: `%AppData%\Mozilla\Firefox\Profiles\your_profile\storage\default\moz-extension+++[UUID]^userContextId=[integer]`
|
|
- Opera: `%AppData%\Opera Software\Opera Stable\Local Extension Settings\ccnckbpmaceehanjmeomladnmlffdjgn`
|
|
- Vivaldi: `%LocalAppData%\Vivaldi\User Data\Default\Local Extension Settings\nngceckbapebfimnlniiiahkandclblb`
|
|
- Brave: `%LocalAppData%\BraveSoftware\Brave-browser\User Data\Default\Local Extension Settings\nngceckbapebfimnlniiiahkandclblb`
|
|
- Edge: `%LocalAppData%\Microsoft\Edge\User Data\Default\Extensions\jbkfoedolllekgbhcbcoahefnbanhhlh`
|
|
- macOS
|
|
- Chrome: `~/Library/Application Support/Google/Chrome/Default/Local Extension Settings/nngceckbapebfimnlniiiahkandclblb`
|
|
- Firefox: `~/Library/Application Support/Firefox/Profiles/your_profile/storage/default/moz-extension+++[UUID]^userContextID=[integer]`
|
|
- Safari: `~/Library/Safari/Databases`
|
|
- Edge: `~/Library/Application Support/Microsoft Edge/Default/Extensions`
|
|
- Linux
|
|
- Chrome: `~/.config/google-chrome/Default/Local Extension Settings/nngceckbapebfimnlniiiahkandclblb`
|
|
- Firefox: `~/.mozilla/firefox/your_profile/storage/default/moz-extension+++[UUID]^userContextID=[integer]`
|
|
|
|
{% callout info %}
|
|
To enhance security, Firefox uses Universally Unique Identifiers (UUIDs) within extension storage folder names. Use the `about:debugging#/runtime/this-firefox` page (navigate from Firefox's address bar) to locate your Bitwarden extension UUID. Replace [UUID] with that UUID. Note also that Firefox allows users to customize where to store their profiles (and thus local Bitwarden extension data). The location specified above is the default.
|
|
{% endcallout %}
|
|
|
|
## Mobile
|
|
|
|
- iOS: app group for `group.com.8bit.bitwarden`
|
|
- Android: `/data/data/com.x8bit.bitwarden/`
|
|
|
|
## CLI
|
|
|
|
- Windows: `%AppData%\Bitwarden CLI`
|
|
- macOS: `~/Library/Application Support/Bitwarden CLI`
|
|
- Linux: `~/.config/Bitwarden CLI`
|
|
|
|
{% callout success %}
|
|
You can override the storage location for your Bitwarden CLI application data by setting the `BITWARDENCLI_APPDATA_DIR` environment variable to an absolute path.
|
|
{% endcallout %}
|