Bandwidth is the resource budget VPS buyers understand least, because the marketing language is deliberately vague. “Unmetered”, “unlimited”, and “10 TB included” describe three very different commercial arrangements, and only one of them is genuinely safe to build on without watching a counter. This page explains what each term actually commits the provider to, and how to estimate your real monthly transfer before you choose a plan.
The four bandwidth models you will encounter
| Model | What it means | Risk to you |
|---|---|---|
| Metered with overage fees | A fixed allowance, then a per-GB charge (often $0.01-$0.10/GB) | A traffic spike produces a real invoice; costs are uncapped in principle |
| Metered with hard cap | A fixed allowance, then the port is blocked or the server suspended | Site goes offline at the limit rather than costing money |
| Metered with throttling | A fixed allowance, then port speed drops (commonly to 1-10 Mbps) | Site stays online but slow; no extra charge |
| Unmetered | No transfer accounting, but a fixed port speed (e.g. 100 Mbps or 1 Gbps) | You cannot exceed the port speed, so cost is predictable |
“Unlimited” is almost always unmetered-with-a-port-cap in practice, because a physical port cannot transfer more than its speed allows. When a provider advertises unlimited bandwidth, the actual limit is the port speed. At 100 Mbps sustained, the theoretical monthly ceiling is around 32 TB; at 1 Gbps it is roughly 324 TB. That is far more than most budget servers will ever move, which is why the promise is easy to make.
How much transfer you actually need
Estimate from page weight, not from visitor count. A typical optimized WordPress page with images served locally is 1.5-2.5 MB on first load; with a CDN handling static assets, the origin server may only serve 200-400 KB per page view.
| Monthly page views | Page weight at origin | Monthly transfer | Fits in 1 TB? |
|---|---|---|---|
| 10,000 | 2 MB (no CDN) | 20 GB | Yes, easily |
| 50,000 | 2 MB (no CDN) | 100 GB | Yes |
| 100,000 | 2 MB (no CDN) | 200 GB | Yes |
| 100,000 | 2 MB, 90% offloaded to CDN | 20 GB | Yes, with large margin |
| 500,000 | 2 MB (no CDN) | 1 TB | Exactly at the limit |
| 1,000,000 | 2 MB (no CDN) | 2 TB | No — needs a 2-4 TB plan or a CDN |
The CDN row is the important one. Moving images, CSS, and JavaScript to a free CDN tier routinely removes 80-95% of origin transfer. A site that needs a 4 TB plan to serve a million views can serve the same traffic from a 1 TB plan with the static assets offloaded, which is the single highest-leverage bandwidth optimization available on a budget.
The traffic types that burn transfer fastest
- Video or audio streaming from the origin: a single 1080p stream is roughly 1.5-3 GB per hour. Even a small audience will exhaust any budget allowance.
- Uncompressed image galleries: serving full-resolution JPEGs or PNGs instead of WebP at display size can triple page weight.
- Software or backup downloads hosted directly on the VPS: a single 1 GB release downloaded 500 times is 500 GB.
- Mail server relaying: inbound spam filtering and outbound mail add transfer you rarely account for.
- Backups pushed to an offsite target that is itself metered on the same provider.
What happens when you exceed the limit
The behaviour at the limit is the part worth reading in the terms of service before you buy. Under throttling, expect the port to drop to 1-10 Mbps, which is enough to keep a low-traffic site up and not enough to serve images at normal speed. Under overage billing, expect the charge on the next invoice, sometimes after the allowance is exceeded by a wide margin if no alert is configured. Under a hard cap, expect the service to stop.
Configure a transfer alert regardless of the model. Most providers expose monthly usage in the control panel and by API; a daily check that emails you at 70% and 90% of your allowance converts a surprise into a planned upgrade.
Choosing a plan without overpaying for transfer
Match the plan to your measured usage plus 50% headroom. A personal blog or portfolio site almost never needs more than 1-2 TB. A small business site with images served locally fits comfortably in 2 TB. Sites with meaningful media traffic should either move static assets to a CDN or buy a plan with a higher allowance, and the CDN route is usually cheaper: a 1 TB plan plus a free CDN tier costs less than a 4 TB plan, and it also improves latency.
When comparing plans, normalize the bandwidth line the same way you normalize RAM: convert everything to monthly terabytes and note whether exceeding the allowance costs money, costs speed, or costs uptime. Our VPS comparison table lists included transfer per plan alongside the overage or throttling policy, which is the fastest way to filter out plans that only look cheap.

