AnonymFlow
securite-reseauINFO

Tor vs VPN: differences, how they complement each other, and real risks (2026)

How Tor and VPN work, what each actually protects, when to combine them (Tor over VPN or VPN over Tor), and the real limitations you need to understand before confusing anonymity with privacy.

By Eric Gerard · Éditeur · NordLink Intel17 min readPhoto: Unsplash

Tor and VPN are regularly confused in mainstream media and online discussions, even though they solve two different problems and are not interchangeable. A VPN is an everyday privacy tool — it masks your IP, encrypts your traffic on untrusted networks, and bypasses geographic blocks. Tor is a strong anonymity tool — it separates your real identity from your online activity, at the cost of slower speeds and a degraded UX. Conflating the two leads to two symmetric mistakes: using Tor for Netflix (guaranteed frustration), or using a free VPN for high-stakes activities (false sense of security).

This guide compares the two technologies in precise detail: how they work, what they guarantee, their limitations, their proper use cases, and possible combinations. It is for users who want to understand what protection they are actually buying with each tool, and make an informed choice based on their threat model.

How Tor and VPN work — two opposing architectures

The best way to grasp the difference is to visualise what happens technically when you load a web page with each tool. Both encrypt traffic, but their network topology is radically different.

VPN architecture — point-to-point tunnel. When you activate a VPN client, your device establishes an encrypted connection to a single server operated by your provider (NordVPN, ExpressVPN, Mullvad, ProtonVPN). All your IP traffic is encapsulated in that tunnel via a protocol such as WireGuard, OpenVPN, or IKEv2. The VPN server decrypts the traffic at its end and forwards it to the target site using its own IP as the source address. From the visited site's perspective, it sees the VPN server's IP. From your ISP's or hotspot's perspective, only an encrypted flow toward the VPN server is observable — no information about final destinations, no information about content. The VPN provider, however, sees everything: it knows who you are (you have a paid account, a source IP, sometimes a linked payment card) and could technically log your destinations. This is why independent no-log audits (PwC for NordVPN, KPMG then Cure53 for ExpressVPN, Cure53 for Mullvad) are the central criterion when choosing a reputable provider.

Tor architecture — three-hop onion routing. Tor (The Onion Router) does not connect you to a single server but to a circuit of three successive nodes chosen at random from a pool of approximately 7,000 relays operated by volunteers worldwide. Your Tor client encrypts your packet three times — one layer per relay, like the layers of an onion. The entry node (guard) receives your packet, strips the first layer, and sees the address of the next node but not the final destination or the content. The middle node strips the second layer; it knows neither where the packet originally came from nor where it ends up. The exit node strips the last layer, sees the content and the final destination, but does not know who the original sender is. No single node knows the full path — that is the fundamental innovation of onion routing, formalised in the Tor Project reference documentation and theorised as far back as the 1990s by the US Naval Research Laboratory.

Practical implication for trust. With a VPN, you place your trust in one single actor (the provider). If that actor is honest, audited, and outside a problematic jurisdiction, you are well protected. If not, you have gained nothing. With Tor, you place your trust in the diversity of the network: as long as no adversary simultaneously controls both the entry and exit nodes of your circuit, your anonymity holds. That is a statistical guarantee, not an absolute one — an actor controlling 20% of nodes would have a non-negligible probability of de-anonymising certain circuits over time. The trade-off is clear: VPN = verifiable concentrated trust, Tor = distributed but probabilistic trust.

The technical details of Tor's encryption rely on standardised primitives — ntor handshake (NIST P-256), layer-by-layer AES-CTR encryption, TLS between relays — described in the official Tor specification. For modern VPNs, WireGuard uses Curve25519 for key exchange and ChaCha20-Poly1305 for encryption — a minimal protocol (4,000 lines of code vs ~70,000 for OpenVPN) formally audited and widely adopted since 2020.

Direct comparison: security, speed, anonymity, legality

The table below summarises the most frequently compared criteria between the two tools. Recommended reading column by column — each criterion carries different weight depending on your threat model.

