Direct answer: what to expect about online tracking

Online tracking happens when websites or apps collect and connect information about you over time. That information can come from cookies and account identifiers, browser and device characteristics, embedded third-party scripts, and sometimes from your network details such as your IP address.

If you’re diagnosing a VPN connection, the key practical point is this: a VPN changes what remote services can observe at the network layer, but it does not automatically stop tracking performed by the website/app itself. Tracking can still continue through cookies, login identifiers, fingerprinting signals, and identifiers stored in your browser or on your device.

How online tracking works (in the real world)

Most tracking systems rely on more than one signal:

  • IP address and network signals: Your IP often helps services estimate region, infer network context, and link activity within a session or across time.
  • Cookies and local storage: First-party and third-party cookies can store an identifier that persists across visits.
  • Account identifiers: If you are signed in, your account can be used as a stable identifier regardless of your IP.
  • Browser and device signals: Even without cookies, browsers expose properties (and sometimes “fingerprint-like” combinations) that can help correlate activity.
  • Third-party scripts and trackers: Ads, analytics, social widgets, and measurement pixels frequently set their own identifiers and observe events.

A VPN typically shifts the IP you present to websites and other internet services, because the outbound traffic exits via the VPN server. That can reduce what can be inferred from your home network or ISP routing. However, it does not remove identifiers already stored in cookies, doesn’t prevent a logged-in session from being recognized, and doesn’t stop a website from collecting browser/device signals.

Which changes depend on your setup

When you test your VPN against tracking, your results can vary based on several conditions:

  • Whether you’re signed in: Logged-in accounts often override the usefulness of IP-based changes.
  • Whether cookies persist across sessions: If cookies remain, tracking identifiers can survive VPN use.
  • Whether you use multiple browser profiles/devices: Identifiers can be tied to each browser profile and device.
  • Your routing paths (browser vs apps): Some traffic may bypass the VPN if the client/device is misconfigured.
  • Browser extensions and privacy settings: Tracker-blockers may change what scripts run, but extensions can also introduce their own behaviors.

Because of these variables, “tracking stopped” is not a universal outcome. The most useful diagnostic approach is to identify which kind of signal is still being linked and adjust settings accordingly.

Limitations to keep in mind while diagnosing

A VPN is not the same thing as privacy-by-default.

  • No guarantee of anonymity or safety: Even with a VPN, tracking can still occur through cookies, accounts, and device/browser signals.
  • Performance and availability vary: VPN speed and stability can change with your network, device, location, and time.
  • Service behavior differs: Some services can associate requests using multiple signals beyond IP, so a VPN may only change part of the picture.

If you’re evaluating whether your configuration is “working,” focus on observable outcomes (what your browser reports and what remote sites can see), not on absolute claims.

Practical verification steps for VPN + tracking diagnosis

Use these checks to confirm what the VPN changes and to pinpoint what still drives tracking.

1) Confirm your visible network address

  • Open a browser and check your public IP using a reputable “what is my IP” page.
  • Compare results with VPN off vs with VPN on.

If the public IP does not change when you connect, either the VPN client isn’t routing that browser traffic through the tunnel, or the setup is incomplete.

2) Check DNS behavior (a common troubleshooting point)

Web tracking can involve domain lookups and connections made in the background.

  • In your VPN client’s settings, look for DNS options (for example, whether DNS is routed through the VPN).
  • If your platform supports it, verify which DNS resolver your device uses while connected.

If DNS requests are not routed as expected, some request patterns may still correlate with your usual network behavior.

3) Inspect what websites actually receive

To isolate tracking sources:

  • Test in a fresh browser profile or incognito/private mode.
  • Compare results to your normal profile.

If tracking noticeably decreases in a fresh profile, it often indicates persistent identifiers (especially cookies or stored data). If tracking persists similarly, it suggests correlation using account identifiers, browser/device signals, or tracker scripts that work even with clean storage.

4) Reduce variables one at a time

When troubleshooting, make one change, test, then revert:

  • Turn VPN on/off.
  • Clear cookies for the specific site(s) you are testing.
  • Toggle tracker blocking (browser settings or an extension) if you use one.

This helps you determine whether the main driver is cookies, logged-in identity, or script-based tracking.

5) Review account and permission-based identifiers

If you’re logged into services (including social platforms or ad-related accounts), tracking can continue regardless of VPN use.

  • Consider logging out for the test.
  • Check app permissions that allow tracking (for example, ad personalization or cross-app activity).

6) Look for “VPN bypass” traffic on your device

Some devices or apps may open connections outside the VPN path due to settings.

  • On mobile/desktop, review VPN app “always-on” style options, split-tunneling settings, and per-app VPN selection.
  • Test both a browser and any apps that connect to the internet.

If only the browser is protected, while other apps still reveal your usual network context, tracking can continue through those channels.

Practical context: what to do when tracking still happens

If you still see tracking indicators after verifying your VPN:

  1. Check whether you are still carrying identifiers (cookies, local storage, saved logins).
  2. Reduce third-party tracking surface by adjusting consent prompts, site permissions, and blocking of known tracker categories.
  3. Confirm that you’re not testing with an account session that remains constant across VPN changes.
  4. Use clean-profile testing to separate stored identifiers from real-time linking.

None of these steps rely on assumptions about a “perfect” privacy outcome; they help you determine which link signals are still present.

Where to go next

If you want a more targeted route for setup and troubleshooting, follow a guided approach that covers VPN setup decisions and verification testing in the same order every time. For broader context on privacy and tracking behavior, also review how browser privacy controls and data minimisation choices affect what gets stored and reused.