What Happens When You Request a New Tor Circuit?

Requesting a new Tor circuit prompts the Tor Browser to establish a brand-new encrypted network path through three distinct volunteer relays for the active website tab. This process replaces the current sequence of relays without clearing your browser session, cookies, or open tabs, allowing you to bypass broken connections, improve loading speeds, or obtain a new exit IP address for a specific domain instantly.

The Standard Tor Circuit Structure

Normally, Tor routes your encrypted internet traffic through three random relays: 1. Guard (Entry) Node: The first node that receives your traffic and sees your real IP address, but cannot see what website you are visiting. 2. Middle Relay: The intermediate node that passes encrypted data between the guard and exit nodes, knowing neither your original IP nor your destination. 3. Exit Node: The final node that decrypts the traffic and forwards it to the destination website.

What Happens Step-by-Step

1. Signal Transmission to the Tor Process

When you click “New Tor Circuit for this Site,” the browser sends a signal (traditionally NEWNYM or circuit-isolation commands) to the underlying Tor proxy process. This informs the client that subsequent network requests for the active domain must avoid using the current circuit.

2. Guard Node Retention

In most cases, your Guard Node remains the same. Tor uses persistent “Entry Guards” to protect against traffic correlation attacks. Constantly changing your entry node increases the likelihood of connecting to a malicious relay; thus, Tor keeps your entry guard constant across circuits for weeks or months.

3. Selection of New Middle and Exit Relays

Tor negotiates a new path by choosing a new Middle Relay and a new Exit Node from its consensus directory. It uses layered encryption (Diffie-Hellman key exchanges) so that: * The Middle Relay only knows the Guard and Exit addresses. * The Exit Node only knows the Middle Relay and the destination website.

4. Assignment of a New Public IP Address

Because your connection now leaves the Tor network through a different Exit Node, the target website sees a completely new IP address and geographic location. If the previous exit node was throttled, blocked, or experiencing high latency, the new circuit often resolves the issue.

5. Page Reload and Request Routing

The active tab reloads and directs all future HTTP/HTTPS requests through the newly formed three-hop tunnel. Existing open tabs for other domains remain unaffected and continue using their own isolated circuits.

How It Differs from “New Identity”