# How to clear browser local storage

Clearing browser local storage is a simple process that can be accomplished by following these steps:

# Chrome

Here’s how to clear the local storage in Google Chrome:

  1. Open the Google Chrome Console by pressing F12 key.
  2. Select “Application” in the console’s top menu.
  3. Select “Local Storage” in the console’s left menu.
  4. Right click your site(s) and click clear to delete the local storage.
chrome-local-storage

# Firefox

Here’s how to clear the local storage in Firefox:

  1. Open the Developer Tools by pressing F12 key.
  2. Select “Storage” in the developer’s top menu.
  3. Select “Local Storage” in the developer’s left menu.
  4. Right click your site(s) and click delete all.
firefox-local-storage

# Safari

Here’s how to clear the local storage in Safari:

  1. Click the Develop menu and choose Web Inspector.
  2. Select “Storage” in the top menu
  3. Select “Local Storage” in the developer’s left menu
  4. Click your site(s) and click the trash icon at the top.
safari-open-develop safari-local-storage