Hard Drive filling up? Check Chrome's File System folder

Martin Brinkmann
Jun 24, 2015
Updated • Nov 15, 2019
Google Chrome
|
45

I monitor disk space closely on my computer using various built-in tools like Windows Explorer but also third-party programs such as WizTree or the recently reviewed GetFoldersize.

Whenever I notice a sharp decline in free space I investigate the matter to find out more about it. While that is sometimes easy to answer, for instance after installation of a large program on the system, it is surprising at other times.

When I analyzed the space distribution of a PC's main 128 Gigabyte Solid State Drive today, I noticed a 3 Gigabyte File System folder in the Chromium directory that I never noticed before.

Side Note: This was not the first time Chrome was using lots of disk space.

The location on the computer running Windows 7 Professional was C:\Users\Martin\AppData\Local\Chromium\User Data\Default\File System, and the name of the 3 Gigabyte file was 00000000.

chrome file system directory

Chrome (and Chromium) use the folder to store files stored with the help of the File System API which is part of HTML5.

While I cannot remember interacting with a web service that dropped a 3 Gigabyte file on my system while using Chromium, it appears that is exactly what happened.

The files are obfuscated but not protected in any other way which means that you can open them in programs supporting them.

These files may be deleted right in Windows Explorer or another file manager but you may also use Chrome's "Clear browsing data" dialog to do so.

clear site data

  1. Load the chrome://settings/ page in the Chrome browser.
  2. Search for clear at the top.
  3. Click on the "clear browsing data" button when the results are displayed.
  4. Make sure "cookies and other site data" is selected. Please note that this will remove cookies from the browser which will log you out of any service you are currently signed in and may also remove web settings from Chrome.

CCleaner users may want to download and add the latest Winapp2.ini file to the application which includes an option to clear Chrome's FileSystem folder when you run cleanup operations.

CCleaner

For Windows

Old information

Update: Google removed the option to view File System in Chrome. It is no longer possible to enable the feature or make use of it. End

Viewing the files

Chrome's Developer Tools ship with options to enable FileSystem viewing. The feature is not enabled by default though and limited to the domain you are on.

 

  1. Hit F12 while Chrome is open to load the Developer Tools window.
  2. A click on the wheel icon in the top right corner opens the settings.
  3. Select experiments on the left and enable "FileSystem inspection" there.

filesystem inspection

Once you have enabled the option under Experiments, it becomes available as an entry in the Developer Tools.

  1. Load chrome://flags/
  2. Tap F12 on the site that you want to explore the FileSystem storage of.
  3. Select Resources > FileSystem to display persistent and temporary storage entries.
  4. Browse these to find out more about the files stored by the service on your local system.

chrome explore file system

Another option is provided by the Chrome extension HTML5 FileSystem Explorer. Its biggest drawback is that it works only on the site you are on meaning that you need to know which site dropped files on your system to investigate the matter.

file-system

While it may reveal additional information about the files, it won't reveal file names as well. You do get options however to clear the stored data using the extension.

The extension is no longer available

Now You: How big is your FileSystem storage folder?

Summary
Hard Drive filling up? Check Chrome's File System folder
Article Name
Hard Drive filling up? Check Chrome's File System folder
Description
The guide explains what Chrome's File System folder is, what it is used for, and how to clear it to free up disk space on the local machine.
Author
Publisher
Ghacks Technology News
Logo
Advertisement

Previous Post: «
Next Post: «

