Knowing how to check your storage on pc helps you avoid sudden full-disk warnings and keeps your system running smoothly. This guide walks through built-in tools, third-party options, and practical maintenance steps so you can monitor every drive with confidence.
Use these quick checks when applications feel sluggish or downloads stop unexpectedly, because storage issues often masquerade as performance problems.
| Tool | Where to Find It | Best For | Shows Details |
|---|---|---|---|
| Storage Sense | Settings > System > Storage | Automated cleanup suggestions | Per-folder breakdown and recommendations |
| Disk Management | Win+X > Disk Management | Partition sizes and unallocated space | Total, free, and used space per volume |
| File Explorer | This PC or Quick Access | Quick visual capacity checks | FAT, NTFS, and cloud-synced folders |
| PowerShell Get-PSDrive | Windows Terminal or PowerShell | Scriptable, detailed metrics | Used, free, and available space in GB |
Open Settings and Navigate to Storage
The quickest way to check your storage on pc starts inside Windows Settings, where Storage Sense provides a clean, high-level overview. This dashboard shows each drive’s used and free space and breaks down data by category such as apps, documents, and temporary files.
From here you can launch Storage Sense recommendations to remove bulky system files, clear Downloads, and manage memory for both your main drive and any secondary disks.
For deeper detail, click a specific drive to see a per-folder breakdown, including how much space your Pictures, Desktop, and AppData folders are consuming in real time.
Use Disk Management for Partition Details
Check Volumes and Unallocated Space
Disk Management gives you a direct view of partitions, formatted capacity, and file system types. This tool is essential when you need to see whether a drive is nearly full or if you have unallocated space that can be turned into a new volume.
You can quickly resize partitions, format drives, and assign drive letters here, which makes it a central hub for both monitoring and basic maintenance without installing extra software.
Right-clicking a volume also lets you extend it into adjacent unallocated space, provided the disk and layout allow it, helping you make the most of existing capacity.
Inspect Storage with File Explorer
Review Total and Free Space at a Glance
File Explorer remains the most familiar interface for checking your storage on pc, showing total, used, and free space directly under each drive in This PC.
Hovering over a drive reveals a tooltip with exact numbers, while the view switches to a bar chart so you can visually spot which disks are filling up fast.
You can sort folders by size from the Details pane to identify large directories, helping you decide where to archive or move files to free up gigabytes.
Leverage PowerShell for Precise Metrics
Run Commands for Accurate Data
PowerShell offers precise, scriptable storage information, including file system health, allocation unit size, and remaining space in bytes or gigabytes.
The Get-PSDrive cmdlet surfaces each logical drive with Used, Free, and Root columns, while Get-CimInstance can pull more advanced SMART status and disk numbers for proactive maintenance.
By saving these commands as profiles or scheduled tasks, you can automate regular checks and receive alerts before a drive runs critically low.
Optimize and Monitor Storage Regularly
- Enable Storage Sense to automatically clean temporary files and run weekly checks.
- Move large media libraries or backups to a secondary drive or cloud storage to keep the main disk above 15% free.
- Periodically review per-folder sizes in File Explorer and delete obsolete projects or cached downloads.
- Use Disk Management to verify partition layout and unallocated space before installing new drives.
- Run PowerShell commands on a schedule to log usage trends and catch growth patterns over months.
FAQ
Reader questions
How do I check my internal drive space in Windows 11?
Open Settings, go to System > Storage, and select the drive under Local disks to see used, free, and recommended cleanup options.
Why does File Explorer show less free space than Storage Sense?
File Explorer reflects formatted NTFS capacity, while Storage Sense includes system reserved files and compressed data, which can create small differences in reported free space.
Can I see which folders are using the most space on my PC?
Yes, in Settings > System > Storage, click a drive and then Browse files to view per-folder breakdowns that highlight the largest directories.
What should I do if my main drive is always running low?
Use Storage Sense to clean temporary files, move media to another drive or external storage, and review large apps to uninstall or reconfigure.