Get Your Free Guide to Checking Disk Space Across Devices
Understanding Disk Space and Why It Matters Disk space refers to the amount of storage available on your device's hard drive or solid-state drive. Think of i...
Understanding Disk Space and Why It Matters
Disk space refers to the amount of storage available on your device's hard drive or solid-state drive. Think of it like a filing cabinet—when it fills up, you run out of room for new files. Your computer, phone, tablet, and external drives all have limited storage capacity, measured in gigabytes (GB) or terabytes (TB). One terabyte equals 1,000 gigabytes.
Most people don't think about disk space until their device starts running slowly or stops accepting new files. However, monitoring storage regularly prevents problems before they occur. When your drive fills beyond 85-90% capacity, your device's performance typically decreases noticeably. Programs take longer to open, saving files becomes slower, and your system may freeze unexpectedly.
Different devices have different storage capacities. A typical smartphone might have 64GB to 256GB of storage. Laptops generally range from 256GB to 1TB or more. Desktop computers often have larger drives, sometimes 1-4TB. External hard drives and cloud storage services offer additional options ranging from a few hundred gigabytes to several terabytes.
Understanding your current disk usage helps you manage your files proactively. You can identify what's consuming the most space—whether it's photos, videos, applications, or system files. This knowledge allows you to delete unnecessary items, move files to external storage, or upgrade your device before problems develop. Regular monitoring takes just a few minutes and prevents frustration later.
Practical Takeaway: Check your device's total storage capacity and current usage monthly. Note which types of files consume the most space, and plan storage management accordingly.
How to Check Disk Space on Windows Computers
Windows computers provide several built-in methods to view disk space without using additional software. The simplest approach uses File Explorer, the application that displays your files and folders. Open File Explorer and locate "This PC" in the left sidebar. You'll see all your drives listed with a visual bar showing how much space is used versus available. Hover your cursor over the bar to see exact numbers in gigabytes.
For more detailed information, right-click on any drive and select "Properties." A window opens showing the total capacity, used space, and free space. This view also displays a pie chart showing which file types occupy the most storage. Windows categorizes files as documents, pictures, videos, music, and other file types, making it easy to identify storage hogs.
Windows 10 and Windows 11 include a "Storage" tool in Settings that provides comprehensive breakdown information. Navigate to Settings, then System, then Storage. This view shows used space by category: system files, apps, photos, videos, documents, and other items. Each category is clickable, allowing you to explore which specific applications or folders consume the most storage. This feature also recommends actions, such as deleting temporary files or removing unused applications.
For command-line users, Windows PowerShell offers the ability to check disk space with specific commands. Open PowerShell as administrator and use the command: Get-Volume | Select-Object DriveLetter, Size, SizeRemaining. This displays all drives and their capacity information in a clear list format. Command-line checking is particularly useful for monitoring multiple drives quickly or automating regular storage checks.
External drives connected via USB also appear in File Explorer and can be checked using the same methods as internal drives. Simply locate the external drive in This PC and follow the same process. Checking external drives regularly prevents them from filling completely, which can cause file transfer failures.
Practical Takeaway: Use the Windows Settings Storage tool monthly to identify which applications or file types consume the most space, then delete or move items you no longer need regularly.
Checking Disk Space on Mac and Apple Devices
Mac computers offer multiple ways to check storage space through built-in tools. The quickest method uses the Apple menu. Click the Apple icon in the top-left corner, then select "About This Mac." In the window that opens, click the "Storage" tab. You'll see a horizontal bar graph showing your drive's total capacity and how much space each category (system, applications, photos, documents, backups, and other) uses. The bar includes specific numbers showing total capacity and available space.
For a more detailed breakdown, Apple provides the "Storage Management" utility. In the About This Mac window, click "Manage" in the Storage section. This opens a detailed list of your largest files and applications, sorted by size. You can browse through categories and identify specific items consuming space. The list highlights items like large backup files, old application caches, or duplicate photos that might be candidates for deletion.
iCloud Storage, which Apple's cloud service provides, displays separately from local drive storage. Check iCloud Storage in System Settings under your account name, then iCloud. This shows how much cloud storage you're using and how much remains available. iCloud Photos, documents, and device backups all count toward this limit, which typically ranges from 5GB free to several terabytes through paid plans.
iPad and iPhone storage information appears in Settings under General, then iPhone/iPad Storage. This screen shows your device's total capacity and available space, plus a detailed list of installed applications ranked by size. You can see exactly how much space each app occupies, including storage used by cached data and documents within the application. Removing unused applications is often the fastest way to free space on mobile Apple devices.
External drives connected to Mac computers appear in Finder on the desktop or in the sidebar. Select an external drive and press Command+I (or right-click and select "Get Info") to see its capacity and available space. Time Machine backup drives should be checked regularly since they automatically fill as your computer creates backups.
Practical Takeaway: Review your Mac's storage monthly using the Storage Management tool, and delete the largest unused applications or cached files you identify.
Monitoring Disk Space on Linux Systems
Linux systems use command-line tools to check disk space, though many distributions include graphical utilities as well. The most common command is "df" (disk free), which displays all mounted drives and their capacity. Open a terminal and type: df -h. The "-h" flag shows sizes in human-readable format (GB, MB, TB) rather than raw bytes. The output displays columns for total size, used space, available space, and percentage used for each drive.
For information about specific folders, use the "du" command (disk usage). Type: du -sh /home/username to see total space used by that user's home directory. The "-s" flag shows a summary rather than individual files, and "-h" displays human-readable numbers. To find the largest folders within a directory, use: du -sh /path/* | sort -rh. This lists all folders in descending order by size, making it easy to identify what's consuming space.
Many Linux distributions include graphical disk usage analyzers, such as Baobab (in GNOME) or Filelight (in KDE). These applications visualize storage usage in charts or interactive diagrams. You can explore your file system visually, clicking on sections to drill down into specific folders and see exactly which files consume the most space. These graphical tools are often easier for users unfamiliar with terminal commands.
Server administrators often use the ncdu (NCurses Disk Usage) tool for interactive terminal-based exploration. This tool scans a directory and displays results in a browsable format, allowing you to navigate through folders and see their sizes without running multiple commands. It's particularly useful for identifying large files quickly on systems with extensive file structures.
For external drives and mounted filesystems, the df command includes all mounted volumes in its output. Type: df -h to see all connected drives simultaneously. USB drives, network shares, and other external storage appear with their own lines showing capacity and usage, making it easy to check multiple devices at once.
Practical Takeaway: Set up a simple script that runs "df -h" and "du -sh /home/*" weekly, logging the results to track storage trends over time and predict when you'll need to expand storage.
Tracking Storage on Mobile Devices and Cloud Services
Smartphones and tablets have limited storage that fills quickly with photos, videos, and applications. Both Android and iOS provide built-in storage management tools. On Android devices, open Settings and select Storage (sometimes listed under "Device Maintenance" or similar). This screen shows your device's total capacity, used space,
Related Guides
More guides on the way
Browse our full collection of free guides on topics that matter.
Browse All Guides →