CriterionAudited VPNTorTor over VPN
Content encryptionYes (AES-256 or ChaCha20)Yes (AES layer by layer)Yes (both)
Hides IP from visited siteYes (VPN server IP)Yes (exit node IP)Yes (exit node IP)
Hides IP from ISPYesYesYes
Provider knows your activityYes (mitigated by no-log audit)No (no single actor does)VPN knows you use Tor
Typical speed (UK/US)200–500 Mbps1–5 Mbps1–5 Mbps
Latency10–50 ms200–800 ms200–800 ms
Netflix/Disney+ streamingYes (geo-unblocking possible)No (speed insufficient, exit IPs blacklisted)No
Legal in UK/US/EUYesYesYes
Cost£3–12/monthFree£3–12/month (the VPN)
Target adversaryISP, hotspots, commercial sitesMass surveillance, state censorshipMix
Ease of useOne-click activationDedicated Tor Browser downloadCombined setup

How to read this table. For everyday use — protection on public Wi-Fi, masking your IP from ad networks, bypassing streaming geo-blocks — the VPN column wins on every practical criterion. For high-stakes use — protecting a journalistic source, accessing censored content, researching a politically sensitive topic — the Tor column is the only one offering a structural anonymity guarantee. The Tor over VPN column only makes sense in one specific scenario: you need your ISP to be unaware that you use Tor, either because it is legally risky where you are (China, Iran, certain Gulf states), or because Tor usage itself draws attention to your traffic.

On legality — important clarification for UK and US users. Both Tor and VPN are legal in the UK, the US, and the EU. The Tor Project regularly notes that the network is used extensively by journalists, NGOs (Amnesty International, Reporters Without Borders use Tor), libraries, and even governments. Any criminalisation discussion in the media concerns acts committed via Tor, not the use of the network itself. Neither UK courts (including the High Court) nor US federal courts have validated any restrictive provision on the use of Tor or VPN by private individuals.

Use cases: when to use Tor, when to use a VPN, when to use both

Rather than opposing the two tools theoretically, here are the concrete use cases where each makes sense, based on EFF Surveillance Self-Defense recommendations and established practice among informed users.

VPN alone — the everyday tool. A traveller on hotel or airport Wi-Fi, a remote worker on a public network, someone who wants to prevent their ISP selling their browsing history, a user watching US Netflix from London, a freelancer bypassing a geographic block to access a service unavailable in their country. In all these cases, a top-3 audited VPN (NordVPN, ExpressVPN, Mullvad) with kill switch enabled is the appropriate tool. Protection is invisible once configured, speeds support all use cases, and the cost is modest. Tor would be useless and frustrating here — speed is insufficient for streaming, exit IPs are blacklisted by Netflix, and mainstream sites constantly serve captchas. Our NordVPN review after 8 months of use covers precisely these use cases.

Tor alone — the tool for strong anonymity. A journalist contacting a source in an authoritarian country, a whistleblower submitting documents to a newsroom (via SecureDrop), an activist documenting abuses under a censoring regime, a security researcher exploring the dark web for threat intelligence, a citizen in China or Iran accessing blocked sites. In these cases, Tor's structural anonymity guarantee — no single actor knows both who you are and what you are doing — far outweighs the slowness. Using it from Tails OS (an amnesic live system that boots from USB and forgets everything on shutdown) also closes local leaks (browser history, disk traces). The official Tor Browser is sufficient for most less sensitive use cases.

Tor over VPN — a specific sub-case. This setup runs a VPN first, then launches Tor on top. The main benefit: your ISP does not see that you use Tor — it only sees an encrypted VPN flow. This is useful when Tor usage itself draws attention or is legally risky (China, Iran, Russia, UAE, Belarus). NordVPN offers an 'Onion over VPN' feature that automates this flow. The trade-off: you trust the VPN provider not to log the fact that you use Tor. Against a weak adversary (a commercial ISP in the UK or US), this is a reasonable trade-off. Against a strong adversary (a state-level actor with access to VPN logs), it is insufficient and you need Tor alone from Tails on an anonymous network (anonymous Wi-Fi, prepaid mobile hotspot).

VPN over Tor — rare and for a specific case. The inverse setup, technically more complex. Tor exits first, then a VPN client connects over the Tor network. The benefit: a stable VPN exit IP (useful if a site blocks known Tor exit nodes) while hiding your real IP from the VPN provider. Downsides: a distinctive traffic signature (very few people do this, so you stand out), setup complexity, and even worse throughput. Reserved for cases where it is the only technical solution — rare in practice.

Shared limitations: what Tor and VPN do NOT protect against

Neither tool provides absolute anonymity or confidentiality. Four structural limitations apply to both, and understanding them is essential to avoid misplaced reliance.

