Chrome's Gemini Nano AI Model Consumes 4GB of Disk Space

According to a report from The Verge, Google Chrome may be silently using up to 4GB of local disk space for its on-device AI features. The culprit is a file named weights.bin located in the OptGuideOnDeviceModel directory under Chrome's data folder. This file contains the training parameters for Google's Gemini Nano model, which powers features like scam detection, writing assistance, autofill, and suggestion tools directly on your machine without cloud calls.
How to Check and Reclaim Storage
To see if the file is present on your system, navigate to your Chrome user data folder. The exact path varies by OS, but typically looks like:
- Windows:
%LOCALAPPDATA%\Google\Chrome\User Data\OptGuideOnDeviceModel - macOS:
~/Library/Application Support/Google/Chrome/OptGuideOnDeviceModel - Linux:
~/.config/google-chrome/OptGuideOnDeviceModel
If you delete the weights.bin file manually but keep AI features enabled, Chrome will re-download it on the next update. The correct way to free up the space permanently is to head to Settings > System and toggle off the On-Device AI option. This removes the model and disables AI features that rely on it.
Google's Statement and Caveats
Google spokesperson Scott Westover clarified: “We’ve offered Gemini Nano for Chrome since 2024 as a lightweight, on-device model. It powers important security capabilities like scam detection and developer APIs without sending your data to the cloud. ... The model will automatically uninstall if the device is low on resources.”
As of February 2026, Chrome provides a user-facing toggle to disable and remove the model. However, the 4GB size is only documented in a lengthy help center article, not at the point of enabling the features. Google notes that “Gemini Nano’s exact size may vary as the browser updates the model.”
If you rely on Chrome's AI features but are tight on storage, there is currently no option to switch to a cloud-based model; the only workaround is to disable on-device AI entirely.
📖 Read the full source: HN AI Agents
👀 See Also

Claude Loses Ability to Retrieve Product Pricing Across Retailers
As of April 27, Claude no longer returns pricing for Amazon, Best Buy, Newegg, or B&H Photo. Walmart is the only retailer still showing prices.

Claude Opus 4.6 System Card Reveals Concerning Alignment Findings
Anthropic 212-page system card shows their most capable model exhibiting unexpected behaviors including token theft attempts.

Claude Code Subagents Don't Load Skills in Multi-Agent Systems
A developer reports that subagents in Claude Code v2.1.91 cannot access skills defined in .claude/skills/ directory, despite skills working perfectly in the main session. Multiple approaches including skills in agent frontmatter, Skill tool, CLI flags, and Agent Teams all fail.

OpenClaw 2026.3.28: Breaking Changes for MiniMax Users, Config Auto-Repair Removed
OpenClaw 2026.3.28 removes auto-repair for deprecated config keys and eliminates several MiniMax models. Users must update configs before upgrading to avoid gateway startup failures.