KotoVPN

Guide · Updated August 14, 2026

A VPN and incognito mode do completely different things

Do I need a VPN in incognito mode?

Do I need a VPN in incognito mode?

They solve unrelated problems and neither replaces the other. Incognito mode stops your browser keeping history, cookies and form data on the device — local privacy. A VPN encrypts traffic so your network and ISP cannot see where it goes — network privacy. Incognito hides nothing from your ISP; a VPN hides nothing from the next person using your laptop.

What incognito actually does

A private window starts with an empty cookie jar and discards everything when the last such window closes. History is not written, form entries are not saved, site data does not persist. That is the entire feature, and Chrome says so plainly on its own new-tab page.

It means someone else on the same device will not find the session afterwards. That is a genuine and often sufficient use: shared computers, a borrowed laptop, shopping for a gift.

What it does not do is make the traffic private. Every request leaves the machine identically, and your ISP, your employer’s network and the sites themselves see exactly what they would see otherwise.

What a VPN does that incognito cannot

It encrypts traffic between your device and the VPN server, so the network in between sees an encrypted flow to one address rather than a list of destinations. That covers the ISP, the café Wi-Fi and anyone monitoring the link.

It replaces the address sites see with the server’s. Combined with a private window’s empty cookie jar, that removes both the persistent identifier and the network-level one, which is why the combination is more useful than either alone.

What neither does

Neither logs you out of the internet. Sign into an account in a private window over a VPN and that account knows exactly who you are — no amount of network or local privacy survives you identifying yourself.

Neither defeats browser fingerprinting. Your fonts, screen dimensions, timezone, canvas rendering and installed extensions form a signature that persists across private windows and IP addresses. A VPN changes one input to that signature. The Tor Browser is the tool built for fingerprinting, and it works by making every user look identical rather than by hiding anything.

Neither prevents a site tracking you within a session. Incognito clears the jar when you close it; while it is open, cookies work normally.

Avoid

  • Treating incognito as protection from an ISP or an employer — it is not, at all
  • Treating a VPN as protection from someone with access to your device
  • Assuming either gives anonymity once you have signed into an account

Using them together, sensibly

The combination is a reasonable default for anything you would rather not have persisted or observed: a private window handles the local side, the VPN handles the network side. There is no conflict and nothing to configure.

For anything stronger, the honest answer is that neither tool is the right one. A threat model involving a determined adversary needs the Tor Browser and a change of behaviour, not a subscription.

Questions

Does incognito mode hide my browsing from my ISP?
No. Private browsing only affects what your browser stores locally. Every request leaves the device the same way, so your ISP, your network administrator and the sites you visit see exactly what they would see in a normal window.
Do I still need incognito if I have a VPN?
If anyone else uses the device, yes. A VPN does nothing about history, cookies and cached data sitting on your own machine. The two cover opposite sides of the same session.
Does a VPN work in incognito mode?
Yes, and there is nothing to enable. A VPN operates at the operating-system level and covers all traffic from the device, private windows included. A browser-extension VPN is different — it proxies only that browser, and only where it is active.
Does using both make me anonymous?
No. Browser fingerprinting identifies you from your device configuration regardless of address or cookie state, and signing into any account identifies you outright. Anonymity is a much harder problem than privacy, and the Tor Browser rather than a VPN is the tool built for it.

Terms used here

IP address

The numeric address identifying your connection on the internet, visible to every site you contact.

ISP logging

The records your internet provider keeps of which addresses and domains your connection contacted.

Tor over VPN

Connecting to the Tor network through a VPN tunnel, so your ISP sees a VPN connection rather than Tor usage.

Shared IP

A VPN address used simultaneously by many subscribers.

Related