Home >
Article > How to show folder size on Windows 11?
How to show folder size on Windows 11?
PHPzforward
2023-09-23 18:13:015716browse
By default, Windows 11 does not display folder sizes in File Explorer, however, you can make certain changes in Explorer settings to make them visible.
In this guide, we will discuss some of the easiest ways to display folder sizes so that you can effectively manage disk space on your PC.
How to check the size of a folder on Windows 11?
1. Use the folder's "Properties" window
Press to open the Windows Explorer window. WindowsE
Go to the folder whose size you want to check, right-click on it and select "Properties" from the context menu.
In the folder properties window, go to the "General" tab and find the "Size" section to find out how much space the folder takes up.
2. Enable the "Project" checkbox or the "Details" option
Press to open the Windows Explorer window. WindowsE
In the top menu bar, click to see the drop-down menu next to .
Next, click Show and select the Projects checkbox.
Now, to check the size of a folder, select the folder and the size will be displayed on the left side of the window.
3. Enable the Show file size information in folder prompt option
Press to open the Windows Explorer window. WindowsE
Click on the three-dot icon and select Options.
In the Folder Options window, go to the View tab, select Show file size information in folder prompts, and click Apply" and click OK.
4. Use the Command Prompt
key, type cmd, and then click Run as administrator. Windows
Type the following command, enter the directory you want to know the size of by replacing the folder path with the folder path, and click: Enter<strong>cd folder-path</strong>
Copy and paste the following command to get the folder details and hit: Enter<strong> dir /s</strong>
#If the folder has subfolders, all subfolders will be scanned and you will get the size of the entire folder in bytes.
5. Using the Windows PowerShell
key, type PowerShell, and then click Run as administrator. Windows
Replace C:\YourFolderPath with the folder path, copy and paste the following command and click: Enter<strong>Get- ChildItem -Path "C:\YourFolderPath" -Recurse | Measure-Object -Property Length -Sum</strong>
##PowerShell will display the size of the entire folder.
6. Using the Windows Settings application
Press to open the
"Settings" application. WindowsI
Go to System and click
Storage.
Click the "Show more categories" hyperlink.
Now find and click Other; Every folder on your system drive will be listed there and you can check the details including the folder size.
This method only works on the system drive, so if you want to check the size of a folder located in a different drive, use the other methods listed.
How to check the total size of multiple folders?
To view the total size of multiple folders, select them, right-click, and select the "Properties" option from the context menu. In the Properties window, you can see the combined size of the selected folders.
Alternatively, you can also select the option under Details View, which will "Date", "Type", "Tag" for each folder and all details are displayed under the "Size" column.
How to change folder display in File Explorer in Windows 11?
##Press to open
File Explorer, select a folder, click View>Select any layout option:Super Large Icon, Large Icon, Medium Icon, Small Icon, List, Details, Tile and Content. WindowsE
You can also click "Sort by" or "
Group by" to modify # based on name, size or ## Sort files and folders by date, creation date, etc. To learn about file extensions, you can click
View
>Show>File Extensions.
Tips for managing disk space and folders in Windows 11
Use Disk Cleanup or Storage Sense to clean up Windows Update folders when you update or upgrade Windows.
Change the default location where new files and folders are saved.
Delete unnecessary applications and their folders.
Delete content from the recycle bin every week.
Find and move large files or folders to another drive, cloud storage, or external source.
Delete unnecessary images, files, folders and videos
Compress large files and folders to RAR or ZIP to reduce space.
To avoid incorrect folder/file size calculations, make sure file names are limited to 255 characters.
Understanding a file or folder is crucial to managing and organizing disk space on your computer, which in turn helps your PC run smoothly.
If you can’t see the size of your folders even with the methods above, it’s possible that your Windows is out of date, or that File Explorer is corrupted; read this guide to learn the detailed solutions to fix it.
The above is the detailed content of How to show folder size on Windows 11?. For more information, please follow other related articles on the PHP Chinese website!