Chrome Is Secretly Installing a 4GB AI Model on Your PC – Here’s How to Remove It
Recent reports have revealed that Google Chrome has been silently downloading a 4 GB AI model onto users’ computers—and, in some cases, automatically restoring it even after deletion. The move also came with a quiet change to Chrome’s privacy policy, removing earlier language that suggested it would not do this without explicit consent. If you value control over your device’s storage and background behavior, here’s what happened, why it matters, and how to take back control.
What Happened
According to coverage from Decrypt and Yahoo Tech, Chrome began automatically downloading a large on-device AI model—stored in a folder named OnDeviceHeadSuggestModel inside the browser’s user data directory. The model is used for local AI processing, but the download happens without any obvious notification or user consent. Worse, deleting the model does not always stop Chrome from re‑downloading it; the browser may restore it on its own, as reported by multiple users.
At the same time, Google revised its privacy policy. Earlier versions of the policy stated that Chrome would not download large files or enable AI features without the user’s choice. Those protections appear to have been removed or softened, enabling the current behavior. Neither Google nor Chrome’s help documentation clearly warns users about this download or provides an easy way to permanently opt out.
Why It Matters
For an average user, a 4 GB download can consume a significant chunk of disk space—especially on a laptop with limited storage. But the bigger concern is the principle: software that installs gigabytes of data without clear permission, and then re‑installs it after you delete it, undermines user control and trust. Privacy advocates have pointed out that this contrasts with Google’s own earlier promises, and it raises questions about what other background activities might be happening unnoticed.
Additionally, the AI model runs locally, which means it may process certain inputs on your machine. While this is marketed as a privacy benefit (data stays on‑device), the lack of transparency about what is collected, stored, or sent elsewhere remains troubling. Users should be able to decide for themselves whether they want such features.
What You Can Do
If you want to remove the AI model and try to prevent Chrome from reinstalling it, follow these steps. Note that the exact steps may vary slightly by operating system, and there is no official setting to fully disable the behavior—so some persistence may be needed.
Check if the model is installed
On Windows, look in:C:\Users\[YourUserName]\AppData\Local\Google\Chrome\User Data\OnDeviceHeadSuggestModel
On macOS:~/Library/Application Support/Google/Chrome/OnDeviceHeadSuggestModel
On Linux:~/.config/google-chrome/OnDeviceHeadSuggestModel
If the folder contains anything large (e.g., several gigabytes), the model is present.Delete the model
Close Chrome completely. Delete the entireOnDeviceHeadSuggestModelfolder. Empty your trash or recycle bin.Prevent immediate reinstallation
After deleting the folder, create a new empty file (or folder) with the exact same name and set it to read‑only. On Windows, you can create a text file namedOnDeviceHeadSuggestModel(without extension) and set its permissions to deny write access. On macOS/Linux, usetouchto create a file and thenchmod 444to make it immutable. This may block Chrome from writing a new version of the model, though it is not guaranteed—Google may change the path or bypass the lock in future updates.Disable related flags (experimental)
In Chrome, go tochrome://flagsand search for “AI” or “on‑device.” Disable any flags that mention on‑device AI models, head suggestions, or similar. Be aware that these flags can be removed or renamed in newer versions.Monitor and repeat
Check the folder periodically. If the model reappears, repeat steps 2 and 3. Consider using a script to automatically delete or block it if you are technically inclined.
It is worth noting that there is currently no official toggle in Chrome’s settings to disable this feature permanently. Some users have reported success by uninstalling and reinstalling Chrome with a fresh profile, but that is a drastic step and the model often returns after updates.
Sources
- Chrome Deletes Its Own Privacy Promise for Sneaky On-Device AI – Decrypt (May 7, 2026)
- Chrome Is Quietly Installing a 4GB AI Model on Your Computer—And Putting It Back If You Delete It – Yahoo Tech (May 6, 2026)
- Google Chrome help forums and user reports (May 2026)
These incidents are still unfolding, and Google may respond with updates. Check the official Chrome blog or support pages for any official announcements. In the meantime, keeping your browser settings under review and being aware of what your software does in the background is a good habit for anyone concerned about digital privacy.