Why Is Chrome Using 8GB of RAM With Only 5 Tabs Open?

By Adhen Prasetiyo

Sunday, May 10, 2026 • 7 min read

Chrome browser task manager window showing extreme RAM usage by multiple tabs and extensions consuming gigabytes of memory

Why Is Chrome Using 8GB of RAM With Only 5 Tabs Open?

Look, we all know Chrome eats RAM. That joke has been around for like a decade. But sometimes Chrome’s RAM usage goes from “yeah Chrome is heavy” to “holy crap how is this even possible.” 8 gigabytes of RAM with five tabs open? That’s not normal Chrome being heavy, that’s Chrome having a problem.

My work laptop has 16GB of RAM. Chrome would eat 12 of them by lunchtime. Everything else would crawl. I was about to buy a new laptop until I figured out what was actually going on. Spoiler: it wasn’t about how many tabs I had. It was about ONE specific tab and TWO extensions that were leaking memory like crazy.

Let me walk you through how I found them and how you can find yours.

Chrome’s Built-In Task Manager (Most People Don’t Know About This)

Chrome has its OWN task manager. Separate from Windows Task Manager. It shows you exactly how much memory each tab and extension is using. This is the killer tool for figuring out where your RAM is going.

Open Chrome, then press Shift + Esc.

You’ll see a window listing every tab, every extension, and every Chrome process with their memory and CPU usage. Click the Memory footprint column to sort from highest to lowest. Now you can see exactly which tab or extension is the actual culprit.

You can also access it from the menu: three dots → More tools → Task Manager.

What you’re looking for:

  • A single tab using more than 500MB? That’s high but maybe okay if it’s a video or web app.
  • A tab using 1GB+? Something’s wrong with that tab. Reload it or close it.
  • A tab using 2GB+? Memory leak. Definitely reload or close.
  • An extension using more than 100MB? That extension is misbehaving.
  • An extension using 500MB+? Get rid of it.

The Tabs That Eat RAM

Some websites are just memory monsters by design. The usual suspects:

  • Gmail — especially if you have a lot of unread emails or attachments loaded. Easily 500MB-1GB on its own.
  • Slack in browser — pretty bad, like 300-600MB per workspace.
  • YouTube with a video playing — 200-400MB per video tab.
  • Google Docs/Sheets with large documents — can spike to 1GB+ for big spreadsheets.
  • Figma, Canva, or any design tool — 500MB-2GB easily.
  • Twitter/X — has gotten really bloated, 200-400MB.
  • Facebook — same boat, lots of tracking scripts running.
  • Any site with autoplay video ads — varies wildly, can be huge.

The fix? Don’t keep these open all day. Close them when you’re done.

Memory Leaks Are Real

A memory leak happens when a website keeps allocating memory but never releases it. Over time the tab grows and grows until it’s eating gigabytes. JavaScript code with bugs causes this. Some websites have leaks they never fix.

If you keep a single tab open for many hours and Chrome’s Task Manager shows it consuming way more memory than it should, that’s a leak. The fix is simple: just close and reopen the tab. The new instance starts fresh with no leaked memory.

I used to keep my email tab open from 8 AM to 6 PM every day. By 4 PM Gmail would be eating 2GB. I started closing and reopening it after lunch each day. Saved like 1.5GB constantly.

Extensions Are Often the Real Problem

This was the big revelation for me. I had three extensions that I had completely forgotten about:

  1. A grammar checker that was scanning every input field on every page in real time
  2. An ad blocker that was processing thousands of rules per page
  3. A screen recording tool that was somehow keeping its capture buffer in memory all the time

Together these three extensions were eating 3GB of RAM. THREE GIGABYTES. For things I didn’t even use most of the time.

Go to chrome://extensions/ in your address bar. Look at every extension. For each one ask yourself:

  • Do I actually use this regularly?
  • When was the last time I used it?
  • Could I just visit the website instead?

Disable everything you don’t need. Don’t uninstall yet — just disable. If you find you don’t miss it after a few days, then uninstall.

Specific extensions known for being memory hogs:

  • Grammarly (the browser extension, not the app)
  • Honey
  • LastPass and other password managers (less bad than they used to be but still heavy)
  • Web of Trust
  • Most VPN extensions
  • Most ad blockers EXCEPT uBlock Origin (which is actually super lightweight)
  • Anything with “AI” in the name from 2023-2024
  • Screen recording extensions

Memory Saver Mode

Chrome has a built-in feature called Memory Saver that automatically frees up memory from inactive tabs. The tabs are still there, you just need to click them to reload. For most people, this is fine — you’re not actively using a tab if you haven’t clicked it in 15 minutes.

Go to chrome://settings/performance. Make sure Memory Saver is on. You can also add specific sites to the “Always keep these sites active” list if you don’t want them put to sleep (like your email, music streaming, work apps).

This won’t fix a tab that’s actively running and leaking, but it will keep idle tabs from eating RAM. Decent quality of life improvement.

Hardware Acceleration: Friend or Foe?

Chrome uses your GPU to render web content by default. This is called hardware acceleration. On most computers this is good — it offloads work from the CPU. But on some computers, especially laptops with crappy integrated graphics, it can cause weird memory issues.

If nothing else has helped, try toggling hardware acceleration. Go to Chrome Settings → System → toggle off Use hardware acceleration when available. Restart Chrome. See if memory usage gets better.

