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.
Affects: Microsoft Edge on Windows 11.
Fix time: ~3 minutes.
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.
- Open Edge.
- Type
edge://settings/passwordsin URL bar → Enter. - Click the three-dot menu at the top of the Passwords section → Export passwords.
- Warning dialog: warns that passwords will be exported as plaintext. Click Export passwords.
- Windows authentication prompt: Windows Hello / PIN / password. Authenticate.
- Save dialog: pick location and filename. Default:
Microsoft Edge Passwords.csv. - File saved. Open in spreadsheet or text editor to verify.
- Columns: name (site label), url, username, password, note.
- Now you have a portable file.
This is the standard usage.
Method 2: Import into target tool
For migration.
- 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.
- For 1Password: Preferences → Import → pick CSV. Map columns.
- For KeePass: File → Import → Generic CSV Importer → pick file → map fields.
- For Firefox: Settings → Privacy & Security → Logins and Passwords → three-dot menu → Import from a File.
- For Chrome:
chrome://password-manager/passwords→ three-dot → Import. - Caveat: column names vary by tool. Bitwarden expects specific names; some manual editing may be needed.
- 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.
- The exported .csv has all your passwords in plaintext. Treat as highly sensitive.
- After importing into target tool: verify import was complete. Compare entry counts: Edge had N passwords; new tool has N items.
- 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.
- Empty Recycle Bin and run
cipher /w:C:for full free-space wipe (slow on large drives). - For SSD drives: TRIM may complicate recovery anyway, but explicit wipe is safer.
- For long-term backup: encrypt the CSV with VeraCrypt or a password manager’s secure attachment feature.
- 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.