Bandwidth & Disk Usage
Bandwidth is the amount of data your account sends and receives, and disk usage is the space your files and email occupy. Keeping an eye on both helps you stay within your plan and keeps your site fast. This page shows where to find these figures in cPanel and how to keep them in check.
Viewing Bandwidth in cPanel
Log into cPanel and open the Bandwidth tool in the Metrics section. It charts your data transfer over the day, week, month, and year, broken down by service — HTTP (web), mail (POP3, IMAP, SMTP), and FTP. The summary near the top of the cPanel home page also shows your current usage against your monthly allowance.
What Counts as Bandwidth
Bandwidth is consumed whenever data leaves or enters your account. The main contributors are:
- Page loads — the HTML, CSS, and JavaScript sent to each visitor.
- Images and media — photos, graphics, audio, and video, which are usually the largest share.
- Downloads — files visitors download, such as PDFs, ZIPs, or installers.
- Email — messages and attachments sent and received through your mailboxes.
- FTP transfers — files you upload to or download from the server.
Every visitor multiplies the size of your pages and assets, so a heavy homepage with large images can use bandwidth quickly as traffic grows.
How a CDN Lowers Origin Bandwidth
A content delivery network such as Cloudflare stores copies of your static files (images, CSS, JavaScript) on its own edge servers and serves them to visitors on your behalf. When a file is served from the CDN's cache, it never leaves your origin server — so it does not count against your hosting bandwidth.
The result is that a CDN can dramatically reduce the bandwidth measured in cPanel. Bear in mind this is the same reason server-side stats under-report visitors: the traffic the CDN handles is not visible at the origin. For accurate visitor numbers, use Google Analytics (GA4).
Monitoring Monthly Usage
Check your bandwidth periodically so a busy month does not catch you by surprise:
- Open the Bandwidth tool and review the Monthly chart.
- Compare the total against the allowance shown in your plan and on the cPanel home summary.
- Look at the per-service breakdown to see whether web traffic, email, or FTP is the main driver.
- Watch for sudden spikes, which can indicate a viral page, a large file being downloaded repeatedly, or hotlinking by other sites.
Reducing Bandwidth Usage
A few practical changes can cut bandwidth significantly without hurting your site:
- Optimize and compress images — resize images to the dimensions they display at, and save them in efficient formats such as WebP. Images are usually the biggest bandwidth cost, so this has the largest impact.
- Enable caching — browser and server caching lets returning visitors reuse files they already have instead of downloading them again.
- Use a CDN — offloading static files to Cloudflare moves most transfer off your origin server entirely.
- Enable hotlink protection — stop other websites from embedding your images and consuming your bandwidth. See Hotlink Protection.
- Minify CSS and JavaScript — smaller code files mean less data per page load.
Keeping an Eye on Disk Usage
Disk usage is separate from bandwidth — it is the storage your files, databases, and email occupy, not the data you transfer. Large mailboxes, old backups, and unused media are common culprits. Use the cPanel Disk Usage tool to see where your space is going, and clear out what you no longer need. For a full walkthrough, see Disk Usage.