WiseCleaner Think Tank

Encounter difficult computer problems?
All about maintenance and optimization of your Windows System.

Home > Think Tank > Stop Chrome and Edge from Sneaking 4GB+ AI Bloatware Onto Your SSD

Stop Chrome and Edge from Sneaking 4GB+ AI Bloatware Onto Your SSD

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 Cost: Wasted SSD Real Estate

The core AI model lives in a file named weights.bin. The damage is immediate:

  • Initial Hit: A fresh download instantly grabs 4.0 GB to 4.3 GB.
  • The Bloat Multiplier: Chrome’s background updater frequently bugs out. Old model versions fail to auto-delete, ballooning the folder to 12 GB or more.

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.

Step 1: Track Down the Hidden Folder

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.

Step 2: Kill the Background Downloader

You need to shut off the feature in standard settings and nuke the triggers inside Chrome Flags.

1. Kill the Main Toggle

  • Open Chrome Settings via the three-dot menu.
  • Click System on the left menu.
  • Locate On-device AI and toggle it Off.

2. Block the Flags

  • Type chrome://flags into your address bar and hit Enter.
  • Search for OnDeviceModelBackgroundDownload. Set it to Disabled.
  • Search for optimization-guide-on-device-model. Set it to Disabled.
  • Click Relaunch at the bottom right.

Step 3: Purge the Residual Cache

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.

Microsoft Edge Does the Exact Same Thing

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.

How to Kill Edge's AI Bloat:

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.

Final Thoughts

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.

Latest
How to Add or Remove Lock in Windows 11 Power MenuHow to Fix Battery Not Detected ErrorsSilence Your PC: Two Ways to Turn Off Windows 11 Startup Sound
Read more >>
Recommend
Understanding Windows Power Plans: Balanced, Battery Saver, High Performance, and Ultimate PerformanceHow to Pause Windows Update for 100 YearsShould I enable or disable Trim of SSD?
Read more >>
Hottest
How to Install a macOS in VMware Workstation PRO 17How to Enable Task Manager Option in Taskbar Menu on Windows 11How to Fix Office Application Error 0xc0000142
Read more >>

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