August 8, 20196 yr Dear Enpass community, dear Enpass developers I'm pretty new to Enpass, but so far I really like it! When I recently inserted my first passwords into Enpass, I decided to add «Tags» to all my entries. With that, I want to make sure to find entries later on, whose title I may possibly not remember, since I need them very rarely, but hopefully I will still know to which of my activities (=Tags) they belong. Now my password database fills up noticeably, especially thanks to the automatic password saving in my browsers, but as far as I can see, the browser dialogue lacks the ability to add Tags to new entries. Yet I still want to keep my database tidy. It’s actually okay for me to manually add Tags to automatic entries later on. But for this I miss the possibility to filter out all entries in Enpass, which have No Tags yet, in order to assign the appropriate Tags to them. Is such a filter already planned or would that be a feature, that could be realized in the foreseeable future? Kind regards Andy
August 8, 20196 yr Thank you! I also just started migraring to Enpass, and was just in the process of writing the same post. To use Enpass tags, we really need an Untagged filter to ensure there is a posibility to organize the passwords, and makes cleanup easier when "groups" of passwords needs to be removed. Also i would really like a generate password option when you add new sites in the Enpass assistant.
August 9, 20196 yr Hey guys, Thanks for the suggestion. I have noted it down and forwarded to the concerned desk for further consideration. Cheers!
May 30, 20232 yr Hi @andym We forwarded this request to our developers and would like to inform you that they have investigated its feasibility. This feature request may be included in future Enpass releases even though we have not yet received any specific version updates. Your support and patience are greatly appreciated. #SI-1247
June 1, 20232 yr It seems such a simple request. But I recall multiple programs that offer tagging not offering this 'not tagged yet' to help out the OCD users who want everything neatly tagged.
March 12, 20241 yr This is still not done yet? I have hundreds of items. Finding one that does not have a Tag is a total pain! Please implement this.
March 19, 20241 yr +1 for being able to see all Items without Tags! I think this has been recommended several times before as well. Here's another request for this from 2020. Edited March 19, 20241 yr by bu11etpr00f
May 14, 20241 yr Here's a workaround that will yield untagged items. Works on platforms that have a command line interface where the jq tool is available (e.g. MacOS, Windows, Linux). The following is what I did in a MacOS zsh terminal to find my untagged items. I happen to have jq version 1.6 installed. Install the jq command line tool if you don't already have it installed (https://jqlang.github.io/jq) File/Export in Enpass Select .json format, let's say you put it in a file called items.json In a command shell, cd to the directory where items.json appears Run the following command (note that if you're using a different shell, the syntax for the stuff outside the jq command might vary a bit: cat items.json | jq '.items[] | { title, folders } | if .folders != null then del(.) else . end | .title ' | grep -v '^null$' This will yield a list of item titles -- but not just any old item titles, it'll be only those that have no tags. :-) And don't forget to delete items.json after you're done! There's lots of sensitive information in there that is exposed while the file exists. Edited May 14, 20241 yr by TravellingMan
October 13, 2025Oct 13 +1 on this. Without this feature, it is time intensive and manual process to determine which entries (out of 100s) has no tags. Competitor password managers have this basic capability.
Create an account or sign in to comment