Disable Private Browsing with Tor in Brave Browser

Brave's "Private Window with Tor" feature routes traffic through the Tor network, bypassing DNS filters. Here are three methods to disable it.

Step 1: Why Disable Tor in Brave

Brave's "Private Window with Tor" feature routes all browsing through the Tor network, completely bypassing your local DNS settings — including CleanBrowsing content filtering. Users can access this through the Brave menu or with Alt+Shift+N.

If you're using CleanBrowsing to enforce content filtering on a network, disabling this feature prevents a common bypass method.

Method 1: Using brave://flags

This is the quickest method for individual devices:

  1. Open Brave and navigate to brave://flags
  2. Search for "Tor" in the search box
  3. Find "Private Window with Tor"
  4. Change the dropdown from Default to Disabled
  5. Click Relaunch to restart the browser
Note: This method may not be available in managed environments or older Brave versions. Use Method 2 or 3 as alternatives.

Method 2: Edit the Configuration File

Modify Brave's Preferences file directly:

  1. Close Brave completely (check Task Manager / Activity Monitor)
  2. Locate the Preferences file in your profile folder:
    • Windows: %LOCALAPPDATA%\BraveSoftware\Brave-Browser\User Data\Default\Preferences
    • macOS: ~/Library/Application Support/BraveSoftware/Brave-Browser/Default/Preferences
    • Linux: ~/.config/BraveSoftware/Brave-Browser/Default/Preferences
  3. Open the file in a text editor
  4. Find the section: "tor": { "enabled": true }
  5. Change it to: "tor": { "enabled": false }
  6. Save the file and restart Brave

Method 3: Group Policy (Windows Only)

For managed environments (schools, businesses), use Group Policy for centralized control:

  1. Download the Brave Group Policy templates from GitHub
  2. Install the ADMX/ADML templates into your Group Policy store
  3. Open gpedit.msc (Local Group Policy Editor)
  4. Navigate to: Computer Configuration > Administrative Templates > Brave Browser
  5. Find the "Enable Tor" policy
  6. Set it to Disabled
  7. Run gpupdate /force to apply immediately
Tip: Group Policy is the most robust method for organizations. It prevents users from re-enabling the setting and applies across all user profiles on the machine.

Related Guides

Block Tor Access

Comprehensive guide to blocking Tor usage on your network.

Prevent Filter Bypass

Stop DNS, DoH, VPN, and Tor-based bypass techniques.

Common Questions

Answers to frequently asked questions about CleanBrowsing.

Need Help?

Check our support hub or contact support.

Support Hub