Browser fingerprinting. Visited sites can identify your browser by its unique signature: User-Agent, installed fonts, Canvas and WebGL, timezone, language, screen resolution, plugins. The EFF's Cover Your Tracks project measures this fingerprint in real time. On a standard browser (Chrome, Safari), it is typically unique among hundreds of thousands of visitors — meaning it is recognisable across sessions even when the IP changes. The Tor Browser partially addresses this by standardising the fingerprint (all Tor Browser instances have the same rounded resolution and the same User-Agent). A VPN does not touch fingerprinting at all — you need to stack a hardened browser (Brave, Firefox with resistFingerprinting, or Tor Browser).

Persistent application identifiers. If you log into Gmail, Facebook, or your bank via Tor or a VPN, the service recognises you because you provided your credentials. The encrypted tunnel does not erase the fact that you are authenticated — that is precisely why you use it for those everyday services. Anonymisation only matters for activities where you are not connected to any account associated with your real identity.

Timing correlation attacks. An adversary who simultaneously observes traffic entering your device (ISP, employer Wi-Fi) and traffic exiting the server side can correlate temporal patterns and identify the session — regardless of how many intermediate relays there are. This is the structural limitation of any mixing system: if you can observe both ends, you can break anonymity. Tor mitigates this attack by multiplying nodes and blending traffic, but for an adversary surveilling at Internet scale (a major state actor), it remains feasible against high-value targets. VPNs offer no protection against this vector — worse, they concentrate outbound traffic onto a small number of very observable server IPs.

Device compromise. Malware on your computer or phone exfiltrates data before it enters the encrypted tunnel. No VPN or Tor installation protects against a keylogger, screen grabber, or infostealer running locally. The countermeasure: keep the OS and applications up to date, do not execute suspicious binaries, use a modern antivirus on Windows. For high-stakes OPSEC, Tails OS on a USB drive is the answer — an ephemeral system that stores nothing and is rebooted fresh for every sensitive session.

Who Tor is genuinely useful for: journalism, censorship, whistleblowing

Tor is not a universal tool — its ideal use curve targets a specific audience. Understanding who that is helps calibrate the decision.

Investigative journalists. The Tor network has been used since the 2010s to protect communications between journalists and sources. Several major outlets (The New York Times, The Washington Post, The Guardian, BBC) operate SecureDrop platforms — a Tor hidden service (.onion) that allows a source to submit documents without revealing their identity or IP. SecureDrop has become the de facto standard for whistleblowers and was used in major affairs (Snowden NSA leaks in part, Panama Papers indirectly, various government leaks). For a journalist targeted by a state or corporation, Tor is the bare minimum, complemented by Tails OS and strict OPSEC.

Activists under authoritarian regimes. In China, Iran, Russia, Belarus, and several Gulf states, access to sites like the BBC, the New York Times, or Wikipedia (at certain periods) is blocked by government filtering. Tor with obfuscated bridges (obfs4, meek, snowflake) allows bypassing these blocks without revealing Tor usage to the local network operator. The Tor Project actively documents evasion techniques adapted to each country — Tor Bridges distributes non-publicly-listed relays via channels resistant to enumeration.

Academic research and threat intelligence. Security researchers regularly explore hidden services (.onion) for intelligence gathering — cybercriminal forums, illegal marketplaces, leak platforms. Using Tor lets them access these resources while compartmentalising that activity from their professional identity. Several threat intelligence teams (Recorded Future, Flashpoint, Kaspersky) maintain continuous monitoring operations via Tor.

Citizens with legal exposure. Lawyers consulting sensitive databases for their cases, doctors researching medical information without leaving a trail on the insurer's side, officials accessing public documents in countries where mere consultation is tracked. Numerically marginal cases, but ones where Tor makes a real protective difference.

Risks specific to Tor: exit nodes, surveillance, bad practices

Tor is not risk-free — the protocol's sophistication also creates specific vulnerabilities that new users frequently overlook.

Malicious exit nodes. An exit node sees traffic in plaintext (before it reaches the target site). If you use unencrypted HTTP, the exit node can read the content and even inject modifications. If you use HTTPS — which should be universal in 2026 — the content remains encrypted but the exit node sees the target domain (SNI) and IP. Researchers have documented since 2007 (and again recently) campaigns of exit nodes sniffing credentials or injecting compromised files into downloads. The Tor Project maintains a flagging system (BadExit) and excludes detected nodes, but residual risk remains. The countermeasure: HTTPS everywhere, certificate verification, scepticism about binary downloads via Tor.

