Most people believe that clearing cookies and blocking ads stops them being tracked, and for one kind of tracking they are right, but for another, more durable kind, they are not. Browser fingerprinting identifies and follows you without storing anything on your device at all, which is what lets it survive every measure aimed at cookies. Rather than placing a marker on your machine, it reads the characteristics your browser reveals in the ordinary course of loading a page, and combines them into an identifier unique enough to recognize you again.
| SIGNAL | WHAT IT CONTRIBUTES |
|---|---|
| User agent | Your browser, its version, and your operating system. |
| Screen and window | Resolution, color depth, and available size. |
| Fonts | The exact set of fonts installed, which varies widely between machines. |
| Canvas and WebGL | How your specific hardware renders a hidden image, often highly distinctive. |
| Language and timezone | Your locale settings and your clock offset. |
| Hardware hints | Processor cores, memory, and device details the browser exposes. |
The power of fingerprinting is a matter of combination, and this is the part that is rarely explained correctly. No single attribute identifies you, since plenty of people share your browser version or your screen resolution, but the number who share your exact combination of browser, operating system, font set, rendering behavior, timezone, and hardware is very small, often one. Each attribute adds distinguishing information, and once enough are combined the result is effectively unique, a stable identifier derived entirely from how your browser is configured and how your hardware behaves, requiring nothing stored and therefore nothing you can clear. The canvas test is the sharpest example, asking your browser to render an image invisibly and reading back the result, which differs subtly by graphics hardware and driver in ways that are consistent for you and distinct from others.
What reduces fingerprinting is different from what stops cookies, and understanding the difference is the point. Blocking cookies does nothing to it. What helps is looking like everyone else rather than like yourself, which is the approach of privacy focused browsers that deliberately standardize what they reveal, so that many users present the same fingerprint and the identifier stops being unique. Reducing the surface also helps, disabling unnecessary browser features and using tools that resist the most invasive tests. The deeper lesson is that tracking adapts, and each defense provokes a new method, so the goal is not a single permanent fix but an understanding of how identification works, because the person who knows that fingerprinting reads configuration rather than storage knows why clearing their history changed nothing, and knows what actually would.