Apps

ChatGPT Desktop Partition Caches

Inside ChatGPT Desktop on Windows, the Partitions folder holds Chromium partition-specific browser caches used by the embedded web app, including HTTP disk cache entries, Code Cache bytecode, GPUCache data, blob storage, and other temporary site resources. These files speed up loading the ChatGPT interface, attachments, and rendered content, but they can become stale after app updates, backend changes, or graphics driver changes. Kudu removes only these partition caches so ChatGPT can rebuild fresh temporary data without touching conversations, sign-in state, saved settings, local storage, or offline content.

Why clean ChatGPT Desktop Partition Caches?

  • Stale HTTP cache entries can keep serving outdated app assets after a desktop app or web rollout, which shows up as a broken sidebar, missing buttons, or pages that never finish loading
  • Invalidated Chromium Code Cache bytecode after a ChatGPT Desktop update can cause a sluggish first launch, repeated renderer restarts, or a blank window until the cache is rebuilt
  • Old GPUCache data from a previous graphics driver version can conflict with newly compiled shaders, causing black panels, flickering text, or laggy scrolling in the chat view
  • Corrupted partition blob storage and temporary response files can make image attachments or generated files fail to preview even though your conversations and account remain intact
  • Oversized disk cache directories can consume hundreds of megabytes in LocalCache, and users usually notice longer startup times or delayed tab rendering instead of faster loading
  • A bad cached service response inside a partition can trap the app in a sign-in loop or endless loading spinner even though sessions and stored credentials themselves are not deleted
  • Fragmented SQLite-backed cache indexes inside Chromium partitions can waste space and slow cache lookups; rebuilding them is effectively a clean rewrite, similar to how VACUUM compacts pages without deleting user rows
What gets cleaned

Cache paths Kudu targets

Windows

%LocalAppData%/Packages/OpenAI.ChatGPT-Desktop_2p2nqsd0c76g0/LocalCache/Roaming/ChatGPT/Partitions
Frequently asked

Common questions about ChatGPT Desktop Partition Caches

Free & open source

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.