Help Center
File Attachments
File Attachments
Files can be attached to vault items from any Bitwarden app. An individual file attachment must be 500 MB (100 MB if uploading from mobile) or smaller.
Paid users and members of paid Organizations have 1GB of encrypted storage for file attachments. More storage can be purchased in 1GB increments.
Upload a File
To attach a file to a vault item:
Web Vault
To attach file from the web vault:
Hover-over the vault item to attach the file to and select the Gear icon.
Select Attachments from the dropdown.
In the Attachments panel, Browse... for your file.
Select the Save button.
Once a vault item has a file attached to it, selecting Attachments from the Gear dropdown will also display a list of attached files.
Browser Extension
To attach file from the browser extension:
Open the item to attach the file to and select the Edit button.
Select Attachments.
On the Attachments panel, Browse... for your file.
Select the Save button.
Once a vault item has a file attached to it, selecting Attachments from will also display a list of attached files.
Mobile
To attach file from the mobile app:
Open the item to attach the file to and select the Menu button.
Select Attachments.
On the Attachments panel, select the Choose File button and browse for your file.
Select the Save button.
Once a vault item has a file attached to it, selecting Attachments from the Menu dropdown will also display a list of attached files.
Desktop
To attach file from the desktop app:
Open the item to attach the file to and select the Edit button.
Select Attachments.
On the Attachments panel, Browse... for your file.
Select the Save button.
Once a vault item has a file attached to it, selecting Attachments from will also display a list of attached files.
CLI
Use bw create attachment
to attach a file to an existing vault item, for example:
bw create attachment --file /path/to/myfile.ext --itemid <itemid>
For more information, refer to our CLI documentation.
Download a File
To download a file attachment:
Web Vault
To download an attachment from the web vault:
Hover-over the vault item with the attachment to download and select the Gear icon.
Select Attachments from the dropdown.
Select the attachment to download. Depending on the file type, some attachments might open directly in your browser.
Browser Extension
To download an attachment from the browser extension:
Open the item with the attachment to download.
Scroll to the Attachments section and select the Download button for the item to download.
Mobile
To download an attachment from the mobile app:
Open the item with the attachment to download.
Scroll to the Attachments section and select the Download button for the item to download.
Desktop
To download an attachment from the desktop app:
Open the item with the attachment to download.
Scroll to the Attachments section and select the Download button for the item to download.
CLI
Use bw get attachment
to download a file, for example:
bw get attachment photo.png --itemid 99ee88d2-6046-4ea7-92c2-acac464b1412 --output /Users/myaccount/Pictures/
For more information, refer to our CLI documentation.
Delete a File
To delete a file attachment:
Web Vault
To delete an attachment from the web vault:
Hover-over the vault item with the attachment to delete and select the Gear icon.
Select Attachments from the dropdown.
Hover-over the attachment to delete and select the Delete icon.
Browser Extension
To delete an attachment from the browser extension:
Open the item with the attachment to delete and select the Edit button.
Select Attachments.
On the Attachments panel, select the Delete icon for the attachment to delete.
Mobile
To delete an attachment from the mobile app:
Open the item with the attachment to delete and select the Menu icon.
Select Attachments.
On the Attachments panel, select the Delete icon for the attachment to delete.
Desktop
To delete an attachment from the desktop app:
Open the item with the attachment to delete and select the Edit button.
Select Attachments.
On the Attachments panel, select the Delete icon for the attachment to delete.
CLI
Use bw delete attachment to delete a file attachment, for example:
bw delete attachment 7063feab-4b10-472e-b64c-785e2b870b92
For more information, refer to our CLI documentation.
Add Storage Space
Paid users and members of paid Organizations have 1GB of encrypted storage for file attachments. Individuals and Organizations can purchase additional storage space by completing the following steps:
note
Adding storage space will adjustment your billing totals and immediately charge your payment method. The first change will be prorated for the remainder of the current billing cycle.
Individual
To add storage space to your personal vault:
Open the web vault select the Settings tab.
From the Settings menu, select Premium Membership.
In the Storage section, select the Add Storage button.
Using the counter, choose the number of GB of Storage to Add and select Submit.
Organization
To add storage space to your Organization vault:
Open the web vault and navigate to your Organization.
Select the Settings tab.
From the Settings menu, select Subscription.
In the Storage section, select the Add Storage button.
Using the counter, choose the number of GB of Storage to Add and select Submit.