How to Find Large Files on Windows 11 and Free Up Disk Space

Running out of storage on Windows 11 is frustrating — especially when you're not sure what's eating up the space. The good news is Windows 11 has several built-in tools to help you track down large files, and third-party options can go even deeper. Understanding how each method works helps you pick the right approach for your situation.

Why Large Files Are Hard to Spot Without Looking

Windows doesn't surface large files by default. Your desktop looks clean, your Downloads folder seems manageable, and yet your drive is 90% full. The culprits are often hiding in places you don't check regularly:

  • Temporary files and system caches accumulated over months
  • Old Windows Update files stored in the WinSxS folder
  • Hibernation files (hiberfil.sys) that can reach several gigabytes
  • Virtual machine disk images or game install folders
  • Forgotten backup archives tucked into subfolders

None of these show up on your desktop. You need to actively search for them.

Method 1: Search by File Size Using File Explorer

Windows 11's File Explorer has a built-in size filter that most people never use.

  1. Open File Explorer and navigate to the drive you want to scan (usually C:)
  2. Click the Search bar in the top-right corner
  3. Type size:gigantic and press Enter

Windows uses these size labels in search filters:

LabelFile Size Range
Empty0 KB
Tiny0–10 KB
Small10–100 KB
Medium100 KB–1 MB
Large1–16 MB
Huge16–128 MB
Gigantic128 MB and above

This search crawls through folders on your selected drive and returns files above the threshold. You can also type a custom range like size:>500MB for more precision.

One limitation: File Explorer search can be slow on large drives and may miss files in protected system folders depending on your account permissions.

Method 2: Storage Sense and Storage Settings 🗂️

Windows 11's Settings > System > Storage gives you a visual breakdown of what's using your disk space — organized by category.

  1. Open Settings (Win + I)
  2. Go to System > Storage
  3. Click on your drive to see a category-by-category breakdown

Categories include Apps & features, Temporary files, Documents, Videos, and Other. Clicking into each one shows more detail and, in some cases, lets you delete items directly from the Settings panel.

Storage Sense (also in this menu) can be configured to automatically delete temporary files and empty the Recycle Bin on a schedule. It's useful for ongoing maintenance but doesn't give you a file-by-file view of what's largest.

This method works well for getting a broad picture fast, but it won't tell you the exact path of a 4 GB file buried three folders deep.

Method 3: Sort by Size in a Specific Folder

If you already suspect a particular folder — like Downloads, Videos, or a project directory — this is the quickest method:

  1. Open the folder in File Explorer
  2. Switch to Details view (View > Details)
  3. Click the Size column header to sort by file size, descending

This surfaces the largest files at the top immediately. It only looks at files directly in that folder by default, so for a recursive view across subfolders, you'd need to enable the search approach above or use a dedicated tool.

Method 4: Use a Third-Party Disk Analyzer for a Full Picture

For a comprehensive, visual map of your entire drive, dedicated disk analysis tools go well beyond what File Explorer offers. These tools display your storage as a treemap — a visual grid where each block represents a file or folder, sized proportionally to how much space it occupies.

Common features in these tools include:

  • Color-coded file type breakdowns (video, archives, system files, etc.)
  • Folder drill-down so you can trace exactly where nested large files live
  • File age filters to find old files that haven't been accessed in years
  • Export reports for documentation or cleanup planning

The difference in usefulness between a basic search and a visual disk analyzer becomes especially clear on drives with hundreds of gigabytes of data spread across deeply nested folders.

What's Using Space You Might Not Expect 💡

A few common culprits that surprise people:

  • Hibernation file (hiberfil.sys): Typically sized to match your RAM. On a system with 32 GB RAM, this file alone can be 20+ GB. It's hidden by default and invisible in normal Explorer views.
  • Page file (pagefile.sys): Windows uses this as virtual memory. Size varies based on your RAM and settings.
  • WinSxS folder: Windows Component Store. It looks enormous in Explorer (sometimes 10–20 GB), but much of what's reported is hard-linked — the actual disk usage is usually lower than it appears.
  • Shadow copies and restore points: System Protection can store multiple restore points, each potentially several gigabytes.
  • Game and app installers: Many platforms cache downloaded installers even after installation is complete.

Understanding what these files are matters before you delete anything — some are safe to remove through proper Windows tools, others aren't.

The Variable That Changes Everything

How you find large files on Windows 11 — and what you do with them — depends heavily on factors specific to your setup. Someone running a gaming PC with a 2 TB NVMe drive faces a very different situation than someone on a budget laptop with a 128 GB eMMC drive. A power user who needs to reclaim space quickly will benefit from a visual disk analyzer. A casual user looking to clear a few gigabytes might get everything they need from Storage Settings alone.

Your account type matters too: a standard user account won't have permission to scan protected system directories, while an administrator account will surface a more complete picture — and more potential for accidental deletions.

The right method also depends on how often this is a problem for you. One-time cleanup calls for a different approach than an ongoing storage management strategy. What's actually filling your drive — media files, application data, system files, or something else entirely — shapes which tool gives you the most useful results.