Created At 1 year ago
There could be any reason why you would want to search your device for huge files, and the most common reason is to free up space, but many users also wish to locate enormous files to relocate or modify them. Whatever your reason may be, this blog will provide you with two solutions to your difficulty.
On any Windows 10 operating system, there are various ways to locate huge files. Clear or move huge files to make new wonderful stuff to download and enjoy a speedier operating system. Here you will find how to find large files on windows 10, lets get started below:
Using the Win + E combination, open a new window. This brings up the File Explorer window. Or simply go to the Windows Start menu and choose File Explorer from the menu or clicking the taskbar’s folder icon.
Make your computer’s secret files and folders visible (optional). When looking for the largest files on your computer, it’s a good idea to include hidden system files in your search. Keep in mind that hidden system files are normally essential for Windows to function, so you shouldn’t delete them. Instead, use the Disk Cleanup Tool to erase huge system files like old system restore points and old updates. To see hidden files and directories, do the following:
Read also: How To Open Bios in Windows 10?
You can also use Command Prompt on Windows 10 to locate huge files. Please follow the procedures below to accomplish this:
Note that 1048576 represents 1MB (1024 * 1024 = 1048576 bytes) in this command. It should be replaced as needed. You’ll get a list of files larger than the size (e.g., 1MB) you specified in the command line if you use this command.
The function of the forfiles command is to choose a file or a series of files and run a program on them. It comes in handy for batch jobs. The forfiles command’s parameters are /S and /C in the above command.
/S tells for files to go down into subdirectories.
/C: It specifies the command to run for each file, with the command strings enclosed in double-quotes. Additionally, if you want to run internal CMD.exe commands, you must use cmd /c before the command.
Then, let’s look at the if @fsize GTR 1048576 echo @path command string. The forfiles command is built around this command string.
If: It’s utilized in batch programs to do conditional processing.
@fsize: It refers to the file’s size in bytes.
GTR stands for “greater than.” GEQ, which stands for “greater than or equal,” can be substituted in the above command.
Echo: It tells the computer to show messages on the screen.
@path: This refers to the file’s complete path.
If you want to learn more about the FORFILES command, use the following command: forfiles /?
If you wish to learn more about the IF command, type the following into your terminal: If /?
Read also: How To Connect Wifi In Windows 7?
Right-click the Name field in File Explorer. Choose a size. The sizes of your files will now appear on the right side of the window. To see the size of a folder, locate it in File Explorer, right-click it, and then select Properties. You’ll be able to easily see how big the folder is and how much space it takes up.
Select the View tab in File Explorer. To see more information about the file, go to Details. To see the item’s extension, tick the box next to File Name Extensions. Check the box next to Hidden Files to see any documents that are currently hidden. If the filename is being cut off, go to List view and expand the name column.
Amazon Affiliate Disclosure
As an Amazon Associate, I earn from qualifying purchases.
Some posts may contain affiliate links. https://www.techblogo.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for website owners to earn advertising fees by advertising and linking to Amazon(.com, .co.uk, .ca etc) and any other website that may be affiliated with Amazon Service LLC Associates Program.