If it does, leave it off. If it doesn’t, turn it back on.

The Nuclear Reset

If Chrome is still being weird after all this, sometimes a full reset helps. Settings → Reset settings → Restore settings to their original defaults. This:

  • Resets your homepage and search engine
  • Disables (but doesn’t delete) all extensions
  • Clears cookies and site data
  • Keeps your bookmarks, passwords, and history

After the reset, slowly re-enable extensions you actually need. If you re-enable an extension and notice memory usage spike, that extension was the problem.

Should You Just Use Edge or Firefox?

Honestly? Maybe. Edge is built on Chromium so it’s basically Chrome under the hood, but Microsoft has done some optimization that makes it use less memory. Most Chrome extensions work in Edge. If you’re laptop has 8GB or less of RAM and you can’t function in Chrome anymore, Edge is a viable option.

Firefox is genuinely lighter on memory than Chrome and has gotten really good in the past few years. Different ecosystem and extension story but worth trying.

For me though, Chrome won after I cleaned out my extensions. Memory usage dropped from 12GB at peak to about 4-5GB. Totally fine for daily use. The problem was never Chrome itself — it was the junk I had piled into Chrome.

Go open Chrome’s task manager right now. Shift + Esc. Be horrified at what you find. Then start cleaning house.

Step-by-Step Guide

1

Open Chrome's hidden Task Manager

With Chrome open, press Shift + Esc. A new window opens showing every tab and every extension currently running, along with how much memory and CPU each is using. Click the Memory footprint column header to sort highest to lowest. Whatever's at the top is your main problem. If you don't see Memory footprint as a column, right click any column header and check Memory footprint to make it show up. This is the single most useful tool for diagnosing Chrome RAM issues.

2

Identify and kill the worst offenders

Look at the top entries in Chrome Task Manager. Anything using more than 1GB by itself is suspicious. Anything using 2GB+ is definitely a problem. Click on the row and click the End Process button at the bottom right of the window. The tab or extension stops immediately. Reload the tab if it was a website you wanted. If killing a specific tab saves you a ton of memory, you know that website has issues — keep it closed when you don't need it actively.

3

Audit your extensions ruthlessly

Type chrome://extensions in your address bar and hit Enter. You'll see every extension installed. Look at each one. If you haven't used it in the last week, toggle it OFF using the slider. Don't uninstall yet — just disable. Common memory hogs: Grammarly, Honey, LastPass, most VPN extensions, screen recorders, and any extension with AI in the name. After disabling all the ones you don't use, restart Chrome and check memory usage with Shift+Esc. Should be way better.

4

Enable Chrome's Memory Saver mode

Type chrome://settings/performance in your address bar. Toggle on Memory Saver if it's not already on. This automatically puts inactive tabs to sleep and reclaims their memory. The tabs are still there in your tab bar but using minimal RAM. Click them to reload. You can add specific sites to Always keep these sites active list at the bottom of the page for things like email or music streaming where you don't want them sleeping. This alone can save 1-3GB of RAM if you have lots of tabs open.

5

Reset Chrome as the nuclear option

If nothing else has helped, do a Chrome reset. Go to Chrome Settings, then Reset settings on the left sidebar, click Restore settings to their original defaults. Confirm. Chrome restarts with a clean slate. Your bookmarks, passwords, and history are kept. But all extensions are disabled, cookies are cleared, and weird settings are back to default. Now slowly re-enable extensions you actually need, one at a time. If memory usage spikes after enabling a specific extension, that extension was the problem all along.

Frequently Asked Questions

Is it normal for Chrome to use 4-5GB of RAM?
Honestly, kinda yeah these days. Chrome has become heavier over the years and modern websites are more demanding. With like 10-15 tabs open including some video and email tabs, 4-5GB is fairly normal. It's when you hit 8GB+ with just a few tabs that something is genuinely wrong. The Chrome Task Manager will tell you if you have a real problem or just normal heavy usage.
Will closing tabs free up RAM immediately?
Yes and no. Closing a tab does free its memory, but Chrome holds onto some of that memory for a while in case you reopen the tab quickly. After a minute or two, Chrome releases it back to the system. If you want immediate release, you can press Shift+Esc to open Task Manager and see the memory drop in real time after closing tabs.
Should I switch to Edge or Firefox if Chrome is too heavy?
Edge is built on Chromium (same engine as Chrome) but Microsoft has optimized it for Windows and it generally uses 10-20% less memory than Chrome for similar workloads. Most Chrome extensions work in Edge. Firefox uses a different engine and is genuinely lighter on memory. Both are valid alternatives if you've cleaned up Chrome and it's still too heavy. But usually fixing the extensions and tab habits in Chrome is enough.
What's the deal with Chrome having so many processes in Task Manager?
Chrome runs each tab and extension as a separate process for security and stability reasons. If one tab crashes, it doesn't take down all of Chrome — just that tab. The downside is that this uses more RAM than a single-process browser. The total RAM usage is what matters, not the number of processes. Don't try to kill individual chrome.exe processes from Windows Task Manager — use Chrome's own Task Manager instead.
Adhen Prasetiyo

Research Bug bounty at javahack team

Research Bug bounty Profesional

Web Development Research Bug Hunter
View all articles →