Compare VPN, proxy, Tor, and the newer privacy relay category (iCloud Private Relay, Oblivious HTTP) to pick the right tool for your threat model.
Key Takeaways
- VPN, proxy, Tor, and privacy relay each hide different things from different observers — there's no single "most private" option, only the right tool for your threat model.
- A privacy relay (iCloud Private Relay, the IETF's Oblivious HTTP, and Chrome's now-retired IP Protection) splits trust across two hops, so no single operator sees both who you are and where you're going — a different design from a VPN's one trusted operator.
- A relay can be on by default: iCloud+ subscribers who haven't turned Private Relay off are already behind one, which is a common and harmless reason a site reports an unexpected location for you.
- None of these four tools touches your browser fingerprint. Changing your IP address does nothing about Canvas, WebGL, font, or screen-metric signals — see our fingerprint entropy guide for why that matters.
- Test what your current setup actually exposes with BrowserInsight's VPN/proxy check and IP intelligence tool.
For most everyday privacy needs — securing public Wi-Fi, hiding your traffic from your ISP, or reaching geo-restricted content — a reputable VPN is the practical choice. If you only need to change your apparent IP address for a single app or task, a lightweight proxy is enough. If your priority is strong anonymity against powerful adversaries, Tor is the right tool, at the cost of speed. And if you just want your IP hidden from the sites you visit with no setup at all, a privacy relay — increasingly built into the browser or OS itself — may already be doing that for you. Each works on a different layer of your connection, makes different trust assumptions, and protects against a different threat. None of them, however, hides your browser fingerprint — more on that below.
The Four Tools at a Glance
Before comparing details, it helps to see them side by side.
| Tool | Encryption | What it hides | Speed | Anonymity level | Typical cost | Best use case |
|---|---|---|---|---|---|---|
| VPN | Full tunnel encryption | Real IP, traffic content from ISP | Fast | Moderate (trust the provider) | Paid subscription | Public Wi-Fi, geo-unblocking, ISP privacy |
| Proxy (HTTP/SOCKS) | Usually none | App-level IP only | Fast | Low | Free to cheap | Quick IP change, scraping, one app |
| Tor | Layered (onion) encryption | Real IP, content, and routing path | Slow | High (distributed trust) | Free | Censorship circumvention, whistleblowing, strong anonymity |
| Privacy relay | Two-hop encrypted | Real IP from the destination only | Fast | Moderate (split trust, two operators) | Often free/built-in | Passive IP tracking, no setup, on-by-default privacy |
The rest of this article explains what each row really means so you can match the tool to your situation.
What a VPN Does and Doesn't Do
A Virtual Private Network (VPN) creates an encrypted tunnel between your device and a VPN server. All of your traffic travels through that tunnel, so your Internet Service Provider (ISP) sees only that you are connected to a VPN — not which websites you visit or what you send. The destination website, in turn, sees the VPN server's IP address instead of yours.
What it hides
- Your real IP address from the sites you visit.
- The content and destination of your traffic from your ISP and from anyone on the same local network (such as a coffee-shop hotspot).
What it doesn't hide
A VPN does not make you anonymous. It shifts trust from your ISP to your VPN provider: that provider can technically see your real IP and the sites you reach. This is why logging policy and jurisdiction matter — a provider that keeps connection logs, or that operates under a legal regime that compels data handover, weakens the privacy you are paying for. Choose providers that publish clear no-logs commitments and, ideally, independent audits, but treat all such claims with healthy skepticism.
VPNs are also the tool most likely to leak if misconfigured. DNS requests or WebRTC can expose your real IP even while the tunnel is up. We cover those failure modes in detail in our guides on preventing DNS leaks and protecting against WebRTC leaks.
A VPN is best understood as a privacy and security tool, not an anonymity tool. It is excellent for keeping your browsing private from your ISP and safe on untrusted networks — but you are trusting one company to honor its promises.
What a Proxy Does and Doesn't Do
A proxy server is an intermediary that forwards requests on your behalf. The two common kinds are HTTP proxies (which handle web traffic) and SOCKS proxies (which forward almost any TCP connection) — see our guide to proxy types for the full breakdown, including residential and datacenter proxies. Unlike a VPN, a typical proxy is configured per-application — your browser might use it while your other apps do not.
What it hides
- Your IP address for the specific application routed through it. The destination site sees the proxy's address.
What it doesn't hide
Most proxies provide no encryption. Your ISP and anyone on your local network can still see where your traffic is going and, for unencrypted sites, what it contains. Free public proxies carry real risk: the operator can read, log, or even modify your traffic. Because of this, proxies are best treated as IP-switching tools rather than privacy tools.
Proxies shine for narrow, technical tasks: changing your apparent location for a single browser tab, separating one task's IP from another's, or routing automated tooling. They are not a substitute for a VPN's encryption.
What Tor Does and Doesn't Do
Tor (The Onion Router) is a free, volunteer-run network designed for anonymity. Your traffic is wrapped in multiple layers of encryption and bounced through at least three relays — an entry node, a middle node, and an exit node. Each relay knows only the previous and next hop, so no single point in the path knows both who you are and what you are doing.
What it hides
- Your real IP address from the destination, which sees the exit node.
- The content of your traffic from observers along the path.
- The routing path itself — Tor's key advantage. Trust is distributed across independent relays rather than concentrated in one provider.
What it doesn't hide
The exit node sees your traffic as it leaves the network, so unencrypted (non-HTTPS) traffic can be observed there. Tor is also noticeably slower because of the multi-hop routing, which makes streaming and large downloads impractical. And because some networks block known Tor relays, censored regions may need bridges to connect.
Tor's threat model is the most demanding of the four tools here. It is built for situations where you must not trust any single intermediary — censorship circumvention, sensitive research, and whistleblowing.
What a Privacy Relay Does and Doesn't Do
The newest category is the privacy relay (also called a privacy proxy): a two-hop design where your traffic passes through two independently-operated relays instead of one. The first hop knows who you are (your real IP) but not which site you're visiting; the second hop knows the destination but not who you are. Because the same operator doesn't run both hops, neither one alone can link your identity to your destination — a structurally different trust model from a VPN's single provider that sees both.
This is no longer a niche idea. iCloud Private Relay has shipped for Apple's iCloud+ subscribers since 2021. Chrome's Privacy Sandbox explored the same two-hop design under IP Protection, and the underlying approach is documented in Google's ip-protection repository — though Google announced in October 2025 that the feature is being retired, which our Chrome IP Protection explainer covers along with what it actually masked. The IETF's Oblivious HTTP (OHTTP) standardizes the same split-trust pattern at the protocol level: a relay that sees your IP but not your request, and a gateway that sees your request but not your IP, run by two parties that are assumed not to collude.
The tooling is catching up with the design. In July 2026, Cloudflare open-sourced pvcli, a curl-like command-line client for privacy protocols like OHTTP — the kind of thing that turns "encrypt this request to the gateway's key, wrap it, and post it through the relay" from a scripting exercise into a single command. That matters for the category's credibility: a split-trust design is only trustworthy if outsiders can actually exercise and inspect it, rather than taking the operator's word for it.
What it hides
- Your real IP address from the destination site. The site sees only the second hop's IP.
- The link between your identity and your destination from any single operator. The first hop sees who you are; the second hop sees where you're going; neither sees both.
What it doesn't hide
A relay is narrower than a VPN or Tor. It typically covers only part of your traffic — for iCloud Private Relay, Safari browsing and DNS lookups; for Chrome's IP Protection, a curated list of tracker domains inside Incognito — rather than every app and connection on your device. It does nothing to change your traffic timing or volume, and — like every other tool on this page — it leaves your browser fingerprint completely untouched. It's also not an anti-censorship tool: you generally can't pick an exit country, and you can't independently audit either hop the way you can inspect open-source Tor relay code.
You may already be using one
Unlike a VPN, which you have to actively choose and configure, a privacy relay can arrive switched on. If you subscribe to iCloud+ and have never turned Private Relay off, your Safari browsing already exits through a relay, and the IP a site sees is not yours — no setup, no icon in the menu bar, no obvious signal that anything changed. (Chrome users are not in this position: IP Protection was limited to Incognito for a subset of testers and was retired before any general rollout.) This is a common, benign explanation for a browser reporting a different city or region than you expect — see why your IP address changes and our guide to IP geolocation accuracy if your location looks wrong. It can also produce the reverse problem: a relay that moves your apparent IP while your timezone, locale, and language settings stay put creates a new, detectable mismatch signal — the same kind of inconsistency covered in timezone/IP mismatch detection and how sites detect VPNs.
Threat Models: Matching Tool to Risk
Choosing the right tool starts with asking who you are protecting yourself from.
- Your ISP or network operator (public Wi-Fi snooping, ISP tracking): a VPN is the natural fit.
- A single website that you simply don't want to give your IP to: a proxy or a VPN both work.
- A powerful, well-resourced observer where exposure carries real consequences: Tor is designed for this, because it removes the single point of trust.
- Passive IP-based tracking, with zero setup: a privacy relay — if one is already built into your browser or OS, it's the lowest-effort option, though it's not a substitute for a VPN's broader traffic coverage or Tor's anti-censorship strength.
Layering trust assumptions makes the difference clear. With a VPN, you trust one provider. With a proxy, you trust one operator and usually get no encryption. With Tor, no single relay can deanonymize you on its own — trust is spread across the network. A privacy relay splits trust across exactly two operators by design, which is weaker than Tor's distributed model but stronger than trusting one VPN provider alone — and it costs you nothing extra to have running.
Speed, Cost, and Trust Trade-offs
| Factor | VPN | Proxy | Tor | Privacy relay |
|---|---|---|---|---|
| Latency overhead | Low–moderate | Low | High | Low |
| Streaming-friendly | Usually | Sometimes | Rarely | Depends on coverage |
| Cost | Paid subscription | Free–cheap | Free | Often free/built-in |
| Who you trust | One provider | One operator | Distributed relays | Two independent operators |
The pattern is consistent: stronger anonymity costs speed, and convenience often costs trust. A VPN buys you encryption and decent speed in exchange for trusting a company. A proxy buys you a quick IP change but little else. Tor buys you the strongest anonymity at the price of performance. A privacy relay buys you split-trust IP hiding for the specific traffic it covers, at essentially no cost and no setup — but it doesn't claim to do everything a VPN does.
Concrete Use Cases
- Public Wi-Fi safety: Use a VPN. Encryption protects you from others on the same network.
- Geo-unblocking content: A VPN is usually best; a proxy can work for a single site.
- Censorship circumvention: Tor (with bridges if needed) is purpose-built for this; some VPNs help too.
- Whistleblowing or high-risk research: Tor, ideally with the Tor Browser, to avoid concentrating trust.
- Routine ISP privacy: A reputable, audited VPN.
- A quick, disposable IP change for one task: A proxy.
- Passive IP tracking with no setup: Whatever privacy relay is already built into your browser or OS — check it's actually active rather than assuming.
The Limitation Every Tool Shares: Fingerprinting
Here is the most important caveat. None of these four tools stops browser fingerprinting. A VPN, proxy, Tor, or privacy relay changes the IP address a site sees, but none of them does anything about the dozens of browser and device characteristics — Canvas, WebGL, fonts, screen metrics, audio signals — that combine into a unique identifier. A site can still recognize you across sessions even when your IP changes, and the number of other people who share your exact combination of signals — your anonymity set — is what actually determines how identifiable you are; see fingerprint entropy and anonymity sets explained for the mechanics.
This is why anonymity is a layered goal. If you genuinely need to be hard to track, you must address fingerprinting as well as your IP. The Tor Browser is notable precisely because it standardizes fingerprints across all its users, not just because it routes through Tor. To understand how this works and how to test your own exposure, read our complete guide to browser fingerprinting — and if a VPN is your main tool, Does a VPN Stop Browser Fingerprinting? walks through exactly why it can't, and what can actually reduce your exposure.
None of these tools interact with header-based opt-out signals either. Browser-level preferences like the Do Not Track (DNT) header and its successor, Global Privacy Control are a separate, much weaker layer than IP-hiding or fingerprint resistance — they only work if the destination site chooses (or is legally required) to honor them, and a VPN, proxy, or Tor connection does nothing to make a site respect that request.
You can check what your current setup actually reveals using BrowserInsight: our VPN and proxy check tells you whether your connection is being detected as a VPN, proxy, or Tor exit, and our IP intelligence tool shows the IP, location, and network details that sites see about you right now.
It's also worth being precise about what any of these tools actually change: a VPN, proxy, or relay relocates who can see your metadata rather than eliminating an observer entirely. See what your ISP can still see when you use HTTPS for the metadata — destination IPs, DNS, SNI, traffic timing — that's left over even on an encrypted connection, with or without one of these tools in front of it.
Frequently Asked Questions
Can I use a VPN and Tor together?
Yes. The common setup is "Tor over VPN" — you connect to a VPN first, then open the Tor Browser. This hides your Tor use from your ISP and adds the VPN's encryption before the entry node. It does add latency, and the security benefit is debated for most threat models, but it is a valid layering choice when you have a specific reason.
Does a VPN make me anonymous?
No. A VPN makes your browsing private from your ISP and local network, but you are still trusting the VPN provider, who can see your real IP. For genuine anonymity against a serious adversary, Tor's distributed-trust model is the appropriate tool.
Is a free proxy or free VPN safe to use?
Be cautious. Running infrastructure costs money, so "free" services often monetize your data, inject ads, or keep logs. Free public proxies are especially risky because most provide no encryption and the operator can read your traffic. For anything privacy-sensitive, prefer Tor (free and trustworthy by design) or a paid, audited VPN.
Which is best for streaming geo-blocked content?
A VPN, in almost all cases. It offers the encryption and speed that streaming needs while changing your apparent location. Tor is too slow for video, and most proxies lack the reliability and encryption you want for sustained sessions.
Is a privacy relay the same thing as a VPN?
No. Both hide your IP from the destination, but a VPN routes through one provider that can see both your identity and your traffic, while a privacy relay splits that visibility across two independent hops so neither sees both. A relay also typically covers a narrower set of traffic than a full-tunnel VPN and usually can't be pointed at a country of your choosing. Think of it as a lighter, split-trust alternative for passive IP hiding, not a full VPN replacement.
Recommended Reading
- How to Prevent DNS Leaks
- WebRTC Leak Protection: A Must-Read for VPN Users
- Browser Fingerprinting Explained: How to Protect Your Privacy
- Chrome IP Protection: How Privacy Sandbox Masks Your IP
- Proxy Types Explained: HTTP, SOCKS, Residential & Datacenter
- How Websites Detect VPNs and Proxies
- Timezone and Locale Leaks: When Your Browser Contradicts Your IP
- Browser Fingerprint Entropy and Anonymity Sets Explained
- Why Your IP Address Keeps Changing (and When It Doesn't)
- IP Geolocation: Balancing Accuracy and Privacy


