Chrome eating all your RAM? Here's the fix
Chrome can hog memory when too many tabs or extensions run. This guide shows you how to stop it from slowing your whole PC down.
When this happens
You're working, maybe have 8 or 10 tabs open — Gmail, Google Docs, YouTube, a few news sites. Suddenly your computer gets sluggish. Cursor drags. Apps take forever to switch. You open Task Manager (Ctrl+Shift+Esc on Windows, or Activity Monitor on Mac) and see Chrome using 3, 4, even 6 GB of RAM. The rest of your system has almost nothing left. This is the classic Chrome memory hog scenario. It usually hits after a few hours of browsing, especially if you leave tabs open with heavy sites like YouTube, Google Maps, or complex web apps.
What's actually going on
Chrome runs each tab, each extension, and each plugin as a separate process. That's why it's so stable — one tab crashes, the others keep going. But that design has a price: every process reserves its own chunk of RAM. If you have 15 tabs open and 5 extensions running, you might have 20+ processes competing for memory. On top of that, some sites leak memory over time — they allocate memory for ads, scripts, or video players that never get freed. YouTube, Facebook, and news sites with autoplay video are the worst offenders.
Chrome also has a feature called hardware acceleration that sometimes goes wrong. It tries to offload tasks to your GPU, but if the GPU driver has a bug, the whole thing backfires and Chrome eats even more RAM. The real fix isn't complicated — you just need to trim the fat.
The fix: step by step
-
Open Chrome's built-in Task Manager. This shows you exactly which tab or extension is the culprit. Press
Shift + Escwhile Chrome is active. You'll see a list of processes with memory usage in megabytes. Sort by the Memory column by clicking the header. Look for anything using over 500 MB. That's your problem child. - Kill the worst offenders. Select a process that's using a ton of RAM and click the End process button. That tab or extension will close. If it's a tab you need, note the URL first and reload it later. If it's an extension, you'll want to remove or disable it in the next step.
- Disable or remove RAM-hungry extensions. Go to Chrome's menu (three dots top-right) > More tools > Extensions. Turn off the slider for any extension you rarely use. If you see one using 200 MB or more in Chrome's Task Manager, click Remove on that extension. Common offenders: ad blockers with complex filter lists, coupon finders, and grammar checkers. Keep only what you actually need.
- Turn off hardware acceleration. This stops Chrome from trying to use your GPU, which often backfires. Go to Chrome menu > Settings > System. Turn off Use hardware acceleration when available. Then click Relaunch when prompted. After the restart, check if memory usage dropped.
- Enable Chrome's memory saver mode. This feature (newer Chrome versions) puts inactive tabs to sleep, freeing their RAM. Go to Chrome menu > Settings > Performance. Turn on Memory Saver. You can also set it to always keep certain sites active (like Gmail or Slack) if you need them live.
- Reset Chrome settings as a last resort. Only do this if the steps above didn't help enough. It removes all extensions, clears temporary data, and resets your homepage and search engine — but it doesn't delete your bookmarks or saved passwords. Go to Chrome menu > Settings > Reset settings > Restore settings to their original defaults. Click Reset settings. Chrome will relaunch, and you'll need to re-enable any extensions you actually want.
What to check if it still fails
If Chrome still eats all your RAM after these steps, here's what to check:
- System memory itself. Do you have only 4 GB of RAM? Chrome needs at least 8 GB to run comfortably with a few tabs. If your machine has 4 GB and you run Windows 10 or 11, that's the real bottleneck. Consider a memory upgrade or switch to a lighter browser like Firefox or Brave for a while.
- Malware. Some browser hijackers or cryptominers run inside Chrome and eat memory. Run a full system scan with Windows Defender or Malwarebytes. Also check your extensions list again — remove anything you don't remember installing.
- Chrome update or corruption. An old or corrupted Chrome install can cause memory leaks. Go to Chrome menu > Help > About Google Chrome. If an update is available, it'll download and install automatically. After the update, restart Chrome and test again.
- Conflicting software. Some antivirus programs (like Norton or McAfee) install browser extensions that can balloon memory. Try temporarily disabling your antivirus's web protection add-on in Chrome's extension list to see if that helps.
- Windows or macOS update. A recent OS update sometimes changes how Chrome manages memory. Check for updates on your system and install them. After a restart, the issue might resolve itself.
One more thing: if you're running Chrome with a ton of pinned tabs and you need them all, consider using a session manager extension (like OneTab) to save them as a list instead of keeping them open. That can free up 2-3 GB instantly.
Was this solution helpful?