Browser Storage Quota Dashboard – Online See Usage
Check estimated usage and quota for local and session storage on your browser. Quick dev tool.
UD5 Toolkit
Inspect LocalStorage, SessionStorage & IndexedDB usage in real-time
| Key | Value Preview | Size | Actions |
|---|
No LocalStorage entries found on this domain.
| Key | Value Preview | Size | Actions |
|---|
No SessionStorage entries found on this domain.
| Database Name | Version | Est. Size | Actions |
|---|
No IndexedDB databases found on this origin.
| Name | Value Preview | Size | Actions |
|---|
No cookies accessible on this domain.
navigator.storage.estimate() API and reflects the combined usage of LocalStorage, SessionStorage, IndexedDB, Cache API, and Service Worker caches.
indexedDB.databases() method. The total usage from navigator.storage.estimate() still includes IndexedDB data even if individual databases can't be enumerated.
navigator.storage.persist() API, which may prompt the user for permission. If granted, the browser may allocate more space and protect the data from automatic eviction when disk space is low.
Check estimated usage and quota for local and session storage on your browser. Quick dev tool.
Estimate how many MB/GB your storage can hold based on navigator.storage.estimate() and display as a pie chart.
Explore your website’s IndexedDB databases and object stores. Add, delete, and inspect records. Like phpMyAdmin for IndexedDB.
Explore your website’s IndexedDB databases and object stores. Add, delete, and inspect records. Like phpMyAdmin for IndexedDB.
A small widget that records your clipboard text history (only while open). Search and re‑copy old snippets. No log upload.
See a live readout of window scrollX and scrollY. Visualize scroll direction. For debugging sticky navs.
Keep a simple list of movies you want to watch. Add notes and check them off. Purely local storage.
See the International Space Station’s current position on a world map in real time. Uses public API. No refresh.
Enter a URL and see a list of its ARIA landmarks (banner, main, nav). Check document structure for accessibility. Local fetch.
Enter readings before/after meals, get averages, print report. Local storage only.
See the chromaticity diagram and compare sRGB, DCI‑P3, and your display. Fun for design geeks.
Create a sticky scroll progress bar for blog posts. Choose colors and height. Copy the minimal CSS and HTML.
Read and write NDEF records to NFC tags using the Web NFC API. Supports text, URL, and MIME records. Works on Android with Chrome.
Register a custom CSS property with syntax, initial value, and inherits. Animate colors and numbers that couldn’t before.
Paste an OpenAPI YAML/JSON and render a static, readable API document. No server, pure browser‑based rendering.
Demonstrate how the Web OTP API automatically reads one‑time codes from SMS (mobile). Simulation with a fake SMS input.
Use the CSS Custom Highlight API to style arbitrary text ranges without modifying the DOM. See the future of find‑in‑page.
Enter the approximate age of opened paint and answer visual/olfactory questions to see if it's still usable. Reduce waste.
A GUI to manage all keys in your browser's localStorage. Add, delete, edit, and export data. Debug progressive web apps.
Browse, edit, and delete keys stored by the idb‑keyval library in your browser. Handy for debugging PWAs.
View, edit, and manage JSON objects saved in your browser's localStorage. Delete, export, or import keys. No setup.
Call navigator.storage.estimate() and display a visual pie chart of used vs. available browser storage. For PWA debugging.
List cached responses for your domain. View headers, content, and delete individual entries. Understand your PWA's cache.