What Incognito / Private Browsing Mode Actually Does (and Doesn't)
Published 2026-06-02
The honest guide to private browsing: what it hides, what it doesn't, and why your IT department / ISP / employer still sees everything.
What It Hides
Private browsing modes (Chrome Incognito, Firefox Private Window, Safari Private Browsing, Brave Private Window) do exactly one thing: prevent the browser from saving local data about your session.
- Browsing history is not saved to local history database
- Cookies and site data are not saved (or are saved temporarily and discarded when the window closes)
- Form data is not saved to autofill
- Cached files are not retained
- Downloaded files are kept, but the download history isn't
What It Does NOT Hide
- Your IP address — visible to every site you visit and every DNS server you query
- Your ISP — sees every domain you connect to (HTTPS hides the path; the domain is still visible via SNI and DNS)
- Your employer / school IT — if you're on their network, their proxy sees everything
- The websites you visit — they get your full request including IP, User-Agent, etc.
- Your browser fingerprint — identical to your normal browsing fingerprint
- Anyone with access to your router logs
- Anyone using a network packet sniffer on the same WiFi
What Incognito Is Genuinely Useful For
- Buying gifts you don't want autocompleted into family members' searches
- Logging into a second account on a site that doesn't support multiple accounts
- Testing how a site looks to a logged-out / first-time visitor
- Avoiding personalised search results when researching
- Reading articles behind soft paywalls that count visits via cookies
- Using a shared computer without leaving a trail
Common Misconceptions
- 'My ISP can't see what I'm doing.' False. Your ISP sees DNS queries (which domains you visit), TLS SNI (also which domains), and timing/volume patterns.
- 'My employer can't track me.' False. Corporate networks routinely run TLS interception proxies that decrypt your HTTPS traffic before re-encrypting it. Private mode doesn't bypass this.
- 'I'm anonymous to the websites.' False. The sites see your IP and fingerprint; they may already have records correlating those with your identity.
- 'Incognito stops trackers.' False. Cross-site trackers using fingerprinting still recognise you (see our fingerprinting article).
What You Need If You Want Real Privacy
- VPN or Tor for IP-level hiding
- Firefox with Resist Fingerprinting or Tor Browser for fingerprint normalisation
- uBlock Origin or similar for tracker blocking
- Disposable email for signups
- Encrypted DNS (DoH or DoT) so your ISP can't see DNS queries
Incognito is a useful local-history tool, not a privacy tool. Don't confuse them.
The Lawsuit Footnote
Google faced a class-action lawsuit (settled 2024) over the implication that Chrome Incognito provided more privacy than it actually does. The settlement required Chrome to clarify in its disclaimer that Incognito doesn't hide your activity from websites, your ISP, or your employer. This wasn't new information — just legally-clarified information.
Bottom Line
Private browsing prevents your browser from recording your session locally. It does nothing about the dozens of other entities (ISP, employer, websites, trackers, network operators) that can also see your activity. Use it for what it's good for. Don't use it as a substitute for actual privacy tools.
Related Guides
See also: browser fingerprinting, IP reveals identity, and how cookie tracking works.