Quick answer: Yes, you can recover Chrome passwords Windows 11 even if you've forgotten them or lost access. Chrome stores all saved passwords in an encrypted SQLite database on your computer. Depending on your situation, you can use Chrome's built-in password viewer, Google Account sync, or specialized recovery tools to access your Chrome saved passwords.
You forgot a website password, Chrome won't show saved passwords, you're locked out of your Google account, or you need to transfer passwords before reinstalling Windows 11. This guide covers every scenario.
When Chrome Password Recovery Is Possible
Chrome passwords can be recovered as long as the encryption relationship between the Chrome profile and the Windows user account still exists. This depends on what exactly happened to the computer.
- Forgot website password → Always recoverable
- Chrome profile corrupted → Recoverable
- Windows still accessible → Recoverable
- Moved drive to another PC → Usually recoverable
- Reinstalled Windows → Sometimes recoverable
- Formatted drive → Not recoverable
This guide explains every scenario so you can determine recovery chances before attempting any method.
In This Access Recovery Guide
- 5 Common Chrome Password Access Problems
- Where Chrome Stores Passwords on Windows 11
- Method 1: Chrome Built-in Password Viewer (Easiest - Works When You're Logged In)
- Method 2: Google Password Manager (Access from Any Device)
- Method 3: Windows Credential Manager (Limited - Old Chrome Versions)
- Method 4: Manual SQLite Decryption (Advanced - Technical)
- Method 5: Automated Recovery with BPRT (Universal Solution)
- When Each Method Fails: Matching Solutions to Problems
- Recovery Method Comparison Matrix
- Special Case: Recovering from Corrupted Chrome Profile
- Special Case: Forgot Google Account Password
- Step-by-Step: Automated Recovery with BPRT
- Frequently Asked Questions
- Conclusion: Never Be Locked Out Again
5 Common Chrome Password Access Problems
Different access problems require different solutions. Identify your situation:
Where Chrome Stores Passwords on Windows 11
Understanding Chrome's password storage helps you recover them:
Chrome Password Location (Windows 11):
C:\Users\[YourUsername]\AppData\Local\Google\Chrome\User Data\Default\
Key Files:
└── Login Data # SQLite database with encrypted passwords
└── Local State # Contains encryption key (DPAPI wrapped)
Encryption Method:
- Chrome uses Windows DPAPI to encrypt the AES key
- The AES key decrypts the actual passwords in Login Data
- This ties passwords to your specific Windows user account
Example Path:
C:\Users\JohnDoe\AppData\Local\Google\Chrome\User Data\Default\Login Data
Why Chrome Passwords Cannot Simply Be Copied
Chrome does not store passwords directly in readable form. Each password is encrypted using an AES key, and that AES key is encrypted using Windows DPAPI. DPAPI binds the data to a specific Windows user security identifier (SID).
This means copying the Login Data file alone will not work — the Local State file and the Windows account context are required. Every recovery method in this guide works by restoring or bypassing this relationship.
Quick Access Shortcut
Press Win + R, type %localappdata%\Google\Chrome\User Data\Default\ and press Enter. This opens the folder containing the Login Data file.
Method 1: Chrome Built-in Password Viewer (Easiest - Works When You're Logged In)
Difficulty: Beginner - 2 minutes
Works for: Scenario 1 (Forgot specific password)
If Chrome is working and you're signed in, this is the fastest way to recover Chrome passwords Windows 11.
Step 1: Open Chrome Password Manager
- Click your profile icon (top-right) → Click the key icon (Password)
- Or directly type:
chrome://settings/passwordsin address bar
If sync is disabled, passwords must be exported locally instead: export Chrome passwords without sync.
Step 2: Find Your Website
Scroll through the list or use the search bar to find the website whose password you need.
Step 3: Reveal the Password
Click the eye icon next to the password. You may need to enter your Windows password to verify your identity.
When This Method Fails
- ❌ If you're locked out of your Google account
- ❌ If Chrome is corrupted and won't open
- ❌ If you need to recover ALL passwords at once (no bulk export)
- ❌ If you've forgotten your Windows password (can't verify identity)
Method 2: Google Password Manager (Access from Any Device)
Difficulty: Beginner - 3 minutes
Works for: Scenario 1 (If you remember Google account credentials)
If you have Chrome sync enabled, your passwords are stored in your Google account.
Step 1: Go to Google Password Manager
Visit passwords.google.com on any device.
Step 2: Sign In with Google Account
Use the same Google account that's signed into Chrome on your Windows 11 PC.
Step 3: View or Export Passwords
You can view individual passwords or click Settings → Export passwords to download a CSV file.
When This Method Fails
- ❌ If you never enabled Chrome sync
- ❌ If you're locked out of your Google account
- ❌ If you forgot your Google account password
- ❌ If sync was disabled before you lost access
Method 3: Windows Credential Manager (Limited - Old Chrome Versions)
Difficulty: Intermediate - 5 minutes
Works for: Legacy Chrome versions only
Important Limitation
Modern Chrome (version 80+) no longer stores passwords in Windows Credential Manager. This method only works for very old Chrome installations. Included here because outdated guides still recommend it.
How to Check (Probably Won't Work)
- Open Control Panel → User Accounts → Credential Manager
- Click "Windows Credentials"
- Look for entries starting with "Chrome"
- If found, expand and click "Show"
For most Windows 11 users with updated Chrome, this section will be empty.
Method 4: Manual SQLite Decryption (Advanced - Technical)
Difficulty: Expert - 30-60 minutes
Works for: Scenarios 1-4 (if technically skilled)
This method involves directly accessing Chrome's Login Data database and decrypting it using the AES key from Local State.
Manual Decryption Steps (Overview):
Step 1: Locate Login Data and Local State files
Step 2: Make copies of both files (never work on originals)
Step 3: Extract AES key from Local State:
- Find "os_crypt"."encrypted_key"
- It's base64 encoded and DPAPI encrypted
Step 4: Decrypt the AES key using Windows DPAPI (requires programming)
Step 5: Open Login Data with SQLite browser
Step 6: Extract encrypted passwords from 'logins' table
Step 7: Decrypt each password using AES key
Step 8: Compile results manually
Why Manual Decryption Fails for Most Users
- Requires programming knowledge (Python, C++, or .NET)
- Must understand Windows DPAPI cryptography
- Need SQLite database skills
- Chrome's encryption changes between versions
- One mistake corrupts the entire process
- 60+ minutes of technical work for 10 minutes of value
For a deeper explanation of how browser encryption works across different browsers, see: where Firefox stores saved passwords.
Choosing the Right Recovery Method
- If Chrome opens normally → built-in viewer is fastest
- If you have sync access → Google Password Manager is easiest
- If profile is damaged → direct database access required
- If you need all passwords quickly → automated scanning saves time
This guide includes every approach so you can choose based on your situation.
Method 5: Automated Recovery with BPRT (Universal Solution)
Difficulty: Beginner - 5 seconds
Works for: ALL 5 Scenarios
PC Trek's Browser Password Recovery Tool (BPRT) automates the entire credential extraction process — handling encryption, database access, and export automatically.
Browser Password Recovery Tool
The Universal Credential Extraction Solution
BPRT solves every Chrome password access problem. Whether Chrome is working or corrupted — BPRT recovers your stored browser logins.
What BPRT Automates:
- ✓ Finds Chrome profiles automatically
- ✓ Reads Login Data SQLite database
- ✓ Decrypts AES key from Local State
- ✓ Decrypts ALL saved passwords instantly
- ✓ Works with Chrome 80-121+ versions
- ✓ Recovers from corrupted Chrome profiles
- ✓ Exports to CSV, HTML, TXT
What You Don't Need:
- ✗ No Google account required
- ✗ No Chrome browser needed
- ✗ No SQLite knowledge
- ✗ No programming skills
- ✗ No manual decryption
- ✗ No Windows password? Still works
- ✗ No 60-minute time investment
✓ Free trial shows ALL recoverable Chrome passwords ✓ No registration ✓ 100% local
When Each Method Fails: Matching Solutions to Problems
| Access Problem | Chrome Built-in | Google Password Manager | Manual Decryption | BPRT |
|---|---|---|---|---|
| Forgot specific password | ✅ Works | ✅ Works | ⚠️ Overkill | ✅ Works |
| Locked out of Google account | ✅ Works (if still signed in) | ❌ Fails | ✅ Works | ✅ Works |
| Chrome corrupted/won't open | ❌ Fails | ⚠️ If sync was on | ✅ Works | ✅ Works |
| Need to backup before format | ❌ No bulk export | ✅ Export CSV | ✅ Works | ✅ One-click export |
| Forgot Windows password | ❌ Fails (needs verification) | ❌ Fails | ❌ Fails (DPAPI bound) | ❌ Fails* |
*BPRT cannot decrypt if Windows password is unknown and user is logged out.
Special Case: Recovering from Corrupted Chrome Profile
Chrome corruption is a common access problem. The browser may crash on startup, display profile errors, or refuse to open. Your passwords are still on the drive — you just can't access them through Chrome.
Solution with BPRT:
- Launch BPRT on your Windows 11 PC (Chrome doesn't need to work)
- Select "Google Chrome" from browser list
- BPRT automatically locates your Chrome profile folder
- Even if Chrome is corrupted, BPRT reads the Login Data file directly
- All passwords are decrypted and displayed
- Export to safe location before fixing Chrome
Special Case: Forgot Google Account Password
This is a nightmare scenario. You're still signed into Chrome on your PC, but you don't know your Google password and can't access passwords.google.com. Recovery options are limited.
The Problem
Chrome's built-in viewer requires you to be signed in to see passwords. If you're signed out or Chrome prompts for your Google password, you're locked out.
Solution with BPRT
BPRT does NOT require your Google account password. It reads the passwords directly from your hard drive, bypassing Google's authentication entirely. This is the only way to access saved logins when you're locked out of your Google account but still have access to the PC.
Step-by-Step: Automated Recovery with BPRT
Step 1: Download BPRT
Download PC Trek Browser Password Recovery Tool on your Windows 11 PC. The free trial shows all recoverable passwords.
Download BPRT Free TrialStep 2: Launch and Select Chrome
Open BPRT. From the browser selection screen, click Google Chrome. The tool automatically:
- Locates your Chrome profile folder(s)
- Identifies the Login Data SQLite database
- Reads the encrypted AES key from Local State
- Prepares for decryption
Step 3: Automatic Decryption
BPRT handles all the complex cryptography:
- Decrypts the AES master key using Windows DPAPI
- Reads each encrypted password from the Login Data database
- Decrypts passwords using the AES key
- Displays all credentials in a clean table
Step 4: Review Your Passwords
Within seconds, you'll see:
- Website URL — The login page
- Username — Your login email or ID
- Password — Plain text, ready to use
- Created dates
Step 5: Export and Save
Click Export and choose your format:
- CSV — For Excel, password managers
- HTML — Readable, searchable backup
- TXT — Simple text file
Store this file securely — it contains all your login credentials.
People Also Ask
- Can I recover Chrome passwords from a dead computer?
- Are Chrome passwords stored locally or online?
- Why Chrome asks for Windows password to show passwords?
- Can malware steal Chrome passwords?
- Can I open Chrome Login Data database manually?
Frequently Asked Questions
Conclusion: Never Be Locked Out Again
Your stored browser logins are the keys to your digital life. Whether you've forgotten a password, Chrome is corrupted, you're locked out of Google, or your PC died — there's always a way to recover them.
You may also want to create a backup after recovery: backup browser passwords for safekeeping.
Recap of your options:
- ✅ Chrome built-in viewer: Quick for individual passwords, but fails in many scenarios
- ✅ Google Password Manager: Great if you have account access, useless if locked out
- ✅ Manual decryption: Possible but requires expert technical skills
- ✅ BPRT: Universal solution that works in EVERY scenario
❌ The Risky Path
- Hope you remember passwords
- Trust you'll never lose Google access
- Assume Chrome never corrupts
- Learn SQLite and cryptography
- 60+ minutes of technical work
✅ The Smart Path
- One-click recovery in 5 seconds
- Works even if locked out of Google
- Recovers from corrupted Chrome
- Export to multiple formats
Don't Wait Until You're Locked Out
The best time to recover your Chrome passwords is before you need them. Download BPRT now and see every saved password in 5 seconds — even if Chrome won't open, even if you're locked out of Google.
✓ Free trial shows ALL recoverable Chrome passwords ✓ No Google account needed ✓ 100% local