Developer Utilities

Storage Inspector

Browse, edit, add and delete localStorage and sessionStorage entries, with JSON pretty-printing and a one-click export.

When you'd use it

How to use Storage Inspector

  1. Open Storage Inspector.
  2. Switch between localStorage and sessionStorage.
  3. Filter by key or value to find what you need.
  4. Edit a value in place and save, or export everything as JSON.

Storage Inspector FAQ

Will editing a value break the app?

It can, which is often the point when reproducing a bug. Export first if you want to restore the original state.

Why is storage empty on some pages?

Storage is scoped per origin, and some contexts — sandboxed frames, or browsers with storage disabled — block it entirely.

What is the difference between localStorage and sessionStorage?

localStorage persists until it is explicitly cleared; sessionStorage is wiped when the tab closes. Both are per-origin, and the inspector shows each separately.

Get Storage Inspector and 28 more tools

7-day free trial, no credit card. Then $5.99 once — no subscription.

Install from the Chrome Web Store