Where Do I Find My Thunderbird Password? A Complete Guide

Mozilla Thunderbird is a powerful, free email client used by millions to manage multiple email accounts in one place. But unlike a web browser, Thunderbird handles passwords in a way that isn't immediately obvious — and many users are surprised to discover their stored credentials aren't sitting in an easy-to-find settings menu. Here's exactly how Thunderbird stores passwords, where to find them, and what affects your ability to retrieve them.

How Thunderbird Stores Passwords

Thunderbird uses a built-in Password Manager to store email account credentials locally on your device. This is separate from your browser's password manager and operates entirely within the Thunderbird application itself.

When you first set up an email account in Thunderbird and enter your password, Thunderbird saves it to an encrypted local file — specifically a combination of files called key4.db and logins.json, stored in your Thunderbird profile folder. These files live on your computer, not in the cloud.

This local storage model means:

  • Passwords are not synced across devices by default
  • If you uninstall Thunderbird without backing up your profile, stored passwords are lost
  • Access to your passwords depends entirely on what's happening on your specific machine

Where to Find Your Saved Passwords in Thunderbird 🔑

The most direct route is through Thunderbird's built-in interface:

In Thunderbird (Version 78 and Later)

  1. Open Thunderbird
  2. Click the hamburger menu (three horizontal lines) in the top-right corner
  3. Go to Settings (or Preferences on macOS)
  4. Select Privacy & Security from the left sidebar
  5. Scroll down to the Passwords section
  6. Click Saved Passwords

A dialog box will appear listing all stored accounts. By default, passwords are masked. Click Show Passwords to reveal them — Thunderbird may prompt you to confirm before displaying credentials in plain text.

In Older Thunderbird Versions

If you're running an older release:

  1. Go to Tools in the menu bar
  2. Select Saved Passwords or navigate via Options → Privacy → Passwords

The exact menu path varies slightly by version, but the Saved Passwords dialog is always the destination.

What If Your Password Isn't Showing Up?

Several factors determine whether your saved password appears in the list — and this is where individual setups start to diverge significantly.

Master Password (Primary Password) Protection

Thunderbird supports an optional Primary Password (formerly called Master Password) that encrypts your stored credentials behind a single passphrase. If this was enabled:

  • You'll be prompted to enter the Primary Password before Thunderbird reveals any saved credentials
  • If you've forgotten the Primary Password, Thunderbird cannot recover it — the encryption is intentional and one-way
  • Without the correct Primary Password, the stored passwords remain inaccessible through the normal interface

Whether a Primary Password was set depends on how you or someone else originally configured your Thunderbird installation.

Account Authentication Method

Not all email accounts authenticate the same way. Some use:

  • Standard password authentication — stored directly in Thunderbird's password manager
  • OAuth2 (token-based login) — common with Gmail, Outlook, and Yahoo accounts; the stored "credential" is an access token, not your actual account password
  • App-specific passwords — required by accounts with two-factor authentication enabled; what Thunderbird saves is the app password, not your main account password

If your account uses OAuth2, you won't find a recognizable password string in the Saved Passwords dialog. Thunderbird stores the authentication token, which isn't the same as your email password and isn't human-readable in a meaningful way.

Finding Your Thunderbird Profile Folder

If you need to locate the raw credential files for backup or recovery purposes, your profile folder is the place to look.

Operating SystemDefault Profile Location
WindowsC:Users[YourName]AppDataRoamingThunderbirdProfiles
macOS~/Library/Thunderbird/Profiles/
Linux~/.thunderbird/

Inside the profile folder, you'll find a randomly named subfolder (e.g., abc123.default). The files key4.db and logins.json within that folder contain your encrypted credentials.

⚠️ These files are encrypted. Opening them directly won't reveal readable passwords — you'd need Thunderbird's own decryption process (or a third-party tool designed for this purpose) to extract usable credentials from the raw files.

Variables That Change the Picture

What you can actually retrieve depends on a combination of factors unique to your setup:

  • Whether a Primary Password was set — and whether you remember it
  • Which authentication method your email provider uses — standard password vs. OAuth2 token
  • Your Thunderbird version — menu paths and security features differ across releases
  • Your operating system — file locations and system-level permissions vary
  • Whether your profile has been moved, corrupted, or backed up — determines if the credential files are intact

Users running a clean, single-machine setup with standard password authentication and no Primary Password will typically find the process straightforward. Users with OAuth2-authenticated accounts, forgotten Primary Passwords, or migrated profiles face a more complicated situation — and in some cases, the stored credential simply isn't the password they're looking for. 🔍

Your own outcome depends on which of these variables apply to your specific installation and account configuration.