How To?

6 Best Ways: Show Folder Size in Windows 11 File Explorer!

What are the Multiple Methods to Display/Show Folder Size on File Explorer in Windows 11?

Viewing the folder or file size is one of the most common tasks anyone performs when they need to check storage usage. Depending on the situation, there are different ways to view the size of a directory. While you may think there are only one or two methods to show folder sizes, there are actually more than 6 methods available. These methods vary, and some may involve using the Command Prompt, PowerShell, or even third-party apps. In this article, I will provide you with different methods to view folder or directory sizes in File Explorer on Windows 11, as well as other options.

Method 1: Viewing Folder Size by Hovering on it:

This is the simplest way to view the folder size. All you have to do is hover over the folder, and the folder size will be displayed as a tooltip. Refer to the image below for a visual example.

Hovering on Folder will display the size in the ToolTip
Hovering on Folder will display the size in the ToolTip

Method 2: Finding Folder Size using File Explorer Properties Option:

This is an another simple method, similar to the one above one. Instead of hovering, you just need to right click on the folder and choose Properties option to view the folder size. It will display the directory size under both “Size” and “Size on Disk” options. Alternative you can use the keyboard shortcut ALT + Enter button to launch the properties after choosing the folder/directories.

Step 1: Right Click -> Properties:

Choosing Properties from the Context Menu
Choosing Properties from the Context Menu

Step 2: Viewing Folder Size:

Viewing Folder Size from Properties option
Viewing Folder Size from Properties option

You can enlarge the image by clicking on the image above.

Method 3: Viewing Folder Size from Details in File Explorer:

This method is similar to the previous one and also relies on the Properties option. First, select the folder or directory, then in the right pane, you will see an option named Details. Click on it, and from there, you can access the Properties option. Once clicked, you can view the folder size in the Properties window.

Opening Properties from the Details Pane
Opening Properties from the Details Pane

Now, you can view the size of the directory from the properties option.

Viewing Folder Size from Properties option
Viewing Folder Size from Properties option

Method 4: Listing Folder Size using PowerShell:

  • Click the Start Menu and search for PowerShell
  • You need to choose the “Run as Administrator” option to launch the powershell in admin mode.
Opening PowerShell as Admin Mode
Opening PowerShell as Admin Mode
  • Now, you need to run the command:
    • cd "C:\path\to\your\folder"
  • Replace the above path with yours.
Finding Directory Address from the File Explorer
Finding Directory Address from the File Explorer
  • Executing the command will change the directory to your input directory in the powershell.
Changing Directory in PowerShell
Changing Directory in PowerShell
  • Now, you need to execute the following command:
    • Get-ChildItem -Recurse | Measure-Object -Property Length -Sum
Viewing Folder size using PowerShell Command
Viewing Folder size using PowerShell Command
  • The command will display the output in the Bytes value & You can use the external tools to convert your bytes to KB: https://www.gbmb.org/bytes-to-mb
  • You can compare the values with those obtained from methods 1 to 3.

Method 5: Get Folder Size using Command Prompt:

  • Click the Start Menu and search for Command Prompt
  • You need to choose the “Run as Administrator” option to launch the command prompt in admin mode.
Open Command Prompt using Run as Administrator
Open Command Prompt using Run as Administrator
  • Now, you need to enter the Drive ID, In my case, I’m going to change to D: drive.
    • D:
Changing to D:\ drive from C:\ drive in Command Prompt
Changing to D:\ drive from C:\ drive in Command Prompt
  • Use the command now:
    • cd "path\to\your\folder"
  • Replace the above path with yours.
Finding Directory Address from the File Explorer
Finding Directory Address from the File Explorer
Changing to desired directory in command prompt
Changing to desired directory in command prompt
  • Now, you need to execute the following command:
    • dir /s
Executing command to display directory size in command prompt
Executing command to display directory size in command prompt
  • The command will display the output in the Bytes value & You can use the external tools to convert your bytes to KB: https://www.gbmb.org/bytes-to-mb
  • You can compare the values with those obtained from methods 1 to 3.

Method 6: Using 3rd Party Apps:

If you’re interested in trying a unique way to view folder sizes, you’ll need to install third-party apps. I have listed some lightweight and effective apps that work well to display folder and directory sizes on Windows PCs.

WinDirStat
WinDirStat Logo

WinDirStat is a popular and powerful disk usage statistics viewer. It provides a visual representation of the files and folders on your drive, making it easy to identify which files or directories are taking up the most space. The graphical treemap helps you understand disk space allocation by representing files as colored rectangles based on their size, allowing you to quickly spot large folders and files. It’s a lightweight tool that making it an excellent option for users who need to analyze disk usage. You can download the app here: https://windirstat.net/

Treesize Free Logo
Treesize Free Logo

TreeSize Free is another widely used tool to view folder sizes and disk usage. It provides a hierarchical view of your folder structure, showing sizes in a clear and readable format. You can quickly drill down into subfolders to see where storage is being used the most. It’s highly efficient for scanning drives and directories, even for larger storage volumes. TreeSize Free also allows you to sort and filter results. You can download the app here: https://www.jam-software.com/treesize_free

Conclusion:

In conclusion, checking folder or file sizes is an essential task for managing storage on your Windows 11 PC. With the methods mentioned above, from using File Explorer to leveraging Command Prompt, PowerShell, or third-party apps, you now have a variety of tools at your disposal to easily view directory sizes. Whether you prefer a quick hover or more detailed analyses with apps like TreeSize Free or WinDirStat, these methods ensure you can efficiently manage your storage. Find more interesting tutorials on WinSides.com

Frequently Asked Question by Users?

The below are the commonly asked questions by the users related to this topic.

How can I view the folder size in Windows 11?

To view the folder size in Windows 11, you can use the Properties option by right-clicking on the folder and selecting Properties. The size will be displayed under both “Size” and “Size on Disk”.

Why doesn’t Windows 11 show folder sizes in File Explorer?

Windows 11 File Explorer doesn’t natively display folder sizes in the Size column. You can either hover over the folder, check its Properties, or use third-party apps like WinDirStat or TreeSize Free to view detailed folder sizes.

How can I see the size of all folders in a directory in Windows 11?

To view the size of all folders in a directory, you can use tools like TreeSize Free or WinDirStat, which scan directories and provide a detailed breakdown of folder sizes.

Read More:

Your Rating:

0 / 5

Total Ratings:

Why You Can Trust Winsides.com?

We combine expert insights with user-friendly guidance. We thoroughly research and test everything to give you reliable and simple to understand tech guides. Please take a look at our publishing process to understand why you can trust Winsides.

Narendhiran Vijaykumar

I Am a Frontend Developer, and Business Creator With Over 8 Years of Experience in Php and Frontend Web Development. I Have Over 15 Years of Experience Using Windows Os, From Windows Xp to Windows 11, and Possess Sound Knowledge in Using and Solving Real-time Problems. I Am Getting Proficient in Ai-based Technologies and Have Developed 3 Successful Web Apps and Saas Platforms.

Related Articles

2 Comments

  1. I run Directory Report to view folder sizes.
    It is fast and easy to use (no confusing treemaps like WDS)
    and you can save reports

    1. Hey there,

      Thanks for the feedback! I agree, Directory Report is definitely a great tool for viewing folder sizes quickly and easily. The ability to save reports is super convenient too, especially compared to other tools like WDS with its sometimes confusing treemaps. Glad to hear you’re enjoying the simplicity and speed!

      Thank you for contacting winsides.com

Leave a Reply

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

Back to top button
Close

Adblock Detected

Kindly disable the Adblocker