Export Vault Data
You can export your individual vault data from any Bitwarden app, or export organization vault data from the web vault or CLI. Exports can be downloaded as plaintext .json or .csv files, or as a .json encrypted export.
We recommend using .json for a more complete export, as .csv files won't currently export cards or identities. For complete information on the format of Bitwarden .csv and .json files, see condition a Bitwarden .csv or .json.
Vault exports will not include file attachments, items in the trash, password history, or Sends.
warning
Unless you are using an encrypted export, do not store or send the exported file over insecure channels, like email, and delete the file immediately after use.
Export an individual vault
warning
Exporting your individual data will not export any data owned by an organization that you belong to. To export organization data, follow these instructions.
To export your individual vault data from the web vault:
Select Tools from the top navigation bar.
Select Export Vault from the tools menu.
On the vault export page, choose a File Format (
.json,.csv, or.json (Encrypted)).tip
If you need to import this data into a new Bitwarden account, choose the regular
.jsonformat (not.json (Encrypted)).Enter your master password and select the Export Vault button.
To export your individual vault data from a browser extension:
Open the Settings tab.
Scroll down to the Tools section and select the Export vault option.
On the export vault view, choose a File Format (
.json,.csv, or.json (Encrypted)).tip
If you need to import this data into a new Bitwarden account, choose the regular
.jsonformat (not.json (Encrypted)).Enter your master password and select Submit.
note
If you are exporting from Vivaldi, you may need to pop-out the browser extension for export to work properly:

To export your individual vault data from a desktop app:
From the menu bar, navigate to File → Export vault.
In the export vault window, choose a File Format (
.json,.csv, or.json (Encryped)).tip
If you need to import this data into a new Bitwarden account, choose the regular
.jsonformat (not.json (Encrypted)).Enter your master password and select the Download button.
To export your individual vault data from a mobile app:
Tap the Settings tab.
Scroll down to the Tools section and tap the Export Vault option.
On the export vault view, choose a File Format (
.json,.csv, or.json (Encrypted)).tip
If you need to import this data into a new Bitwarden account, choose the regular
.jsonformat (not.json (Encrypted)).Enter your master password and select the Export vault button.
To export your individual vault data from the CLI, use the export command. By default, export will export your vault as a .csv and save the file to the working directory, however this behavior can be altered using options:
bw export --output /users/me/documents/ --format json --password mYP@ssw0rdThe --password option can be used to specify a password to use to encrypt encrypted_json exports instead of your account encryption key.
For more detail, please see review the Bitwarden CLI documentation.
Export an organization vault
Organization admins and owners can export their organization data (all items owned by the organization) from the web vault or CLI:
To export your organization data from the web vault:
Open your organization and select the Tools tab:
![Export Organization Vault]()
Export Organization Vault Select Export Vault from the tools menu.
On the vault export page, choose a File Format (
.json,.csv, or.json (Encrypted)).Enter your master password and select the Export Vault button.
note
Exporting an organization's vault data will be captured by event logs. Learn more.
To export your organization data from the CLI, use the export command with the --organizationid option.
By default, export will export your vault as a .csv and save the file to the working directory, however this behavior can be altered using options:
bw export my-master-password --organizationid 7063feab-4b10-472e-b64c-785e2b870b92 --output /users/me/documents/ --format jsontip
If you don't know your organizationid value off-hand, you can access it at the command-line using bw list organizations.
For more detail, see our CLI documentation.
note
Exporting an organization's vault data will be captured by event logs. Learn more.
