About this tool
Plan exactly which browser stores to clear, which to keep, and what breaks — cookies, localStorage, IndexedDB, service workers and more.
Browser Storage Cleanup Planner sorts the dozen or so places a browser keeps your data into a clear list and a keep list, based on what you are actually trying to achieve. It covers the stores that "Clear browsing data" misses — localStorage, IndexedDB, service worker caches, extension storage and the copy held in your sync account — and states the cost of clearing each one before you do it. Useful when you want to break cross-site tracking or free disk space without signing yourself out of everything.
Open Browser Storage Cleanup Planner on AltFTool — it loads instantly in your browser.
Add your input to the workspace.
Adjust the options until the result looks right.
Copy or download the output and put it to work.
Extension storage and the sync-account copy survive Clear browsing data — both are listed explicitly.
Every store shows what stops working when it is cleared, so nothing surprises you afterwards.
Gives the exact settings path for Chrome, Edge, Firefox and Safari, plus each one's known gap.
Only partly. Tracking scripts also write identifiers to localStorage, IndexedDB and Cache Storage, so a cookies-only clear can be undone the moment you revisit the site. Clearing all script-writable storage, or blocking third-party cookies outright, does far more than a cookie clear.
Cookies are attached to every matching HTTP request and can be set by the server; localStorage is written by page scripts, stays in the browser, and is never sent automatically. Cookies have expiry dates, while localStorage persists indefinitely unless the browser or the user clears it — Safari's Intelligent Tracking Prevention is an exception and removes script-writable storage seven days after your last interaction with the site.
Because a service worker is serving a cached app shell from Cache Storage, which a normal cache clear does not unregister. Clear that site's storage specifically, or use the browser's site-data view to delete the registration, and the next load will fetch a fresh build.
Only if you tick passwords in the clear dialog, and that deletion is permanent — the browser has no undo. If the profile is signed in to sync, the deletion can also propagate to your other devices, so export or migrate credentials to a password manager before clearing anything in that category.