Sort items by date of modification, addition, last use, etc

Would be nice to have sort by name / modification date (descending) in folder view and all view.

53 Likes
Sort By Date Created, Date Modified, etc
Sort Logins By 'Recently Used'
Ability to sort entries by chronological last updated
Please Add sort option for All items
Sort logins by "last updated"
Searching?
Why can't I sort my values?
Duplicate removal tool/report (including merge)
Sorting Options and Modernized macOS Design
Add recently added credentials including oldest ones
Sort accounts by recent edit activity
Vault organization
Add sort by for objects in vault
Alphabetical Fast Access (Jump) In Item Lists
New feature that should be added ASAP. Sorting from/to oldest newest(lastest)
List by new
Options to sort by date, by name, last used
See login information in order of last updated?
Ability to sort items in different ways
Sort the organizations/vaults in a specific order
Show recently saved cards/logins
Sort Logins by most and least used
Vault items last revision date
Sort by new
What is the best way to sort passwords by age?
Allow manual resizing of column widths in Desktop UI
Password modification Date
Bitwarden Browser Extension Vault Sorting
Add 'Recently Created' listing in the Tab or Vault
Add Created and Edited dates to web view as sortable column headers
Sort Entries by "Recently Added" and "Recently Modified"
Password last updated date should show in iOS android windows Linux and Mac
Improved Sorting Options for Multiple Entries per Website
Android application function request
Display signons by date added
Feature request: Sort logins by recently used
Widgets in Bitwarden to search passwords
List passwords in order of creation, newest first
When importing vault items, set their Created and/or Updated dates based on the imported data
History of password changes as a feature
Vault view: Sort entries by Date/Time
Multiple Duplicate Entries
Multiple Duplicate Entries

I agree. It’s nice to make a change and the site you changed be at the top of the sort.

4 Likes

Yes, and when you have hundreds of password, it is nice to have the frequently used / modified at the top

12 Likes

+1 to this, it’s a crucial feature with big databases

7 Likes

Agreed - I want to change passwords every few months, and this seems like the simplest way to achieve that - if I could sort by or report by updated date, I could see the oldest ones and change them.

4 Likes

+1, sorting options are the feature I miss most from 1Password’s desktop app.

5 Likes

+1 - Nice Feature!

2 Likes

+1! I’m really surprised this isn’t a feature…???

8 Likes

The modification date can be used for this, but there is no central report or view to be able to sort so that you can view the last time you rotated passwords.

Simply adding the modification date to the view of the list of accounts will work if available.

The request is to be able to view the last time a password has been rotated, in a list format without having to select each account to see the date.

1 Like

Not an “out of the box” solution, but for the somewhat savvy, here’s a method:

Install bitwarden CLI:

$ npm install -g @bitwarden/cli

install jq:

$ brew install jq

then, login and query your data:

$ bw login
$ export BW_SESSION="(... your session key ...)"
$ bw list items |\
jq -r 'sort_by( -( .revisionDate | sub("\\.[0-9]+Z$"; "Z") |
       strptime("%Y-%m-%dT%H:%M:%SZ") | mktime )) |
       .[] | ( .name + " [" + .revisionDate + "]")' |\
head -n10

you can adjust the final head -n10 to show more items (or just omit it to show everything)

8 Likes

This is one of the few things that keeps me from moving from KeePass!

2 Likes

Keeping this one alive, being able to sort by modification date would be nice.

2 Likes

Hi mate, regarding your nice workaround.

Is there any way to export as CSV file the vault with the modification Date?

Or, as another option, export a CSV file with only the last N modificated accounts/passwords?

That would be really helpful.
Thanks in advance.

1 Like

I came here to ask for a very similar feature. There are a couple of handy “Reports” already, for example the “Weak Passwords Report” under “Tools” for an organization is super useful.

Similarly, a “Rotation Report” showing whether secrets were rotated e.g.:

  • Never rotated
  • Rotated over a year ago
  • Rotated over 6 months ago
  • Rotated over 1 month ago
  • Recently rotated

would be super useful! :+1:

2 Likes

This could all be fixed if tags were added. There could be system tags added and custom tags. You can then filter and sort to your heart’s desire.

2 Likes

I’m a LastPass refugee and this type of feature is one thing I miss. It is nice to be able to sort alphabetically or by recently used.

9 Likes

Feature name

  • Sort vault by chronological order of last update

Feature function

  • Allows you to see which entries had updates made to them

Related topics + references

  • Are there any related topics that may help explain the need and function of this feature?
  • Are there any references to this feature or function on other platforms that may be helpful?
5 Likes

I would also add the ability to show ‘Last Used’. Both of these features would be nice in a report of some kind.

5 Likes

Yes that would be handy too. Right now if you have hundreds of logins there is no easy way of determining what entires were recently updated

3 Likes

Please Add sort option for All items

1 Like