Top 4 Ways to Find Largest Files in Windows 11, 10, 8, 7 for Free

Find Largest Files Windows
15

Apr

List of the best ways to easily find the largest files in Windows to free up disk space. Sort files from largest to smallest, and locate big files on a computer, hard drive, inside a folder, and all its subfolders or on the entire network.

  1. Find Largest Files on Computer, HDD (SSD), Folder, or Network
  2. Find Largest Files in Windows Explorer
  3. Find Large Files in PowerShell
  4. Eliminating Large Duplicate Files

Many new computers and laptops use fast SDD drives in order to reduce weight and improve performance. Those SSD drives are really good, but to reduce cost the manufacturers put in small-capacity ones as they are pricey. Such SSD or eMMC drives are usually 256GB and can go as low as 32 GB. That is small and you may quickly run out of disk space on your system drive. Fortunately, you can follow the steps below to clear out unnecessary files and free up disk space. In the first example, we will use File Explorer ( Windows Explorer )  to locate large files. Take a look at the second example if you want to find the largest folders too.

You can be sure that you have huge files that you do not need and that still reside in a long-forgotten folder. Such files could be installation files of already installed applications, log files, temp files, and old Windows update files. Here’s how to find your largest files.

Find the Largest Files on a Computer, HDD (SSD), Folder, or Network

This is a simpler and way more versatile solution than using File Explorer. It requires installing a free tool. If you do not like installing applications it has a free portable version that you can use too. Download and install Folder Size

  1. Start the tool select the drive that you want to analyze and press the “Scan Selected Drive” button. It is the one with the green arrow next to the drive list. You can also use “Scan folder…” or “Scan multiple locations…”
  2. From the toolbar select the “Largest files” report.
  3. Click the drive or folder for which you want to view the largest files in the tree view on the left
  4. You will find all the largest files in the currently selected drive or folder listed in the right panel
  5. Review the files and delete the ones that you don’t need
Folder Sizes

Folder Sizes

Largest Files Report

Largest Files Report

Largest Files Report

You can access the Largest Files Report from the toolbar. There you can choose the type of report for the details view. By default, the application displays the “Files and folders” report which is similar to the one of Windows Explorer but provides details for the sizes of the folders, the count of files and sub-folders inside, and many more. To activate the Largest Files report, click the arrow next to the currently active report and select “Largest files”.

The report in this mode looks like the one in the picture above but lists the top 100 largest files in the selected folder and all its sub-folders. The additional column displays the path for every file.

Selecting a different folder from the folders list on the left instantly updates the report with the largest files that are located inside it. There is no need to scan anything further.

Find the Largest Files in Windows Explorer

You can find large files in Windows 11, 10, 8, or 7 using File Explorer only. You do not need to install any additional tools. Follow the steps below to get rid of big files that you don’t need. If you want a simpler and more flexible approach take a look at the next paragraph in which I provide a powerful free solution too. Probably you have noticed that folder sizes are not available in File Explorer. You can use a free Folder Size Explorer tool to view them.

Steps to Find Large Files

  1. Open File Explorer (aka Windows Explorer)
  2. Select “My Computer” or “This PC” to search your entire computer. If you only want to look at a drive or folder then click on them instead.
  3. Type “size:” in the search box.

    Find Largest Files in Windows Explorer

    Find Largest Files in Windows Explorer

  4. Select the sizes that you want to search for. You have the options to search for “Empty”, “Tiny”, “Small”, “Medium”, “Large”, “Huge”, and “Gigantic”. Select the “Gigantic” option to find the largest files first.
    File Explorer Serch

    File Explorer Serch

    You may have to wait a bit for File Explorer to search your whole computer. Wait until the green status bar at the top fills up. The search may take some time depending on the size and speed of your drive.

  5. Click the “Change View” icon at the top-right and select “Details”

    Gigantic Files Details

    Gigantic Files Details

  6. Click the Size column to sort the files from largest to smallest.

    Sort Files From Largest to Smallest

    Sort Files From Largest to Smallest

Review the Largest Files List

Look through the list of the largest files and delete the ones that you don’t need. Most important, be careful not to delete important files. Undoubtedly, if you are not sure about a file just Google it. Certainly, you don’t want to delete important data or break a program by deleting its files. Overall, things that you can safely delete are your files. Certainly, you can easily decide if you need them or not. For example, these are music, videos, photos, old documents, etc. Unquestionably, the other type of files that you can easily get rid of is the temp and log files. Those are usually .tmp, .log, .$$$, etc. Old application installer files are something that you don’t need either. You can easily spot them as they have an installer icon and a .exe extension.

Finding Large Files in File Explorer Verdict

While you can find large files in Windows Explorer, the feature is a bit clumsy. Certainly, the fact that you have to choose a size range like “Huge”, “Gigantic” etc. is a bit unpractical. Obviously, after you get rid of the “Gigantic” files, you have to perform a new search for the “Huge” files. Then you have to search again for “Large” files and so on. For this reason, follow the instructions in the next paragraph for a simpler and much more visually pleasing solution,

Find Large Files in PowerShell

Follow these simple steps to find large files using Windows PowerShell:

  1. Open PowerShell by clicking the Start button and typing PowerShell
  2. Use the CD command to navigate to the drive or folder that you want to search.CD c:\your_folder
  3. Execute the following command:
    Get-ChildItem -re -in * |
    ?{ -not $_.PSIsContainer } |
    sort Length -descending |
    select -first 10
  4. Review the listed large files

The filter block “?{ -not $_.PSIsContainer }” is designed to exclude directories. Subsequently, the sort command will arrange all the remaining entries by size in descending order. Finally, the select clause will permit only the first 10 entries, ensuring that only the largest 10 are displayed.

