5 Simple Ways to Check Free Disk Space on Your Computer
-
File Explorer / Finder (GUI)
- Windows: Open File Explorer, select “This PC” — free space shown under each drive. Right-click a drive → Properties for detailed used/available breakdown.
- macOS: Open Finder, select a drive in the sidebar or desktop, press Command-I (Get Info) or choose View → Show Status Bar to see free space.
-
Settings / System Storage overview
- Windows Settings: Settings → System → Storage shows each drive and category breakdown with recommendations to free space.
- macOS: Apple menu → About This Mac → Storage shows a visual bar and storage categories.
-
Command Line (cross-platform basics)
- Windows (PowerShell):
Get-PSDrive -PSProvider FileSystemorGet-Volumeshows free/used space. - Windows (CMD):
diron a drive shows free bytes at bottom. - macOS / Linux (Terminal):
df -hlists mounted filesystems with human-readable sizes;df -h /pathfor a specific path.
- Windows (PowerShell):
-
Disk Utility / Disk Management tools
- Windows: Disk Management (diskmgmt.msc) shows partitions, sizes, and unallocated space.
- macOS: Disk Utility shows volumes and capacity, useful for checking APFS/container usage.
- Linux: GNOME Disks or KDE Partition Manager provide GUI views of partitions and free space.
-
Third-party tools & apps
- Tools like WinDirStat, TreeSize, DaisyDisk, or Baobab scan drives and show a breakdown by folder/file so you can identify large items and reclaim space.
Tips: check both free space and available space (some OSes reserve space for system use), and run these checks regularly if you manage limited storage.
Leave a Reply