(302) 262 8484
Is Microsoft Edge Stealing 4GB of Your Hard Drive? How to Stop the Silent AI Hijack
Have you noticed your C: drive mysteriously shrinking lately? You aren't imagining things. Microsoft Edge has quietly started installing massive local AI models directly onto your computer. And we're talking about eating up to 4GB of your storage space without ever asking for permission. It's part of a silent industry shift toward on-device processing. But for anyone running off a smaller SSD, it feels like an outright storage heist.
What exactly is this Edge AI storage hog?
Tech companies are obsessed with slapping AI onto everything right now. Your web browser is just the latest battleground. Recent updates to Microsoft Edge automatically download a heavy, on-device large language model. Why? To handle tasks like text generation and page summarization right there on your machine.
Sure, local processing sounds great for privacy. But the storage footprint is massive. The actual model files take up roughly 4GB of space, usually buried deep inside your AppData directory. To make matters worse, the browser actually requires at least 20GB of free disk space before it even triggers this download. That means it's actively checking your hardware capabilities in the background.
If you try to simply find the folder and delete it, you'll quickly realize it's a losing battle. The browser treats those files as essential components. So, it will quietly redownload the entire 4GB payload the next time you connect to an unmetered network.
Where are they hiding these massive AI files?
If you want to see the damage for yourself, you can navigate to the hidden folders where these models live. Depending on your specific version of Edge, the files usually sit in one of two locations:
- `C:UsersYour_UsernameAppDataLocalMicrosoftEdgeUser DataOptGuideOnDeviceModel`
- `C:UsersYour_UsernameAppDataLocalMicrosoftEdgeUser DataEdgeLLMOnDeviceModel`
Here's the thing. Manually deleting these folders is just a temporary band-aid. Within a few hours—or right after the next browser update—Edge will fetch the files right back. If you want to free up your hard drive permanently, you have to tell the browser's policy engine to back off.
How to permanently block Edge from downloading local AI models
Thankfully, Microsoft left an official policy hook that lets us disable this behavior. By changing a specific registry key, you can tell the browser that downloading these models is strictly disallowed. Once you apply this tweak, Edge won't just stop future downloads. It will actually clean up and delete the existing 4GB files automatically.
So, what does that mean for you? You get your storage space back instantly. No hunting down hidden folders. Here are the two best ways to apply the fix.
Method 1: The fast Command Prompt shortcut
This is the easiest method for most of us. It takes less than ten seconds. Plus, it doesn't require you to manually dig through the Registry Editor.
Method 2: The manual Registry Editor tweak
If you prefer to actually see what you're changing, you can apply the exact same policy change manually using the Windows Registry Editor.
By setting this value to 1, you're changing the policy to "Disallowed". Edge reads this policy, immediately halts any background AI downloads, and purges the existing model from your hard drive. Simple as that.
Is Google Chrome doing this too?
Yes. And it's just as frustrating. Because Microsoft Edge is built on the same Chromium foundation as Google Chrome, both browsers share this hidden AI behavior. Chrome silently downloads its own 4GB Gemini Nano model to your drive under a very similar folder structure.
If you want to clean up Chrome alongside Edge, you can run a nearly identical command in your administrator Command Prompt:
`reg add "HKLMSOFTWAREPoliciesGoogleChrome" /v "GenAILocalFoundationalModelSettings" /t REG_DWORD /d 1 /f`
Now, this is where it really matters. Running both of these commands will save you up to 8GB of total storage space across both browsers. It's a massive win for anyone trying to squeeze every last gigabyte out of a fast, but limited, SSD.
