You're mid-work, you click the Chrome icon, and instead of your usual tabs, you get a popup: "Your profile could not be opened correctly." It might offer to create a new profile, and if you click that, you'll land in a blank Chrome with all your extensions gone, history wiped, and bookmarks missing. This usually happens after a crash, a forced shutdown, or a disk full error. Sometimes it's a bad Chrome update that leaves a file half-written. The trigger is almost always an unexpected exit—power loss, system freeze, or even a browser update that interrupted itself.
Here's what's actually going on. Your profile isn't a single file. It's a folder—usually named "Default"—containing dozens of files and subfolders. The critical ones are Bookmarks, History, Preferences, and Web Data. Chrome reads a few of these at startup, and if any one is corrupted or locked, it throws up that error. The good news: your bookmarks are almost always intact. They live in a separate file that rarely gets corrupted. So even if Chrome can't open the profile, your bookmarks are still there, waiting to be rescued.
Don't bother with reinstalling Chrome—that won't touch the profile folder, and the error will follow you. Don't run a system cleaner that promises to "fix" Chrome either. It'll probably delete the whole profile. The real fix is to move the bad profile aside and let Chrome create a fresh one, then copy your bookmarks back. Here's how to do it without losing a single bookmark.
Step-by-Step Fix
Before you start: Close Chrome completely. Check the system tray (Windows) or the Dock (Mac) for any lingering Chrome processes. If you're not sure, open Task Manager (Ctrl+Shift+Esc) and kill any chrome.exe processes. On Mac, use Activity Monitor and force quit Google Chrome.
Step 1: Locate your profile folder
The path depends on your OS:
- Windows 10/11:
%LOCALAPPDATA%\Google\Chrome\User Data - macOS:
~/Library/Application Support/Google/Chrome - Linux:
~/.config/google-chrome
Paste that into File Explorer (Windows) or Finder (Mac) using the "Go to Folder" command (Cmd+Shift+G).
Step 2: Back up your bookmarks
Inside the User Data or Chrome folder, you'll see a subfolder called Default (or Profile 1 if you've used multiple profiles). Before you do anything, copy the entire Default folder to your Desktop or an external drive. This is your safety net. Even if you fumble the next steps, you can always restore from here.
But if you're in a hurry, just copy the file named Bookmarks (no extension) to your Desktop. That's the file that holds all your saved links. It's a JSON file, so it's human-readable if you open it in Notepad—not that you need to.
Step 3: Rename the profile folder
Don't delete it. Rename it. This is the key move. Right-click the Default folder and rename it to Default.old. If you get an access denied error, you didn't close Chrome fully. Go back and make sure no Chrome processes are running.
On Windows, if it still complains, you might need to open Task Manager and end all Google Chrome processes. On Mac, check the Dock for a red dot under the Chrome icon—that means it's still running.
Step 4: Restart Chrome
Double-click the Chrome shortcut. It'll start fresh and create a new Default folder from scratch. The error should be gone. You'll see a clean profile—no extensions, no history, but that's temporary. Don't start adding anything yet.
Step 5: Restore your bookmarks
Close Chrome again. Now go back to the User Data folder. You'll see the new Default folder.
Take the Bookmarks file you copied to your Desktop earlier and copy it into the Default folder, overwriting the empty one that Chrome created. Also copy the Bookmarks.bak file if you have one—Chrome sometimes keeps a backup. If you didn't copy it earlier, you can grab it from Default.old.
Restart Chrome. Your bookmarks should be back, right where you left them. If they're not, you might have to import them from the Default.old folder using Chrome's built-in bookmark manager. Open chrome://bookmarks, click the three-dot menu, and select "Import bookmarks from HTML file"—but that requires you to have exported an HTML file beforehand. Since you probably didn't, the copy-paste method above is your best bet.
What If It Still Fails?
If Chrome still won't open or the bookmarks don't show up, the issue might be deeper. Here's what to check next:
- Antivirus interference. Some AV software locks files in the Chrome profile. Temporarily disable it and see if the error goes away. If it does, add Chrome to the exceptions list.
- Disk space. Chrome needs room to write temporary files. If your drive is full, the profile will fail to load. Free up at least 500MB and try again.
- Sync is your friend. If you had Chrome Sync enabled, your bookmarks are already backed up in the cloud. After you get Chrome running, sign in to your Google account and they'll sync back automatically. That's the easiest recovery path, but it only works if you had sync turned on before the crash.
- Corrupted Preferences file. If the error persists, the problem might be the
Preferencesfile, not theBookmarksfile. Delete just that file from theDefaultfolder (while Chrome is closed). Chrome will recreate it with defaults. Your bookmarks aren't in there, so you won't lose anything.
One last thing—after you're back in business, consider exporting your bookmarks regularly. Go to chrome://bookmarks, click the three-dot menu, and choose "Export bookmarks". Save it somewhere safe. You won't need to depend on this hack next time. And trust me, there's always a next time.