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.