What others see when you use a VPN
A VPN does not make everything disappear. It changes who can see which parts of the connection. Your ISP sees a connection to a VPN server, while websites and game servers usually see the VPN exit IP instead of your home or mobile IP.
The big picture
With a VPN, traffic flows roughly as user → ISP → VPN server → website or game server. Compared with direct access, the visible source for the destination becomes the VPN server.
What changes
| Observer | Usually visible | Harder to see |
|---|---|---|
| ISP | VPN server IP, traffic volume, connection timing | Specific sites and content inside the VPN tunnel |
| VPN provider | Original user IP and some destination-side metadata | HTTPS page contents and passwords |
| Website/game server | VPN exit IP, account, device and traffic signals | The user’s home or mobile network IP |
What does the ISP see? 🏢
Your ISP can see that your connection is talking to a VPN server. If all traffic and DNS go through the VPN tunnel, the actual websites and services you use become much harder for the ISP to observe.
Easy for the ISP to see
- Your line connecting to a specific VPN server IP.
- Traffic volume, start/end times, and connection duration.
- Sometimes the VPN protocol can be guessed, such as WireGuard, OpenVPN, or IPsec.
- If DNS leaks outside the VPN, domain lookup clues may remain visible.
Harder for the ISP to see
- The actual websites or game server IPs inside the VPN tunnel.
- HTTPS contents, form input, page text, and chat messages.
- Detailed in-app actions such as URL paths or gameplay events.
What does the VPN provider see?
Using a VPN moves part of the trust from the ISP to the VPN provider. The provider sits between your original connection and the exit side, so its logging policy matters.
Information it may handle
- Your original IP address, connection time, and selected VPN server.
- Destination IPs and traffic volume on the exit side. If the provider handles DNS, queried domains may also be visible.
- HTTPS contents and passwords are normally still encrypted, but destination metadata may remain.
What do websites and apps see? 🌐
To the destination service, the source IP is the VPN exit IP. But other identifiers, such as logins and cookies, still work.
Visible to the service
- VPN exit IP, estimated location, ASN, and whether it looks like a VPN or data center.
- Logged-in account, cookies, device information, and browser fingerprints.
- GPS or Wi-Fi-based location if browser location permission is granted.
- Security systems may flag access from an unusual country or network.
What do game servers see? 🎮
For games, the same basic rule applies: the server sees the VPN exit IP. Games are also sensitive to latency and packet stability, so VPN effects are often more noticeable than on normal websites.
Common game-specific effects
- Region detection or matchmaking may follow the VPN server location.
- Routing through a VPN can increase ping or jitter.
- Some games restrict VPN or data-center IP ranges for anti-abuse reasons.
- Account IDs, device IDs, platform information, and anti-cheat signals do not disappear because of the VPN.
Takeaway
A VPN changes who sees what. It hides more destination detail from the ISP and hides your original network IP from the destination, but the VPN provider and logged-in services still have important signals.
Keep these in mind
- The ISP can still see that you are connected to a VPN server, plus timing and volume.
- Websites and game servers see the VPN exit IP plus account/device signals.
- A VPN is not complete anonymity; it changes the visible source and the party you trust.