Your Windows 10 PC can be a very talented magician. One day your C: drive has 80 GB free, and the next day it has “low disk space” energy, like it spent the night downloading every video, update file, cache, duplicate photo, and forgotten installer in the universe. The good news is that you can find out what is eating your storage. The slightly annoying news is that Windows 10 does not show folder sizes in File Explorer as neatly as many users expect.
This guide explains how to view storage usage by folder in Windows 10 using built-in tools, command-line options, and trusted disk space analyzer apps. You will learn how to check folder size in File Explorer, use Windows Storage settings, run PowerShell commands, analyze drives with Microsoft Sysinternals DU, and decide when tools like TreeSize Free or WinDirStat make the job easier.
The goal is simple: stop guessing, find the folders that are hoarding your disk space, and clean up your PC without accidentally deleting something important. Because deleting random Windows folders is not “tech confidence.” It is digital skydiving without checking the parachute.
Why Windows 10 Storage Usage Can Be Confusing
Windows 10 gives you several ways to inspect disk space, but each method answers a slightly different question. The Storage page in Settings shows broad categories such as Apps & features, Temporary files, Documents, Pictures, Videos, and Other. File Explorer shows individual file sizes easily, but it does not display live folder sizes in the normal Size column. PowerShell can calculate folder sizes, but it requires commands. Disk analyzer tools can show a full folder-by-folder breakdown, but they add another app to your toolbox.
This confusion usually appears when your main drive gets full and the obvious suspects do not seem guilty. You empty the Recycle Bin. You delete two old screenshots. You uninstall one game you never play. Then Windows politely informs you that you have recovered about as much storage as a postage stamp. That means it is time to look folder by folder.
Method 1: View Storage Usage In Windows 10 Settings
The easiest place to start is the built-in Windows 10 Storage settings page. It does not give you the most detailed folder tree, but it does provide a helpful overview of where your space is going.
Steps To Open Storage Settings
- Click the Start button.
- Choose Settings.
- Select System.
- Click Storage in the left menu.
- Under your main drive, usually Local Disk (C:), review the storage categories.
Windows will show a visual breakdown of your drive. You can click categories such as Temporary files, Apps & features, Documents, or Other to investigate further. This is useful when you want to know whether your space problem is caused by installed apps, system files, user files, or temporary junk.
However, Storage settings are category-based, not always folder-based. For example, the Other category may include folders that do not fit neatly into Windows’ standard library categories. If you need a true “which folder is biggest?” answer, you will need the next methods.
Method 2: Check Folder Size With File Explorer Properties
File Explorer is the most familiar option for checking a single folder. It is not ideal for comparing many folders at once, but it works well when you already have a suspect.
Steps To Check A Folder Size
- Press Windows + E to open File Explorer.
- Go to the drive or folder you want to inspect.
- Right-click the folder.
- Select Properties.
- Wait while Windows calculates the folder size and size on disk.
The Properties window shows two important values: Size and Size on disk. “Size” is the actual combined size of the files. “Size on disk” is how much physical disk space those files occupy after the file system stores them in blocks. These numbers can differ, especially when a folder contains many tiny files.
This method is perfect for checking folders like Downloads, Videos, Desktop, Documents, or a game installation folder. It is less fun when you need to compare 40 folders. Right-clicking every folder one by one is technically a method, but so is carrying groceries one pea at a time.
Method 3: Use File Explorer Search To Find Large Files
Sometimes the problem is not a huge folder but a few massive files hiding in normal-looking places. Windows 10 File Explorer can search for large files using size filters.
How To Search For Large Files
- Open File Explorer.
- Select This PC or a specific drive such as C:.
- Click the search box in the upper-right corner.
- Type size:gigantic and press Enter.
- Switch to Details view and sort by the Size column.
The size:gigantic search filter helps you find very large files, such as old ISO files, video exports, virtual machine disks, ZIP archives, game recordings, and installers. You can also try filters like size:large or use the Search Tools options that appear after clicking inside the search box.
Be careful before deleting anything. A large file in Downloads may be safe to remove if you no longer need it. A large file inside Windows, Program Files, or an application folder may be required. When in doubt, search the file name, check the app that created it, or move personal files to an external drive instead of deleting them immediately.
Method 4: Use PowerShell To Calculate Folder Sizes
If you are comfortable with commands, PowerShell can calculate storage usage by folder. This is useful when you want a built-in option without installing extra software.
Basic PowerShell Folder Size Command
Open PowerShell and run a command like this, replacing the folder path with your own:
This command scans the folder and adds up file sizes. The result appears in bytes, which is accurate but not exactly friendly. Unless you enjoy doing mental math with large numbers, use a formatted version:
This returns the folder size in gigabytes. The -Recurse option includes subfolders, -Force includes hidden files, and -ErrorAction SilentlyContinue prevents permission errors from turning the screen into a complaint festival.
PowerShell Example: Compare Top-Level Folders
To compare folders inside a drive or directory, you can use a script like this:
This can take time on large drives, but it gives a folder-by-folder view without third-party software. For best results, run PowerShell as Administrator when scanning system locations. Just remember: seeing a large system folder does not mean you should delete it. Windows has many folders that are large because they are important, not because they are guilty.
Method 5: Use Microsoft Sysinternals DU
Microsoft Sysinternals includes a command-line utility called DU, short for Disk Usage. It reports disk usage for a directory you specify and is useful for users who want a fast, technical view of folder sizes.
How DU Helps
DU can scan a folder and show how much space it consumes. It can also output details in a format that is easier to process or compare. This makes it a strong option for administrators, advanced users, or anyone who prefers a clean command-line tool from Microsoft rather than a full graphical app.
A basic example looks like this:
You can run DU against specific folders, user profiles, or drives. It is especially helpful when you want to inspect storage from Command Prompt or automate storage checks. For everyday users, PowerShell or a visual disk analyzer may feel friendlier. For technical users, DU is compact, direct, and refreshingly free of mystery buttons.
Method 6: Use TreeSize Free For A Folder-by-Folder View
If your main goal is to view storage usage by folder in Windows 10 quickly, TreeSize Free is one of the most practical options. It scans a drive or folder and shows a tree view sorted by size, so the biggest storage consumers rise to the top like suspects in a detective show.
Why TreeSize Free Is Helpful
TreeSize Free can scan entire drives or specific directories. It shows folder sizes, subfolders, percentages, and different size units such as GB, MB, and KB. Because the interface resembles File Explorer, it is easy to understand even if you do not live inside command prompts.
To use it effectively:
- Open TreeSize Free.
- Run it as Administrator for a more complete scan of protected folders.
- Select the drive or folder you want to analyze.
- Sort folders by size.
- Expand the biggest folders to see what is inside.
This is ideal for finding bloated folders such as old project exports, cached app data, large game folders, duplicate backups, or a Downloads folder that has quietly become a digital attic.
Method 7: Use WinDirStat For A Visual Disk Map
WinDirStat is another popular disk usage analyzer for Windows. It scans your drive and displays a folder tree, file type list, and colorful treemap. The treemap turns storage usage into blocks, where larger blocks represent larger files. It is basically a city skyline of your hard drive, except the skyscrapers are usually video files, game data, and “final_final_REALLY_final.zip.”
When WinDirStat Works Best
WinDirStat is great when you want to understand storage visually. If one file is enormous, it will stand out. If one folder contains thousands of medium-sized files, the folder tree helps reveal that too. It is especially useful when you cannot explain why your drive is full after checking obvious locations.
After scanning, look for:
- Huge individual files you recognize and no longer need.
- Large folders under your user profile.
- Old installers, archives, and exported videos.
- Unexpected cache folders from creative, gaming, or development apps.
- Duplicate backup folders stored on the same drive.
Do not delete files directly from a disk analyzer unless you know what they are. A disk map shows size, not safety. A big file is not automatically junk. It might be a system restore file, a database, a virtual disk, or the one video project your future self will suddenly need five minutes after you delete it.
What Folders Usually Use The Most Space?
When checking Windows 10 storage usage by folder, start with user-controlled locations. These are usually safer to inspect and clean than system folders.
Common Space-Hogging Folders
- Downloads: Installers, ZIP files, PDFs, videos, and forgotten “temporary” files that have lived there since the Bronze Age.
- Desktop: Screenshots, project folders, documents, and random files saved “just for now.”
- Videos: Screen recordings, edited exports, phone videos, and media projects.
- Pictures: RAW photos, duplicate phone imports, and image libraries.
- Documents: Work files, school files, PDFs, archives, and app-created folders.
- AppData: Browser caches, app caches, game data, chat media, and development files.
- Program Files: Installed software and games.
- Windows.old: Previous Windows installation files after an upgrade.
The AppData folder deserves special caution. It often contains large caches, but it also stores important application settings. Deleting random AppData folders can break apps or remove local data. Clean app caches from inside the app when possible, or research a folder before removing it.
How To Free Space Safely After Finding Large Folders
Finding the biggest folder is only half the job. The other half is deciding what to do with it. Storage cleanup should be boring and careful. Exciting storage cleanup usually ends with reinstalling something.
Safe Cleanup Ideas
- Empty the Recycle Bin after confirming you do not need the deleted files.
- Use Storage Sense to remove temporary files.
- Delete old installers from Downloads.
- Move videos, photos, and archives to an external drive or cloud storage.
- Uninstall large apps or games from Settings > Apps.
- Use app-specific cleanup tools for browsers, game launchers, design apps, and video editors.
- Remove duplicate files only after manually confirming they are truly duplicates.
Storage Sense is especially useful because it can automatically remove certain temporary files and manage Recycle Bin cleanup depending on your settings. OneDrive Files On-Demand can also reduce local storage use by keeping cloud files visible in File Explorer without storing every file locally. For laptops with smaller SSDs, that can be the difference between “everything works” and “Windows Update is staring at me with disappointment.”
What Not To Delete In Windows 10
Some folders are large because Windows needs them. Avoid manually deleting files from these locations unless you are following official instructions or know exactly what you are doing:
- C:\Windows
- C:\Windows\System32
- C:\Program Files
- C:\Program Files (x86)
- C:\ProgramData
- Hidden recovery partitions
- Driver folders
If a system folder is huge, use Windows tools such as Storage Sense, Disk Cleanup, app uninstallers, or official maintenance commands. Do not treat the Windows folder like a junk drawer. Windows is sensitive. It may look calm, but delete the wrong thing and it will express itself through errors, missing apps, or a boot screen that suddenly has opinions.
Best Method For Most Users
For most Windows 10 users, the best workflow is:
- Open Settings > System > Storage to understand the big categories.
- Check Temporary files and use Storage Sense for safe cleanup.
- Use File Explorer Properties for obvious folders like Downloads and Videos.
- Use TreeSize Free or WinDirStat for a clear folder-by-folder breakdown.
- Delete or move only files you understand.
This approach gives you both safety and detail. Windows Storage settings help you avoid reckless cleanup. Disk analyzers help you find the real storage hogs. Together, they turn “Where did my space go?” into “Ah, yes, my 74 GB folder of exported videos from 2021.”
Real-World Experience: What Usually Happens When You Start Checking Folder Sizes
In real use, checking storage usage by folder in Windows 10 often starts with mild confusion and ends with a surprisingly personal tour of your digital habits. The first scan usually reveals one of three stories. Story one: your Downloads folder has become a museum of installers, receipts, compressed files, and duplicate documents. Story two: your media folders are carrying huge videos or photos you forgot existed. Story three: an app cache has quietly grown into a storage monster wearing a tiny hat.
One common experience is discovering that the biggest folder is not mysterious at all. It is just neglected. A user may find 30 GB of old video exports in the Videos folder, 12 GB of phone backups, and another 8 GB of ZIP files in Downloads. None of these are “bad” files. They are simply files that completed their mission and then refused to leave, like guests who keep saying, “One more coffee?”
Another common surprise is the difference between files you recognize and files Windows uses behind the scenes. Personal files are easier to judge. You know whether you still need a vacation video, an old game installer, or a folder named “New Folder (7).” System files are different. A large Windows folder, hibernation file, update cache, or application data folder may look suspicious, but it may be required for normal operation. The best habit is to clean user folders first, then use official cleanup tools for system areas.
Disk analyzers also teach an important lesson: storage problems are rarely caused by one dramatic villain. More often, they are caused by many small decisions. A few large videos here, a few app caches there, a forgotten backup, an old game, a duplicate photo library, and suddenly your SSD is gasping like it just ran a marathon in jeans. Viewing folder sizes helps because it makes the invisible visible. Once you can see the biggest folders, cleanup becomes less emotional and more practical.
For people who work with creative tools, folder-size checks should become routine. Video editors, screen recorders, design apps, music software, and photo tools can create large cache or project folders. Developers may find huge node_modules folders, virtual environments, Docker-related files, or old build directories. Gamers may find massive game libraries, shader caches, and leftover mod files. Students may find duplicated lecture videos, downloaded textbooks, and project folders copied “just in case.” Everyone has a storage personality. Windows 10 merely exposes it.
The best experience comes from building a small cleanup rhythm. Once a month, check Storage settings. Sort Downloads by size. Empty the Recycle Bin after reviewing it. Move large finished projects to external storage. Keep cloud files online-only when you do not need them locally. Uninstall games or apps you are not using. Run a disk analyzer when free space drops suddenly. This routine takes a few minutes and prevents panic later.
Most importantly, do not turn cleanup into a guessing game. If a folder name looks unfamiliar, pause. Search it. Open the related app. Check whether it belongs to Windows, a driver, a game, or a work project. Safe storage management is not about deleting the most files. It is about deleting the right files. The real victory is not just getting back 20 GB. It is knowing exactly where that 20 GB came from, why it was there, and how to prevent the same mess from returning next month with a fake mustache.
Conclusion
Learning how to view storage usage by folder in Windows 10 is one of the fastest ways to understand your PC. The built-in Storage page gives you a broad overview, File Explorer Properties helps with individual folders, PowerShell and Sysinternals DU offer command-line precision, and visual tools like TreeSize Free or WinDirStat make large folders easy to spot. Start with safe built-in options, investigate personal folders first, and avoid manually deleting system files unless you know exactly what they do.
Once you can see which folders use the most space, cleaning your drive becomes much less stressful. Instead of blaming Windows, your laptop, or “some mysterious update,” you can identify the real cause and take action. Your storage drive may still fill up again someday, but at least now you know how to interrogate it politely.