WiseCleaner Think Tank
Encounter difficult computer problems?
All about maintenance and optimization of your Windows System.
Jul 3, 2026
C-drive bleeding storage space? Stop wiping your Windows update cache or temporary files. Check your browser instead.
Google recently baked Gemini Nano—its on-device Large Language Model (LLM)—directly into Chrome. Local AI sounds great on paper, but Google didn't ask for permission. Chrome now silently dumps massive model files into your background storage.
If you run a lean Windows 11 build and track every single gigabyte, here is how to torch Chrome’s hidden AI bloat permanently.
The core AI model lives in a file named weights.bin. The damage is immediate:
Don't use browser-native text prediction ("Help me write") or smart tab grouping? Then that is 4GB+ of pure dead weight on your drive.
Verify the data theft before you kill it:
1. Press Win + R to open the Run box.
2. Paste this path and hit Enter:
%LOCALAPPDATA%\Google\Chrome\User Data\
3. Find the folder named OptGuideOnDeviceModel.
4. Right-click, select Properties, and check the size.
Stop: Do not delete this folder yet. Wipe it now, and Chrome will just flag the missing files and re-download all 4GB on the next launch. Block the downloader first.
You need to shut off the feature in standard settings and nuke the triggers inside Chrome Flags.
chrome://flags into your address bar and hit Enter.With the download engine completely locked down, reclaim your space.
1. Close Google Chrome completely.
2. Open Win + R, paste %LOCALAPPDATA%\Google\Chrome\User Data\, and hit Enter.
3. Select the `OptGuideOnDeviceModel` folder.
4. Press Shift + Delete to wipe it out permanently.
Edge runs on the Chromium engine, and Microsoft pulls the same stunt. It silently downloads its own local AI model (EdgeLLMOnDeviceModel) to power Copilot features, eating up roughly 2.3 GB to 2.5 GB of your storage.
1. Enforce Registry Block: Right-click the Windows Start menu, launch Terminal (Admin), paste the command below, and hit Enter:
reg add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /v "GenAILocalFoundationalModelSettings" /t REG_DWORD /d 1 /f
This deploys an enterprise policy that permanently bars Edge from downloading local AI models.
2. Wipe the folder: Close Edge entirely. Run Win + R -> %LOCALAPPDATA%\Microsoft\Edge\User Data\. Find EdgeLLMOnDeviceModel and hit Shift + Delete.
On-device AI is a fascinating technology, but forcing a 4GB+ download onto users without explicit consent is a heavy burden for those managing tight SSD partitions or optimizing fresh Windows 11 builds.
Don't let background browsers quietly hijack your hardware. Kill these folders, lock down the policies, and take your gigabytes back.
wisecleaner uses cookies to improve content and ensure you get the best experience on our website. Continue to browse our website agreeing to our privacy policy.
I Accept