How to Fix Google Chrome Running Slow and Using Too Much RAM — The Tab Problem Nobody Talks About

By Adhen Prasetiyo

Wednesday, March 25, 2026 • 7 min read

Chrome browser Task Manager showing memory usage breakdown by tabs and extensions

Let me tell you what happens when you Google “Chrome running slow.”

Every single result tells you the same five things: clear your cache, disable extensions, update Chrome, close tabs, restart your computer. You’ve probably already tried all of those. And Chrome is still slow.

The reason those generic tips don’t work for most people is because they treat all tabs and extensions equally. They don’t. One tab running a web app like Google Sheets with a massive spreadsheet can use 800MB of RAM while twenty simple article tabs together use 400MB. One poorly coded extension can consume more CPU than the rest of your browser combined.

The fix isn’t “close tabs” — it’s finding which specific tab or extension is destroying your performance and dealing with that one specifically.

Chrome’s Built-In Secret Weapon: The Chrome Task Manager

Here’s the tool that changes everything, and it’s built right into Chrome.

Press Shift + Escape while Chrome is your active window. A window pops up that looks like a simplified version of Windows Task Manager, but it shows you what’s happening inside Chrome — individually. Every tab, every extension, every background service worker, every embedded iframe — each one listed with its own memory and CPU usage.

This is what Windows Task Manager can’t show you. Windows sees Chrome as one big blob of processes. Chrome’s internal Task Manager shows you the breakdown.

Sort by Memory footprint and look at the top entries. Sort by CPU and see what’s working the hardest. The results will surprise you.

Common discoveries people make:

A single tab using 1GB+ of RAM. Usually a web app like Figma, Google Sheets with a huge spreadsheet, Slack with months of message history, or a social media feed that’s been infinitely scrolling for hours. These web apps are essentially full applications running inside your browser tab.

An extension using more memory than all your tabs combined. I’ve seen ad blockers using 500MB, grammar checkers using 300MB, and shopping comparison tools eating CPU in the background on every single page you visit.

“Subframe” entries you don’t recognize. These are iframes — embedded content from other websites running inside the tab you’re viewing. Ad iframes are notorious for this. A single news article tab might have 15 ad iframes all consuming resources.

Taming the Extension Problem

Extensions are the number one cause of Chrome slowdowns that people overlook because they forget the extensions are even there.

Go to chrome://extensions in your address bar. Count how many you have installed. If the number is higher than 5, you probably have some that aren’t earning their keep.

Here’s the test: disable ALL extensions. Restart Chrome. Use it normally for an hour. Is it noticeably faster? If yes, the problem is one or more of your extensions.

Now enable them one at a time, each for a day, checking Chrome Task Manager after each one. The guilty extension will reveal itself through a spike in memory or CPU usage.

Extensions that commonly cause problems:

Ad blockers. Yes, they block ads. But they also scan every element on every page you load. On complex sites, this takes significant processing power. If you have two ad blockers installed — which happens more often than you’d think — they’re both doing this work simultaneously for zero additional benefit. Pick one, remove the rest.

Coupon and deal finders. Extensions like Honey or Rakuten check every website against their deal databases. They’re doing network requests on every page, even when you’re not shopping.

Grammar checkers. Grammarly and similar tools analyze every text field on every page. On a page with many input fields, this adds up quickly.

Extensions you installed once for a specific task and never used again. That QR code generator, the color picker, the screenshot tool you tried once, the abandoned extension from a company that no longer exists. They’re all loading into memory every time Chrome starts.

Keep the extensions you actively use. Remove everything else. You can always reinstall something if you need it later.

Enable Memory Saver (This One Setting Changes Everything)

Chrome has a built-in feature specifically designed to solve the “too many tabs” problem, and most people have no idea it exists.

Go to chrome://settings/performance and turn on Memory Saver (some versions call it “Tab Discarding”).

What this does is monitor your tabs and automatically “freeze” any tab you haven’t visited in a while. The tab stays in your tab bar — the title, favicon, and position are all preserved. But Chrome releases all the memory that tab was using. When you click on it again, the page reloads.

The difference this makes is dramatic. I’ve seen Chrome go from using 6GB of RAM with 40 open tabs to using 2GB with the same 40 tabs — because only the 4 or 5 tabs I’m actively using are actually loaded in memory. The other 35 are frozen, consuming almost nothing.

You can add exceptions for sites you always want to keep active. Your email, your project management tool, your chat app — add those to the “Always keep active” list so they don’t get frozen.

This single feature is the answer for people who keep dozens of tabs open as a way of bookmarking things they want to read later. Keep them open. Memory Saver makes the cost of those tabs nearly zero.

The Nuclear Option: Clear Everything and Reset

If Chrome is still sluggish after optimizing extensions and enabling Memory Saver, there might be accumulated corruption in your browser profile. Cache data, cookies, and site settings build up over years and can eventually cause performance degradation.

Step 1: Clear browsing data. Press Ctrl + Shift + Delete, set the time range to All time, check Cached images and files and Cookies and other site data, then click Clear data. Yes, you’ll need to log back into every website. Use a password manager and this takes about 30 seconds of mild inconvenience.

Step 2: If that’s not enough, reset Chrome entirely. Go to chrome://settings/reset and click Restore settings to their original defaults. This removes all extensions, themes, and custom settings. Your bookmarks and saved passwords are preserved.

This is the equivalent of a fresh Chrome installation without actually uninstalling and reinstalling. It eliminates any corrupted settings, rogue extensions, or configuration conflicts that have accumulated over time.

Keep Chrome Updated (Seriously)

