Short answer: blank favicons almost always mean Chrome’s favicon database has gone stale or corrupt, not that anything is wrong with the websites. Clearing cached images and browsing history from chrome://settings/clearBrowserData forces Chrome to re-fetch every icon, and that fixes it for most people. If the icons go blank again after a restart, the database file itself is damaged and needs deleting, which is covered at the end.
Who this applies to
These steps cover Chrome on Windows, macOS, Linux, and ChromeOS. The profile-file fix in the last section is desktop-only, because Chrome on Android and iOS does not expose the profile folder. You do not need administrator rights for any of this.
Why do Chrome favicons disappear?
Chrome does not re-download a site’s icon every time you open a tab. That would be slow and wasteful. Instead it stores every icon it has ever seen in a small database inside your profile folder, a SQLite file named Favicons, and reads from that copy.
This is fast, but it means the icons on screen are only as good as that one file. If it is corrupted by an unclean shutdown, a failed sync, a disk error, or a bad update, Chrome cannot read the icons and has nothing to fall back on. It draws an empty square instead. The websites are fine. Your internet is fine. One local file is not.
That explains a detail people find confusing: favicons often vanish for every site at once, including sites you have visited for years. A per-site problem cannot do that. A single shared database can.
Which kind of favicon problem do you have?
Before changing any settings, work out which pattern matches what you are seeing. The three causes need different fixes, and using the wrong one wastes time.
- Icons are missing everywhere, on every tab and bookmark. This is the favicon database. Go to the fixes below, in order.
- Icons are missing on a few sites only, while most are fine. This is usually not your problem to fix. Those sites may have removed or broken their own icon files. Open one of them in a different browser: if the icon is missing there too, it is the site’s end, and nothing you change in Chrome will bring it back.
- Icons are missing in the bookmarks bar but fine in tabs (or the reverse). Chrome reads both from the same database, so this usually points to a rendering glitch rather than data loss. Restart Chrome first, and if that fails, treat it as case one.
This triage matters because the most-shared advice online, clearing your cache, only helps case one. People in cases two and three clear their data repeatedly and conclude nothing works.
How do I fix missing favicons in Chrome?
1. Reload and restart first
- Press Ctrl+R (Windows, Linux, ChromeOS) or Cmd+R (Mac) on an affected tab.
- If icons are still blank, quit Chrome completely and reopen it. On Windows, check that no Chrome process is still running in Task Manager, since a background process keeps the database locked.
- Reopen a few of the affected sites and see whether the icons return.
A plain restart works more often than you would expect, because it releases the database lock and lets Chrome rebuild its in-memory icon list.
2. Clear cached images and browsing history
This is the step that resolves the majority of cases. Chrome rebuilds the favicon entries as you revisit sites.
- Go to chrome://settings/clearBrowserData in the address bar.
- Set the time range to All time.
- Tick Cached images and files, and also tick Browsing history. Both matter: favicon records are tied to history entries, so clearing the cache alone often changes nothing.
- Click Clear data, then restart Chrome.
Your saved passwords, bookmarks, and autofill data are not affected by these two options. You will be signed out of some sites only if you also tick cookies, which is not needed here.
3. Update Chrome
- Open the three-dot menu, then Help, then About Google Chrome.
- Let any pending update install, then click Relaunch.
Favicon rendering has broken in specific Chrome builds before and been fixed in the next release. If your icons vanished immediately after an update and nothing above helps, waiting for the following release is a legitimate option rather than a cop-out.
4. Check whether an extension is involved
- Open a new Incognito window (Ctrl+Shift+N or Cmd+Shift+N), where most extensions are disabled by default.
- Visit a couple of sites whose icons are missing.
- If the icons appear correctly in Incognito, an extension is interfering. Go to chrome://extensions, turn them all off, then re-enable them one at a time to find the culprit.
Extensions that manage tabs, apply custom themes, or block trackers are the usual suspects, because they have permission to alter how tabs are drawn.
5. Delete the favicon database (when nothing else sticks)
If icons return briefly and then go blank again, the database file is damaged and needs to be removed. Chrome rebuilds it automatically on the next launch. You will lose stored icons for sites you have not visited recently, and nothing else. Bookmarks, passwords, history, and settings are untouched.
Close Chrome completely first, otherwise the file is locked and cannot be deleted.
- Windows: open File Explorer and go to %LOCALAPPDATA%\Google\Chrome\User Data\Default
- macOS: in Finder press Cmd+Shift+G and go to ~/Library/Application Support/Google/Chrome/Default
- Linux: go to ~/.config/google-chrome/Default
- Delete the file named Favicons (and Favicons-journal if present). Do not delete anything else in that folder.
- Start Chrome. Icons will repopulate as you revisit sites.
If you use multiple Chrome profiles, Default is only the first one. Other profiles live in folders named Profile 1, Profile 2, and so on, each with their own Favicons file.
A note on chrome://favicon
Older guides, and a lot of forum answers still circulating, tell you to visit chrome://favicon to inspect or refresh the icon cache. That page was removed from Chrome years ago and now returns an error. Seeing that error does not mean your installation is broken and it is not a diagnostic signal. If a guide leads with that step, it has not been updated in a long time, and the rest of its advice deserves the same suspicion.
FAQ
Will clearing browsing data delete my bookmarks or passwords?
No. Cached images and browsing history are separate from bookmarks, saved passwords, and autofill entries. Those are only removed if you explicitly select them in the dialog.
Why did all my favicons disappear at once?
Because every icon is read from one shared local database. When that file becomes unreadable, every icon fails together, regardless of which sites they belong to.
Favicons are missing on just one site. Is that the same problem?
Usually not. Check the site in another browser. If the icon is missing there too, the site is not serving one correctly and there is no fix on your side.
Do favicons sync between my devices?
No. The favicon database is local to each installation. Bookmarks sync across devices, but their icons are fetched again on each machine, which is why a bookmark can show an icon on one computer and a blank square on another.
Will reinstalling Chrome fix it?
It will, but it is unnecessary. Deleting the Favicons file achieves the same result without signing you out or resetting your settings.
What to remember
Missing favicons look alarming and are almost never serious. Identify which of the three patterns you have first, since that alone decides whether the fix is in Chrome, on the website, or nowhere at all. For the common case, clearing cached images together with browsing history solves it, and deleting the Favicons file handles the stubborn minority where the database itself is damaged.