Incognito mode hides your browsing from other people who use your device. It doesn't save history, cookies, or form data locally. A VPN hides your browsing from your network and the sites you visit. It encrypts your traffic and replaces your IP. They solve different problems and are most powerful when used together.
What incognito mode actually does
"Incognito mode" (Chrome), "Private Browsing" (Firefox, Safari), "InPrivate" (Edge) — same concept, different branding. When you open a private window, your browser:
- Doesn't save URLs in browsing history.
- Doesn't save cookies after the session ends.
- Doesn't save autofill / form data.
- Doesn't store downloaded files in download history.
- Doesn't share session state with normal windows.
That's the entire scope. It's a feature about what your browser writes to disk on your own device, between your own sessions.
What incognito mode doesn't do
This is where most users get confused:
- Doesn't hide you from your ISP. Your ISP still sees every domain you connect to.
- Doesn't hide you from sites you visit. Those sites still see your IP, browser fingerprint, and session activity.
- Doesn't log you out of accounts. If you log into Google in an incognito window, Google knows it's you (just like normal).
- Doesn't hide you from your network admin. School, work, or ISP-level monitoring sees everything regardless of incognito state.
- Doesn't hide you from browser fingerprinting. Your unique combination of OS / browser / fonts / screen still identifies you across sessions.
- Doesn't encrypt anything. Traffic flows normally; only your local browser storage is affected.
The "incognito" name is misleading by design. Google's warning page acknowledges this — they tell you up front what it doesn't do, which is most of what users hoped it would do.
What a VPN actually does (briefly)
Covered in detail at /what-is-a-vpn/, but in this context:
- Encrypts your traffic between your device and a VPN server.
- Your ISP / local network sees encrypted traffic to one endpoint, not your real destinations.
- Websites see the VPN server's IP, not yours.
- DNS queries go through the encrypted tunnel.
A VPN operates at the network layer. It doesn't affect what your browser stores locally.
The clean comparison
| Property | Incognito Mode | VPN |
|---|---|---|
| Hides activity from your device's history | Yes | No |
| Hides activity from your ISP | No | Yes |
| Hides activity from network admin | No | Yes |
| Hides activity from sites you visit (IP-wise) | No | Yes |
| Hides activity from sites you visit (cookie-wise) | Per-session yes | No |
| Logs you out of accounts | Per-session yes | No |
| Defends against fingerprinting | No | No |
| Encrypts traffic | No | Yes |
| Scope | Browser only | All apps on device |
| Cost | Free | Free (us) or $3-12/mo |
When to use which
Use incognito alone when:
- You're shopping for a surprise gift and don't want it in your browsing history.
- You're using a friend's / library / hotel-lobby computer and don't want to leave login traces.
- You want to test how your website looks without your own account / cookies active.
- You want to bypass paywalls that count visits via cookies (works on some sites).
Use VPN alone when:
- You're on public WiFi and want network-level encryption.
- You want your ISP to stop logging your destinations.
- You want all your apps' traffic protected, not just browser.
- You want to hide your IP from the sites you visit.
Use both together when:
- You're researching something sensitive (medical, legal, personal) and want maximum privacy.
- You're shopping comparisons and want sites not to recognize you between visits.
- You're on a network you don't fully trust AND on a device shared with others.
- You want maximum privacy in a single session, top to bottom.
One more thing they don't fix
Neither tool fixes logged-in account surveillance. If you sign into Google in an incognito VPN tab, Google still knows what you searched and what videos you watched. They attach the activity to your account, regardless of your IP or local browser state.
For real privacy from a platform you have an account on, you need to be logged out. No combination of incognito + VPN solves this.
The Tor mention
If you need stronger anonymity than incognito + VPN, Tor Browser is the next step up. Tor combines:
- Built-in fingerprinting resistance.
- Routing through 3 random network hops (no single observer sees both ends).
- Aggressive cookie / state management like incognito by default.
Tor is slower than a VPN and breaks some websites (CAPTCHA- heavy sites assume Tor users are bots). It's the right tool when anonymity matters more than performance. Different need than what we serve.