This seems obvious, but it matters more than people realize. Chrome’s development team actively fixes memory leaks and performance bugs in every release. A memory leak is a programming error where Chrome allocates memory but never releases it — over hours of use, the memory consumption climbs and climbs until everything gets sluggish.

Go to chrome://settings/help and let Chrome check for updates. If it finds one, install it and restart the browser. Google pushes updates every 2 to 4 weeks, and performance improvements are frequently included.

If you’re the kind of person who never closes Chrome — it’s been running for 3 weeks straight with 60 tabs — that restart after updating is also clearing all the accumulated memory bloat. Sometimes the best performance fix is just restarting the browser once a week.

When It’s Not Chrome — It’s Your Computer

One last thing worth checking. Open Windows Task Manager (Ctrl + Shift + Esc) and look at overall memory usage. If your system is using 90% or more of its total RAM, Chrome isn’t the only problem — your entire computer is running out of memory.

On a system with 8GB of RAM, Windows itself uses 2-3GB just to run. That leaves 5-6GB for everything else. If you run Chrome, Spotify, a chat app, and a code editor simultaneously, you’re going to run out of headroom. When physical RAM is full, Windows starts using your hard drive as virtual memory, and that’s orders of magnitude slower.

If you consistently run out of RAM, upgrading to 16GB is the single best investment you can make for your computer’s everyday performance. It’s more impactful than a faster CPU or GPU for typical daily use.

But start with Chrome Task Manager. Find the specific tab or extension eating your memory. Kill it. That’s the fix that works when all the generic advice has failed.

Step-by-Step Guide

1

Open Chrome Task Manager to find the real memory hogs

Press Shift plus Escape while Chrome is open or click the three dot menu then More tools then Task Manager. This shows memory and CPU usage for every individual tab extension and background process running inside Chrome. Sort by Memory footprint column to see which items are consuming the most RAM. You will likely discover that one or two tabs or extensions are using dramatically more memory than everything else. This is far more useful than Windows Task Manager which only shows Chrome as one combined process.

2

Remove or disable resource-heavy extensions

In Chrome Task Manager look for any extensions using more than 100MB of memory or more than 5 percent CPU while idle. Click on the extension in the task manager and click End Process to stop it immediately. Then go to chrome colon slash slash extensions in the address bar and disable or remove extensions you do not actively use. Common offenders include ad blockers running on every page, shopping deal finders, multiple PDF viewers, and abandoned extensions that the developer no longer updates. Keep only the extensions you use daily and disable the rest.

3

Enable Memory Saver mode to freeze inactive tabs

Open Chrome settings by going to chrome colon slash slash settings then click Performance in the left sidebar. Turn on Memory Saver which is also called Tab Discarding. When enabled Chrome automatically freezes tabs you have not visited in a while freeing their memory. The tabs stay visible in your tab bar but they reload when you click on them. You can add exceptions for sites you always want to keep active like email or chat applications. This single setting can reduce Chrome memory usage by 30 to 50 percent if you typically have many tabs open.

4

Clear browsing data and reset Chrome settings

Press Ctrl Shift Delete to open the Clear browsing data dialog. Select All time as the time range. Check Cached images and files and Cookies and other site data. Click Clear data. Large accumulated caches can slow Chrome down over time. If Chrome is still sluggish after clearing data go to chrome colon slash slash settings then Reset settings then Restore settings to their original defaults. This removes all extensions themes and custom settings but keeps your bookmarks and saved passwords. It effectively gives you a fresh Chrome installation without reinstalling.

5

Update Chrome and check for malware

Go to chrome colon slash slash settings then About Chrome. Chrome will automatically check for and install updates. Outdated versions often have memory leaks and performance bugs that have already been fixed in newer releases. After updating go to chrome colon slash slash settings then Safety check and run a safety check. If Chrome detects compromised passwords unsafe extensions or harmful software follow the prompts to resolve each issue. For a thorough malware scan also run Windows Defender full scan from Windows Security or use Malwarebytes free edition.

Frequently Asked Questions

Why does Chrome use so much RAM compared to other browsers?
Chrome runs every tab extension and plugin as a separate process in memory. This is by design. If one tab crashes it does not take down the entire browser. The trade-off is higher RAM usage compared to browsers that share resources between tabs. In practice if you have 16GB of RAM Chrome using 2 to 4GB is perfectly normal and not a problem. It only becomes an issue on systems with 8GB or less RAM where Chrome competes with other programs for limited memory.
Should I switch to a different browser if Chrome is too slow?
Switching browsers helps in some cases but Chrome Edge and Brave all use the same Chromium engine underneath. They have similar baseline resource usage. Firefox uses a different engine and can be lighter on memory in certain scenarios. Before switching try the fixes in this guide first because the most common performance problems are caused by extensions and accumulated data not Chrome itself. If you switch browsers but install the same extensions you will likely have the same problems.
Does closing tabs actually free up memory immediately?
Yes. When you close a tab Chrome releases the memory that tab was using. However the operating system might not show the freed memory immediately because Windows keeps recently freed memory in a standby state for quick reuse. If you want to see the impact use Chrome Task Manager to monitor memory before and after closing tabs. The total Memory footprint will drop immediately when you close high-consumption tabs.
Is it safe to use Chrome flags to improve performance?
Chrome flags are experimental features that Google has not fully tested or committed to keeping. Most performance related flags are safe to try but they can occasionally cause instability. The safest approach is to change one flag at a time and test Chrome for a few days before changing another. If you experience problems after changing a flag go to chrome colon slash slash flags and click Reset all to restore default settings. The flags most commonly recommended for performance are GPU rasterization and smooth scrolling.
Adhen Prasetiyo

Research Bug bounty at javahack team

Research Bug bounty Profesional

Web Development Research Bug Hunter
View all articles →