Apps

WhatsApp Desktop

Built on Electron, WhatsApp Desktop stores Chromium HTTP disk cache entries for chat media and web assets in Cache_Data, V8 compiled script data in Code Cache, and GPU raster and shader data in GPUCache so chats and the interface load faster. When those cached files become oversized, stale, or invalid after an app or graphics driver update, the app can show broken thumbnails, slow startup, or rendering glitches. Kudu removes only these temporary cache files so WhatsApp can rebuild them cleanly, without touching your account, message history, contacts, or settings.

Why clean WhatsApp Desktop?

  • Corrupted HTTP cache entries in Cache_Data can leave image thumbnails, stickers, and profile photos blank even though the messages themselves are still present
  • An oversized Chromium disk cache makes WhatsApp Desktop take longer to open chats because it spends time scanning and replacing old cached web assets
  • Invalidated V8 bytecode after a WhatsApp Desktop or Electron update causes a noticeably slow first launch until the Code Cache is rebuilt
  • Stale GPUCache data from a previous graphics driver version can trigger black panes, flickering chat areas, or missing UI elements during startup
  • Driver update invalidation specifically affects Chromium shader and raster caches, so clearing GPUCache often fixes sudden rendering glitches that appeared right after a GPU driver change
  • Bad cached copies of web app resources can cause partial loading where the sidebar appears but conversations, emoji pickers, or attachment previews never fully render
  • Repeated cache churn from media-heavy group chats can waste hundreds of megabytes on temporary files, leaving WhatsApp responsive again once the old cache is removed
What gets cleaned

Cache paths Kudu targets

Windows

%AppData%/WhatsApp/Cache/Cache_Data
%AppData%/WhatsApp/Code Cache
%AppData%/WhatsApp/GPUCache

macOS

~/Library/Application Support/WhatsApp/Cache/Cache_Data

Linux

~/.config/WhatsApp/Cache/Cache_Data
Frequently asked

Common questions about WhatsApp Desktop

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.