It’s necessary to check the folder sizes to determine whether they are using up too much storage space. Additionally, you would also want to view the folder sizes if you were transferring a folder over the internet or into another storage device.

Fortunately, seeing the folder sizes is very easy on Windows devices. There are graphical and command-line based applications available in windows that provide you with multiple ways to do it.

How to Show Folder Size on Windows

you may easilysee the folder sizeusing the file explorer on Windows. File explorer also provides other folder information like date creation, size, folder path, and many more. Furthermore, You can also use CLI applications like Powershell and CMD to get the folder size details. We will go thoroughly on how to do these.

Folder-option-using-cmd

File explorer gives easy access to the file and folder details on windows. As stated earlier, you may also view other details related to the folder using it.

Here’s how to see the folder size using it;

To enable theFolder tips, follow these steps;

Folder-options

Using Folder Properties

you may use folder properties to check different folder Info like its size, date created, attributes, and much more. To see the folder’s size using this, follow these steps;

There are command lines that you may use to check the folder size on the go. It just requires you to execute the command and shows you every detail you want of the folder. To use this for viewing the folder size, perform these steps;

Powershell is another advanced CLI tool you may use to check the folder sizes. There are several command lines you can use for this. However, this article will suggest some useful and efficient ones. Here’s how to use powershell for checking the file sizes.

Folder-Properties

There is another command you may use to see the contents inside the folder along with their file sizes. To use it, paste this command into the powershell. Just remember to change the folder directoryE:\imagesto your desired one.Get-ChildItem -Path E:\images\ -Recurse | Where-Object {$_.PSIsContainer -eq $false}

This command doesn’t require changing the root directory, so it’s easy to use too. However, it doesn’t show the total folder size.

Frequently Asked Questions

How to See the Hidden Folders on Windows 11?

Change-folder-directory-in-CMD-

Dir-command-

change-directory

powershell-code