Skip to main content

Chrome CPU

Reduce Chrome CPU usage caused by service workers, network processes, antimalware scanning, and background tabs draining battery and performance.

6 articles

High CPU from Chrome is almost never "Chrome being slow." It is one of four specific things: a service worker looping, the network utility process scanning traffic, an antimalware service competing for the same file system handles Chrome is writing to, or background tabs running JavaScript timers.

Service workers are the most underrated CPU culprit. Web apps like Slack, Notion, Gmail, and most PWAs register service workers that run independently of the tab. They intercept fetch requests, sync data in the background, and can consume 10-30% CPU with the associated tab closed. Chrome Task Manager labels these as "Service Worker" processes under the app name.

The antimalware conflict on Windows is specific but very common. Windows Defender's real-time protection scans every file Chrome writes to disk — and Chrome writes a lot. Cache files, profile data, crash dumps. On HDDs and some SSDs, this creates a feedback loop where both processes compete for disk IO, causing CPU spikes that look like a Chrome bug but are actually a Defender issue.

Battery drain from Chrome on laptops almost always traces to CPU, not GPU. Rendering is efficient in Chrome 120+. What is not efficient is keeping 30 background tabs alive with active timers.

Frequently Asked Questions

Why is Chrome using 100% CPU when I am not doing anything?

As of March 2026, the most common causes of idle Chrome CPU spikes are: service workers from background PWAs, the utility network service process (which handles all network traffic), antimalware software scanning Chrome cache files, and extensions with active background scripts. Open Chrome Task Manager (Shift+Esc) and sort by CPU to identify the specific process.

What is the Chrome "utility: Network Service" process and why is it using CPU?

The Network Service is a sandboxed process that handles all of Chrome's network requests. High CPU from this process usually means Chrome is making many concurrent network requests — often from background tabs running trackers, analytics scripts, or auto-refreshing feeds. As of March 2026, blocking third-party scripts with an ad blocker typically reduces Network Service CPU by 30-50% on ad-heavy browsing patterns.

How do I stop Chrome from draining my laptop battery?

Chrome's battery impact is primarily CPU-driven. As of March 2026, the most effective steps are: enable Chrome's Energy Saver mode (Settings → Performance → Energy Saver), suspend background tabs, block tracking scripts that run in background threads, and check for any extension consuming 10%+ CPU in Task Manager. Hardware video decoding (when working correctly) also saves significant power during video playback.

Does Antimalware Service Executable slow down Chrome?

Yes, on Windows. Windows Defender (AntiMalware Service Executable) scans files as Chrome reads and writes them, which creates CPU and disk IO contention. As of March 2026, the fix is adding the Chrome user data directory (typically C:\Users\[you]\AppData\Local\Google\Chrome\User Data) to Defender's exclusion list. This does not reduce overall system security meaningfully.

Free Chrome extension

SuperchargePerformance

Tab suspension, ad blocking, and script control. Free.

Add to Chrome — Free