WhatIPIP tools + free calculators

VPN vs Proxy vs Tor: How They Work and When to Use Each

Compare VPNs, proxies, and Tor: how each works, the threat models they fit, speed and privacy trade-offs, and what each one does and does not hide.

Reviewed by the WhatIP Editorial TeamLast updated May 30, 2026

VPNs, proxies, and Tor all promise to change how your traffic reaches the internet, and all three are routinely described as privacy tools. They are not interchangeable. Each works differently, protects against a different set of threats, and comes with its own trade-offs in speed, trust, and convenience. Picking the wrong one for your situation can leave you with a false sense of safety.

The key question with any of these tools is not whether it makes you private in some vague sense, but what specifically it hides, from whom, and at what cost. A tool that conceals your traffic from the coffee-shop network may still reveal everything to the company running the service. A tool that resists powerful adversaries may be too slow for everyday use.

This WhatIP guide explains how each tool works under the hood, lays out the threat model each is suited to, and compares the practical trade-offs. By the end you will be able to match the tool to the job and, just as important, know what each one does not protect you against. You can use the WhatIP my-ip tool to see the public address the world currently sees, which is a quick way to confirm whether a tool is routing your traffic as you expect.

The core idea: routing your traffic through an intermediary

All three tools share one basic concept. Instead of your device connecting directly to a destination, your traffic passes through one or more intermediaries first. The destination then sees the intermediary's address rather than yours. What differs is how many hops there are, what gets encrypted, who runs the infrastructure, and how much you have to trust them.

How a proxy works

A proxy server is a single intermediary that forwards requests on your behalf. Your application sends traffic to the proxy, the proxy makes the request to the destination, and the response comes back through the proxy to you.

Proxies usually operate at the application level. A common type is the HTTP proxy, which handles web traffic only, and another is the SOCKS proxy, which can forward many kinds of traffic. The important limitation is that a basic proxy typically does not encrypt your traffic. It changes the source address the destination sees, but anyone watching the link between you and the proxy may still observe what you are doing unless the connection itself is already encrypted, for example by HTTPS.

Proxies are often configured per application rather than for the whole device, so your browser might use the proxy while other programs connect directly.

What a proxy hides and does not hide

  • Hides: your IP address from the destination site.
  • Does not reliably hide: your activity from the proxy operator, who can see everything you route through them, and your activity from an observer between you and the proxy if the traffic is not otherwise encrypted.

How a VPN works

A virtual private network creates an encrypted tunnel between your device and a VPN server. Traffic from your device goes into the tunnel, travels encrypted to the VPN server, and exits there onto the internet. The destination sees the VPN server's address. Replies return through the same encrypted tunnel.

The big difference from a basic proxy is twofold. First, a VPN encrypts all traffic between you and the server, so an observer on your local network or your internet provider sees only an encrypted connection to the VPN, not the contents or the destinations. Second, a VPN usually operates at the device level, so every application's traffic is covered, not just one browser.

What a VPN hides and does not hide

  • Hides: your traffic contents and destinations from your local network and internet provider, and your real IP address from the destination.
  • Does not hide: your activity from the VPN provider itself, which can see your real address and where you are going. You are shifting trust from your provider to the VPN company. A VPN also does not make you anonymous to a site where you log in with your real account.

How Tor works

Tor, short for The Onion Router, routes your traffic through a circuit of three volunteer-run relays before it reaches the destination. The traffic is wrapped in layers of encryption, one for each relay, which is where the onion name comes from. Each relay peels off one layer and learns only the previous hop and the next hop, never the full path.

The three roles are the entry guard, which knows your address but not your destination, the middle relay, which knows neither end, and the exit relay, which knows the destination but not your address. Because no single relay sees both who you are and what you are doing, Tor provides much stronger anonymity than a single proxy or VPN.

What Tor hides and does not hide

  • Hides: the link between your identity and your destination from any single relay or observer, because the path is split across independent hops.
  • Does not hide: what an exit relay can see if your connection to the final site is not encrypted, since the exit relay handles the unencrypted traffic to the destination. Tor also does not protect you if you log in with identifying accounts or reveal yourself through your own behavior.

A side-by-side comparison

ToolHopsEncryptionScopeSpeedTrust placed in
Proxy1Usually noneOften per appFastProxy operator
VPN1Full tunnelWhole deviceModerateVPN provider
Tor3LayeredPer app, usually browserSlowThe network design, not any single party

Threat models: who are you protecting against

The right choice depends entirely on the adversary you have in mind.

  • A nosy local network, such as public Wi-Fi, where you want to stop the network operator from seeing your traffic. A VPN handles this well because it encrypts everything to the server.
  • A destination site you do not want to reveal your home address to, while you are not too worried about the intermediary. A proxy or VPN both change the address the site sees.
  • A powerful adversary you need strong anonymity from, such as protecting a sensitive identity from being linked to activity. Tor is built for this, at the cost of speed.
  • No real adversary, just convenience, such as appearing to come from another region. A proxy or VPN is usually enough.

A worked decision example

Suppose you are a journalist working from a hotel and you want to research a sensitive topic without the hotel network, your provider, or the websites being able to tie the activity back to you.

  1. The hotel network can see your traffic, so a plain proxy is out, since it does not encrypt the link.
  2. A VPN would hide your traffic from the hotel and your provider, but the VPN company would see both your real address and your destinations, which is a single point of trust you may not want for sensitive work.
  3. Tor splits trust across three independent relays so no single party links you to your activity, which fits this threat model best.
  4. The cost is speed: Tor will feel noticeably slower, which is an acceptable trade for the protection here.

For a different scenario, simply streaming on hotel Wi-Fi where you only care that the network cannot snoop, a VPN is the better balance of speed and protection.

Combining tools and why it is rarely needed

It is technically possible to chain these tools, for example running Tor through a VPN, and some people do. In most cases the extra layer adds complexity and slowness without meaningfully improving the outcome, because each tool already addresses a distinct threat. Layering only helps when you have a specific reason, such as hiding the fact that you use Tor from your local network, which a VPN in front of Tor can accomplish. For everyday privacy, a single well-chosen tool is almost always the better answer, and stacking tools you do not understand can introduce leaks rather than prevent them.

The deeper point is that more layers do not automatically mean more safety. Each tool you add is another party or piece of software you must trust to behave correctly. Clarity about what you are defending against beats piling on protections at random.

Common pitfalls

  • Assuming any of them make you fully anonymous. Logging into a personal account reveals who you are regardless of the tool.
  • Trusting a free proxy or VPN blindly. Whoever runs the intermediary can see your traffic, so an untrustworthy operator is a real risk.
  • Using Tor for large downloads or streaming. It is slow by design and heavy use strains volunteer relays.
  • Forgetting that DNS and the destination IP can leak. Some setups send name lookups outside the tunnel. Confirm your visible address with the my-ip tool after connecting.

The honest summary is that each tool solves a specific problem. Match the tool to your actual threat model, understand precisely what it hides, and you will get real protection rather than a false sense of it.

Frequently asked questions

5 questions answered

For most privacy goals, yes, because a VPN encrypts all your device traffic and covers every application, while a basic proxy usually encrypts nothing and often works per application. A proxy can be lighter and faster when you only need to change the address a single site sees and encryption is not a concern.

Keep reading