ChatGPT Desktop Caches
ChatGPT Desktop on Windows stores several Chromium and Electron-style performance caches under its LocalCache folder so the app can reopen faster and render web content more efficiently. These include HTTP disk cache files in Cache_Data, V8 compiled script data in Code Cache, GPUCache entries, DawnGraphiteCache and DawnWebGPUCache shader and pipeline blobs, and Shared Dictionary cache data used for compressed web resources. Kudu removes only those disposable caches when they become stale or oversized, while leaving login state, conversations, IndexedDB, local storage, and session data intact.
Why clean ChatGPT Desktop Caches?
- Corrupted HTTP disk cache entries in Cache_Data can make the app reuse bad copies of web assets, which shows up as a blank window, missing UI elements, or pages that never finish loading
- Invalidated V8 compiled code in Code Cache after a ChatGPT Desktop update can cause unusually slow startup or a sluggish first load until the bytecode is rebuilt
- GPUCache data tied to an older graphics driver can become incompatible after a driver update, leading to flickering, black panes, or rendering glitches until the cache is regenerated
- Stale DawnGraphiteCache or DawnWebGPUCache shader and pipeline blobs can cause janky scrolling, delayed interface drawing, or brief freezes when hardware-accelerated views initialize
- A bloated Shared Dictionary cache can waste hundreds of megabytes on compressed resource dictionaries that no longer match current content, with repeated downloads and inconsistent page rendering as a symptom
- When several cache layers accumulate old entries at once, ChatGPT Desktop can consume far more disk space than expected and feel stuck on loading screens even though your account and chats are fine
- Clearing these caches removes disposable files only, so it is a safe first step when the app misrenders or stalls without deleting saved conversations, settings, or sign-in information
Cache paths Kudu targets
Windows
%LocalAppData%/Packages/OpenAI.ChatGPT-Desktop_2p2nqsd0c76g0/LocalCache/Roaming/ChatGPT/Cache/Cache_Data |
%LocalAppData%/Packages/OpenAI.ChatGPT-Desktop_2p2nqsd0c76g0/LocalCache/Roaming/ChatGPT/Code Cache |
%LocalAppData%/Packages/OpenAI.ChatGPT-Desktop_2p2nqsd0c76g0/LocalCache/Roaming/ChatGPT/GPUCache |
%LocalAppData%/Packages/OpenAI.ChatGPT-Desktop_2p2nqsd0c76g0/LocalCache/Roaming/ChatGPT/DawnGraphiteCache |
%LocalAppData%/Packages/OpenAI.ChatGPT-Desktop_2p2nqsd0c76g0/LocalCache/Roaming/ChatGPT/DawnWebGPUCache |
%LocalAppData%/Packages/OpenAI.ChatGPT-Desktop_2p2nqsd0c76g0/LocalCache/Roaming/ChatGPT/Shared Dictionary/cache |
Common questions about ChatGPT Desktop Caches
Download Kudu and reclaim your disk space.
Available on Windows, macOS, and Linux. No account required, no feature gates, no telemetry without consent. All cleaning targets are open source and community-auditable.