Every VPS plan lists a bandwidth figure — “2 TB”, “unmetered 1 Gbps”, “10 TB/month” — but most people ordering a server aren’t sure what it means or whether they’re buying enough. Bandwidth is also one of those specs that providers describe in two completely different ways, which makes comparison frustrating.

This guide explains what bandwidth actually is in a hosting context, how it differs from port speed, how much a typical site uses, and when it becomes a real constraint.


What Bandwidth Means in Hosting

In hosting, bandwidth refers to the total amount of data transferred between your server and the internet over a billing period — almost always one month. Every HTTP request counts: HTML pages, images, CSS files, JavaScript, API responses, file downloads. Every byte entering or leaving your server adds to your monthly bandwidth total.

Some providers call this “data transfer” to distinguish it from port speed. The terms are often used interchangeably, but they refer to different things — and the difference matters.


Bandwidth vs Port Speed: Two Different Things

VPS specs commonly include both figures, and they mean very different things:

  • Port speed — how fast your server can transfer data at any given moment. A 1 Gbps port can move up to 125 megabytes per second. This is the maximum transfer rate.
  • Bandwidth quota — how much total data can transfer per month. A plan with “2 TB bandwidth” means your server can send and receive up to 2 terabytes before hitting the limit.

Think of it like a tap and a monthly water allowance: port speed is how fast water flows through the tap, and the monthly quota is how much water you’re allowed to use before your bill goes up. A plan advertised as “1 Gbps / 2 TB” means your port runs at up to 1 Gbps, but you’re capped at 2 TB total per month.

BANDWIDTH EXPLAINED PORT SPEED How fast data can move at any given moment YOUR VPS 1 Gbps = up to 125 MB per second INTERNET your visitors MONTHLY QUOTA Total data transfer allowed per billing period Example: 2 TB monthly quota, 500 GB used (25%) 500 GB 1.5 TB remaining 0 500 GB 1 TB 2 TB limit resets each billing period
Port speed determines how fast data moves at any moment. Monthly quota determines how much data can move per billing period.

How Much Bandwidth Does a Website Actually Use?

The average web page is about 2–3 MB. Here’s what that means for monthly bandwidth at different traffic levels:

Daily Visitors Avg Page Size Monthly Bandwidth
100 visitors/day 3 MB ~9 GB/month
1,000 visitors/day 3 MB ~90 GB/month
5,000 visitors/day 3 MB ~450 GB/month
10,000 visitors/day 3 MB ~900 GB/month
50,000 visitors/day 3 MB ~4.5 TB/month

For context: 10,000 daily visitors is a genuinely large website — most VPS plans include 1–10 TB, which covers it comfortably. For the vast majority of websites and web applications, bandwidth is not the constraint — RAM and CPU are.

The exception is anything that serves large files. A single 4K video stream uses roughly 25 Mbps, or about 11 GB per hour of viewing. A software installer that’s 500 MB downloaded 1,000 times costs 500 GB of bandwidth. Media hosting, video streaming, and large file distribution are the cases where bandwidth genuinely matters.

TYPICAL MONTHLY BANDWIDTH BY SITE TYPE SITE TYPE ESTIMATED MONTHLY TRANSFER Personal blog low traffic, mostly text 10 – 50 GB / month Business website images, contact forms, moderate traffic 50 – 200 GB / month WooCommerce store product pages, images, checkout flows 100 – 500 GB / month SaaS application APIs, user uploads, dynamic content 0.5 – 2 TB / month Video / media hosting streaming, large file downloads 2 TB+ / month Most VPS plans include 1–10 TB/month. Video hosting is the only common use case that regularly approaches this limit.
Typical monthly bandwidth by site type. Most websites use well under 500 GB per month — well within standard VPS plan limits.

What Happens When You Exceed Your Quota?

Providers handle bandwidth overages in different ways, and it’s worth checking your provider’s policy before you hit the limit:

  • Hard cutoff — traffic is blocked until the next billing cycle. Your site goes offline. This is the harshest approach and the worst outcome for a business site.
  • Port throttling — your transfer speed is reduced (e.g., capped at 10 Mbps instead of 1 Gbps) but the site stays online, just slower.
  • Overage billing — you’re charged per GB over the limit, typically €0.01–0.10/GB depending on the provider.
  • Warning notifications — many providers email you at 80% and 100% of your quota so you can react before an outage.

Throttling is the most common and most reasonable approach — your site degrades gracefully rather than going dark. If you’re consistently hitting your limit, upgrading your plan is the right move rather than relying on overage billing, which adds unpredictable cost.


Unmetered, Unlimited, and Fair Use: What They Actually Mean

These terms appear constantly in VPS marketing and cause a lot of confusion:

Unmetered bandwidth

