Multi-Hop VPN
A multi-hop VPN routes your traffic through two or more VPN servers instead of one, so no single server ever knows both who you are and what you are visiting.
Definition
A multi-hop VPN — also called double VPN or a VPN chain — sends your traffic through two or more VPN servers in sequence before it reaches the internet. A standard VPN uses one server; multi-hop adds at least one more in the middle.
The point is not extra encryption for its own sake. It is separation of knowledge. Splitting the journey means no single machine in the chain ever holds the complete picture.
Who knows what
- The entry server sees your real IP address, because you connected to it directly — but it only sees traffic addressed to the next server, so it has no idea what you are ultimately visiting.
- The exit server sees which sites you are reaching, because it makes the final request — but as far as it can tell, the traffic came from the entry server, not from you.
- The website sees only the exit server's IP address.
To identify you, someone would have to compromise or subpoena both servers and correlate the two sets of records. If the servers sit in different countries under different legal jurisdictions, as good providers arrange, that becomes considerably harder.
How the encryption stacks
Your traffic is wrapped in layers, like nested envelopes. The entry server removes the outer layer and finds only an instruction to forward the remainder onward — it cannot read what is inside. The exit server removes the final layer and sends the request out. Each hop learns just enough to do its job and no more.
The cost
This protection is not free. Your data travels further and gets encrypted and decrypted more times, so expect meaningfully slower speeds and higher latency — often 30–50% slower than a single hop, sometimes more if the servers are far apart. Streaming, video calls, and gaming all suffer. Fewer server pairs are available, and not every provider offers the feature at all.
Multi-hop versus Tor
Tor routes through three relays run by unrelated volunteers, which removes the need to trust any single operator — stronger in principle, but much slower. Multi-hop VPN servers usually belong to one company, so you are still trusting that provider not to correlate its own two servers. It is faster and easier to use, but the trust model is weaker. Some people chain the two together for that reason.
Do you actually need it?
Honestly, most people do not. For ordinary privacy, streaming, or public Wi-Fi safety, a single well-run VPN with a no-logs policy and a working kill switch is enough, and the speed you keep is worth more day to day. Multi-hop earns its cost when the consequences of being identified are severe — journalists protecting sources, activists under hostile governments, researchers investigating dangerous infrastructure — or when you specifically want to spread trust across jurisdictions.
Examples
Connecting through a Swiss entry server and exiting in Sweden, so neither country's server holds the full picture
NordVPN's Double VPN and Surfshark's MultiHop, both offering preset two-server routes inside the app
A journalist routing research through two jurisdictions so no single legal request can unmask the session
Chaining a VPN into Tor so the entry relay sees the VPN server rather than the user's home connection
Common Use Cases
Frequently Asked Questions
Keep Learning
All termsVPN
A VPN (Virtual Private Network) encrypts all of your device's internet traffic and routes it through a remote server, hiding your IP and protecting data on untrusted networks.
Read definitionSSL/TLS
SSL/TLS is the encryption protocol that secures data in transit on the web — the 'S' in HTTPS — protecting it from eavesdropping and tampering.
Read definitionNo-Logs Policy
A no-logs policy is a VPN or proxy provider's commitment not to record what you do online — your browsing, connections, traffic or real IP.
Read definitionWireGuard
WireGuard is a modern VPN protocol built to be fast and simple. Its code is small enough to audit properly, and it connects quicker and runs faster than older protocols like OpenVPN.
Read definition