How to see if an account (login item) is set up with a passkey?

Hello,

passkeys are rare and few websites offer them, but I choose passkeys as a priority when available.

I store the passkeys in Bitwarden, however I’m unclear how to see if an account is setup with a passkey?

I don’t need to see the passkey, unless others know a reason why, but need to know if the account is setup with passphrase or passkey.

If I choose the wrong type, some websites think I’m a hacker and lock me out and all sorts of problems follow. So with the information, I could quickly use correct passkeys on websites 100% enabled with passkeys.

I found a post about viewing Bitwarden passkeys, but I don’t see a need for that right now…just knowing if the account is passkey enabled.

Could you please provide an example of such a problematic website?

Most websites will either prompt you for a passkey without user action, or will have a link or button labeled “Log in with passkey” (or some such) that you can press to start the passkey authentication process. If your Bitwarden vault is unlocked, it should automatically present a passkey for the website to use, if you have one in your vault. Conversely, if Bitwarden does not present a passkey, that usually means that you do not have a passkey stored there. In that case, you should just be able to cancel the passkey authentication process, and instead log in with a username and password.

I cannot conceive of a website that would lock your account or otherwise penalize you for canceling a passkey authentication before the process is completed.

1 Like

If you view the item, you can see the add date for a passkey, and they can be deleted when editing the item. What is not easy is searching for sites that have a passkey, which is why I append (passkey) to the name.

But as @grb suggests, it probably is not that big of an issue in that bitwarden is really good at searching for passkeys when the site wants one.

1 Like

Well, not to take away from Bitwarden developers’ work here — but this is kind of the whole point of discoverable credentials, no?

1 Like

I think there was confusion when I select Passkey, the passkey on the iPhone is then using Face ID, so I guess the passkey is stored on the phone, rather than Bitwarden.

I would prefer all on Bitwarden, however I guess Apple doesn’t allow that. Too difficult for now to dig into how to move passkey from phone to Bitwarden.

The Google and Discord passkeys are now smoother and clearer that I can see Bitwarden shows a Passkey is created on the Login item.

1 Like

@kotgc Regarding passkeys and the Bitwarden iPhone app, I would recommend to check with this Help Site (though the images there might not represent the current appearance of the app): Autofill From iOS App | Bitwarden

If that passkey was in Apples password app, you might have luck with this new import/export mechanism: Import from macOS & Safari | Bitwarden

And at last, as I understand you want to be able to easily find find login items with passkeys, I would like to throw in three open feature requests that have three different suggestions to that “issue”:

1 Like

Thanks.

The Autofill from iOS App | Bitwarden needs updating as it’s wrong as wastes people’s time searching around wrong paths.

Copy this breadcrumb/navigation path:
Phone iPhone 11 iOS 26.1 → tap Passwords app → Passwords → tap Passkeys → tap passkey → Edit or Export.

This shows passkeys saved on iOS, however my problem of logging into apple.com with passkey needs me to ask Apple. The passkey isn’t on Bitwarden nor the iOS Passwords app.

1 Like

If you feel like it – the Help Sites have a “Suggest changes to this page” link (which opens a form) at the bottom of each page.

(I would do that myself, but unfortunately I don’t have an iPhone to check those paths myself)

1 Like

Two possible explanations…

  1. Some passkeys specify that they must be “device bound”. In this case, they can not be stored in Bitwarden because it inherently syncs passkeys, along with all other credentials to all of your devices.

  2. Some passkey require a test for “user verification”. One of the ways Bitwarden verifies users is by Face-ID, so it is possible to have been initiated by Bitwarden.

2 Likes

Done :slight_smile:

123456 (←ignore, added so atleast 15 characters allowed the post)

1 Like

Found the problem:
iOS 26.1 passkeys are all managed in Passwords app,
except for https://account.apple.com/ which hides the passkey with Face ID and cannot be accessed.

Digression perhaps for a new post?
I’m exporting passkeys from iOS 26.1 to Bitwarden 2025.12.0 (2787).

Bitwarden passkey imports have some challenges:

  1. Bitwarden import creates n amount of copies as iOS 26.1 exports n amount. Meaning you have 1 original Bitwarden login item + Bitwarden login item only for passkey x n.
  2. Bitwarden doesn’t merge the newly imported login item passkeys into the original Bitwarden login item
  3. Bitwarden can’t copy the newly imported login items’ passkey into the original Bitwarden login item
  4. solution/workaround: copy old account details to the new passkey account
    1. loses old account metadata; some enthusiasts like the old account street cred :slight_smile:
    2. manual hassle is high

Screenshot:
1 original account created ages ago
2 imported via iOS Password app export, passkey login item created 202601211653
3 imported via iOS Password app export, passkey login item created 202601211705

Issue is present. I have no way of knowing aside from memory or if visit the site. More sites now are asking me for a passkey.

At least Chrome password manager partially indicates this info if you search for the site.

1 Like

Passkeys are the way.

See solution as this topic has been solved.

This is the way - Mandalorian.

There is currently no solution to what I described despite thread marked as solved “Passkeys shown on Bitwarden or which login items have passkeys available?”

@Sasha888 This is a thread in the “Ask the Community” section that @kotgc started. The “solution” was marked by @kotgc, so it seems @kotgc’s issue is solved for now.

You could start a thread of your own. But I think, if I understand you correctly, you also could join one (or more) of those three feature requests on the same topic, as there currently is no solution to find login items with passkeys in your vault (when you didn’t mark them individually). These three feature requests suggest three different solutions for that:

1 Like

Read the solution, sentence 1.

Screenshot point 1 Passkey means your item has a passkey
Screenshot point 2 date the passkey was created.

This data means your item has a passkey :slight_smile:

As OP, my question has been satisfactorily resolved by the wise DenBesten, some might even call the poster simply the best!

singer-tina-turner-switzerland-1201037902

3 Likes

@kotgc If it is okay for you: I now changed the title to better reflect your actual question. (previous title was Passkeys shown on Bitwarden or which login items have passkeys available? – and the new title is How to see if an account (login item) is set up with a passkey?)

1 Like

Pedantically, there is a way (described above). You may not like it, but there is a way.

Perhaps more practically from a bulk perspective, you could also export your vault into unencrypted JSON format and search for “passkey” in that file.

Then use that knowledge to tag the entries, either in their Item Name (as I did) for maximum visibility, or in their Notes field if you just want to be able to search for them.

When done, move the CSV to a flash drive that you hide someplace safe so that you have a backup incase of disaster.

1 Like

I think that the required search term would need to be something like credentialId (not “passkey”).

Also, here is an automated method using the Bitwarden CLI and jq:

2 Likes