How to Export Edge Passwords as CSV on Windows 11
🔍 WiseChecker

How to Export Edge Passwords as CSV on Windows 11

Quick fix: Open Edge → edge://settings/passwords. Click the three-dot menu → Export passwords. Confirm with Windows Hello / password. Save .csv file to chosen location. The CSV has columns: name, URL, username, password. Store securely — this file is unencrypted.

Migrating to a password manager (Bitwarden, 1Password, KeePass) or another browser (Chrome, Firefox)? You need to export saved Edge passwords. Edge has built-in CSV export. The file is unencrypted plaintext — treat as sensitive.

Symptom: Want to export Edge-saved passwords as CSV for migration or backup.
Affects: Microsoft Edge on Windows 11.
Fix time: ~3 minutes.

ADVERTISEMENT

What causes this need

Reasons to export Edge passwords:

  • Migrating to a dedicated password manager.
  • Switching to a different browser.
  • Backup before reinstalling Windows.
  • Auditing accounts (review what you’ve saved).
  • Sharing access (specific accounts only) with family member.

Method 1: Export via Edge Settings

The standard route.

  1. Open Edge.
  2. Type edge://settings/passwords in URL bar → Enter.
  3. Click the three-dot menu at the top of the Passwords section → Export passwords.
  4. Warning dialog: warns that passwords will be exported as plaintext. Click Export passwords.
  5. Windows authentication prompt: Windows Hello / PIN / password. Authenticate.
  6. Save dialog: pick location and filename. Default: Microsoft Edge Passwords.csv.
  7. File saved. Open in spreadsheet or text editor to verify.
  8. Columns: name (site label), url, username, password, note.
  9. Now you have a portable file.

This is the standard usage.

ADVERTISEMENT

Method 2: Import into target tool

For migration.

  1. For Bitwarden:
    • Open Bitwarden web vault.
    • Settings → Tools → Import data.
    • Format: pick “Bitwarden (csv)” or “Microsoft Edge (csv).”
    • Pick the file. Import. Verify items added.
  2. For 1Password: Preferences → Import → pick CSV. Map columns.
  3. For KeePass: File → Import → Generic CSV Importer → pick file → map fields.
  4. For Firefox: Settings → Privacy & Security → Logins and Passwords → three-dot menu → Import from a File.
  5. For Chrome: chrome://password-manager/passwords → three-dot → Import.
  6. Caveat: column names vary by tool. Bitwarden expects specific names; some manual editing may be needed.
  7. For mass migration: use Bitwarden’s desktop app for cleaner imports.

This is the migration step.

Method 3: Securely handle and delete the CSV

For security after migration.

  1. The exported .csv has all your passwords in plaintext. Treat as highly sensitive.
  2. After importing into target tool: verify import was complete. Compare entry counts: Edge had N passwords; new tool has N items.
  3. Delete the CSV file. Don’t just send to Recycle Bin: use secure delete:
    cipher /w:"C:\path\to\file.csv"

    This overwrites the file’s data, making recovery impossible.

  4. Empty Recycle Bin and run cipher /w:C: for full free-space wipe (slow on large drives).
  5. For SSD drives: TRIM may complicate recovery anyway, but explicit wipe is safer.
  6. For long-term backup: encrypt the CSV with VeraCrypt or a password manager’s secure attachment feature.
  7. For team sharing: never email CSV. Use encrypted password manager sharing instead.

This is the post-export security.

How to verify the fix worked

  • CSV file exists at chosen location.
  • Open in Excel / Notepad: visible passwords in clear text.
  • Target password manager has imported items.
  • Count matches.

If none of these work

If Export button missing: Sync disabled: Edge may hide export option if passwords aren’t saved locally. Check sync. For corporate-managed Edge: IT can disable export via Group Policy. edge://policy shows policy details. For Windows Hello prompt fails: PIN reset needed. Settings → Accounts → Sign-in options → PIN. For empty CSV after export: passwords not saved locally; only synced. Force sync. For encoding issues: CSV is UTF-8. Some Excel versions misread special characters. Open in Notepad first to verify. For corporate audit: some compliance mandates require encrypted password file. Export, encrypt with 7-Zip + password, securely transmit. For passkeys (modern): passkeys can’t be exported via CSV. Migrate by re-registering passkeys at each site after switching tool.

Bottom line: edge://settings/passwords → three-dot menu → Export passwords. Authenticate with Windows Hello. Save CSV. Import into target tool. Securely wipe the CSV with cipher /w after.

ADVERTISEMENT