How to Reduce Chrome's Memory Usage in Windows 11

BrowserPerformanceOptimizationWindows 11

The Problem

Chrome runs each tab, extension, and plugin in its own process. That is a deliberate security decision — a crash or a malicious page is contained to one process instead of taking down the browser — but it means memory use scales with how many things you have open.

On a PC with 16 GB or more this rarely matters, because free RAM is wasted RAM and Chrome hands it back under pressure. On an 8 GB machine it matters a great deal: once Windows starts paging to disk, everything slows down.

The whole PC is short of memory, not just Chrome? Start with fix high RAM usage in Windows 11. Chrome crashing rather than just heavy? See fix Chrome crashing or not responding.

Symptoms

  • Chrome shows several GB in Task Manager, spread across dozens of processes.
  • Switching tabs takes a moment while the page reloads.
  • The whole PC slows down when Chrome has been open a few hours.
  • Memory in Task Manager sits above 80 % with only a browser open.

Step 1: See Where the Memory Is Actually Going

Chrome has its own task manager, and it is far more useful than the Windows one here.

  1. With Chrome focused, press Shift + Esc (or More toolsTask manager).
  2. Click the Memory footprint column to sort by usage.
  3. Read the list carefully — the biggest consumer is often a single extension or a background tab, not the page you are looking at.
  4. Select a row and click End process to close a runaway tab immediately.
  5. Compare against the Windows view: Ctrl + Shift + EscPerformanceMemory to see how much RAM the system has in total.

Step 2: Turn On Memory Saver

This is the single most effective built-in setting, and it is off by default on some installs.

  1. Go to:
    chrome://settings/performance
    
  2. Turn Memory Saver on.
  3. Choose how aggressive it is — Moderate is a good default; Maximum frees the most memory but reloads tabs more often.
  4. Under Always keep these sites active, add anything that must not be suspended: your email, a music player, a web-based work tool.
  5. Inactive tabs are then frozen and their memory released; clicking one reloads it in a second or two.

Step 3: Audit Extensions Honestly

Extensions are usually the difference between a heavy browser and an unusable one, because they load into every tab.

  1. Open:
    chrome://extensions
    
  2. Turn off every extension, restart Chrome, and check the memory footprint again in Chrome's task manager.
  3. Re-enable them one at a time, checking after each.
  4. Remove anything you do not use weekly. Price comparison, coupon, screenshot, and "PDF tools" extensions are typically the heaviest for what they deliver.
  5. For extensions you need only occasionally, click DetailsSite accessOn click, so they only load when you ask.
  6. If an extension you never installed is present: how to remove a browser hijacker.

Step 4: Deal with the Tab Habit

  1. Use Ctrl + Shift + T to reopen a closed tab instead of leaving fifty open "just in case".
  2. Group related tabs (right-click a tab → Add tab to new group) and collapse the group — collapsed groups are prime candidates for Memory Saver to discard.
  3. For research, bookmark into a folder rather than keeping tabs open: Ctrl + Shift + D saves every open tab into one folder in a single action.
  4. Set Chrome to open with a blank page rather than restoring the last session: chrome://settings/onStartupOpen the New Tab page. Restoring 40 tabs at every launch is a self-inflicted memory problem.

Step 5: Stop Chrome Running in the Background

By default Chrome keeps processes alive after you close the window.

  1. Go to:
    chrome://settings/system
    
  2. Turn off Continue running background apps when Google Chrome is closed.
  3. Check the system tray for a Chrome icon after closing — with the setting off, it should disappear.
  4. Also turn off Chrome at startup: Task ManagerStartup apps → disable it. See disable startup programs.

Step 6: Get Hardware Acceleration and Preloading Right

  1. On the same System page, leave Use graphics acceleration when available on for most PCs — it moves rendering work to the GPU and reduces CPU and memory pressure.
  2. Turn it off only if you are troubleshooting graphical glitches or crashes: fix "display driver stopped responding".
  3. Go to chrome://settings/performance and consider turning Preload pages down to Standard preloading or off. Extended preloading spends memory and bandwidth guessing where you will click next.

Step 7: Clear the Cache and Reset a Bloated Profile

A Chrome profile that has been in use for years accumulates a lot of state.

  1. Press Ctrl + Shift + Delete, set the range to All time, and clear cached images and files.
  2. Full method, including what you will lose: clear browser cache and cookies.
  3. If Chrome is still heavy, create a fresh profile: profile iconAddContinue without an account, and use it for a day to compare.
  4. As a last resort, reset: chrome://settings/resetRestore settings to their original defaults. Bookmarks and passwords are kept.

Step 8: Decide Whether the Real Fix Is More RAM

Software tuning has limits.

  1. Open Task ManagerPerformanceMemory and read In use and Committed during normal work.
  2. If Committed regularly exceeds installed RAM, Windows is paging to disk and no browser setting will fix that.
  3. 8 GB is now the practical floor for a browser-plus-Office workload; 16 GB is comfortable.
  4. Work out what your machine takes and what it costs: how much RAM do I need and check and upgrade your RAM.
  5. Related: best PC upgrades to speed up an old computer.

What Not to Do

  • Don't install a "RAM cleaner" or "memory optimiser". They force pages out of memory that Windows then has to read back from disk, which makes things slower, and many are adware.
  • Don't disable Chrome's site isolation (--disable-site-isolation-trials). You would be trading a real security boundary for a small memory saving.
  • Don't judge Chrome by process count. Twenty small processes are normal and are not twenty copies of the browser.
  • Don't set a fixed page file size to "help" — leave virtual memory on System managed.

Still Not Working?

If Chrome is heavy with no extensions, few tabs, and a fresh profile, check that it is up to date (chrome://settings/help) and that no enterprise policy is forcing extensions on you (chrome://policy). A single misbehaving website — usually one with an embedded video or a live dashboard — can also account for a gigabyte on its own; find it with Shift + Esc.

Related: speed up a slow Windows PC and fix 100 % disk usage.