How to Check Storage on a PC: A Complete Guide for Windows Users
Knowing how much storage space your PC has — and how it's being used — is one of the most practical things you can do to keep your computer running smoothly. Whether you're running out of space, planning an upgrade, or just doing some digital housekeeping, checking your storage is straightforward once you know where to look.
Why Storage Checking Matters
Your PC's storage isn't just about how many files you can save. A drive that's nearly full can slow down your entire system. Windows needs free space to create temporary files, manage virtual memory, and run background processes. Most experts suggest keeping at least 10–15% of your total drive capacity free at all times to avoid performance issues.
Beyond that, understanding your storage situation helps you make smarter decisions — whether that's deleting old files, moving data to an external drive, or planning a hardware upgrade.
Method 1: Check Storage Through Windows Settings ⚙️
The easiest way to get a full picture of your storage on Windows 10 or Windows 11 is through the Settings app.
- Press Windows + I to open Settings
- Go to System → Storage
- You'll see a breakdown of your main drive, including total capacity, used space, and free space
- Click on your drive to see a category-by-category breakdown — apps, temporary files, documents, videos, and more
This view is particularly useful because it doesn't just tell you how much space is used — it tells you what's using it. You'll see categories like Temporary Files, Other, and System & Reserved, which can reveal surprisingly large space hogs.
On Windows 11, the Storage settings panel is more visual and intuitive than older versions, offering a cleaner breakdown with recommendations for cleanup.
Method 2: Check Storage in File Explorer
For a quick, no-frills view of your drives:
- Open File Explorer (Windows + E)
- Click on This PC in the left sidebar
- You'll see all connected drives displayed with a visual bar showing used vs. available space
This method is fast and shows you all drives at once — including external drives, USB sticks, and secondary internal drives. Each drive displays its total capacity and free space at a glance.
One thing to note: File Explorer shows the formatted capacity, which is typically slightly less than the advertised drive size. This is normal — storage manufacturers calculate capacity differently than operating systems do (base-10 vs. base-2 math), so a "1TB" drive might show up as around 931 GB in Windows.
Method 3: Use Disk Management for Technical Detail
For more detailed drive information:
- Right-click the Start button
- Select Disk Management
- You'll see a full map of all physical drives and their partitions
This tool shows you not just capacity and free space, but also partition types, file systems (NTFS, FAT32, exFAT), and how a physical drive is divided. It's especially useful if your PC has multiple partitions or drives, and you want to understand the full layout. 💾
Method 4: Check via Command Prompt or PowerShell
Tech-savvy users can check storage from the command line for precise figures:
In Command Prompt or PowerShell, type:
wmic logicaldisk get name, size, freespace This returns the exact byte counts for each drive letter. The numbers are in bytes, so divide by 1,073,741,824 to convert to gigabytes.
Alternatively, in PowerShell:
Get-PSDrive -PSProvider FileSystem This gives a clean table showing drive letters, used space, and free space in a readable format.
Understanding What's Taking Up Space
Once you've checked your totals, the more interesting question is usually what's eating your storage. Here's a general breakdown of common space consumers:
| Category | Typical Space Usage | Notes |
|---|---|---|
| Operating System (Windows) | 20–50 GB | Grows with updates over time |
| Installed Applications | Varies widely | Games can exceed 100 GB each |
| Temporary & Cache Files | 1–20+ GB | Safe to clear regularly |
| User Files (docs, photos, video) | Highly variable | Often the largest category |
| System Restore Points | 1–10+ GB | Controlled in System Protection settings |
| Hibernation File (hiberfil.sys) | Equal to RAM size | Can be disabled if not needed |
Variables That Affect What You See
How storage looks on your PC depends on several factors that vary from machine to machine:
- Drive type: SSDs and HDDs both report space the same way in Windows, but NVMe drives may appear under different labels in Disk Management
- Number of drives: PCs with multiple drives (a small SSD for Windows and a large HDD for storage) will show separate entries, not a combined total
- Partitions: A single physical drive split into multiple partitions will appear as separate drives (C:, D:, etc.) in File Explorer
- OneDrive integration: If OneDrive is active, some files may show as online-only — they appear to exist locally but don't actually take up disk space until opened
- Windows version: The Storage section in Settings looks and behaves differently between Windows 10 and Windows 11, with the latter offering more granular insights
The Difference Between Storage and RAM
A common point of confusion: storage (your SSD or HDD) is where files are permanently saved, while RAM is temporary working memory your PC uses while programs are running. Checking storage tells you about file capacity — not about how fast your PC can run programs simultaneously. These are two separate specs, and both matter, but in different ways.
When Numbers Don't Add Up
If the math seems off — meaning used space plus free space doesn't equal the stated drive size — it's usually due to:
- System Reserved partitions that Windows creates but hides from File Explorer
- Recovery partitions set aside by the PC manufacturer
- The GB vs GiB rounding difference mentioned earlier
- Files protected by the operating system that standard views don't count
Tools like TreeSize Free or WinDirStat (both third-party, both widely used) can give you a visual, drill-down map of exactly where every gigabyte is going — useful when the built-in tools leave questions unanswered.
How much space you actually need free, which drives matter most to optimize, and whether your storage situation calls for cleanup, an upgrade, or a different approach entirely — that depends entirely on how your PC is set up and what you're using it for.