Categories: TutorialsUbuntu

How to Clear Cache and Cookies on Google Chrome

What are Cookies

Cookies are small files that contain information about user web activities such as authentication information, location, browsing preferences, information that you have filled in forms, your last visit, etc. When you open a website, the web server sends a cookie to your web browser which then saves it as a file with your permission. Your browser probably has hundreds of cookies stored in it which are normally cleared automatically after some time. However, sometimes you manually have to delete these cookies in order to solve certain browsing-related problems.

What is Cache

Cache is a temporary storage of webpage resources like HTML pages, JavaScript files, images, logos, etc. When you open a website, your browser caches these files locally into your system. On your next visit to the same site, the browser does not need to retrieve those files again. This way it helps to load the website more quickly. Also, it reduces bandwidth usage and decreases the load on the web server. Cache is not automatically deleted, it stays on your system until you delete it manually.

Sponsored

Clearing the cache and cookies is the first thing you need to do when experiencing slow loading or formatting issues.

Today’s post is about how to clear Cache and Cookies on the Google Chrome browser. The steps performed here have been tested on Ubuntu 20.04 LTS. You can install Google Chrome on Ubuntu 20.04 LTS, if you don’t already have it in your system.

View Google Chrome Cookies

You can view all the sites that have stored cookies in your Chrome browser. To do so, visit the following address in your Chrome browser:

chrome://settings/siteData

It will show you all the sites that have stored cookies. From here, you can also remove a specific cookie by clicking the bin icon.

View Google Chrome Cache

You can also view the Google Chrome cache stored in your system by running the command below in your Ubuntu Terminal:

$ ls /home/$USER/.cache/google-chrome/Default/Cache

Clear Google Chrome Cache and Cookies

1. On Google Chrome, click the vertical dots icon on the upper right corner. By doing so, a menu will appear. Click More tools to open a sub-menu. In the sub-menu, click Clear browsing data.

Sponsored

2. It will open the following window. Alternatively, you can also use the Ctrl + Shift + Delete keyboard shortcut to open this window.

3. Under the Basic tab, choose the Time range using the drop-down arrow. Selecting this time range will clear the cache and cookies from only that specific range. To clear all the stored cache and cookies, select All time.

4. Then check the box Cookies and other site data and Cached images and files. You can also clear the browsing history by checking the first box.

5. Click Clear data to clear the cookies and cache data that was collected during the specified time period.

By doing this procedure, your Chrome browser’s cache and cookies will all be cleared.

This is how you can clear cookies and cache on Google Chrome. Remember after clearing the cache, the webpages may appear slightly slower as it will need to retrieve all the files again. Also deleting the cookies will cause the saved user information to be lost. However, clearing the cookies and cache is still required sometimes to resolve the browsing issues.

Ubuntu Server Admin

Recent Posts

Open design: the opportunity design students didn’t know they were missing

What if you could work on real-world projects, shape cutting-edge technology, collaborate with developers across…

2 days ago

Anbox Cloud 1.28.0 is now available!

Enhanced Android device simulation, smarter diagnostics, and OIDC-enforced authentication The Anbox Cloud team has been…

2 days ago

83% of organizations see value in adopting open source, but report major gaps in security and governance

A new Linux Foundation report reveals how organizations worldwide are adopting, using, and perceiving open…

3 days ago

Everything you need to know about FIPS 140-3 on Ubuntu | Videos

FIPS 140 is a highly demanding security standard that’s mandatory for almost all high-security and…

4 days ago

A CISO’s preview of open source and cybersecurity trends in 2026 and beyond

Open source has come a long way. Recently I was watching a keynote address by…

1 week ago

Canonical Kubernetes officially included in Sylva 1.5

Sylva 1.5 becomes the first release to include Kubernetes 1.32, bringing the latest open source…

1 week ago