- Disk space is how much room your files take up, measured in GB. Think of it as the size of a storage box.
- File count (also called inodes) is how many files and folders you have, no matter how small each one is. Think of it as the number of items in the box.
Step 1: Check your usage
Log in to cPanel. Look at the panel on the right-hand side of the page, labelled Statistics. Find these two rows:- Disk Usage, shown like
4.82 GB / 10 GB - File Usage, shown like
48,901 / 250,000
- Under 70% of the limit: you are fine.
- 70% to 90%: time to do some cleanup soon.
- Over 90%: clean up now, before things start breaking.
Step 2: Find out what is taking up the space
- In cPanel, find the Files section and click Disk Usage.
- You will see a chart of your folders, with the biggest ones at a glance.
- Scroll down to the folder list at the bottom. Click the small arrow next to any folder to open it and see what is inside.
Optional: The same check using the terminal
If you are comfortable copying and pasting a couple of commands, the terminal gives you the same breakdown faster, and it is the only way to see a breakdown by file count. Skip this section if it is not for you; the clicking method above works fine. Open the terminal. In cPanel, go to the Advanced section and click Terminal. A black window opens, ready for you to type. (If you know how to use SSH, that works too. The commands are the same.) See which folders use the most disk space. Paste this and press Enter:19K means roughly 19,000 files and folders inside mail/. The bottom line is your total.
Note: TheZoom in on the biggest folder. Type--inodesoption isn’t available on every system — it depends on which version ofduyour host has installed. If you paste the command and get an error instead of a file count, use this fallback instead, run separately for each folder you want to check:
cd followed by the folder name, press Enter, then run the same command again:
The most common causes, in order:
- Old backup files. Look for
.zipor.tar.gzfiles from old migrations or backup plugins. These are usually the single biggest space users. - Old emails. Email accounts nobody checks anymore can quietly hold years of messages. Every single email also counts as one file.
- Old copies of your website. Folders with names like
public_html.bak,old,backup, ortestleft over from a redesign. - Cache files. WordPress caching and image plugins can create hundreds of thousands of small files. These are the usual cause of a full file limit.
- Log files. Files ending in
.logthat have grown for years.
Step 3: Clean up safely
Before deleting anything, download a copy to your computer first. In File Manager, right-click the file and choose Download. If it turns out you needed it, you still have it. Then, in order of impact:- Remove old backup archives. In cPanel, open File Manager, find those
.zipand.tar.gzfiles, download them to your computer, then delete them from the server. - Clean out old email. In cPanel, go to Email Accounts. Delete accounts nobody uses anymore, and empty the Trash and Spam folders of the ones you keep.
- Delete old website copies. If you find a folder like
public_html.bakand your current site works fine, download it as a backup and remove it. - Clear your website cache. If you use WordPress, clear the cache from inside WordPress using your caching plugin’s own button, rather than deleting folders by hand — the plugin will rebuild things correctly. If a plugin’s button isn’t working, it’s usually safe to manually delete the contents of
wp-content/cachedirectly; WordPress and most plugins will simply regenerate it as needed. - Empty the Trash. Deleted files in File Manager go to a Trash folder and still count against your limits. Click Empty Trash in File Manager when you are done.
For resellers: checking all your customer accounts at once
If you have a reseller plan, you can see every account’s disk usage on one screen instead of logging in to each one:- Log in to WHM (the address usually ends in
:2087). - Type Quota in the search box at the top left and click Quota Modification.
- Scroll to the bottom and click Show All Accounts.
When to contact support
Get in touch with our support team if:- Your usage looks fine but emails or uploads are still failing.
- You cleaned up but the numbers have not gone down after a day.
- You are not sure whether a file or folder is safe to delete. Ask first, delete second.
- You genuinely need all your files and simply need a bigger plan.
Quick summary
- Your account has two limits: disk space (GB) and file count (number of files). Check both in the cPanel Statistics panel.
- Use cPanel’s Disk Usage tool to click your way to whatever is taking up the room, or paste the two terminal commands for a faster breakdown of both size and file count.
- The usual suspects: old backups, old emails, old site copies, and cache files.
- Download before you delete, empty the Trash afterwards, and give the numbers a few hours to refresh.