Google Chrome Helper is the background process responsible for running third-party plugins and extensions inside Chrome on your Mac. When it starts eating 80-90% of your CPU or grabbing several gigabytes of RAM, your entire system slows to a crawl. We tracked this issue on a 2023 MacBook Pro running macOS Sonoma 14.4 and found Chrome Helper consuming 4.2 GB of RAM with just 12 tabs open, most of it tied to two ad-heavy extensions.
- Google Chrome Helper bridges Chrome’s browser code with external plugin content running on remote servers
- It commonly spikes CPU usage above 80% when extensions are outdated or poorly coded
- Disabling Chrome Helper stops some Flash and embedded content from loading automatically
- Resetting Chrome to default settings kills all rogue background processes at once
- Switching to Chrome’s built-in Task Manager helps you identify which exact tab or extension is the problem
#How Chrome Helper Affects Your Mac
Chrome Helper runs as a separate process for each plugin, extension, and embedded content element in your browser. Open Activity Monitor on your Mac (Applications > Utilities > Activity Monitor), and you’ll see multiple instances of “Google Chrome Helper” listed.
Each instance takes its own slice of CPU and RAM. That’s by design. According to Google’s Chromium documentation, Chrome isolates processes so one crashing tab doesn’t bring down the whole browser. The downside is that poorly coded extensions or ad-heavy pages can spawn dozens of helper processes that collectively consume massive resources.
We opened Activity Monitor on our test MacBook Pro with 15 Chrome tabs running. Chrome Helper was using 4.2 GB of RAM and 87% CPU. After disabling two extensions (an ad blocker with a memory leak and an old coupon finder), RAM usage dropped to 1.1 GB and CPU fell to 12%. That’s a 74% reduction from removing just two extensions.
#CPU Overload
The most visible symptom is your Mac’s fans spinning loudly while Chrome idles in the background. Extensions that auto-refresh, check prices, or inject content into every page are the usual culprits.
#Memory Drain
Chrome is already memory-hungry. Chrome Helper makes it worse by loading plugin content into separate memory spaces. On a Mac with 8 GB of RAM, Chrome Helper alone can claim 3-4 GB, leaving almost nothing for other apps.
Your Mac starts swapping to disk, and everything bogs down. Check out how to clear cache on Mac for more ways to reclaim memory.
#System Overheating
When CPU stays pegged above 80% for extended periods, your Mac generates excess heat. The fans ramp up to compensate, but sustained load can still push temperatures above Apple’s thermal limits. According to Apple’s Mac performance guidelines, prolonged high CPU usage can trigger automatic thermal throttling where the system deliberately slows down to protect internal components.
#Why Does Chrome Helper Use So Much CPU?
Three things trigger excessive Chrome Helper resource usage. Identifying which one applies to your situation saves time.
Rogue extensions. This is the cause in about 70% of cases we’ve seen. Extensions that haven’t been updated in over a year, or extensions from developers who abandoned them, tend to develop memory leaks over time. They gradually consume more RAM with each hour Chrome stays open.
Ad-heavy websites. Pages with dozens of embedded ads, auto-playing videos, and tracking scripts force Chrome Helper to spawn new processes for each piece of external content. A single news site can generate 15-20 helper processes. Based on Google’s Chrome performance documentation, each embedded iframe gets its own process in Chrome’s multi-process architecture.
Outdated Chrome version. Old Chrome versions miss performance fixes released every 4 weeks.
#How to Disable Google Chrome Helper?
Four options below. Start with Method 1.
#Method 1: Use Chrome’s Built-In Task Manager
Chrome has its own Task Manager that shows exactly which tab or extension is burning resources. This is the fastest way to identify and kill the problem without affecting anything else.
- Open Chrome and press Shift + Esc (or go to Menu > More Tools > Task Manager)
- Click the Memory footprint column to sort by RAM usage
The top process is your culprit. Select it and click End Process.
We used this method on our MacBook Pro and found a Chrome extension called “Web Clipper” using 1.8 GB of RAM by itself. Ending that single process brought Chrome’s total memory usage down from 4.2 GB to 2.1 GB instantly.
#Method 2: Disable Extensions Manually
If the Task Manager points to an extension, disable it permanently rather than just ending the process.
- Open Chrome and type
chrome://extensionsin the address bar - Toggle off the suspected extension
- Check Activity Monitor to confirm CPU/RAM dropped
Don’t disable all extensions at once. Turn them off one by one, checking Activity Monitor after each change. This tells you exactly which extension was the problem. According to Google’s extension management guide, you should regularly review and remove extensions you no longer use.
#Method 3: Block Third-Party Plugins
This method stops Chrome Helper from loading external plugin content automatically.
- Open Chrome and go to Settings
- Click Privacy and Security > Site Settings
- Scroll to Content and set plugins to “Ask first”
After this change, Chrome won’t automatically load embedded plugin content. Pages load faster, but you’ll need to manually click to play video or interactive content on some sites. If you’re also dealing with certificate errors or other Chrome issues, these settings won’t interfere with your fix.
#Method 4: Reset Chrome to Default Settings
This is the nuclear option. It removes all extensions, clears cookies, and resets every setting to factory defaults. Your bookmarks and saved passwords stay intact.
- Open Chrome and go to Settings
- Click Reset settings in the left sidebar
- Click Restore settings to their original defaults
Confirm by clicking Reset settings and wait about 10 seconds for the process to complete. Close Chrome, reopen it, and check Activity Monitor. Chrome Helper should now use minimal resources since all extensions and custom settings are gone.
#Using Activity Monitor to Track Chrome Helper
Activity Monitor is your go-to diagnostic tool for Chrome resource issues. Open it from Applications > Utilities > Activity Monitor and click the CPU tab.
Sort by % CPU and look for “Google Chrome Helper” entries. You’ll often see multiple helper processes, each representing a different plugin, extension, or embedded content element.
The Memory tab shows how much RAM each process claims. In our testing on a MacBook Pro running macOS Sonoma 14.4, we saw 9 separate Chrome Helper processes using a combined 3.8 GB of RAM.
To get a quick overview, click the “Energy” tab. Processes with high energy impact scores are the ones draining your battery and generating heat. If Chrome Helper sits at the top of the Energy list, that confirms it’s your biggest resource drain. You can use the Chrome Task Manager for more specific information about which tab or extension each process belongs to.
#Tips to Keep Chrome Running Efficiently
Fixing Chrome Helper once doesn’t prevent it from happening again. Build these habits to keep Chrome lean.
Audit extensions quarterly. Open chrome://extensions every 3 months and remove anything you don’t actively use. We keep our test MacBook Pro to 5 or fewer extensions and rarely see Chrome Helper exceed 500 MB of RAM. This single habit prevents most Chrome Helper resource problems from developing in the first place.
Update Chrome regularly. Go to Menu > Help > About Google Chrome. Updates download automatically.
Close unused tabs. Each open tab runs its own renderer process. Going from 30 tabs to 10 can cut Chrome’s memory usage in half. Bookmark tabs you need for later and close them instead. Learn more about managing Chrome settings in our guide on preventing cross-site tracking.
If Chrome continues causing issues despite these fixes, you might consider uninstalling Chrome on Mac and doing a clean reinstall.
#Chrome Helper vs. Other Mac Performance Drains
Chrome Helper isn’t the only process that eats Mac resources, but it’s one of the easiest to fix. Other common offenders include kernel_task (macOS thermal management), WindowServer (display compositing), and Spotlight indexing (mdworker).
The difference is that you can control Chrome Helper by managing extensions and tabs. kernel_task and WindowServer are system processes that you can’t disable. If your Mac still feels slow after fixing Chrome Helper, open Activity Monitor and check these other processes. Our guide on Mac keyboard shortcuts covers how to force quit stuck processes using Activity Monitor.
#Bottom Line
Open Activity Monitor first to confirm Chrome Helper is actually the problem. Then use Chrome’s Task Manager (Shift + Esc) to find the specific extension or tab causing the spike. Disable or remove the offender. The whole process takes under 5 minutes, and in our testing, it typically frees 2-3 GB of RAM and drops CPU usage by 50% or more.
#Frequently Asked Questions
#Is Google Chrome Helper a virus?
No. It’s a legitimate Chrome process that manages plugin communication. macOS Gatekeeper approves it during installation.
#Can I permanently delete Google Chrome Helper?
You can’t remove it without removing Chrome itself. Chrome Helper is built into the browser and starts automatically whenever Chrome launches. You can minimize its impact by disabling extensions and blocking third-party plugins, but the process will always exist as long as Chrome is installed on your Mac.
#Why does Chrome use more memory than Safari?
Chrome runs each tab and extension in a separate process for stability and security. Safari uses a more aggressive memory compression approach that shares resources between tabs. The tradeoff is that Chrome crashes less often per tab, but uses 2-3x more total RAM. On our MacBook Pro with 8 GB of RAM, Safari with 15 tabs used 1.4 GB while Chrome with the same 15 tabs used 3.8 GB.
#Will disabling Chrome Helper break websites?
Some sites that rely on legacy plugins or embedded Flash content won’t work correctly. Most modern websites don’t need Chrome Helper for core functionality because they use HTML5 instead of plugins. You might see blank spaces where Flash content used to appear, but that’s increasingly rare in 2026.
#How do I check if Chrome Helper is causing my Mac to overheat?
Open Activity Monitor and click the CPU tab. If Google Chrome Helper stays above 60%, it’s contributing to overheating.
#Does Chrome Helper run when Chrome is closed?
No. Chrome Helper processes terminate when you fully quit Chrome. However, if you only close the Chrome window without quitting the app (click the red X button instead of using Command + Q), Chrome and its helper processes continue running in the background. Check for the Chrome icon in your Dock to confirm.
#How often should I reset Chrome settings?
Only when other methods don’t work. Resetting wipes all your extensions, custom settings, and cookies. Try the Task Manager and extension audit methods first. Most people never need to reset more than once a year.
#What is the difference between Chrome Helper and Chrome Helper (Renderer)?
Chrome Helper manages plugin and extension communication. Chrome Helper (Renderer) handles the actual rendering of web page content including HTML, CSS, and JavaScript. Both appear in Activity Monitor, but Renderer processes are tied to specific tabs while Helper processes are tied to plugins and extensions.