Blog/March 4, 2026ยท6 min read

What Your ISP Can Actually See When You Browse

Most people assume HTTPS means their ISP is locked out. It's more complicated than that. This breaks down what your ISP can see, what they can't, and what changes when you use a VPN or encrypted DNS.

TL;DR

The Full Visibility Table

What you doISP DNSISP networkWith DoHWith VPN
Visit example.com (HTTPS)โœ“ sees domainโœ“ sees IP + hostname (SNI)โœ— hiddenโœ— hidden
Visit example.com (HTTP)โœ“ sees domainโœ“ sees full URL + contentโœ— hiddenโœ— hidden
Pages you visit on HTTPSโœ—โœ— content encryptedโœ—โœ—
Passwords you typeโœ—โœ— encryptedโœ—โœ—
Every domain you look upโœ“ full logโ€”โœ— encryptedโœ— hidden
Volume of trafficโ€”โœ“ always visibleโ€”โœ“ sees only VPN server
Time of activityโ€”โœ“ always visibleโ€”โœ“ only VPN server
Your real IP addressโ€”โœ“ always visibleโ€”โœ— hidden

What ISPs Can Always See

1. Your IP address and who you connect to

Every packet you send has a destination IP address. Your ISP routes those packets โ€” they have to see the destination. There is no way to hide this without a VPN or Tor.

2. Hostnames via SNI

When you start a TLS connection to an HTTPS site, your browser announces the destination hostname in the TLS handshake. This is called Server Name Indication (SNI). It's sent in plaintext so the server can pick the right certificate. Your ISP sees this even though the rest of the connection is encrypted.

So when you visit https://reddit.com/r/privacy/something-private, your ISP sees reddit.com but not the path or content. Encrypted Client Hello (ECH) can hide SNI but isn't yet widely deployed.

3. DNS queries (if using their resolver)

DNS queries are sent in plaintext by default. If you use your ISP's DNS resolver (the default on most home routers), they have a complete log of every domain you looked up, with timestamps. This is separate from the SNI visibility โ€” ISP DNS logs cover all domains, not just HTTPS sites.

Some ISPs sell this data or use it for ad targeting. It tends to be more sensitive than SNI because it captures background requests from apps, OS telemetry, and software updates, not just what you type in a browser.

4. Traffic volume and timing

Even with HTTPS, your ISP can see how much data you transfer and when. Traffic analysis can sometimes infer behaviour without seeing content. The volume pattern of a video stream, for instance, is distinct from browsing.

What ISPs Cannot See (With HTTPS)

  • โœ—The specific pages, articles, or posts you view
  • โœ—Search queries typed into HTTPS search engines
  • โœ—Passwords, form submissions, login credentials
  • โœ—Private messages sent over HTTPS apps
  • โœ—Page content, images, or files transferred over HTTPS

The key caveat: "cannot see" assumes no TLS interception. A middlebox with a trusted certificate (common on corporate networks) can inspect all of the above.

How to Reduce What Your ISP Sees

Use DNS-over-HTTPS (DoH)
Easy

Encrypts your DNS queries so your ISP cannot log the domains you look up. Does not hide which IPs you connect to. Enable in Firefox under Settings โ†’ Privacy & Security โ†’ Enable DNS over HTTPS, or use NextDNS / 1.1.1.1 system-wide.

Use a VPN
Moderate

Hides your IP, DNS queries, and which servers you connect to from your ISP. The VPN provider now has this visibility instead. Choose one with a verified no-logs policy (Mullvad, ProtonVPN). A VPN does not hide WebRTC IPs; disable WebRTC separately if needed.

Use Tor
High

Routes traffic through three encrypted hops. No single node knows both who you are and where you're going. Much slower than VPN. Best for high-risk anonymity needs.

Use Encrypted Client Hello (ECH)
Easy (if supported)

Hides the SNI from your ISP. Firefox supports it. Not yet widely deployed by servers. Requires DNS-over-HTTPS to work โ€” the ISP could otherwise still see the domain from the DNS query.

Check Your Own Exposure

Our free test checks for active header injection, DNS privacy signals, TLS interception, and WebRTC leaks โ€” giving you a concrete score for your current connection.

โ† All postsISP vs VPN โ†’