State surveillance of entry nodes. Several academic studies (USENIX 2008, MIT/Princeton papers) have modelled correlation attacks where an adversary controlling a non-negligible percentage of guard and exit nodes can de-anonymise sessions over time. Major state actors (NSA, Chinese services, Russian services) likely operate Tor nodes for surveillance purposes — documented in the Snowden leaks. For a high-value target, the risk is real; for an average civilian, negligible. The Tor Project mitigates this through geographic diversity of nodes and guard rotation.

User OPSEC mistakes. The majority of historical Tor de-anonymisations have come not from the protocol, but from user errors: logging into a personal Gmail account via Tor, downloading a PDF with macros that calls an external server outside the tunnel, using a free VPN that logs, configuring a poorly isolated proxy. The Silk Road case (Ross Ulbricht) involved an operational mistake (a username reused across a public forum and Silk Road) more than a Tor protocol break. For serious OPSEC: Tails + standard Tor Browser + zero personal accounts + zero executable downloads + zero identity mixing is the minimum.

Legal risk depending on jurisdiction. In the UK, US, and EU, using Tor is legal. In certain countries, use alone is considered suspicious and may justify an investigation. Russia attempted to block Tor in 2021 (technical failure); China has blocked it for years (bypassable via bridges). If you are travelling to those countries, simply downloading Tor from a hotel hotspot can be risky — prepare your setup before departure and use obfuscated bridge mode (Snowflake in particular, which resembles ordinary WebRTC traffic).

★ Audit Deloitte 2024 · ✓ Garantie 30 jours · 14M+ utilisateurs (source : NordVPN press)

Try NordVPN — Onion over VPN includedDeloitte no-log audit 2024 · Native WireGuard (NordLynx) · 30-day money-back guarantee

Summary: choosing based on your threat model

The right question is never 'VPN or Tor' in the abstract, but 'which adversary do I need to protect against, and what is their technical capability.' Four typical profiles summarise the decision.

Profile 1 — Passive local adversary (hotspot, home ISP, employer). You want to prevent an airport Wi-Fi, your ISP, or your corporate network from seeing your destinations and content. An audited VPN is sufficient — wide security margin, smooth experience. Tor would be overkill and frustrating.

Profile 2 — Commercial adversary (ad networks, tracking sites). You want to prevent visited sites from tracking you across sessions, cross-referencing your activity, and targeting you with ads. VPN + hardened browser (Brave, Firefox containers, uBlock Origin) is the most effective combination in practice. Tor breaks too many everyday use cases for this profile.

Profile 3 — Moderate state adversary (general intelligence services, judicial requests). You want your activity to be unrecoverable via an ordinary legal request to your ISP or a major online service. An audited no-log VPN outside your adversary's jurisdiction covers 90% of cases. For the extra layer of identity separation (web aliases, separate accounts), Tor is unnecessary except for specific use cases.

Profile 4 — Strong state adversary (at-risk journalism, whistleblowing, activist under authoritarian regime). You face an actor capable of monitoring traffic at scale, seizing provider servers, and mounting targeted operations. Tor alone from Tails OS on an anonymous network — with strict OPSEC. The VPN becomes an added trust risk rather than a protection layer. Tor over VPN possibly if hiding Tor usage from your ISP is critical.

The classic trap: using an oversized tool for your profile (Tor for streaming) or an undersized one (a free VPN for high-stakes activity). Honestly identifying your adversary is the most important decision — everything else follows logically.

Going further

Tor and VPN are complementary tools, not competitors — and the most common mistake is confusing them or believing one replaces the other. For the majority of users, a top-3 audited VPN with kill switch covers all everyday privacy needs. For high-stakes use cases, Tor on Tails remains the gold standard, and Tor over VPN is justified in specific scenarios (hiding Tor usage under an authoritarian regime). Before choosing a VPN, verify that the provider publishes recent independent audits and that its kill switch works on your OS — our complete VPN security audit in 9 tests covers the quarterly verification procedure.

Related guides on network privacy and anonymity


Article published on 29 May 2026. Methodology: synthesis of public Tor Project documentation (official spec, design papers, aggregated statistics), independent audits of major VPN providers (PwC NordVPN 2022, Deloitte NordVPN 2024, KPMG/Cure53 ExpressVPN 2022–2024, Cure53 Mullvad annual), EFF Surveillance Self-Defense recommendations, and USENIX/IEEE Security academic publications on Tor de-anonymisation attacks.

★ Audit Deloitte 2024 · ✓ Garantie 30 jours · 14M+ utilisateurs (source : NordVPN press)

Get NordVPN30 jours satisfait ou remboursé