2026.4.0 Release Notes

2026.4.0 Release Notes

[Source: https://bitwarden.com/help/releasenotes/#2026-4-0]

(The listed release number is for the Bitwarden Server, other version numbers released in this cycle also include Web 2026.4.0 and Mobile 2026.4.0.)

Password Manager

  • Preview image attachments on Android: You can now preview image attachments from within the Password Manager Android app, without having to download the file to your device. Previewing image attachments will be available on iOS in a future release.

 

Admin Console

  • Send controls Enterprise policy: Two Enterprise policies, Send Options and Remove Send, were merged into the newly titled Send controls policy. If either policy was previously turned on, the chosen options will transfer and remain unchanged.

  • Updated Enterprise Policies page: On the Policies page, the Enterprise Policies are now organized into three categories: Data Controls, Authentication, and Vault Management. You can also review at a glance which policies are turned on or off.

  • Access Intelligence dashboard update: Visualize how at-risk applications, passwords, and members have changed over time relative to absolute changes in application, password, and member counts with new graphs on the Access Intelligence Activity view.

 


Additions from the GitHub releases:

 

Server 2026.4.0 – Overview:

  • Removed feature flag for vault items archive
  • Removed feature flag for default saving location when organization data ownership policy is enabled
  • Removed feature flag for hiding alternate login methods when SSO is required
  • Removed feature flag for several UX improvements
  • Removed feature flag for provider initialization refactor
  • Added support for deeplink redirect with https schema
  • Various under-the-hood improvements and minor bug fixes

 

Web Vault 2026.4.0 – Overview:

  • Flagged code - users belonging to auto-confirmation orgs cannot issue or accept emergency access invitations
  • Organized policies into categories
  • Consolidated Send policies
  • Added support for deeplink redirect with https schema
  • Various under-the-hood improvements and minor bug fixes

 

Web Vault 2026.4.1

  • Updated exit survey options
  • Fix an issue with how avatar color selections are stored to fix a crash with some Android devices.

 

Android Password Manager 2026.4.0 (21434) – Overview:

What’s New

  • Preview image attachments before downloading

Improvements

  • TOTP codes now align consistently for easier reading

Bug Fixes

  • Fixed crash during autofill with special characters in URIs
  • Fixed passphrase generator incorrectly adding spaces as separators

 

Android Authenticator 2026.4.0 (1497) – Overview:

  • Various under-the-hood improvements and bug fixes

 

iOS Password Manager 2026.4.0 (3082) – Overview:

  • Fixed autofill unexpectedly closing when using long press
  • Fixed passkeys not saving for users with My Items
  • Fixed the missing confirmation message after editing or deleting a vault item
  • Improved account security when setting a master password hint
  • Fixed the duplicate password field appearing in VoiceOver

 

iOS Authenticator 2026.4.0 (567) – Overview:

  • Various under-the-hood improvements and bug fixes

 


To keep everything in one place, new versions within this Release cycle will be added to this first post. (and I only report the Release Notes here as they can be found in the official Bitwarden Release Notes and in the released versions in the Bitwarden GitHub repositories – I’m not a Bitwarden employee)

:warning: Some new features may be behind a feature flag, so it can take a few days for those features to get “activated” by Bitwarden. (in rare cases, new features can also temporarily be disabled again via those feature flags when there are unforeseen issues)

Features marked with a :star: Star icon are part of a progressive rollout.

:warning: Some Bitwarden apps/clients are distributed by “stores” (like Apple’s App Store, Microsoft Store, Google Play Store, Mozilla’s Extension store…) so the availability of new versions via those channels also depends on the approval processes of these “stores” and thereof the respective roll-out can take some time.

For those who self-host their Bitwarden server: some new features of a given release cycle might only arrive / get activated in one of the next release cycles on self-hosting environments.

1 Like

Is 2026.4.0 a major update?
The changelog on GitHub is really long this time.

Software Release Support | Bitwarden

A “major version”, as described in this document, is indicated by the second number in the version format used for Bitwarden clients and servers (e.g. 2025.6 .0 or 2025.7 .1).

2 Likes

@mutilator Just a normal major release indicated by the second number in the version as pointed out by @DenBesten.

I teased this upcoming change to the Github release notes here:

Previously the commits weren’t categorized and it was harder for consumers to see what was updated and if the bug they reported/experienced was fixed within a specific release. This aims for a nicer experience and to give more transparency. There’s some more things I have planned around this, stay tuned.

This was still a slightly manual effort, but I hope to have this more automated with the next client release.

Kudos to @Nail1684 for providing these updates here :heart: !

5 Likes

thank you @DenBesten @djsmith85 :hugs:

1 Like

Yes, I love the improvements in the Android release notes already. I liked Android’s notes before for being more detailed than other clients’ release notes, but honestly, if I needed to search for something, I had the LLM handle it because they were long and unreadable (and because of synonyms and such). Now they’re more readable.

2 Likes

Do you guys know which of the mentioned server changes made it into the lite version of Bitwarden?

@mu88 If you’re talking about the “feature flags” mentioned – my understanding is: via feature flags, Bitwarden can control a roll-out of a given feature on the cloud accounts.

As Bitwarden can’t control the feature flags on self-hosted installations, only when the feature flags get removed from the code, those features also arrive for self-hosted environments.

1 Like

Thanks for your input! Maybe let’s discuss it with a concrete example: some weeks ago, the new archive items was released and announced in the release notes. Some screenshots clearly show that this feature can be used on bitwarden.com. So I pulled the Bitwarden Lite Docker image and was surprised that I was not able to archive items. So I’ve contacted the Bitwarden support and got the following response:

The Archive feature has not been released yet, and we apologise for any confusion this may have caused. It will first become available on Cloud, and will then be rolled out to self-hosted environments at a later stage.

According to what you wrote before, my assumption is now the following: there’s an feature flag for this particular feature. This feature flag has been enabled in the cloud, but is not enabled in Bitwarden Lite.
Is that understanding correct? And if yes, are you aware of a list of available feature flags so that I could play around with it on my own? :nerd_face:

The feature flags are enumerated here:

I cannot see anything related to the archive feature there :man_shrugging:t2:

Probably because of this:

PS: More on feature flags can be found in the “contributing” docs: Feature Flags | Bitwarden Contributing Documentation