Skip to main content

Browser Isolation vs Incognito Mode vs Private Browsing: What's Actually Private?

Compare incognito mode, private browsing, and remote browser isolation across local cleanup, execution, routing, tracking, and phishing limits.

Estimated reading time: 8 min read
Security Research
Three frosted glass panels in a row: visible silhouette behind the first, faint silhouette behind the second, empty void behind the third

You open a new incognito window and feel invisible. Maybe you are researching a competitor's pricing. Maybe you are checking a sensitive health topic. Maybe you just do not want ads following you around for the next three weeks. You see the dark theme, the little hat-and-glasses icon, and you assume: private.

You are not private. Not in any meaningful sense. Your ISP still sees every domain you visit. The website still knows your IP address. Browser fingerprinting still tracks you across sessions. And if the page you loaded was serving malware, incognito mode did absolutely nothing to stop it.

This is not a criticism of incognito mode. It is a correction of what people think it does. The same applies to Safari's Private Browsing and Firefox's Private Windows. They all solve the same narrow problem: clearing local browsing data after you close the window. They do not solve the broader privacy and security problems that most people assume they solve.

Browser isolation is a different technology entirely. This is the three-way comparison.

What People Think These Modes Do vs. What They Actually Do

A 2024 study from the University of Chicago found that a significant percentage of users believe incognito mode prevents websites from tracking them, hides their IP address, and protects them from viruses. None of those beliefs are accurate.

Google itself was required to update Chrome's incognito disclaimer in 2024 following a class action settlement. The updated language now explicitly states that incognito mode does not change how data is collected by websites you visit, your employer, or your internet service provider.

The gap between perception and reality is enormous. Most people treat incognito mode as a privacy shield. In practice, it is a local cleanup utility.

Incognito Mode, Unpacked

Chrome's incognito mode (called "InPrivate" in Edge) creates a temporary browsing session that does not save certain data to your local device after you close all incognito windows.

What incognito clears on close:

  • Local browsing history
  • Cookies and site data created during the session
  • Form data and autofill entries from the session
  • Permissions granted to sites during the session

What incognito does not do:

  • Does not hide your IP address. Every website you visit sees your real IP address. Your ISP sees every domain request.
  • Does not prevent browser fingerprinting. Your screen resolution, installed fonts, GPU, timezone, language settings, and dozens of other signals still create a unique fingerprint that persists across sessions.
  • Does not block tracking scripts. Third-party trackers, analytics scripts, and advertising pixels execute normally in incognito mode.
  • Does not protect against malware. Malicious JavaScript, drive-by downloads, and browser exploits execute with full privileges in incognito mode.
  • Does not prevent phishing. A fake login page renders and functions identically in incognito mode.
  • Does not hide activity from your employer. Network monitoring tools, DNS logs, and proxy servers see everything.

For a deeper breakdown of the incognito myth and the specific threats it leaves unaddressed, see Stop Using Incognito Mode for Security. It Doesn't Work.

Private Browsing (Safari and Firefox), Unpacked

Safari's Private Browsing and Firefox's Private Windows work on the same principle as Chrome's incognito mode: they create a temporary session that clears local data on close. But each browser adds its own layer on top.

Safari Private Browsing

Apple's Safari includes Intelligent Tracking Prevention (ITP), which limits cross-site tracking cookies even in normal browsing. In Private Browsing mode, Safari adds:

  • Locked private windows that require authentication (Touch ID or password) to reopen
  • More aggressive tracker blocking through ITP
  • Link tracking protection that strips identifying parameters from URLs
  • Separate search session in the address bar

Safari's private mode is the most aggressive of the three browsers at blocking known trackers. But it still does not hide your IP address (unless you also enable iCloud Private Relay, which is a separate paid feature), does not prevent fingerprinting entirely, and does not stop malware or phishing.

Firefox Private Browsing

Firefox includes Enhanced Tracking Protection (ETP) by default, which blocks known third-party trackers, cryptominers, and fingerprinting scripts. In Private Browsing mode, Firefox sets ETP to Strict mode and adds:

  • Strict tracking protection (blocks more tracker categories)
  • Cookie isolation by default
  • No history, cookie, or form data saved after close

Firefox's approach is technically solid for reducing third-party tracking. But the same fundamental limitations apply: your IP is visible, your ISP sees everything, fingerprinting is reduced but not eliminated, and malware executes normally.

The Common Thread

All three private browsing modes share the same core limitation: they operate within the local browser environment. The web content still executes on your device. Malicious code still runs with full browser privileges. The "privacy" is limited to what happens on your local machine after you close the window.

