How to check your disk usage from cPanel

Did you receive a notification that your account is reaching the disk quota? Do you just want to check your web hosting account disk usage? This short tutorial will help you. 

The steps to check your account disk usage in cPanel:

  1. Log into your cPanel account.
  2. On the main page click on the Disk Usage icon under Files category.
  3. You will see a page with the list of your account’s directories with their corresponding sizes. On below the page you can see subdirectories sizes, also you can sort the directories by name or size.
cpanel disk usage
cPanel Disk Usage

We also made a video tutorial. Check it out!

If you have access to Shell/cPanel Jailed Shell you can use the command du -sh. The command will display the disk usage of your account.

plothost@demo.plothost.com [~]# du -sh
36M     .
plothost@demo.plothost.com [~]#

To see the size of an individual directory, use du -sh directory :

plothost@demo.plothost.com [~]# du -sh public_html
27M     public_html
plothost@demo.plothost.com [~]#

Leave a Reply