You can use an even simpler variant of the above script: gci -r | sort Length -desc | select fullname -f 10

In conclusion, while utilizing Windows PowerShell to identify large files offers a powerful method, it’s crucial to approach it with caution. The command-line interface presents a direct and efficient means of sorting through files by size. However, it’s essential to recognize the potential risks associated with executing scripts in PowerShell. Operating within the console requires a level of familiarity with scripting and commands, as well as a meticulous approach to avoid unintended consequences, such as accidentally deleting critical data. Therefore, before executing any commands, ensure you have a thorough understanding of PowerShell scripting and exercise caution to prevent any inadvertent loss of important files.

Eliminate Large Duplicate Files

Remove Large Duplicate Documents and Files

To free up additional disk space you can delete your duplicate files too. Use the Free Duplicate Finder to remove repeating files. That tool can find duplicate files even if they are in different locations and with different names. It can find similar documents and archives and also files with similar names. This is the winner of the best duplicate file finders list.

Duplicate Cleaner

Duplicate Cleaner

Remove Large Duplicate Photos in Your Image Library

Undoubtedly, you should check your image library for duplicates too. Image files are quite large and occupy a lot of disk space. Unfortunately, the common duplicate finders can not find similar images. Please note that even if two photos are almost the same they are not duplicates – they are similar. Even if exactly the same photo is stored in different image formats, the common duplicate finders will not identify it. Therefore, You should use a dedicated tool like Visual Similarity Duplicate Image Finder for that. It is the number one choice in the list of the best duplicate photo finder tools.

Duplicate Image Finder

Duplicate Image Finder

Remove Large Duplicate Songs from Your Audio Collection

Finally, you should check your audio collection for repeating songs too. Similar to the example with the photos above, if a song is stored in different audio formats the common duplicate finders will not detect it. Audio Dedupe is a tool that can find similar and duplicate songs. It will listen to your songs in order to determine if they are similar or duplicate. Audio files are quite large so you can save a lot of disk space by deleting repeating songs.

Remove Duplicate Songs

Remove Duplicate Songs

Share this information with your friends and family. They will thank you for providing these tools that help with the free disk cleanup process.

Conclusion

In conclusion, we’ve explored several effective methods to identify and manage large files on your Windows PC, aiding in the optimization of disk space. Whether you’re using File Explorer, PowerShell, or dedicated tools like Folder Size, each approach offers its own advantages in terms of simplicity and functionality. However, it’s essential to exercise caution, particularly when working with PowerShell scripts, as inadvertent deletions could result in the loss of important data. Additionally, eliminating large duplicate files further enhances storage efficiency, and tools like Free Duplicate Finder and Visual Similarity Duplicate Image Finder streamline this process. By implementing these strategies, you can efficiently declutter your system, reclaim valuable disk space, and ensure optimal performance for your Windows PC.

11 thoughts on “Top 4 Ways to Find Largest Files in Windows 11, 10, 8, 7 for Free

  1. Pingback: Find Largest Folders in Windows 11, 10, 8, 7

  2. Julia Winston

    Great instructions and recommendations. Both free tools – Folder Size and Duplicate File Finder work perfectly. Thank you for recommending.

  3. Adrian S.

    Very detailed article. I tried both methods, but finding largest files using Windows Explorer is much harder that using the free Folder Size app. That tool is so good in visualizing the disk space. I put it in my favorites list.

  4. Jack B

    Folder Size from MindGems is a total game-changer for managing disk space. Its quick scan and visual display help me instantly pinpoint and handle the largest files, making storage optimization a breeze. The integration with file management is a time-saver. Highly recommend for anyone looking to streamline their digital clutter!

  5. Alex23

    Folder Size by MindGems is unparalleled in its ability to swiftly and accurately identify large files. The tool’s efficiency in scanning and presenting a comprehensive list of the biggest space consumers is truly impressive. It has become my go-to solution for effortlessly managing and optimizing disk space. If you’re looking for a tool that excels in finding large files, look no further – Folder Size gets the job done seamlessly.

  6. Antonia L

    I recently started using Folder Size by MindGems, and I must say it has been a game-changer in managing my computer’s storage space. The feature that stands out the most for me is the ability to effortlessly identify and handle the largest files on my system.

    The visual representation of file sizes through charts and graphs is incredibly intuitive. It’s like taking a guided tour through my storage, making it easy to spot those space-hogging files that were previously hidden in the depths of my folders. This has been immensely helpful in optimizing the way I organize and store my data.

    What sets Folder Size apart is its efficiency in providing accurate results. The tool swiftly scans through my files, presenting a comprehensive list of the largest items on my drive. The sorting and filtering options further enhance the experience, allowing me to focus on specific file types or sizes for a more targeted cleanup.

    The integration with file management is another feature that has streamlined my workflow. Being able to take action directly from the tool, whether it’s deleting unnecessary files or moving them to another location, saves me time and effort.

    In summary, Folder Size from MindGems has become an indispensable part of my digital organization toolkit. It’s not just about freeing up space; it’s about gaining a better understanding of my storage and taking control of it. If you’re looking for a reliable and user-friendly solution to identify and manage your largest files, I highly recommend giving Folder Size a try.

  7. Rita Anthony

    One standout feature of Folder Size by MindGems that I absolutely love is its use of beautiful charts to visually represent file sizes. Navigating through my storage space has never been this insightful and aesthetically pleasing. The charts not only make it easy to identify the largest files but also add a touch of elegance to the entire user experience. Kudos to MindGems for combining functionality with visual appeal!

Leave a Reply

Your email address will not be published. Required fields are marked *