No monthly data transfer cap — your usage isn’t counted or limited. However, your port speed is still capped. An “unmetered 1 Gbps” plan means you can push as much data as you want, up to 1 Gbps at any moment. In practice, you can’t run a 1 Gbps port at 100% utilisation 24/7 — but for typical web workloads, this is genuinely unlimited.

Unlimited bandwidth

A marketing term. In practice it almost always means “unmetered with a fair use policy.” That policy typically only applies if your sustained usage is significantly higher than other customers on the same hardware — triggered by extended high-speed transfers (torrenting, large-scale video streaming), not ordinary web traffic. For websites, APIs, and standard applications, unlimited bandwidth is unlimited in practice.

Fair use policies

If you see “unlimited bandwidth — fair use applies,” read the policy. It usually describes what activities are excluded: torrent seeding, bulk outbound mail, sustained 10 Gbps+ transfers. Standard website and application traffic is almost never affected.


How to Reduce Bandwidth Usage

If you’re approaching your monthly limit or want to keep bandwidth costs predictable, these optimisations have the biggest impact:

  • CDN (Content Delivery Network) — the single most effective bandwidth reduction. A CDN serves static assets (images, CSS, JavaScript, fonts) from its own network, so those bytes don’t come from your VPS at all. Cloudflare’s free plan alone can cut bandwidth usage by 50–80% for image-heavy sites.
  • Image compression — modern WebP images are 30–40% smaller than JPEG equivalents at the same visual quality. Serving WebP by default reduces bandwidth for every page view.
  • Gzip or Brotli compression — HTML, CSS, and JavaScript compress 60–80% in transit. This is typically enabled at the web server level (Nginx or Apache) with one config line.
  • Browser caching — returning visitors reload cached assets from their browser, not your server. A returning visitor loading a cached page may generate a fraction of the bandwidth of a first-time visit.
  • Lazy loading — images below the fold aren’t downloaded until the user scrolls to them. Reduces bandwidth for users who don’t read the full page.

Implementing a CDN and enabling gzip compression together can reduce your monthly bandwidth usage by 60–70% for a typical WordPress or web application site — without any change to what visitors experience.


Frequently Asked Questions

What’s the difference between bandwidth and internet speed?

In hosting: port speed is how fast data can move at any moment (measured in Mbps or Gbps). Bandwidth is how much data moves over a month (measured in GB or TB). Your port speed sets the maximum transfer rate; your bandwidth quota sets the monthly cap. At home, “internet speed” usually means download speed — the equivalent of port speed in hosting terms.

How much bandwidth does a WordPress site use?

A typical WordPress site with 1,000 daily visitors uses roughly 50–100 GB per month. WooCommerce stores use more — typically 200–500 GB for a moderately busy store — because product pages are larger and checkout flows involve more dynamic content. Almost all VPS plans include at least 1 TB, which covers these cases with room to spare.

What does “unmetered” bandwidth mean?

No monthly data transfer cap. Your usage isn’t counted against a quota. Your port speed is still limited (e.g., 1 Gbps), but within that speed limit you can transfer as much data as you want throughout the month.

Does video hosting use a lot of bandwidth?

Yes — significantly more than any other web workload. A single 1080p video stream uses around 5 Mbps. With 100 concurrent viewers, that’s 500 Mbps of sustained outbound bandwidth and several TB of monthly usage. Self-hosting video at any meaningful scale requires either a very high bandwidth plan, a video CDN, or both.

Can I monitor my bandwidth usage?

Yes. Control panels like cPanel, Plesk, and HestiaCP include bandwidth usage dashboards. At the server level, tools like vnStat (lightweight, CLI-based) or Netdata (full monitoring dashboard) give real-time and historical network usage. Most providers also show monthly usage in the client portal.

Is inbound bandwidth counted the same as outbound?

Depends on the provider. Many providers count only outbound (egress) bandwidth — data leaving your server — since that’s where the network cost is. Some count total (inbound + outbound). Outbound is almost always larger for web servers, so this distinction usually doesn’t matter in practice, but it’s worth checking if you’re handling large file uploads.


Conclusion

For the vast majority of websites, applications, and APIs, bandwidth is never the limiting factor — you’ll run out of RAM or CPU long before you run out of data transfer. The exception is anything serving large files: video streaming, software downloads, media archives.

When comparing VPS plans, prioritise RAM, CPU count, and storage type (NVMe vs SATA SSD). Bandwidth matters at scale, but for most workloads 1–2 TB per month is more than you’ll ever use. If you’re running a CDN alongside your VPS, even that number becomes largely irrelevant.

Nodeteria’s VPS plans include generous bandwidth allocations with no surprise overage charges. For more on choosing the right VPS plan, see our guide: What Is a VPS? Everything You Need to Know.

Previous VPS Hosting for WordPress: Is It Worth It? (2026)