If you opened your drive right now, you’d probably find files you don’t remember saving — outdated reports, duplicate presentations, ZIPs you extracted once, and a trail of folders named “New Folder (2)” and “New Folder (3).” Individually they’re harmless. Collectively, they slow you down every time you search for something and quietly eat away at your free space.
The hard part of cleanup isn’t deleting — it’s deciding. You can’t confidently remove files when you can’t see them all in one place.
One click, one clear picture
The Folder Report Generator solves the deciding problem. Point it at a folder and it produces an instant Excel sheet listing every file, organized by type, with clickable links and sizes. Suddenly the invisible becomes visible.
A simple cleanup workflow that works
Here’s a repeatable routine using the report:
- Generate the report for your Downloads, Documents, or Desktop folder.
- Sort by size (largest first) and skim the top of the list — big videos, disk images, and old backups are usually the quickest wins.
- Sort by date to find files you haven’t opened in a year or more.
- Filter by type to catch duplicates — five near-identical “invoice.pdf” files are easy to spot side by side.
- Use the hyperlinks to open and confirm anything you’re unsure about before deleting.
Working from a list is far calmer than clicking through folders hoping to stumble on the culprits.
Why storage clutter matters beyond space
A cluttered drive doesn’t just waste gigabytes. It makes backups larger and slower, makes search results noisier, and adds mental friction every time you hunt for the right version of a file. Trimming the excess makes everything downstream faster.
Private by design
The entire scan runs locally in your browser — nothing is uploaded to any server. That keeps sensitive documents safe and means the tool works even on locked-down work machines and USB drives.
Start with one folder
You don’t have to overhaul everything today. Pick your messiest folder, generate a report, and clear the obvious junk. Try the free Folder Report Generator and free up GBs without the guesswork.
Try the tool & read more
Ready to see your files clearly? Open the free Folder Report Generator — it runs entirely in your browser, with nothing uploaded.
Related guides:
Start by finding out where the space went
Most cleanup advice tells you what to delete before establishing what is actually taking space, which is why people spend an hour clearing browser caches and recover four hundred megabytes. A file inventory — every file with its path, size and last-modified date in a spreadsheet — answers the question properly in a couple of minutes.
Sort by size descending. On a typical laptop the top hundred rows account for well over half the used space, and they are almost always the same categories: virtual machine disks, video files, downloaded installers, game data, old backups, and disk images nobody remembers creating.
Where the space usually is
| Category | Typical recovery | Risk of deleting |
|---|---|---|
| Downloads folder | 5–50 GB | Low — mostly re-downloadable |
| Old installers and disk images | 2–20 GB | Low |
| Duplicate photo libraries | 5–100 GB | Medium — verify before deleting |
| Video files and screen recordings | 10–200 GB | Medium |
| Virtual machines and container images | 20–100 GB | Medium |
| Previous OS version folder | 10–30 GB | Low after a few weeks |
| Browser cache | 0.5–2 GB | Low, but returns quickly |
| System restore points | 5–20 GB | Keep the most recent one |
Notice that browser cache, which is what most people clear first, is near the bottom. It also refills within days, so clearing it is effort that does not stay bought.
Duplicates: the largest easy win
Duplicate files accumulate through a predictable set of accidents — a photo library imported twice, a folder copied "just in case" before a reinstall, the same document downloaded from email three times, a cloud sync conflict producing file (1).pdf and file (2).pdf.
With an inventory spreadsheet, finding them is straightforward. Add a column with the filename only, then use =COUNTIFS(B:B,B2,C:C,C2) matching on both name and exact byte size. Any result above 1 is a strong duplicate candidate, because two unrelated files rarely share both a name and a byte-exact size. Filter to those rows, sort by path, and you can see immediately which copy is in the sensible location and which is in a folder called Desktop backup old.
A safe order of operations
- Inventory first, delete nothing. Save the spreadsheet somewhere outside the drive you are cleaning.
- Empty the recycle bin. Free, instant, and often several gigabytes.
- Clear the Downloads folder of anything older than six months. Sort by date and select in bulk.
- Delete installers and disk images for software already installed.
- Handle duplicates using the spreadsheet, keeping the copy in the sensible location.
- Move large media off to an external drive rather than deleting it. Verify the copy before removing the original.
- Run the built-in disk cleanup tool for system files, previous OS versions and old restore points.
- Re-inventory and compare totals to confirm what you actually recovered.
Things not to delete, whatever a cleanup tool suggests
- Anything inside Windows, System32, Program Files or the macOS System and Library folders.
- Files with extensions you do not recognise that sit inside an application's own folder.
- Hidden folders belonging to development tools, package managers or version control.
- The most recent system restore point or Time Machine snapshot.
- Cloud-sync placeholder files. Deleting them locally can propagate the deletion to the cloud copy.
Registry cleaners and aggressive "PC optimiser" utilities deserve particular scepticism. The measurable performance benefit is close to zero on modern systems, and the risk of breaking an application is real. Most of them exist to sell an upgrade.
What actually makes an old computer feel faster
Free space alone does not, beyond the point where the drive is no longer nearly full — though a drive above roughly 90% capacity does slow down noticeably, especially on solid-state storage, because the controller has less room to work with. Beyond that, the changes that matter are reducing the number of programs launching at startup, closing browser tabs that each hold hundreds of megabytes, adding memory if the machine is paging constantly, and replacing a mechanical hard drive with a solid-state one, which transforms an old laptop more than any software change will.
Why a browser-based inventory is the right tool here
Scanning your own drive means reading the names of everything on it — work documents, financial records, personal photographs, files with client names in the path. A tool that walks the folder locally and builds the spreadsheet inside the browser never transmits any of that. It also requires no installation, which matters on a work machine where you do not have administrator rights, and it works identically on Windows, macOS and Linux.
