Google Chrome uses too much disk space

Last Updated on October 24, 2018 by Dave Farquhar

Sometimes, Google Chrome uses too much disk space. There’s an easy explanation for it, and there’s also an easy fix to reduce Chrome’s disk usage. Here’s how.

When Chrome updates itself, it doesn’t always delete the previous version(s). If you have a 3 TB HDD, that doesn’t matter much, but if you have an SSD, it sure does. Especially if you have a 120 GB or smaller drive, which many inexpensive systems do.

Google Chrome uses too much disk space
When Google Chrome uses too much disk space, the solution is fairly simple.

Go to your Start button and navigate to your Chrome icon. Right-click on it and select Properties. Note where Chrome is installed, then open that directory in Explorer. (Since Chrome ends up in a different location in every version of Windows, and I don’t have every version of Windows, I can’t just tell you a directory to go to.)

You’ll probably see more than one version of Chrome in that directory. Open Chrome, then go to the tool menu and select “About” to verify the version you’re actually running. Then go back to your Explorer window and delete whatever other version(s) are there that you aren’t running.

It’s probably the newest one you want, but it makes sense to double check just to be sure.

Why Chrome uses so much disk space

Each old, dated version of Chrome that’s hanging around occupies about 200 MB of space, at least on my system. That’s non-trivial, especially on an SSD, where it pays to save all the disk space you can. I remember when operating systems were smaller than that, but that’s another story.

There’s only supposed to be one older version of the web browser in that directory. If you see multiples, delete all but the two most recent ones.

Keeping the previous version around helps in case of bugs that force you to revert to a previous version. And being able to quickly patch and revert improves security. You don’t have to be afraid of updating if the previous version is still right there.

But if you’ve been running the current version a while and haven’t noticed any problems, it’s perfectly safe to ditch even that most recent previous version to free up some space. If you’re in a bind, that 200 megs can make a difference.

If you found this post informative or helpful, please share it!

5 thoughts on “Google Chrome uses too much disk space

  • November 20, 2010 at 2:33 pm
    Permalink

    And don’t forget how much temporary cache space Chrome and Google Earth use!

    I run a BAT file on boot occasionally which contains (among other things)

    attrib -a -r -s -h "C:\Documents and Settings\A Valued Customer\Local Settings\Application Data\Google\Chrome\User Data\Default\Cache\*.*" /d /s
    rd /q /s "c:\Documents and Settings\A Valued Customer\Local Settings\Application Data\Google\Chrome\User Data\Default\Cache\"
    attrib -a -r -s -h "C:\Documents and Settings\A Valued Customer\Local Settings\Application Data\Google\GoogleEarth\*.*"
    rd /q /s "c:\Documents and Settings\A Valued Customer\Local Settings\Application Data\Google\GoogleEarth\*.*"

  • November 20, 2010 at 2:43 pm
    Permalink

    I know that code wouldn’t parse…. 😀

    Another way to save some disk space when using Chrome or Google Earth is to use a standalone installer when installing them for the first time. Once installed, hunt down and rename (don’t delete) GoogleUpdate.exe after killing the process via Task Manager. Once a month or so, rename it back to the original and go to Help About in each program and update. THEN do as you’ve suggested, and once again rename GoogleUpdate.exe to something innocuous.

    • November 20, 2010 at 6:56 pm
      Permalink

      I fixed it for you. And thanks for those tips!

  • December 3, 2010 at 10:59 pm
    Permalink

    Link works, new version now at 8.

    2010-12-03 version = 8.0.552.215

Comments are closed.