KotoVPN

Guide · Updated August 14, 2026

What your ISP and your Wi-Fi owner can still see when you use a VPN

Can my internet provider see my history if I use a VPN?

Can my internet provider see my history if I use a VPN?

Not the pages. With a VPN connected, your ISP sees encrypted traffic to one address, plus how much and when. It cannot see which sites you visited or what you did there, and the same applies to whoever runs the Wi-Fi. What remains visible is that you are using a VPN, which provider, the timing and volume of traffic, and anything that escapes the tunnel.

What actually changes

Without a VPN, and unless you have moved DNS elsewhere, your ISP resolves your queries and holds a list of every domain you asked about. Encrypted DNS - DoH or DoT, now on by default in several browsers - already removes that particular record for some readers. It also sees the destination address of every connection, and where encrypted client hello is not in use it can read the hostname straight from the TLS handshake. That is a fairly complete browsing record, and in several countries it is retained by law for months.

With a VPN, all of that collapses to one destination: the VPN server. Your ISP sees an encrypted flow to a single address, its size and its timing. The domains, the pages, the contents — none of it is available. This is a real and substantial change, and it is the strongest thing a VPN does.

What your ISP can still work out

That you are using a VPN, and usually which one. VPN server addresses are published, cluster in identifiable ranges, and are easy to fingerprint, so "this customer connects to a NordVPN endpoint every evening" is trivially derivable. If the fact of VPN use is what you need to hide, an ordinary connection will not hide it — that requires obfuscation. Proton VPN ships a Stealth mode and NordVPN offers obfuscated servers plus its NordWhisper protocol; PureVPN and FastestVPN offer neither.

Timing and volume. Your ISP knows you moved 40 GB between 9pm and 1am. It cannot know from what, but traffic analysis on patterns is a real technique and a VPN does not defeat it.

Anything that escapes the tunnel. A DNS leak hands the domain list straight back, which is the single most common way people believe they are covered and are not. An IPv6 leak does the same for IPv6-capable sites. Both are worth testing rather than assuming.

  • That a VPN is in use, and whose addresses you connect to
  • Connection times, duration and total data volume
  • Any DNS query that resolved outside the tunnel
  • Any IPv6 traffic, if the client neither carries nor blocks it

The Wi-Fi owner question

Whoever runs the network — an employer, a landlord, a parent, a café — is in the same position as the ISP and often a weaker one. They see an encrypted flow to a VPN endpoint and nothing about its contents.

The important exception is a managed device. If the network operator also controls the machine, they may have installed a root certificate that lets them decrypt TLS, or endpoint software that reads activity before anything is encrypted. A VPN protects traffic in transit; it does nothing about software watching from inside. On a work laptop, assume the second.

The other exception is scope. A VPN on your phone does not cover the smart TV on the same network, and the router still logs which devices connected and when, even though it cannot see what they did.

Avoid

  • Assuming a VPN hides your activity on a device your employer administers
  • Assuming router logs stop existing — connection metadata is still recorded
  • Believing the VPN covers other devices on the network; it covers what it runs on

Who can see it instead

A VPN does not remove the observer, it moves it. Everything your ISP could previously see is now available to the VPN provider, which is why the no-logs question and its audit history are the only parts of a VPN review that genuinely matter.

This is exactly why our rubric weights independent audit at 20%, more than any other criterion. You are transferring your browsing record from a company you did not choose to one you did. The only meaningful question is whether the second keeps it — and the only external evidence available is an audit, which is why we publish each provider’s full audit history rather than a badge.

Questions

Can my ISP see what websites I visit with a VPN on?
No. It sees encrypted traffic to the VPN server and nothing about the destinations beyond it. The exception is a DNS leak, where your device asks your ISP’s resolver to look up domains before connecting through the tunnel — that hands the domain list back in full. It is worth testing rather than assuming.
Can the Wi-Fi owner see my history if I use a VPN?
Not the contents. They see that a device connected, when, how much data moved, and that it went to a VPN endpoint. If they also administer the device — a work laptop with a company root certificate or monitoring software — they may see considerably more, because that inspection happens before encryption.
Can my ISP tell that I am using a VPN?
Almost certainly. VPN server addresses are published and cluster in identifiable ranges, and the traffic pattern is distinctive. Hiding the fact of VPN use requires obfuscation, which disguises the traffic as ordinary HTTPS. Of the providers we cover, Proton VPN ships Stealth and NordVPN offers obfuscated servers and NordWhisper.
Does a VPN hide my browsing from my employer?
On your own device on their network, largely yes. On a device they administer, assume no. Corporate machines commonly carry a root certificate permitting TLS inspection, or endpoint software that reads activity before it is encrypted. Neither is defeated by a VPN, because neither operates on the network.

Terms used here

ISP logging

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

DNS leak

When name lookups travel to your ISP’s resolver instead of through the tunnel, exposing every domain you visit.

IPv6 leak

When a tunnel carries only IPv4 while your connection also has IPv6, so IPv6-capable sites see your real address.

Obfuscation

Disguising VPN traffic so it resembles ordinary encrypted web traffic to a system inspecting the connection.

No-logs policy

A provider’s commitment not to record which sites you visit, when you connected, or what address you connected from.

Related