Import Data to your Vault
Import data to your individual Bitwarden vault for easy migration from any password management solution. You can also import from one Bitwarden vault to another or import an encrypted export.
For a full list of supported import formats, refer to this FAQ item, or use one of these articles for importing from the most popular solutions:
tip
If you need to import to an organization instead of to your individual vault, refer to this article.
Data can be imported to Bitwarden from the web vault, CLI, desktop app, or browser extension. Data is encrypted locally before being sent to the server for storage. To import your data:
Så här importerar du data till ditt valv:
Logga in på webbvalvet på https://vault.bitwarden.com, https://vault.bitwarden.eu eller
https://your.bitwarden.domain.com
om du är självvärd.Välj Verktyg → Importera data från navigeringen:
Importera data Fyll i följande fält från rullgardinsmenyerna:
Valv: Välj importdestination som ditt individuella valv eller ett organisationsvalv som du har tillgång till.
Mapp eller samling: Välj om du vill att det importerade innehållet flyttas till en specifik mapp eller organisationssamling som du har tillgång till.
Filformat: Välj importfilformat.
Välj Välj fil och lägg till filen för att importera eller kopiera/klistra in innehållet i din fil i inmatningsrutan.
warning
Importering kontrollerar inte om objekt i filen som ska importeras redan finns i ditt valv. Om du importerar flera filer eller importerar filer med objekt som redan finns i ditt valv kommer detta att skapa dubbletter.
Välj Importera data för att utlösa importen. Om du importerar en lösenordsskyddad
.json-fil
anger du lösenordet i fönstret Bekräfta valvimport som visas.Efter lyckad import, ta bort importkällfilen från din dator. Detta skyddar dig i händelse av att din dator äventyras.
Ytterligare objekt som filbilagor, skickar och papperskorgen måste laddas upp manuellt till ditt valv.
Organizations that have enabled the Remove individual vault policy may create individual collections for members to store vault items. Users who do not have access to an individual vault may import vault items to the individual collection.
Create an individual collection:
Create new individual collection note
If you are an organization admin or owner creating a private collection for a non admin user, the user must be added to the collection and given Manage collection permission in order to import to the individual collection.
Individual collection permissions To import data, navigate to
Tools → Import data. On the import data screen, select the vault and collection you would like to import data to. The Can Manage permission is required in order to import data.:Import to individual vault Choose the File format and import method. Once complete, select Import data.
File attachments must be manually migrated to your Bitwarden vault, as they are currently not including in bulk import operations. Please note that storage of file attachments is available only for premium users, including members of paid organizations (families, teams, or enterprise).
The following error messages, typically received when attempting to import a .csv
, indicate that an item in your import file has a specified value that exceeds the allowed encrypted character limit for its field type:

To solve this issue, open the .csv
file in a text editor or spreadsheet program and remove or reduce the character count of the offending item. Bitwarden won't import your .csv
file until it is free of offenses. The contents of the error messages contain several pieces of pertinent data to help you identify the offending item. For example, in the above example:
[1]
identifies the index number where the offending item is located, adjusted to match row numbering in most spreadsheet programs.[Login]
identifies the vault itemtype
of the offending item."Facebook"
identifies thename
of the offending item.Notes
indicates the field (column) where the character limit is exceeded.10000
indicates the character limit allowed for that field (column).tip
On import, the character count of any given field is increased due to encryption, meaning that an 8000-character
Notes
field in your.csv
will scale to 10,000+ characters when it comes into contact with Bitwarden, triggering this error. As a rule of thumb, character counts will grow between 30-50% when encrypted.
If you continue to have trouble locating the offending item using the data provided in the error, it may help to focus first on notes as these are frequently the cause of this error.
Imports may be rejected for exceeding any of the following data limitations:
If your import has more than 40,000 items.
If your import has more than 2,000 folders.
If your import has more than 2,000 collections.
If your import has more than 7,000 item-folder relationships (e.g. a single item in 3 folders can be said to have 3 item-folder relationships).
If your import has more than 80,000 item-collection relationships (e.g. a single item in 3 collections can be said to have 3 item-collection relationships).
If you are a user, rather than an admin or owner, importing data to an organization requires that all imported credentials have at least one collection associated with them. To resolve this error, you can:
Select an existing collection that you have Can manage access to from the Collection dropdown on the import screen before importing your data. Doing so will add the items to this collection.
Specify a new collection name for the unassigned items in your import file. Doing so will automatically create that collection and add the items to it. For help conditioning your import file, refer to this article.
note
This error can only occur when your organization has the Limit collection creation and deletion to owners and admins option off, as this will allow users to create and import to their own collections.