Local Service Temp
Windows services running under the built-in Local Service account write temporary working files under %WinDir%/ServiceProfiles/LocalService/AppData/Local/Temp while they decompress installers, stage update payloads, spool intermediate data, extract CAB or MSI contents, and create transient logs. When those leftovers are not removed after a service crash, interrupted update, or failed maintenance task, the folder can accumulate stale .tmp files, extracted package directories, partial downloads, and abandoned log fragments; Kudu clears only those temporary artifacts and does not touch service settings, credentials, or application data.
Why clean Local Service Temp?
- Abandoned installer extraction folders and partial CAB or MSI payloads from failed service updates waste space on the system drive, which shows up as steadily shrinking free disk space with no obvious user files to delete
- Interrupted service maintenance jobs leave behind locked-looking .tmp files and zero-byte fragments that can confuse later retries, leading to repeated update failures or services that keep attempting the same repair action
- Corrupt temporary download chunks in the Local Service profile can cause a service to restart a download or extraction step every boot, which users notice as recurring disk activity and repeated event log errors
- Old transient logs and crash leftovers from background services accumulate silently under the Local Service account, so cleanup reduces hidden disk usage that Disk Cleanup or user profile cleaners may not show clearly
- Stale working files from previous servicing runs can make repair or patch operations fall back to slower full re-extraction, which appears as unusually long update times during startup or maintenance windows
- Some Windows components and third-party services running as Local Service expect a writable temp area; when it is crowded with old leftovers, temporary file creation can fail and users may see service start failures or generic 'access denied' and 'not enough disk space' messages
- Removing obsolete temporary data reduces the chance that a service reuses a bad intermediate file from an earlier failed task, preventing recurring install or update loops without affecting the service's actual configuration
Cache paths Kudu targets
Windows
%WinDir%/ServiceProfiles/LocalService/AppData/Local/Temp |
Common questions about Local Service Temp
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.