Gaming

Steam Launcher

Steam’s desktop client keeps several layers of temporary data while it renders the store, community pages, library artwork, and update UI. That includes Chromium-based HTTP cache entries for downloaded web assets, client log files that record startup, patching, and networking activity, and crash dumps created when the launcher or embedded web views fail. Kudu removes those disposable HTTP cache files, accumulated logs, and crash dumps without touching installed games, save data, account details, or Steam settings.

Why clean Steam Launcher?

  • A stale Chromium HTTP cache can leave the Store or Community tabs showing blank panels, missing CSS, or old page layouts even though the pages load correctly in a browser
  • Corrupted cached web assets after a Steam client update can cause the launcher UI to render as black, white, or partially unclickable until the cache is rebuilt
  • Old cached JavaScript and image responses can keep library artwork, avatars, and sale banners from refreshing, so users see outdated thumbnails or broken images
  • Logs from repeated update checks, shader pre-caching activity, and connection retries can grow unexpectedly large, wasting disk space and making support folders harder to inspect
  • Crash dumps accumulate after webhelper or client crashes and can consume hundreds of megabytes over time, especially on systems stuck in a launch-crash-relaunch loop
  • Cached HTTP responses tied to expired sessions or redirects can cause endless loading spinners, repeated sign-in prompts, or store pages that fail to complete loading
  • After a network change, proxy change, or CDN issue, Steam may keep reusing bad cached responses, which shows up as missing storefront content or tabs that never fully populate
What gets cleaned

Cache paths Kudu targets

Windows

%ProgramFiles(x86)%/Steam/logs
%ProgramFiles(x86)%/Steam/dumps
%ProgramFiles(x86)%/Steam/appcache/httpcache

macOS

~/Library/Application Support/Steam/logs

Linux

~/.steam/steam/logs
~/.local/share/Steam/logs
Frequently asked

Common questions about Steam Launcher

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.