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.
- 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
- 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!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

mPDF
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

SAP NetWeaver Server Adapter for Eclipse
Integrate Eclipse with SAP NetWeaver application server.

WebStorm Mac version
Useful JavaScript development tools

MinGW - Minimalist GNU for Windows
This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

VSCode Windows 64-bit Download
A free and powerful IDE editor launched by Microsoft