How much speed do you actually lose
There is no single number, but there are honest ranges. With a well-run server in your own country or region, using a modern protocol, most people lose a modest slice of throughput and a few milliseconds of latency — enough to measure, rarely enough to feel while browsing or streaming.
Connect to a server on another continent and the picture changes. The round trip alone can add on the order of a hundred milliseconds or more, pages feel slower to start loading, and throughput drops because distant connections are more sensitive to packet loss. That is physics and routing, not a defect of the VPN.
The worst results come from overloaded infrastructure: a cheap server with a thin uplink shared by too many users will be slow at any distance.
Where the speed goes: the route gets longer
Without a VPN, your traffic takes your provider's path to the destination. With one, it first travels to the VPN server, then onward. Unless the server sits on that natural path, you have added kilometers, routers and a decrypt-and-forward step, each contributing latency.
Latency matters more than most people think. Web pages are built from dozens of small requests, and each waits on round trips before the data even starts flowing. An extra 100 ms of round-trip time can make a fast connection feel sluggish even when a speed test still shows high numbers, because throughput and responsiveness are different things.
Encryption, protocol and MTU overhead
Encryption itself costs little on modern hardware — the ciphers used by WireGuard and Xray-based protocols are designed to run fast even on phones. Protocol design matters more: WireGuard's lean handshake and small state machine typically deliver higher throughput and quicker connection setup than older, heavier protocols.
There is also a fixed per-packet tax. Tunneling wraps every packet in extra headers, so slightly less of each packet carries your actual data. This costs a few percent of throughput on its own — real, but minor.
The sneaky one is MTU. If the tunnel's packet size is misconfigured for the path, packets get fragmented or silently dropped, and the symptom is weird: some sites hang while others work, or speed collapses far below what the server can do. If a tunnel behaves strangely rather than just slowly, MTU is a prime suspect, and switching protocols in the app often sidesteps it.
Server load and the provider's uplink
A VPN server is a shared computer with a shared network pipe. If a provider packs too many users onto one machine or buys a thin uplink, your speed drops during peak hours no matter how close the server is. This is the main quality difference between providers, and it is a direct consequence of the economics: bandwidth is the expensive ingredient.
You can detect it yourself. Test the same nearby location at different times of day; a big evening slump points at congestion, not distance.
This is one reason Aurora runs its own nodes rather than reselling capacity — controlling the uplink is the only way to control peak-hour speed.
How to make a VPN faster
Most slow-VPN complaints are fixable in a few minutes, because the usual causes — distance, protocol choice, a congested node, weak Wi-Fi — are all things you can change from your side.
If none of this helps and the untunneled connection is just as slow at the same hour, the bottleneck is your own access line, and no VPN setting will fix that.
- Pick the nearest server location, or the nearest one in the country you need
- Switch protocols in the app — WireGuard first; if it is blocked or unstable on your network, try the alternatives
- Try another server in the same city to rule out one overloaded machine
- Use a wired or strong Wi-Fi connection; a weak radio link caps everything upstream of it
- Test at a different time of day to separate congestion from distance
- Compare speed with and without the tunnel to see whether your provider itself is the bottleneck
When a VPN makes your internet faster
It sounds backwards, but it happens for mundane reasons. Your traffic normally follows your provider's routing decisions, and those are made on cost as much as quality. If the provider has poor peering toward a destination your packets take a bad road. A VPN server in a well-connected data center may reach the same destination over a much better road, and the tunnel wins despite the extra hop.
The second reason is traffic shaping. Some networks slow down particular categories of traffic, such as video or large downloads. Inside an encrypted tunnel the traffic is unclassifiable, so the shaping never triggers, and the very mechanism that was costing you speed stops applying.