How to find how much hard drive space is available

Updated: 03/13/2021 by Computer Hope
Computer hard disk drive.

The process to determine the amount of available hard drive space varies depending on what operating system you're using. To proceed, select your operating system from the list below and follow the instructions.

Note

Memory (RAM) and hard drive space are two completely different things. For memory, see: How to find how much RAM is installed on a computer.

Windows Vista, 7, 8, 10,and 11 users

  1. Press the Windows key+E to open File Explorer.
  2. In the File Explorer window, in the left navigation pane, click This PC.
  3. After selecting This PC, you see a section called Devices and drives.

Drive space in Windows 10

  1. Each storage device has a status bar, the amount of free space available, and the total disk space.
Tip

If you want to view additional information, right-click the drive and select Properties from the drop-down menu that appears.

Windows 95, 98, NT 4.x, 2000, ME, and XP users

  1. From the Windows desktop, double-click the My Computer icon.
  2. In My Computer, highlight and right-click the drive whose capacity you'd like to determine.
  3. In the menu that appears, select Properties.
  4. The Properties window displays the used space, free space, and the total capacity of the hard drive or other drives.

Volume properties

Microsoft Windows 2000 and Windows XP users

If you are running Windows 2000 or Windows XP, My Computer also displays the total size and free space for each of the drives in the main window. If you want to view more information, and a graph of available space, follow the steps above.

Tip

You can also view the available space through MS-DOS.

MS-DOS and Windows command line users

Open the MS-DOS prompt.

To determine the available space on a hard drive using MS-DOS, we recommend using the dir command.

At the MS-DOS prompt, type:

dir <press Enter>

At the end of the directory listing, you see information similar to the example below.

2 file(s)                       578 bytes
15 dir (s)               16,754.78 MB free

As you can see above, the hard drive has over 16 GB of free space. If you want to see all files and how much space they are occupying, type the following commands.

cd\
dir /s

The command above lists all files on your computer (except hidden files) and displays the total amount of disk space they utilize, and free disk space.

Windows 3.x and NT 3.x users

In Windows 3.x or Windows NT 3.x, you can determine the available free space by highlighting the C: drive, and then looking at the status bar at the bottom of the screen.

Tip

You can also view the available space through MS-DOS.

Linux and Unix users

macOS

To determine how much drive space is available on your MacBook or iMac, follow the steps below.

  1. In the menu bar at the top of the screen, click the Apple icon to open the Apple menu.
  2. In the Apple menu, select About This Mac.

About this mac selector

  1. In the System Information window that opens, click the Storage tab at the top.

macOS Storage tab