Chrome Cache Size Limit: Hidden Setting That Saves You GBs of Storage
Google Chrome is a great browser for everyday browsing, but many people are annoyed by its unlimited cache size. In my experience, letting Chrome store tons of temporary files will eventually slow down your system and waste SSD space unnecessarily.
Use command line flags to set Chrome cache size
Before you limit Chrome's cache, you should check how much space it's currently using. This gives you a baseline to work from (and will show you which sites are hogging your storage space!).
You can find the size of your Chrome cache by typing chrome://settings/content/all into the address bar. You can then click on any website and check its usage. Alternatively, you can navigate to the folder in File Explorer:
C:UsersPCAppDataLocalGoogleChromeUser Data
Then go to your Chrome profile folder and check the size of the cache folder directly.
The simplest way to limit the cache size is via a command line flag. This method does not require any registry modifications. Here is how to set it up:
- Right-click on the Chrome desktop shortcut and select Properties .
- Go to the Shortcut tab .
- In the Target field , add --disk-cache-size=209715200 at the end.
- Make sure there is a space before the double dash.
- Click Apply > OK .
- Restart Chrome for changes to take effect.
Note : The number 209715200 represents bytes and is equal to 200MB. You can adjust this number based on your needs using a unit converter like Convert Units - people usually prefer 400MB (419430400) for heavy web browsing sessions.
This is useful if you've been experiencing excessive RAM usage with Chrome, as limiting the cache can reduce overall resource consumption. The cache limit is applied every time you launch Chrome through that particular shortcut.
Force Chrome Cache Limit via Windows Registry
If the command line flag doesn't work for your setup, the Windows Registry offers a more permanent solution. This method applies the cache limit system-wide, regardless of how you launch Chrome.
First, you need to have access to the Registry Editor - if it's disabled, see our guide on how to enable Registry Editor access .
Tip : Always back up the registry before making changes, as even one wrong edit can cause system crashes.
Here is the step-by-step procedure to force Chrome cache limit via Windows Registry:
- Open the Run dialog box by pressing Windows + R and typing regedit , then pressing Enter.
- Navigate to ComputerHKEY_LOCAL_MACHINESOFTWAREGoogleChrome.
- If the "Google" or "Chrome" folder doesn't exist, create them by right-clicking and selecting New > Key.
- Right-click the Chrome folder and select New > DWORD (32-bit) Value .
- Name it DiskCacheSize.
- Double click on the new entry and set the value to the desired cache size in bytes.
- Select Decimal as the base and enter 209715200 for 200MB.
- Click OK and restart Chrome to apply the changes.
Many people choose 419430400 (400MB). The registry method will override any previously set command line flags, making it the system-definable cache limit. It is also useful for managed environments where you want a consistent cache limit across all users.
People like this approach because it only requires one-time setup. Once configured, every instance of Chrome respects the limit without any special shortcuts or parameters.
Check if cache limit is actually working
Setting cache limits is pointless if they don't work. The easiest way to verify is to check the cache folder size directly. Navigate to the following path in File Explorer:
C:UsersPCAppDataLocalGoogleChromeUser Data
Then go into your Chrome profile folder and check the size of the Cache folder . During normal browsing sessions, the Cache folder size should never exceed the limit you set - if it does, your profile won't work.
If the limit doesn't work, double-check your command line syntax or registry entries. A typo in the target field or incorrect data type in the registry can break things. Additionally, some Chrome extensions can interfere with the cache limit; try disabling them temporarily if you're having trouble.
Chrome's default caching behavior never made sense. These methods work well, but honestly, Chrome should have this setting by default. Until Google adds a built-in cache limit option, these workarounds will effectively solve the storage problem. Hopefully future updates will make this process more user-friendly.
You should read it
- Chrome will support HTTP cache partitioning to prevent malicious attacks and unauthorized tracking
- How to clear Chrome browser cache, Coc Coc, Edge, Firefox
- Speed up Google Chrome in Windows
- How to clear browsing data with Clear Cache for Chrome
- How to fix Google Chrome Translate not working
- How to delete cache and cookies on Chrome, Firefox and Coc Coc
- How does CPU Cache work? What is L1, L2 and L3 Cache?
- How to enable and use Guest Mode on Chrome
May be interested
- For faster data transfer, check these hidden metrics before buying an SSD!when purchasing an ssd, storage capacity and read/write speed are often the top priorities. however, there is a hidden indicator that is often overlooked: ssd dram cache. but what is this mysterious index and how does it affect data transfer speeds?
- Learn how Cache works (Part 2)in this section we are only interested in previous historical aspects of cache. if you are not interested in this topic, you can skip it to read the next section.
- How to clear Chrome browser cache, Coc Coc, Edge, Firefoxhow to clear chrome browser cache, coc coc, edge, firefox. the use of cache for a long time will fill the cache thereby reducing browser performance, loading time of the website will also be slower. that's why we need to be constantly
- Instructions for clearing Twitter cache on iPhone and iPadnow, you can clean up twitter's cache and control the amount of storage it uses. follow these steps to remove twitter cache on your iphone and ipad device.
- Increase the size of attachments in Outlook 2010in some special cases, when you want to send an email with a fairly large attachment via outlook, the system will display the following message: 'the attachment size exceeds the allowable limit.' technically, the default capacity limit for microsoft outlook 2010 attachments is 20 mb. in the following article, we will show you some basic steps to increase this limit.
- Chrome will support HTTP cache partitioning to prevent malicious attacks and unauthorized trackinggoogle is planning to add a relatively new (relatively theoretically) new security feature to the chrome web browser.
- Top 5 best cloud storage services 2020top 5 best cloud storage services 2020. when using a cloud storage service, you will no longer have to spend money on infrastructure hardware investment. this not only saves you money, saves space, but also makes the system tran
- Has Google solved the 'gluttonous' RAM problem of Chrome browser?after many updates, it seems that google has finally found an answer to limit chrome eating the system ram.
- How to clear system and Internet cache on Macclearing your system and browser cache on your mac can help you free up more storage space for other important files. but how do you clear cache on your mac, and should you do so?
- Learn how cache worksmemory cache is the type of high-speed memory available inside the cpu to speed up access to data and instructions stored in ram. in this tutorial, we will show you how this memory works in the most understandable way.