Разбираясь, что именно на диске занимает наибольшее количество места, вы можете захотеть найти только большие файлы. Один из способов сделать это — использовать сторонние программы, о которых в отдельной статье Как узнать, чем занято место на диске в Windows, но можно обойтись и без них.
В этой инструкции о том, как найти только большие файлы в Windows 10 средствами системы, не скачивая каких-либо дополнительных утилит.
- Поиск больших файлов в проводнике
- С помощью командной строки
- Большие папки в Параметрах Windows 10
- Видео
Использование проводника для поиска больших файлов
Первый способ — использовать проводник, в нём есть возможность быстрого поиска всех файлов, размер которых превышает 1 Гб, либо, при желании — 100 Мб, а можно задать нужный размер и вручную.
- Откройте проводник, а в нём — выберите расположение (в панели слева), где нужно найти большие файлы, можно выбрать отдельный HDD или SSD, или целиком «Этот компьютер».
- В поле поиска справа вверху окна проводника введите (без кавычек): «размер: гигантский» для файлов более 1 Гб или «размер: большой» для файлов более 100 Мб.
- Нажмите Enter и дождитесь появления результатов поиска в окне проводника.
Ещё одна возможность при использовании проводника — ввод в качестве фильтра для поиска «размер: >500Мб» (число мегабайт можно менять на своё) для поиска файлов, размер которых превышает указанный.
Перейти в папку с каким-либо из найденных файлов можно, нажав по нему правой кнопкой мыши и выбрав пункт «Расположение файла», а уже там выполнять действия по удалению, если это необходимо. Внимание: для удаления системных файлов (при условии, что оно возможно) используйте специально предназначенные для этого встроенные средства Windows 10 или стороннее ПО, подробнее: Лучшие программы для очистки диска компьютера.
Поиск больших файлов с помощью командной строки
Ещё одна возможность — специальные команды в командной строке, которые, по сути, делают то же самое, что только что было продемонстрировано при использовании проводника.
- Запустите командную строку, лучше от имени администратора — так вы получите меньше сообщений об ошибках при доступе к системным папкам.
- Перейдите в ней на нужный диск, например, введите cd C:\ и нажмите Enter для перехода в корень диска C. Для перехода в корень не системного диска, просто введите его букву с двоеточием, например, D:
- Введите команду
forfiles /s /c "cmd /c if @fsize GTR 1073741824 echo @path"
- В результате будет выдан список расположений файлов, размер которых превышает указанный.
В примере в качестве размера используется 1 Гб, число получилось из 1024 (Кб) умноженного на 1024 дважды.
Просмотр информации о больших папках в параметрах Windows 10
Если зайти в Параметры Windows 10, в раздел «Система» — «Память», там вы увидите сведения о занятом месте на диске и список категорий, а при нажатии на пункт «Показать больше категорий» информация станет более детальной.
При клике по каждому пункту в категориях для него будет доступна более детальная информация о занятом месте, а в контексте поиска больших папок, не относящихся напрямую к установленными программам или системным файлам, оптимальным будет нажать по пункту «Другое» для отображения нужных сведений.
Например, из изображения выше видно, что папка NVIDIA в корне диска C у меня занимает около гигабайта, причём это не сами драйверы видеокарты, а лишь установщики, которые мне уже не нужны — удаляем.
Видео
Надеюсь, инструкция оказалась полезной. Напомню, я специально не включал в неё какие-либо сторонние средства для этих задач, про них на сайте доступен отдельный материал.
Is your Windows 10 PC’s hard drive or solid-state drive (SSD) filling up fast? Do you want to find out all the files that are taking up the most space on your drive? Want to quickly search for all large files on your PC without the help of third-party software? In this guide, we will see how to use File Explorer in Windows 10 to quickly search for large files.
Search for large files in Windows 10 using File Explorer
There are a few free utilities out there to find out what’s eating up the valuable space on your PC. While anyone can use these disk space analyzers, why use third-party software when you can use the built-in File Explorer’s search in Windows 10 to quickly find large files?
The File Explorer’s search in Windows 10 is better than ever. It has many advanced filters to quickly find out files that you are looking for. The best thing is that you don’t need to remember or search the web for these filters, as the File Explorer now shows all these advanced filters under the Search tab.
The File Explorer search in Windows 10 can be used to search for large files. In fact, you can find files of any size using the built-in search. For instance, you can find all files greater than 1 GB or 2 GB in size.
Using File Explorer to search for large files in Windows 10
Here is how to search for large files using File Explorer search in Windows 10.
Step 1: Open the File Explorer. Navigate to the drive or folder where you want to search for large files.
Step 2: Click on the search field to see the Search tab.
Step 3: Click the Search tab to see all search-related settings and options.
Step 4: Here, click Size and then choose one of the filters. As you can see, it offers a total of seven filters: Empty (0 KB), Tiny (0-10 B), Small (10-100 KB), Medium (100 KB – 1 MB), Large (1-16 MB), Huge (16- 128 MB), Gigantic (>128 MB).
If you select the Gigantic (>128 MB) filter, the File Explorer will automatically search for all files with more than 128 MB size.
Now, what if you want to search for all files greater than 500 MB in size? Simple. In the search field, type size:>500MB to see all files greater than 500 MB. Similarly, use size:>1GB to find all files greater than 1 GB.
Finally, to find out all files with more than 1 GB but less than 5 GB (you can set any size), simply type size:>500MB<5GB in the search field. Of course, you can change these values!
Also, check out our how-to search for large files in OneDrive guide.
Previously, I wrote how to find the largest file and directory in Linux. Today, I would like to offer you a solution for Windows. It does not rely on third party tools. We’ll use only the built-in features available in every modern Windows installation.
To find large files in Windows 10, you can use one of the two methods described below.
Table of contents.
- Find Large Files in Windows 10 with File Explorer
- Find Large Files in Windows 10 with Command Prompt
- Find Large Folders in Windows Settings
Find Large Files in Windows 10 with File Explorer
The first method to find large files is with File Explorer. The default file manager app in Windows 10 has a special search box. When it gets focused, it shows a number of advanced options in the Ribbon.
To activate the search feature in File Explorer, click on the search box or press F3 on the keyboard. The Ribbon will look as follows:
On the Ribbon, look at the «Size» button. It is a drop down list using which you can create a filter for searching by file size. It supports the following options:
Empty (0 KB)
Tiny (0 – 10 KB)
Small (10 – 100 KB)
Medium (100 KB – 1 MB)
Large (1 – 16 MB)
Huge (16 – 128 MB)
Gigantic (> 128 MB)
Update: Starting in Windows 10 version 1809, the size definitions have been updated: Tiny, Small, Medium, Large, Huge and Gigantic are now defined as 0 – 16KB, 16KB – 1MB, 1 MB to 128 MB, 128 MB – 1 GB, 1 GB – 4 GB, and > 4 GB
Pick a suitable option for you and you are done.
Tip: You can use your own, custom size filters. All you need is type the desired filter condition in the search box of File Explorer as follows:
size:>2GB
This will allow you to find files larger than 2 Gigabytes. You can specify the size in KB, MB, GB etc. For example, you can enter 5KB, 10GB or 10MB. This way you can search for big files and prevent your device from running out of disk space.
Find Large Files in Windows 10 using Command Prompt
Like in Linux, a couple of useful commands are available in Windows. You can use them to find large files quickly.
The first command is a well known command «if». It is a console command which allows building conditional branches in batch files. You can learn more about it using its built-in help. Open the command prompt and type
if /?
The output includes a long list of options. The most interesting for us is the portion about compare operations. They are as follows:
EQU — equal
NEQ — not equal
LSS — less than
LEQ — less than or equal
GTR — greater than
GEQ — greater than or equal
We can use them to analyze the size of files. The code construction can look as follows:
IF file_size_value GTR some_other_value_tocompare some_action_here.
We need to pass the file_size_value to find large files. Another built-in command which is specially designed for tasks like this will help us. It is forfiles. This command selects a file (or set of files) and executes a command on that file.
To learn more about it, execute
forfiles /?
The most interesting switches in our case are:
/S — This switch makes forfiles recurse into subdirectories. Like «DIR /S».
/C <command> — This command specifies the command to execute on each file that will be found. Command strings should be wrapped in double quotes.
The default command is «cmd /c echo @file».
The following variables can be used in the command string:
@file — returns the name of the file.
@fname — returns the file name without extension.
@ext — returns only the extension of the file.
@path — returns the full path of the file.
@relpath — returns the relative path of the file.
@isdir — returns «TRUE» if a file type is
a directory, and «FALSE» for files.
@fsize — returns the size of the file in bytes.
@fdate — returns the last modified date of the file.
@ftime — returns the last modified time of the file.
To include special characters in the command line, use the hexadecimal code for the character in 0xHH format (ex. 0x09 for tab). Internal CMD.exe commands should be preceded with «cmd /c».
Using this information, we can run the following command to find large files.
forfiles /S /C "cmd /c if @fsize GTR 1048576 echo @path"
This will recursively find all files larger than 1 Megabyte in the current folder and its subfolders! Modify the command according to your preferences and you are done.
Find large folders using the Settings app
You can open Windows 10 Settings, and browse it to the «System» > «Storage» section. There, you will find detailed information about the occupied disk space and a list of categories.
If you click on the «Show more categories» link, the information will become even more detailed.
Here, click on each item in the category to view advanced details information about the occupied space.
As for our task, the «Other» category will show the necessary information about large folders. Click it to see the largest folders on your drive.
Please keep in mind that this tools doesn’t count the contents of system folders. It operates with user data only.
That’s it.
Support us
Winaero greatly relies on your support. You can help the site keep bringing you interesting and useful content and software by using these options:
If you like this article, please share it using the buttons below. It won’t take a lot from you, but it will help us grow. Thanks for your support!
If you quickly want to free up memory space on your Windows machine, the best way to do that is to find large files on your Windows 10 PC and get rid of them if they’re no longer useful. The question though is how do you go about searching for large files on your computer?
Windows provides you with multiple ways to find all the large files that are stored in your drives. Either you can use the built-in tools on your machine to look for these files or you can grab a third-party app that will do the task for you. Either way, you’ll find the files that occupy a significant portion of your memory space.
Once such files are found, it’s then up to you what you want to do with them. If deleting them permanently isn’t something you’d like to do straight away, you can move them over to cloud storage or to an external hard drive.
Also, be sure to check out our YouTube video from our sister site Online Tech Tips where we go through some of the options mentioned below in this article.
Find Large Files In Windows 10 Using File Explorer
File Explorer comes with a lot of hidden features to let you organize, sort, and find files on your computer. One of its abilities is to help you find files that are of a specific size on your computer. Using this feature, you can locate those memory-hogging files and get them removed from your PC.
Before you do that, though, you’ll need to first enable the hidden files option. This is to ensure that Explorer looks for large hidden files in addition to searching for the normal files.
However, be cautious when dealing with hidden files. Most of the time, these are system and app-related files which, if you delete, will cause your apps to malfunction and even lead your entire system to crash. Before you delete anything, just make sure you know what it is and you’ll be fine.
Open the Start Menu and search for Show hidden and click on Show hidden files and folders.
When the dialog box opens, click on the View tab at the top. You’ll see various File Explorer options that you can modify.
Find the option that says Show hidden files, folders, and drives and put a checkmark in it. Then click on the OK button to save your changes.
Double-click on This PC on your desktop to launch File Explorer. When the utility launches, click on the search box given at the top-right corner.
A new menu item will be added to the top of your screen. Click on the newly added item that says Search to view further options.
Select the Size option and then select an appropriate option from the list. It’ll let you find large files available on your PC.
If what you consider as a large file isn’t available in the default menu, type in size:>1GB (replace 1GB with your size) in the search box and hit Enter. It’ll only look for files that are larger than your specified size.
When the search results appear, right-click anywhere blank and select Sort by followed by Size and Descending. This’ll ensure the largest file is shown at the top of the results.
Search For Large Files In Windows 10 With Command Prompt
If you’re more of a geeky person, you can use the Command Prompt utility to retrieve a list of all the files larger than a specified size value. The files list can be exported to a text file for you to then actually find those files on your machine.
Press Windows + R, type in cmd, and hit Enter to launch the utility.
When it launches, type in the following command and hit Enter. It’ll find all the files that are larger than 1GB in size. You can modify the value in the command so it finds files that you think are large.
forfiles /S /M * /C “cmd /c if @fsize GEQ 1073741824 echo @path > largefiles.txt
Open the newly created largefiles.txt file and it’ll have a list of all the large files sitting on your computer.
Use Largest Files Finder To Find Large Files On Windows 10
File Explorer and Command Prompt aren’t the only tools to find large files on your Windows 10 computer. There are a few third-party apps as well that can help you find such files.
Largest Files Finder is one of those apps that help you find the top 100 largest files on your computer. It claims to be only taking a minute to scan drives sized up to 200GB. Also, it doesn’t require any installation and works straight out of the box.
- Download and launch the app on your computer.
- Soon as it launches, it automatically starts searching for large files on your computer. When it’s done, you can review the results for yourself.
If you want to delete any files from the search results, you can do so with ease from within the app. Simply right-click on any of the files and select Delete.
Find Largest Files On Windows 10 With TreeSize Free
TreeSize Free has been around for quite a long time and it helps you find space hogging files on your Windows computers. It requires a small installation but then it works like a charm.
- Download, install, and launch the app on your computer. Make sure to run it with admin rights so it can search the folders that it can’t otherwise.
- You’ll see a tree of your folders along with the space they occupy on your screen. You can double-click on any folder to view its subfolders and their sizes.
You can then sort the directories by the Size column so that the largest files are always shown at the top.
It has a few customizable options as well should you want to use them. Feel free to play around with any options you think will make it easier to find large files on your computer.
Related Posts
- How to Fix a “This file does not have an app associated with it” Error on Windows
- How to Fix an Update Error 0x800705b4 on Windows
- How to Resolve “A JavaScript error occured in the main process” Error on Windows
- How to Fix the Network Discovery Is Turned Off Error on Windows
- How to Change Folder Icons in Windows
Объем дискового пространства на компьютере и в облачных сервисах сильно ограничен, и чтобы он не закончился раньше срока, время от времени любому пользователю приходится заниматься их очисткой от лишних файлов. Причем, в первую очередь, мы говорим о больших файлах, которые занимают львиную долю места на накопителе. Главное быстро найти такие файлы, и сейчас мы расскажем, как это сделать.
Содержание
- Как найти большие файлы на компьютере
- Как найти большие файлы в облачных сервисах
Как найти большие файлы на компьютере
Возможность поиска больших файлов на компьютере предусмотрена в самой операционной системе. Причем таких способов даже несколько, и вы можете выбрать любой понравившийся вам.
Используем «Проводник»
- Откройте «Проводник» и в его левом меню выберите диск, на котором нужно найти большие файлы. Есть вам найти такие файлы на всех дисках, выберите «Этот компьютер».
- Введите в строке поиска слово «размер:» и выберите нужный размер файла из предложенных в выпадающем списке вариантов. Есть здесь и возможность указать нужный именно вам размер файлов, например, воспользовавшись командой «размер: >400 МБ». Вместо «400» вы можете подставить любой объем файла, который вам требуется.
- Нажмите «Enter» и дождитесь завершения поиска.
Используем параметры Windows
- Кликните правой кнопкой мыши по меню «Пуск» и выберите «Параметры».
- Перейдите Система -> Память.
- Выберите «Другое». Вы увидите список самых объемных папок на системном накопителе. По клику по каждой папке из списка откроется «Проводник», через который вы сможете почистить их содержимое или удалить папку целиком.
Вы можете выбрать и любую другую категорию из списка. Такой способ, например, отлично подойдет, если вы хотите быстро избавиться от ненужных временных файлов. Просто отметьте их в чекбоксе и нажмите «Удалить файлы».
Как найти большие файлы в облачных сервисах
Бесплатное дисковое пространство в облаке обычно сильно ограничено, поэтому поиск и удаление там больших файлов, которые вам больше не нужны, особенно актуально. К счастью, многие облачные сервисы, включая и крайне популярный Google Диск, умеют встраиваться в проводник Windows и дают возможность легко избавиться от лишнего содержимого.
- Установите клиент Google Диск для Windows и войдите в свою учетку Google.
- Откройте «Проводник» и найдите там папку «Google Drive».
- Выделите эту папку левой кнопкой мыши и введите в поисковую строку слово «размер:».
- Выберите нужный размер файлов нажмите Enter.
- Дождитесь завершения поиска.