Browser Isolation, Unpacked

Browser isolation is a category, not one fixed architecture. Its scope depends on where page content executes, what crosses the boundary, and how the provider handles session state.

Remote designs render the page off the device. Output can arrive as pixels, a sanitized DOM, or another controlled representation. This can keep active page code off the endpoint. Downloads, credentials, and user actions still need separate controls.

Lifecycle cleanup depends on the provider and session contract. Verify storage, timeout, disconnect, and close behavior. Legba Shield opens a page in an isolated browser off the device. Its session is destroyed when the tab closes.

For the full technical explanation, see How Legba browser isolation works.

The Three-Way Comparison Table

CapabilityIncognito / InPrivatePrivate Browsing (Safari/Firefox)Browser Isolation
Local history clearedYesYesDepends on the product and execution boundary
Cookies cleared on closeYesYesDepends on session cleanup
IP address hiddenNoNo (unless using iCloud Private Relay)Only if the product changes the route
ISP can see activityYesYesDepends on routing and DNS
Employer can see activityYes (via network monitoring)Yes (via network monitoring)Depends on deployment model
Website tracking blockedNoPartially (ITP/ETP block known trackers)No. Separate state may reduce cookie carryover.
Browser fingerprinting preventedNoPartially (Firefox reduces; Safari limits some APIs)No guarantee. Signals depend on the product.
Malware protectionNoNoRemote execution can keep page code off the endpoint
Phishing protectionNoNoNo. A site can receive secrets you enter.
Execution environment destroyedNo (only local data cleared)No (only local data cleared)Product-specific. Shield destroys its session on close.
CostFree (built into Chrome/Edge)Free (built into Safari/Firefox)Paid (varies by product)

Incognito mode and private browsing are local cleanup tools. Remote browser isolation changes where page code runs. Tracking, credentials, downloads, routing, and session cleanup remain separate questions.

The Real Privacy Stack

Privacy is not a single toggle. It is a stack of technologies, each covering a different layer.

  • Incognito mode / private browsing clears your local history and cookies. Useful for shared devices and preventing local data accumulation. Does nothing against external surveillance or active threats.
  • A VPN encrypts your traffic and hides your IP address from websites and your ISP. Does not inspect or sanitize web content. For a deeper comparison of VPNs and browser isolation, see Browser Isolation vs VPN: Which Actually Protects You in 2026?
  • Remote browser isolation can run page code away from the endpoint. Cleanup, routing, fingerprint signals, exports, and provider records depend on the implementation.

Each layer solves a different problem. Using incognito mode for security is like using a screen lock for encryption: it looks like protection, but it is solving a fundamentally different problem.

If your ISP's ability to see your browsing history concerns you, that is a separate and well-documented problem. If you are worried about cross-site cookie tracking and behavioral profiling, see The Cookie Conspiracy.

Why This Matters More Than You Think

The real risk of the incognito illusion is not just the privacy gap. It is the behavior the illusion enables.

When people believe they are browsing privately, they take bigger risks. They click links they would otherwise avoid. They enter credentials on pages they would otherwise question. They visit sites they would otherwise skip. The false sense of security actively increases exposure to the threats that incognito mode cannot stop.

Consider what incognito mode users are actually exposed to:

  • Credential theft. A phishing page in incognito mode captures your password exactly the same way it does in a normal tab. There is no additional protection layer.
  • Session hijacking. If an attacker captures your session token (through a compromised page or a man-in-the-browser attack), incognito mode provides no defense.
  • Browser fingerprinting. Your device fingerprint does not change in incognito mode. Advertisers and trackers can still identify you across sessions.
  • Malware execution. Drive-by downloads and malicious JavaScript execute with full browser privileges in incognito mode. The "private" session provides zero containment.

For a broader look at how even security professionals are vulnerable to data exposure, see Your Data Is Already Out There.

Incognito mode is useful for clearing local browsing data. Remote browser isolation changes the page execution boundary. Neither one guarantees anonymity or prevents a phishing site from receiving data you submit.

The original incognito myth buster, the VPN comparison, and the current Legba browser model.

Free for 30 days. No card required.

Choose the browser boundary

Legba is a Chrome extension with two modes. Ghost gives you a private browser route. Shield opens a page in an isolated browser off your device.

Read the technical deep dive

About the authors.

Try it on the next page you do not trust

Legba is a Chrome extension with two modes. Ghost gives you a private browser route. Shield opens a page in an isolated browser off your device.

Free for 30 days. No card required.

Ghost. A private route for your browser. Shield. An isolated browser, off your device. Choose the mode. Close when finished.