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
| Folder you'll see | What it usually is | What to do |
|---|---|---|
C:\Windows\SoftwareDistribution | Downloaded update files, mostly leftovers from installs that already completed | Safe 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 machine | Confirm the account is inactive, then remove it through Windows account settings |
C:\Windows\WinSxS | The component store; looks huge but is partly hard-linked | Run DISM cleanup or Disk Cleanup's system files option, don't delete manually |
C:\Users\you\AppData\Local\...\Cache | Application caches for browsers and other software | Clear from inside the application, since some caches rebuild automatically and safely |
C:\Users\you\Downloads | Old installers, ISO files, and one-off downloads | Review 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.
Does Windows 10 still get feature updates that leave a Windows.old folder?
My 128 GB drive shows only 20 GB free even after Disk Cleanup. What next?
Is a free tool enough for a single Windows 10 home PC?
Continue reading
Last reviewed by the jam-software.org editorial team on . Spotted something out of date? Tell us.