SystemRequires admin/root

Windows Logs

Windows writes diagnostic and servicing logs under %WinDir%\Logs for components such as CBS, DISM, Windows Update, Setup, and upgrade rollback. These folders accumulate plain-text .log files, compressed .cab archives, ETL trace logs, and persisted setup diagnostics that are generated during installs, repairs, updates, and troubleshooting. Kudu removes old log files from %WinDir%\Logs to reclaim space and clear out stale diagnostics without touching documents, accounts, settings, or installed apps.

Why clean Windows Logs?

  • CBS.log and CbsPersist_*.cab files can grow very large after repeated update failures, and users usually notice unexplained system drive space loss even when no personal files were added
  • DISM and servicing logs preserve old error trails long after the underlying problem is fixed, which can make current troubleshooting harder because new failures are buried in outdated entries
  • Setup and upgrade rollback logs from previous feature updates remain after a successful install, so the Windows folder keeps consuming space with data that no longer helps day-to-day operation
  • ETL tracing logs under Windows Logs can accumulate across many maintenance sessions, and the visible symptom is a steadily shrinking C: drive rather than any benefit to normal system use
  • Large collections of historical log archives slow manual review in Event Viewer-adjacent troubleshooting workflows because searches and uploads to support teams include irrelevant legacy diagnostics
  • Servicing-related logs are often retained after repair attempts and failed updates, leading users to see recurring low-disk-space warnings on small SSDs even though the active issue has already been resolved
  • Some Windows log stores are text-based and append-heavy, so old diagnostic history keeps expanding without improving performance; cleaning removes obsolete records while leaving Windows itself, user files, and passwords untouched
What gets cleaned

Cache paths Kudu targets

Windows

%WinDir%/Logs
Frequently asked

Common questions about Windows Logs

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.