Appearance
Can websites track you by your IP address?
Yes at the connection level, weakly over time: your IP lets a site link the visits that share it, place you on a map, and rate-limit you — but as a durable "who is this person" identifier it's mediocre, which is why the tracking industry runs on cookies, logins, and fingerprints and treats your IP as supporting evidence. Understanding which identifier does what is the difference between privacy theater and actually cutting the right thread. Here's the honest map.
Maintained by the ipconfig.io team · Reviewed 1 July 2026
What the IP thread can carry
Every request you make arrives stamped with your address — that's visible to any server, no consent banner involved. With it, a site (or an ad exchange seeing bids from many sites) can:
- Link sessions that share the address — "the person on 203.0.113.42 read these pages this week."
- Geo-target and geo-block — country reliably, city roughly.
- Classify the connection — home ISP vs datacenter vs VPN, via the ASN; that's how "suspicious login" and anti-fraud checks work.
- Rate-limit and ban — the address is the handle abuse teams actually hold.
Why it's still the weak identifier
The IP thread frays in ways the others don't:
| Identifier | Survives IP change | Distinguishes household members | Typical lifetime |
|---|---|---|---|
| IP address | — | No — whole LAN shares it | Days-to-months (rotation); shared by thousands under CGNAT |
| Cookies | Yes | Yes (per browser) | Until cleared |
| Login / account | Yes | Yes | Permanent |
| Browser fingerprint | Yes | Largely yes | Months-to-years |
That table is the whole argument: your IP can't tell you from your roommate and dies on rotation, while a login survives everything. It's also why the industry's post-cookie identity graphs use IP as one probabilistic input (plus timezone, screen, fonts…) rather than the key. And it cuts the other way, too — because CGNAT pools strangers behind one address, you occasionally inherit a stranger's reputation: CAPTCHAs everywhere, "unusual activity" flags, bans you never earned.
Cutting the right thread
Match the fix to the thread you care about:
- The IP thread — a VPN or Tor replaces the address, which specifically blunts per-IP session linking and network-observer correlation (your ISP's view included).
- The cookie thread — clearing/blocking third-party cookies, container tabs. Incognito helps here — and only here.
- The account thread — no tool helps; logging in is identification by consent.
- The fingerprint thread — hardened browsers (Tor Browser, Firefox with resistFingerprinting) trade convenience for uniformity.
Hiding your IP while staying logged in with a year-old cookie jar changes nothing an ad platform cares about — the honest VPN inventory draws exactly this boundary.
Frequently asked questions
Can sites track me by IP? Within a session and across sites sharing an exchange, yes — weakly over time, since addresses rotate and whole households (or CGNAT crowds) share them.
Is an IP a unique ID? No — it identifies a connection at a moment, not a person over time.
Do advertisers use it? As a supporting signal and geolocation source, yes; the heavy lifting is cookies, logins, fingerprints.
Does hiding it stop tracking? It cuts the IP thread only. The other three re-identify you instantly.
Next steps
- How to hide your IP — cutting the network thread properly.
- What can someone do with your IP address? — the full capability list behind the tracking question.
- What is CGNAT? — why you sometimes wear a stranger's reputation.