TreeSize on Windows 10

Find large files, understand folder sizes, and make safer storage decisions on Windows 11 and Windows 10.

This independent TreeSize resource provides practical edition comparisons, download guidance, and step-by-step disk cleanup tutorials.

Scan speed on old hard drives versus SSDs

On an SSD, a first full scan of a system drive with a few hundred thousand files usually finishes in well under a minute, because random reads are cheap. On a mechanical hard drive, the same scan can take several minutes, since the drive head has to physically jump between file records scattered across the platter.

If a scan on an older laptop seems to stall, it's often just working through a fragmented drive rather than actually frozen. Watching the drive activity light or Task Manager's disk usage percentage is a better way to check progress than watching the scan window itself.

External hard drives attached over USB add another layer of slowness on top of this. If you're scanning a backup drive rather than the internal one, the guide on checking a folder's size on Windows covers the general steps that apply either way.

Disk Cleanup versus a full folder scan

Windows 10's built-in Disk Cleanup tool, especially with "Clean up system files" enabled, removes temporary files, old update packages, and delivery-optimization caches. It's genuinely useful and worth running first — it's free space with zero research required.

What it doesn't do is tell you where the rest of your used space actually went. Disk Cleanup only knows about a fixed list of system locations; it has no idea that your Downloads folder has 30 GB of old installers, or that a photo-editing app cached 15 GB of previews somewhere in AppData. A folder-tree scan picks up exactly where Disk Cleanup's list runs out, because it looks at every folder on the drive rather than a preset checklist.

Leftover user profiles under C:\Users

Windows 10 machines that have changed owners, or that were reset for a new employee without a clean wipe, often keep old user folders under C:\Users. A profile from a previous account can sit there for years holding a full Documents and Pictures folder that nobody has opened since the machine changed hands.

These show up clearly in a size-sorted scan of C:\Users, since an unused profile with years of accumulated data can rival the size of the account currently in use. Confirm the account is genuinely inactive (check Windows' account settings, not just guesswork) before removing anything.

Windows Update cache buildup

Years of cumulative updates leave residue in C:\Windows\SoftwareDistribution\Download and in the WinSxS component store. WinSxS in particular looks large in a raw scan because of how Windows tracks component versions internally, but its true footprint is smaller than the reported number, and it should be cleaned through Windows' own tools (Disk Cleanup or DISM), never by deleting files inside it directly.

What you'll typically see on a 128 GB system drive

A rough guide to common folders on an older Windows 10 install. Actual sizes vary by machine.
Folder you'll seeWhat it usually isWhat to do
C:\Windows\SoftwareDistributionDownloaded update files, mostly leftovers from installs that already completedSafe to clear via Disk Cleanup after confirming Windows Update isn't mid-install
C:\Users\<old-account>A profile from a previous user of the machineConfirm the account is inactive, then remove it through Windows account settings
C:\Windows\WinSxSThe component store; looks huge but is partly hard-linkedRun DISM cleanup or Disk Cleanup's system files option, don't delete manually
C:\Users\you\AppData\Local\...\CacheApplication caches for browsers and other softwareClear from inside the application, since some caches rebuild automatically and safely
C:\Users\you\DownloadsOld installers, ISO files, and one-off downloadsReview manually — this is genuinely yours to sort through

Windows 10 questions

Will scanning slow down an old laptop while it's running?

It uses noticeable disk activity while it reads folder listings, which can make an old hard drive feel busy for a couple of minutes. It doesn't use meaningful CPU or affect anything once the scan finishes.

Continue reading

Last reviewed by the jam-software.org editorial team on . Spotted something out of date? Tell us.