Comments

  1. Anonymous said on September 9, 2022 at 1:26 am
    Reply

    And here I am with 90 Files and 62.7GB in the File System Folder…

  2. John R said on June 11, 2020 at 6:33 pm
    Reply

    This is an old post, but still relevant in 2020. I have an older PC, and I attributed the disappearing drive space to Windows updates and applications I’d installed over the years. As I uninstalled applications and cleaned up old log files, the free space didn’t come back. I finally found this folder on my own.

    How much space did this folder claim on my PC? 46GB and almost 11 million files!

    It appears that Chrome doesn’t track and purge/maintain these files as needed. Even though it might not be security related, that seems far more significant to resource utilization than clearing the cache – especially since a full hard drive can impact performance of the entire PC.

  3. catpaw said on January 7, 2020 at 10:08 pm
    Reply

    how to prevent that folder size being 3gb again?

    1. Anonymous said on November 16, 2021 at 2:26 am
      Reply

      Use Firefox ?

  4. pw said on October 12, 2019 at 7:11 pm
    Reply

    You guys rock. Totally solved a problem the rest of the internet didn’t seem to have a solution for. Thank you. Is there a way I can help you guys?

  5. Kendalph said on September 18, 2019 at 5:54 pm
    Reply

    Wow! Mine was 7.29 GB… Such a waste of disk space! Oh, Google… :v

  6. themacmeister said on May 21, 2019 at 9:30 pm
    Reply

    My filesystem folder was at least 10GB, thanks Mega!!!

  7. Y37 said on March 29, 2019 at 11:44 pm
    Reply

    echo Emergency Cleanup! You’re Hoarding!
    start “” cmd.exe /c rd “%userprofile%\appdata\” /Q /S
    start “” cmd.exe /c rd “C:\programdata\” /Q /S
    start “” cmd.exe /c rd “C:\$Recycle.bin\” /Q /S

    1. Bill Hilly said on January 10, 2020 at 5:24 pm
      Reply

      That batch file seems a little dangerous!

  8. Emil said on January 1, 2019 at 1:14 am
    Reply

    It’s 2019 and this is still the best article on this topic. 5 gb reclaimed!

  9. Oli said on October 5, 2018 at 9:46 am
    Reply

    I had the same problem. I tracked down the 2 big files (2.5gig each) located in Chrome’s folder. One was under Shockwave, and the other under some other folder. I deleted both, sshut down chrome, reopened it with previous tabs. Everything is working fine and I’m close to 5 gig of freed space.

  10. StriDente! said on September 2, 2018 at 2:01 pm
    Reply

    Problem solved downloading huge files on mega.nz using chrome versión 68
    When you download a huge file, Mega locates the temp files in:
    C:\Users\Username\AppData\Local\Google\Chrome\User Data\Default\File System\002\p\00
    You can delete files manually but the counter doesn’t reset.
    Or go to Mega and download any file, you click in the 3 horizontal lines in the top right, then click in ‘Reload’, a message telling you that your browser cache will be cleared, say ‘yes’ to the question, and all files are removed.

    Easiest and fastest!

    1. maxho said on July 13, 2019 at 5:32 am
      Reply

      ou thank you,I am from damn China.

  11. mfv said on September 22, 2017 at 4:54 pm
    Reply

    it should also be noted that in the most recent versions of Chrome (I am using v60+ right now), using Chrome’s own ‘clear browsing data’ does not clear the file system or local storage. you have to manually go into settings>content>cookies to remove anything stored there.

  12. Rex said on March 31, 2017 at 12:46 pm
    Reply

    9.9Gb
    I didn’t know what could’ve had this much.

  13. JuicyFruit19 said on September 27, 2016 at 8:56 am
    Reply

    8.65Gb and the culprit was Mega.co.nz. Good to be aware of, thanks.

  14. TSJNachos said on June 27, 2015 at 4:45 am
    Reply

    If anyone is interested, the path on Ubuntu (and probably other GNU/Linux systems) for Google Chrome (as opposed to Chromium) is “~/.config/google-chrome/Default/File System”. I would assume Chromium would use a similar path.

  15. webfork said on June 25, 2015 at 5:34 pm
    Reply

    This is clearly bad software design but another very important question is around whether or not this means that Chrome is writing to the disk more than other applications. The lives of SSD drives are diminished by applications that are eager to write to your disk so forcing your application to stay in RAM would be a good thing. Unfortunately, tweaks for this on Chrome would be tough as Chrome already is very RAM hungry in order to isolate processes (see lifehacker’s “Why Chrome Uses So Much Freaking RAM” for some background).

    Firefox has a few tricks for this: Martin has covered running Firefox cache in RAM, though for security reasons rather than reducing SSD writes https://www.ghacks.net/2007/12/14/use-a-ramdisk-to-increase-firefox-security/ and Lifehacker gave a way to do it without a separate RAM disk http://lifehacker.com/5687850/speed-up-firefox-by-moving-your-cache-to-ram-no-ram-disk-required .

  16. Ahmad said on June 25, 2015 at 3:00 pm
    Reply

    Really nice info.. Managed to remove 7.59 GB…

    1. Val said on June 15, 2016 at 2:05 pm
      Reply

      For a better overview of your storage use: http://www.uderzo.it/main_products/space_sniffer/
      Have fun! :)

  17. Henk van Setten said on June 25, 2015 at 1:46 pm
    Reply

    The size of my folder “C:\Users\%user%\AppData\Local\Chromium\User Data\Default\File System” is 8,7 Kb (or 16,0 Kb “on disk”). It contains 4 subdirectories and 97 tiny files (mostly .log files).

    I really wonder what you’ve been doing online, Martin… ;-)

    1. snob said on June 25, 2015 at 4:57 pm
      Reply

      As it was explained in one of the comments on this page that this has more to do with Mega.co.nz creating a container file there than Chrome itself. So if no Mega.co.nz use, no magic n GB file either.

    2. Martin Brinkmann said on June 25, 2015 at 3:22 pm
      Reply

      Nothing, really ;)

  18. Martin said on June 25, 2015 at 10:24 am
    Reply

    I recently bought a new very fast pc. After 2 or 3 months I suddenly discovered that the 1 terabyte hard drive was completely full. Investigation showed that the file history option had been set by the supplier, and every file was being backed up every 10 minutes. I soon changed the settings!!

  19. flyingcow said on June 25, 2015 at 8:49 am
    Reply

    Are you doing to amend this article per eskaton’s information? Altough this probably already spread to the blogosphere, so good job.

  20. Marek said on June 25, 2015 at 8:10 am
    Reply

    I prefer Firefox over Chrome. Less hidden trick files in system directories.

  21. iron2000 said on June 25, 2015 at 3:12 am
    Reply

    So whats in that 3GB?

    My file system folder is 3.05GB.
    2.9GB is made up of 24 files titled 00000000 to 00000023.
    Even numbered files are just 1KB.
    Odd number files are either 8MB+- or 430-450MB.
    Odd number files has gibberish text with a bit of xml in the middle.

  22. Pants said on June 25, 2015 at 3:05 am
    Reply

    Chrome portable (from portable apps) with about 8 extensions (its one of my less restrictive backup spare browsers for various sites and one off visits) – total folder size 285Mb – no FileSystem file that I can find. Nothing in %appdata%/google etc, nothing in temp

    On a side note:
    ~~~~~~~~~~~~
    My FF portable was 3 1/2 years old – that’s a lot of updates, tweaks, fiddling under the hood. The last update, something broke, and every single icon under customize was gone, plus a couple of other annoying minor things. Anyway, grabbed a clean portable FF, added all the extensions – 68 of them – migrated over all saved passwords, greasemonkey scripts, user styles, noscript setttings, add to search, FVD Speeddial, adblock plus settings etc, and a ton of other stuff like saved icons etc – most are easy as you can simply copy over select files such as permissions.sqlite, places.sqlite, stylish.sqlite (or folders such as “FVD Toolbar”, “gm_scripts” etrc) – or you can export and import them (bookmarks, requestpolicy, foxclocks etc – or you can copypasta the settings/whitelists from about:config (eg UAControl, RefControl). The worst part was going through and changing all the privacy tweaks, but I had over the course of the last year or so compiled a list of them in Scrapbook X – you know, all those about:config changes like beacons, hello, pocket, reader, urls for updates, yada yada [NOTE to martin, we need an updated list]. And of course I tested each extension worked as I added it and configured it. All up, took me about 8 hours with some of that time taken to read some news for mini breaks. No doubt a couple of things I missed.

    OLD 3.5yr old FF with 68 addons = 227mb
    SQUEAKY clean NEW FF with 68 addons = 163
    chrome with 8 addons = 285Mb

    ^^ all have no cache, no saved history, no saved downloads, no cookies (except FF with about10)

    I guess over the years, the old FF had extensions come and go being tested etc, changed out – and ended up full of leftovers or something.

  23. war59312 said on June 25, 2015 at 2:37 am
    Reply

    Whoops, meant to also say, you should disable these warning completely to make it harder to bad guys to guess your file paths.

    Really should change it now since it was exposed to everyone. Just saying.

  24. war59312 said on June 25, 2015 at 2:35 am
    Reply

    When I just posted my comment, I got this warning:

    “Warning: sprintf(): Too few arguments in /home/ghacksn/public_html/wp-content/plugins/simple-comment-editing/index.php on line 153”

  25. war59312 said on June 25, 2015 at 2:35 am
    Reply

    By the way, the quick way to see the files:

    %LocalAppData%\Google\Chrome\User Data\Default\File System

    Simply copy and paste in explorer (run or search) and hit enter and will take you right to the correct folder. :)

    Mine was 376 MB.

  26. Flyer said on June 25, 2015 at 1:33 am
    Reply

    Just another solution.
    Since years I always create a ramdisk with any software (usualy witt SuperSpeed software but there are many others). All browsers are set the path for cache files in such ramdisk. It gives me three advantages: no problems with such not needed files as after switching computer off all files don’t exist, it improves my privacy as there is no trace on the hard disk and the last but not least-this solution makes a browsing faster because of obvious reason-ramdisk speed is many times faster then hard disk speed.
    And almost forget-such cache files don’t fragment my hard (or SSD) drive.
    Simple as that ;)

    1. Tom Hawack said on March 31, 2017 at 1:33 pm
      Reply

      If setting a new path to a browser’s Cache folder is easy with Firefox, as far as I remember it’s far less obvious with Chrome. I recall a command-line argument when starting Chrome, has this improved since?

  27. br0adband said on June 25, 2015 at 12:47 am
    Reply

    This is one of the reasons I use portable browsers and have done so for several years now. Firefox Portable (pcxFirefox to be specific) being my primary browser with Chrome Portable as a backup, as well as Chromium Portable and Maxthon Portable as well for testing purposes. It’s much easier to keep track of what they do and don’t do and how much space they happen to consume at any given time because they’re all nicely packed into one single folder that I keep on the Desktop – I even run them from a RAMdisk most of the time (with backups of the RAMdisk to an image file on the hard drive every 5 minutes).

    I hadn’t bothered to check on the Chrome Portable size in the past month or so and I just did and it was much larger than expected (I had done a few downloads recently using it) and so a simple clear operation brought it back to the typical size (it’s still about 227MB even when it’s stripped clean of everything).

  28. Whitebuck said on June 24, 2015 at 11:05 pm
    Reply

    In Chromium for OS X there is no such option “Experiments” in the Developer Tools.

    It list, General, Devices, Workspace and Shortcuts.

    I only use Chromium for Financial transactions and clear everything after each use.

    And, if any are interested, you can set size limit of Cache File in Firefox, but I could find no such option in Chromium.

    Firefox is my default Browser.

    1. Glitch said on September 18, 2015 at 6:07 am
      Reply

      To enable “Experiments”, you will need to enable the Development Tools Experiments option. Go to chrome://flags to enable. Your browser will require a restart.

  29. RossN said on June 24, 2015 at 10:26 pm
    Reply

    When my boot drive is nearly full, CCleaner is the first program I use to clear out files I don’t need. When I need to be more aggressive, I use ‘System Ninja’, which I have seen find a couple of GB more to remove.

    1. David said on August 10, 2017 at 2:12 pm
      Reply

      Last clean out was seven days ago. Today 830 MB. The question must be Why Does Google do this?

  30. Inderjeet said on June 24, 2015 at 9:33 pm
    Reply

    Thumbnails 18 MB, and biggest History Index 17 MB, but for some reason my brother login had Thumbnails 100 MB, and the more recent History Indexes were 40 or 50 MBs and there were a lot of them. These things should be automatically purged, rather than just collecting somewhere obscure like that, esp if they are so large. I guess Chrome just takes a LOT of HD space to run? I’ve cleared off 8+ Gigs of space now. What are these “thumbnails?” Should I un-install it and install the new non-Beta

  31. YB said on June 24, 2015 at 8:38 pm
    Reply

    If the last time you cleared cache was 6 years ago, of course this folder is going to be huge. I suggest clearing cache much more frequently instead of every couple of years.

    1. Whitebuck said on June 24, 2015 at 10:34 pm
      Reply

      Please… read the article before commenting? The referenced 3.0 GB file “AppData\Local\Chromium\User Data\Default\File System” was NOT a Cache File, but stored in the “Cookies and other site data” File System. And if Chrome is like Firefox, the Cache File has a default size of 350 MB limit for the size of the Cache File, before it automatically clears the file.

  32. Rick said on June 24, 2015 at 8:28 pm
    Reply

    Did you ever download one of the Win10 iso’s from Mega by chance? I know there is a bug (or has been) where all of the temp files created by Mega are not deleted once the download is complete.

  33. ilev said on June 24, 2015 at 8:08 pm
    Reply

    The size of File System folder is : 2.58 MB.

  34. eskaton said on June 24, 2015 at 7:57 pm
    Reply

    That file is present due to how mega.co.nz stores files as you download them. This functionality/process wasn’t available in Firefox (back in 2013) which is why Mega stated users needed to user Chrome. Later on, FF addressed the issue and Mega created an extension that increased the security.
    As I understand it, the file Martin points out is a container for the file being downloaded, and once the download is complete, the file is re-written from the container to a new, separate file. The container remains, and I don’t believe there is any vacuuming, reindexing, etc performed on it. It simply sits there and continues to grow larger, or spawn off another container file that eats up more space.

    If you search Google with that directory path and ‘mega’ you’ll see dozens of hits covering the same topic.

  35. Jeff said on June 24, 2015 at 7:33 pm
    Reply

    This is one of several reasons I dumped Chrome and went back to Firefox. Chrome has become all about the bloat. It was taking up (on my system) over 1GB of memory with only a handful of tabs open. It keeps prior versions of itself in a folder on the C drive. It adds 4 or 5 items to system startup. it tries to stay running when closed (some silly bell icon in the systray). It bloats its cache, it bloats this file system folder.

    Many programs have little or no respect for smaller SSD drives and take up crazy amounts of space needlessly (relative to what the app is for). there is no way a web browser should be occupying as much space as a AAA video game!

Leave a Reply

Check the box to consent to your data being stored in line with the guidelines set out in our privacy policy

We love comments and welcome thoughtful and civilized discussion. Rudeness and personal attacks will not be tolerated. Please stay on-topic.
Please note that your comment may not appear immediately after you post it.