> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/resources/other-resources/clear-a-browsers-local-storage.md).

# Clear a browser's local storage

Follow the steps to clear your browser's local storage.

{% tabs %}
{% tab title="Chrome" %}

1. Open a Google Chrome browser page.
2. Use your keyboard's <kbd>F12</kbd> key to open the Google Chrome Developer Tools Console.

   ![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB4759.png)
3. Click ***Application*** in the console's top menu.

   ![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB4760.png)
4. Expand the ***Local storage*** list located under the ***Storage*** section in the console's left menu.

   ![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB4761.png)
5. Right-click your site(s) and click ***Clear*** to delete the local storage.

   ![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB4762.png)
   {% endtab %}

{% tab title="Edge" %}

1. Open a Microsoft Edge browser page.
2. Use your keyboard's <kbd>F12</kbd> key to open the Microsoft Edge Developer Tools Console.

   ![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB4869.png)
3. Click ***Application*** in the console's top menu.

   ![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB4870.png)
4. Expand the ***Local Storage*** list located in the ***Storage*** section of the console's left menu.

   ![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB4871.png)
5. Right-click your site(s) and click ***Clear*** to delete the local storage.

   ![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB4872.png)
   {% endtab %}

{% tab title="Firefox" %}

1. Open a Firefox browser page.
2. Use your keyboard's <kbd>F12</kbd> key to open the Firefox Developer Tools Console.

   ![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB4865.png)
3. Click ***Storage*** in the console's top menu.

   ![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB4866.png)
4. Expand the ***Local Storage*** list located in the console's left menu.

   ![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB4867.png)
5. Right-click your site(s) and click ***Delete All*** to delete the local storage.

   ![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB4868.png)
   {% endtab %}

{% tab title="Opera" %}

1. Open an Opera browser page.
2. Use your keyboard <kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>I</kbd> keys to open the Opera Developer Tools Console.

   ![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB4873.png)
3. Click ***Application*** in the console's top menu.

   ![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB4874.png)
4. Expand the ***Local Storage*** list located in the ***Storage*** section of the console's left menu.

   ![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB4875.png)
5. Right-click your site(s) and click ***Clear*** to delete the local storage.

   ![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB4876.png)
   {% endtab %}

{% tab title="Safari" %}

1. Open a Safari browser page.
2. Use your keyboard <kbd>Alt</kbd>+<kbd>Cmd</kbd>+<kbd>C</kbd> keys to open the Safari Javascript Console.

   ![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB4877.png)
3. Click ***Storage*** in the console's top menu.

   ![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB4878.png)
4. Expand the ***Local Storage*** list in the console's left menu.

   ![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB4879.png)
5. Select your site and click ***Clear Local Storage*** to delete the local storage.

   ![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB4880.png)
   {% endtab %}
   {% endtabs %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.devolutions.net/resources/other-resources/clear-a-browsers-local-storage.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
