Bitwarden
An open-source password manager with a genuinely usable free tier, optional Premium and Families plans, and a self-hosting option for teams and privacy-focused users. Uses end-to-end encryption and has been independently audited.
- Price: Free forever / Premium ~$10/year / Families ~$40/year (6 users) / Business from ~$4/user/month
- Platforms: Windows, macOS, Linux, iOS, Android, browser extensions, CLI, web, self-hosted
In This Guide
Who Is Bitwarden For?
Bitwarden is a free, open-source password manager that has grown into one of the most recommended options for individuals, families, and teams. Its source code is public, it has been independently audited, and its free tier is genuinely useful rather than a 14-day trial in disguise.
It's a strong fit for privacy-focused users who want to verify that their password manager does what it says. Every client, every server component, and every cryptography routine is open source and audited.
It suits users coming from LastPass or reluctant to pay who want a real free tier without device limits, sync limits, or feature nags.
It's a good fit for families thanks to an inexpensive Families plan that covers up to six users with shared folders.
It also works well for teams and small businesses that want end-to-end encrypted password sharing without being locked into a closed ecosystem.
Bitwarden is less compelling for users who want a polished, marketing-heavy experience. The apps are functional and clean but plainer than 1Password or Dashlane.
It's also less suited for users who want integrated secure storage, travel modes, or deep dark-web monitoring out of the box — those features exist but are typically behind Premium or competitors do them more prominently.
The Vault & Apps
Bitwarden's vault is the standard password-manager setup: encrypted items syncing across devices via apps and browser extensions.
- Item types — passwords, secure notes, payment cards, and identity records, plus file attachments on Premium.
- Unlimited items — even on the free tier, there is no cap on how many passwords you can store.
- Unlimited devices — free users can sync across as many devices as they like. There is no "2 devices max" limit.
- Browser extensions — official extensions for Chrome, Firefox, Safari, Edge, Brave, Opera, Vivaldi, and Tor Browser.
- Desktop apps — native apps for Windows, macOS, and Linux.
- Mobile apps — iOS and Android with biometric unlock, autofill, and widgets.
- CLI — a full command-line client for scripting and automation, useful for developers and DevOps.
- Web vault — browser-based access at vault.bitwarden.com with the same features as desktop apps.
- Folder and collection organisation — folders for personal items, collections for shared team items.
- Autofill — fill credentials on login forms, payment fields, and identity fields across apps and the web.
- Password generator — random passwords and passphrases with customisable length, character sets, and word count.
- Send — a feature for sharing encrypted text and files with expiring links, even to recipients without a Bitwarden account.
The free tier is the biggest reason Bitwarden is recommended for new password-manager users — you get unlimited items on unlimited devices with no nagging.
Security & Open Source
Bitwarden has one of the clearest security stories in the password-manager space.
- Zero-knowledge end-to-end encryption — vault data is encrypted on your device with a key derived from your master password. Bitwarden servers only see ciphertext.
- AES-256 + PBKDF2 / Argon2 — vault contents are encrypted with AES-256. Key derivation uses PBKDF2 with a configurable iteration count, and newer accounts can opt into Argon2id.
- Open source — client apps, browser extensions, server components, and CLI are all open source under the GPLv3 and AGPLv3.
- Independent audits — Bitwarden regularly commissions third-party security audits and publishes the reports.
- SOC 2 and GDPR — SOC 2 Type 2 certified, with GDPR, CCPA, and HIPAA compliance for relevant tiers.
- Two-factor authentication — TOTP, email, Duo, YubiKey, FIDO2 WebAuthn, and more, with most methods available on the free tier.
- Emergency access — on Premium, designate trusted contacts who can request access to your vault after a waiting period.
- Vault health reports — Premium reports flag weak, reused, exposed, and unencrypted-site passwords plus 2FA-eligible accounts.
- Data breach alerts — check individual passwords against Have I Been Pwned for exposure.
- Session timeout and lockout — configurable lock on idle or on system lock across every client.
The combination of open source, independent audits, and zero-knowledge design is why Bitwarden often appears in privacy-focused recommendations alongside paid competitors.
Premium & Families
For about $10 a year, Bitwarden Premium adds a handful of extras without removing anything from the free tier.
- 1GB encrypted file storage — attach files to vault items (IDs, recovery codes, private keys).
- Integrated TOTP generator — store and auto-fill TOTP codes directly in Bitwarden, replacing a separate authenticator app if you want.
- Vault health reports — weak, reused, exposed, and unsecure website reports to audit your vault.
- Emergency access — grant trusted contacts time-delayed emergency access to your vault.
- YubiKey, Duo, and FIDO2 security keys — hardware 2FA support for users with security keys.
- Priority support — email support response prioritised over free users.
Families plans cost around $40 a year for up to six users and bundle Premium for all of them plus shared collections.
- 6 Premium accounts included — each family member gets the full Premium feature set.
- Unlimited shared collections — group passwords by household area (streaming, finance, utilities) and share between members.
- Organisation admin — one member manages collections, invites, and roles.
- Shared item history — see who changed a shared item and when.
At ~$40/year for six people, Families is one of the cheapest family password-manager plans on the market.
Self-Hosting & Business
Bitwarden's self-hosting option is unusual among mainstream password managers and a key reason it's popular with privacy-conscious users.
- Official self-host — run the full Bitwarden stack on your own server with Docker; supports personal, family, and organisation use.
- Vaultwarden — a compatible community reimplementation in Rust that is lighter on resources and widely used by homelab and small-team users.
- Data residency — self-hosting lets users choose where their vault lives rather than trusting the default US / EU cloud.
- Business plans — Teams and Enterprise tiers add SSO, directory sync, group policies, and advanced admin controls.
- SCIM provisioning — automatic user provisioning and deprovisioning from identity providers.
- Passwordless login — passkey-based login and WebAuthn across the product.
- Secrets Manager — a separate product for machine-to-machine secrets used by developers and DevOps teams.
- Audit logs and event reporting — for compliance and incident investigation on Business plans.
- Custom roles and permissions — granular access control on collections.
The self-host + Business combination makes Bitwarden unusually flexible: individuals on the free tier, families on Families, small teams on Business, and privacy-conscious organisations running their own server — all on the same codebase.
Pricing & Final Thoughts
| Plan | Price (approx) | Highlights |
|---|---|---|
| Free | $0 | Unlimited items, unlimited devices, core features |
| Premium | ~$10/year | File storage, TOTP, reports, emergency access |
| Families | ~$40/year | 6 Premium accounts and shared collections |
| Teams | from ~$4/user/month | Shared collections, groups, event logs |
| Enterprise | from ~$6/user/month | SSO, SCIM, policies, Secrets Manager |
Bitwarden's pricing is dramatically cheaper than most commercial alternatives. Where 1Password Families is around $60/year and Dashlane Family is around $90/year, Bitwarden Families sits at ~$40/year for the same six-user structure.
Compared with the category, Bitwarden's unique angle is open source plus self-hosting. No other mainstream password manager offers both. 1Password and Dashlane are more polished; NordPass is simpler; but Bitwarden is the only one you can inspect, fork, and run yourself.
For users who want a serious password manager without a serious price tag, and who value being able to see exactly what the software does, Bitwarden is one of the easiest recommendations in the category in 2026.
Bitwarden
Open-source password manager with a genuinely useful free tier, inexpensive Premium and Families plans, Business tiers, and an official self-hosting option. Independently audited and widely recommended.
Open Bitwarden →