How to Reduce Chrome Memory Usage
7 min read · Updated 8/20/2026
Practical steps to cut Chrome's RAM consumption: tab discarding, extension audits, hardware acceleration and the built-in task manager.
Find out what is actually using memory
Open Chrome's own task manager with Shift+Esc. It lists every tab, extension and subframe with its memory footprint. Sort by memory and you will usually find that a handful of tabs — and often one extension — account for most of the usage.
Turn on Memory Saver
Chrome's Memory Saver discards inactive tabs and reloads them when you return. It is in Settings under Performance. On a machine with 8GB of RAM this alone is often the difference between usable and painful.
Collapse tabs you are not using
Discarding still keeps the tab strip crowded. A tab manager removes the tabs entirely and stores them as a list, which frees more memory and reduces visual load at the same time.
Audit your extensions
Extensions run continuously, and a content script injected into every page costs memory on every page. Open the task manager, note which extensions appear high in the list, and disable anything you have not deliberately used in a month.
Check hardware acceleration
If your GPU process is enormous, toggling hardware acceleration in Settings can help on some machines — test both settings rather than assuming.
Realistic expectations
Chrome trades memory for speed by design. The goal is not minimal RAM use, it is leaving enough headroom that the system stops swapping.
Related extensions
OneTab
Tab ManagementCollapse all open tabs into a single tidy list and reclaim memory.
Session Buddy
Tab ManagementSession manager that saves and restores full browsing sessions.
Toby
Tab ManagementVisual tab workspace that organises tabs into shareable collections.
Workona Tab Manager
Tab ManagementProject-based tab manager with automatic tab saving.
Frequently asked questions
How do I see what is using Chrome's memory?
Press Shift+Esc to open Chrome's own task manager. It lists every tab, extension and subframe with its memory footprint, so you can sort by memory and find the culprits.
Does Memory Saver actually reduce RAM usage?
Yes. It discards inactive tabs and reloads them when you return, which on an 8GB machine is often the difference between usable and painful. Find it in Settings under Performance.
Do extensions use memory even when I am not using them?
They can. An extension with a content script runs on every page you open, so disable anything you have not deliberately used in the last month.
