how to check storage space on Windows
Knowing how much storage space is available on your Windows computer is important for managing files, installing applications, downloading updates, and troubleshooting performance problems.
When a drive becomes nearly full, you may receive a low disk space warning, and some Windows operations or applications may not work as expected.
Windows provides several built-in ways to check storage space. You can use Settings for a detailed overview, File Explorer for a quick check, and Disk Management when you need more information about your drives and partitions.
Storage is the permanent space used to store your operating system, applications, documents, photos, videos, downloads, and other files.
Common storage devices include:
Storage capacity is commonly measured in GB or TB.
For example, a computer might have a 512 GB SSD or a 1 TB hard drive.
The advertised capacity and the capacity displayed by Windows may differ slightly because manufacturers and operating systems calculate storage differently.
Windows Settings provides one of the easiest ways to see how your storage is being used.
Press:
Windows + I
Select System.
Click Storage.
Windows will display information about the storage available on your computer.
You can see:
This view is particularly useful because it not only tells you how much space remains but also helps identify what is consuming it.
File Explorer provides the quickest way to check the available space on a drive.
Press:
Windows + E
Select This PC from the navigation panel.
Under Devices and drives, you will see your available drives.
Windows displays a storage bar beneath each drive showing how much space is being used.
You can usually see the remaining space and total capacity by selecting or opening the drive.
This method is convenient when you only want a quick overview.
You can also view storage information through a drive’s properties.
Press:
Windows + E
Find the drive you want to check.
Right-click the drive and select Properties.
A window will display information such as:
The visual storage chart makes it easy to see how much of the drive is currently occupied.
Disk Management provides more detailed information about physical drives and their partitions.
Press:
Windows + X
Then select Disk Management.
You can also search for Create and format hard disk partitions from the Start menu.
Disk Management displays your connected storage devices and their partitions.
You can see information about:
This tool is particularly useful when a drive or partition is not appearing normally in File Explorer.
Be careful when making changes in Disk Management. Creating, deleting, or formatting partitions can result in data loss.
If you prefer using Windows commands, Command Prompt can provide storage information.
Search for Command Prompt from the Start menu.
Type:
wmic logicaldisk get size,freespace,caption Press Enter.
Windows can display the drive letter, total size, and available free space.
On newer Windows installations where WMIC is unavailable, use File Explorer, Settings, or PowerShell instead.
PowerShell provides another built-in method.
Open PowerShell and enter:
Get-PSDrive -PSProvider FileSystem Windows will display information about available file-system drives, including their used and free space.
This method is particularly useful for users who are comfortable with command-line tools.
Knowing the available storage is only the first step.
If your drive is almost full, you also need to determine what is consuming the space.
Windows Storage settings can categorize storage usage into areas such as:
You can use these categories to identify areas that may contain unnecessary data.
For example, a large number of downloaded videos or unused applications could consume significant storage.
The C: drive is commonly the primary Windows system drive.
To check its available space:
For more detailed information:
Settings → System → Storage
Then select the system drive if the option is available.
A nearly full drive can cause several issues.
You may experience:
Windows and applications need working space for temporary files and other operations.
For that reason, it is a good idea to avoid filling your system drive completely.
If your drive is almost full, start by identifying what is consuming the most space.
You can consider removing:
You can also move large personal files to another storage device or cloud storage when appropriate.
Avoid deleting system files manually unless you know exactly what they are used for.
If you specifically receive a Windows low-storage warning, see How to Fix Low Disk Space Warning on Windows for targeted troubleshooting.
The Storage and RAM are two different types of computer memory.
It holds your files and applications permanently, even after the computer is turned off.
RAM temporarily holds information that Windows and applications are actively using.
For example:
If you want to check your computer’s RAM, see How to Check RAM on Windows.
Understanding this difference is important when troubleshooting performance problems.
Windows can use different types of storage devices.
Solid-state drives have no moving mechanical parts and are generally much faster than traditional HDDs.
Hard disk drives use spinning magnetic disks and are commonly available in larger capacities at lower costs.
When checking storage space, Windows shows the capacity and available space regardless of whether the drive is an SSD or HDD.
If you are troubleshooting performance, however, knowing the type of storage device can be useful.
There is no single percentage that applies to every computer.
However, keeping some free space available is generally preferable to filling the system drive completely.
You need available space for:
If your drive is consistently almost full, consider removing unnecessary files, moving personal data, or expanding your storage capacity.
For a detailed overview:
Windows + I → System → Storage
For a quick check:
Windows + E → This PC
For drive and partition information:
Windows + X → Disk Management
For command-line information:
PowerShell → Get-PSDrive -PSProvider FileSystem
These built-in tools are usually sufficient for checking available storage on Windows.
Knowing how to check storage space on Windows makes it easier to manage your files and identify potential storage-related problems.
For most users, Settings → System → Storage provides the most useful overview because it shows both available space and the categories consuming storage.
Use File Explorer for a quick check and Disk Management when you need more detailed information about drives and partitions.
If your system drive is nearly full, identify what is consuming the space before deleting anything, and avoid removing unfamiliar Windows system files.
Open Settings → System → Storage for a detailed view. You can also open File Explorer → This PC to see your drives and their capacities.
Open File Explorer → This PC, locate Local Disk (C:), and check the storage indicator. You can also select Settings → System → Storage for more details.
Your drive may be full because of applications, personal files, downloads, temporary files, Windows data, or other stored content. Windows Storage settings can help identify the categories using the most space.
Low storage can contribute to performance problems, particularly when the system drive has very little free space. However, slow performance can also have other causes.
Yes. Windows includes Settings, File Explorer, Disk Management, Command Prompt, and PowerShell for checking storage.
Large files can quickly consume available storage on a Windows computer. Videos, software installers, backups,…
CPU usage shows how much of your computer's processor is currently being used by Windows,…
RAM, or Random Access Memory, is one of the most important components affecting how your…
Knowing your computer's specifications can help you understand its hardware, troubleshoot problems, check software requirements,…
When a computer develops a problem, it can be difficult to know where to start.…
When a computer starts behaving unexpectedly, the first step should not always be trying random…