bitwarden vs vaultwarden: which one should you use?

Brightly colored shipping containers stacked against a clear blue sky.

If you have decided to self-host a Bitwarden-compatible password manager, you quickly hit a fork: run the official Bitwarden server, or run Vaultwarden, the lightweight unofficial server that speaks the same client API.

This is one of those comparisons where the “winner” depends almost entirely on what kind of operator you are. Both work with the same Bitwarden client apps and browser extensions. Both can host a real team. But they are built for different people, and picking the wrong one means either carrying infrastructure you do not need or relying on a server that was never meant to be your job.

Short verdict:

  • choose Vaultwarden if you are a small team or homelab-style operator who wants a fast, lightweight, low-resource self-hosted vault and is comfortable owning it.
  • choose official Bitwarden if you are an organization that needs enterprise features, vendor support, and the safer institutional choice, whether hosted by Bitwarden or self-hosted.

What these two things actually are

This is the part people get wrong, so it is worth being precise.

Bitwarden is the official product and company: hosted cloud service, official self-hosted server, official clients, and a commercial business behind it. Vaultwarden is an independent, open-source server, written in Rust, that implements the Bitwarden client API. The project is explicit about its status: “This project is not associated with Bitwarden or Bitwarden, Inc.” It was formerly called Bitwarden_RS and was renamed specifically to avoid implying an official link. Source: Vaultwarden on GitHub.

The practical consequence is the key insight of this whole comparison: you use the same Bitwarden client apps and extensions either way. The choice is only about which server those clients talk to. That is why the decision is really about hosting, footprint, support, and risk tolerance, not about the daily user experience.

Feature coverage and ecosystem

For most small teams, Vaultwarden covers more than you would expect from a lightweight project. Its implemented features include the personal vault, Send, attachments, and crucially the organization layer: collections, password sharing, member roles, groups, event logs, admin password reset, and policies. It also supports multiple MFA methods, including authenticator apps, email, FIDO2 WebAuthn, YubiKey, and Duo, plus emergency access and a personal API key. Source: Vaultwarden on GitHub.

That is a serious feature set for a single lightweight container, and it is why Vaultwarden is so popular with self-hosters. For a small team, it often does everything you actually use.

The gap shows up at the enterprise edge. Official Bitwarden’s self-hosted server supports the things larger organizations tend to require: single sign-on via SAML and OIDC, directory synchronization with LDAP, Active Directory, Microsoft Entra ID, Okta, and Google Workspace, SCIM provisioning, event logging with SIEM integrations, and Secrets Manager. Source: Bitwarden self-hosting documentation. If those words are on your requirements list, the comparison is effectively over: you want official Bitwarden.

Hosting simplicity and maintenance

This is where Vaultwarden’s appeal is most obvious, and where the trade-off is sharpest.

Vaultwarden is built to be lightweight. It ships as a single container image and is marketed as resource-efficient compared to the official stack. You can run it comfortably on a small VPS or a home server and barely notice it. For one team that wants a self-hosted vault without standing up real infrastructure, that is close to ideal.

Official Bitwarden self-hosting is heavier by design. It runs as a multi-container stack, including identity, API, web, NGINX, and an MSSQL database, and the documentation lists a recommended baseline of a dual-core CPU, 4GB of RAM, and 25GB of storage, on Docker Engine 26+ with Compose. Source: Bitwarden self-hosting documentation. That is not unreasonable for an organization, but it is a meaningfully larger thing to operate than a single Vaultwarden container. The official docs also note that manual installations cannot automatically update certain dependencies, which means more hands-on upgrade work.

So on pure operational weight, Vaultwarden wins for small setups and official Bitwarden looks like over-provisioning. The catch is what that lighter footprint costs you in trust and support, which is the next section.

Security and trust posture

Both are legitimate. The difference is who stands behind the server.

Official Bitwarden is a commercial product with a company, a support contract, formal security practices, and accountability. If something goes wrong, there is someone whose job it is to help. Vaultwarden is a community open-source project, and it is refreshingly honest about what that means. The project warns that “we cannot be held liable for any data loss that may occur while using Vaultwarden” and that users should keep regular backups, and that issues must be reported to the Vaultwarden project rather than to Bitwarden support. Source: Vaultwarden on GitHub.

That is not a knock on Vaultwarden’s quality. It is well regarded and widely run. But you are the support contract. You own the backups, the upgrades, and the recovery plan, and there is no vendor to escalate to. For a capable operator, that is fine. For an organization that needs someone accountable when credentials are on the line, it is a real consideration.

One more honesty point: because Vaultwarden re-implements the API independently, some newer or enterprise-oriented Bitwarden capabilities may not be present or may lag. For a small team using vaults, organizations, and sharing, this rarely bites. For anyone depending on SSO, directory sync, or SCIM, it is decisive.

When Vaultwarden is enough

Vaultwarden is the right call when:

  • you are a small team, a homelab, or a single technical operator.
  • you want a low-resource server you can run on a modest VPS or home box.
  • your needs are vaults, organizations, collections, sharing, and standard MFA, not SSO or directory sync.
  • you are genuinely comfortable owning backups, updates, and recovery yourself.

For that profile, Vaultwarden is not a compromise. It is arguably the better-engineered choice, because it gives you exactly what you need with a fraction of the operational weight. If this is you, the logical next step is a proper setup walkthrough rather than the heavier official path.

When official Bitwarden is the safer bet

Choose official Bitwarden when:

  • you need enterprise features like SSO, directory sync, SCIM, or SIEM integration.
  • you need a vendor relationship and real support for compliance or accountability reasons.
  • the team is large enough that “someone owns the server personally” is not an acceptable answer.
  • you simply want the institutionally safe default and are happy to run, or pay for, the heavier stack.

Bitwarden is also the easier recommendation when self-hosting is optional. Its hosted cloud service removes the operational question entirely, which is often the right answer for a busy team.

Final verdict

This is not a quality contest, and treating it as one leads people to the wrong server. Vaultwarden is the better fit for small, capable, cost-conscious self-hosters who want a lightweight vault and are comfortable owning it. Official Bitwarden is the better fit for organizations that need enterprise features, vendor support, and a defensible institutional choice.

Pick based on who has to operate it and what the team actually requires, not on which name sounds more official. A homelab running official Bitwarden is usually carrying infrastructure it does not need. A 200-person company depending on a single community-maintained container is usually taking a risk it should not. Match the server to the operator.

If self-hosting in general is what you are weighing, it is worth seeing how these stack up against the open-source team-first tools as well. We compared two of the strongest in Passbolt vs Psono, and went deeper on one of them in our Psono review.