Share via

My task manager says i have 17 google chromes when i only have 1 tab open and makes my laptop lag and slow, anyone know how to fix this?

Anonymous
2024-11-13T10:17:06+00:00

My task manager says i have 17 google chromes when i only have 1 tab open and makes my laptop lag and slow, anyone know how to fix this?

Windows for home | Windows 11 | Devices and drivers

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

3 answers

Sort by: Most helpful
  1. Anonymous
    2024-11-19T00:57:10+00:00

    I know this is gonna sound crazy, but here's the skinny from inside the chromium team ages and ages ago.

    The built Chrome from the bottom up. Like IE was just garbage, Firefox had about 100 DLLs and everything else was basically a bunch of files all dependent upon each other like a messy nest. Chrome was supposed to be one single executable per tab. It was a masterpiece of efficiency. Super fast, no dependancies, nothing. Click and run.

    BUT.... they discovered that the tabs could actually be navigated in js from one to the other if you used window-open to open the next tab, even if it was a different domain. So, if you had domain ABC in one tab, you could literally write a script to pull information from another tab, regardless of domain. You write a nice list of banks for people to use for shortcuts, but instead of href, you used w=window.open('https://chase.com') and then w.focus(), you had full control of the other site, including relaying keystrokes, etc...

    yes, it sounds crazy, but I remember my buddy coming home freaking out because they could stop it, but not in a safe enough way for the bosses. The decision was made to force every single tab to be another instance of chrome, every single plugin, etc... even if it was the same site.

    basically, there was no site isolation. Adding that in, caused a LOT more instances to run and they all sit around in the background.

    It was awesome.... but super duper not-safe. Now, it's a big clunky mess.

    5 people found this answer helpful.
    0 comments No comments
  2. Ramesh Srinivasan 79,305 Reputation points Independent Advisor
    2024-11-13T10:56:37+00:00

    Hi Prabhnoor, I'm Ramesh, here to answer your query at the Microsoft Community.

    It's normal to see multiple instances of chrome.exe even though you have a single tab open. That's because Chromium-based browsers use the multi-process architecture model.

    This model keeps websites separate from each other and the rest of your computer. Also, individual processes are created for the GPU process, the Renderer, each add-on, etc. In short, you'll see many smaller processes versus one big one.

    You can read more about it here.

    Multi-process Architecture:

    https://www.chromium.org/developers/design-docu...

    Chromium Blog: Multi-process Architecture:

    https://blog.chromium.org/2008/09/multi-process...

    If your system is slow, please isolate the issue using the clean boot method.

    A clean boot is the process of starting Windows without loading third-party apps and services. For more information, please see this Microsoft article.

    How to perform a clean boot in Windows - Microsoft Support:

    https://support.microsoft.com/en-us/topic/how-t...

    (Step 3 is crucial. You need to first enable "Hide all Microsoft Services" before clicking "Disable all".)

    Standard Disclaimer: There is a link to a non-Microsoft website. The page appears to provide accurate, safe information. Watch out for ads on the site that may advertise products frequently classified as PUPs (Potentially Unwanted Products). Thoroughly research any product advertised on the site before you decide to download and install it.

    2 people found this answer helpful.
    0 comments No comments
  3. Sumit 43,786 Reputation points Volunteer Moderator
    2024-11-13T10:52:47+00:00

    Hi Prabhnoor,

    Everything is normal there.

    17 Google Chrome entries come because of the following factors:

    • Each browser Tab you have opened(X1)
    • Each extension(X1)
    • GPU Process
    • Native Google Chrome Process
    • Frames on the page.

    You may consider disabling extensions or closing tabs which will help you.

    2 people found this answer helpful.
    0 comments No comments