What is my browser?
// My System Information on the Internet
The name and version number of the web browser you're using (e.g. Chrome 125, Firefox 126, Safari 17).
The preferred language (or ranked list of languages) configured in your browser or operating system.
A flag indicating whether your browser is configured to store small text files that websites can write and read back later.
An optional signal your browser can send asking websites not to track your behavior — most browsers no longer enable this by default.
What is a browser, and how does it identify itself?
A browser is the application you use to navigate the web — Chrome, Firefox, Safari, Edge, and Opera are the most common. When your browser makes a request to a website, it automatically includes a short text string called the User-Agent in the request headers. This string contains your browser's name and version, your operating system, and sometimes additional details.
This happens with every single request — page loads, image downloads, API calls. The website receives it before any of your content has loaded, before you've clicked anything, and without needing any permission from you. It is part of how HTTP, the protocol the web runs on, was designed.
The User-Agent string is what makes the BROWSER field above possible. No special access or permission is required — the value shown is exactly what your browser sends to every site you visit.
Why do websites use browser information?
The primary reason is compatibility. Browsers implement web standards at different rates and with different quirks. Developers use the browser name and version to detect whether a visitor's browser supports a particular feature, and to serve fallback code or layouts when it does not. This is why a site might look slightly different in an older browser than a current one.
Analytics is another common use. Website owners track which browsers their visitors use to inform decisions about which browsers to support and test — if 30% of their audience is on Safari and they only test in Chrome, they risk a poor experience for a large group.
Browser information is also used in fraud detection. Inconsistencies between the reported browser, operating system, and other signals can be a signal that something is unusual about a session — for example, a User-Agent reporting a mobile browser while other signals suggest a desktop environment.
Browser fingerprinting
No single piece of browser data uniquely identifies a person. But when multiple signals are combined — browser name and version, language preference, screen size, timezone, installed fonts, and others — the resulting profile can be distinctive enough to recognize a returning visitor even without storing any cookie on their device.
This technique is called browser fingerprinting. It works because the combination of all these values is often statistically uncommon — there are not many users with the exact same browser version, language setting, screen resolution, and timezone all at once.
Fingerprinting is used for both legitimate purposes (fraud prevention, bot detection) and for tracking across sites without consent. Privacy-focused browsers and extensions try to reduce fingerprinting surface by standardizing or randomizing some of these signals. Your OS, device type, and screen resolution also contribute to this profile — see our OS page and screen resolution page →
How people manage browser privacy
Privacy-focused browsers such as Firefox, Brave, and others ship with stronger default settings around tracking — blocking third-party cookies, limiting what fingerprinting data is accessible, and in some cases spoofing or standardizing the User-Agent string to make users less individually identifiable.
Disabling third-party cookies limits one common tracking method — cookies set by advertising or analytics networks that follow you across sites. Most major browsers now block third-party cookies by default or have announced plans to do so.
Do Not Track is a browser setting that sends a signal to websites asking them not to track your behavior. In practice, it is voluntary and most services do not honor it, so it offers limited real-world protection — though some privacy regulations in certain regions do require sites to respect it.
Private or incognito mode prevents your browser from saving history, cookies, and form data locally after the session ends. It does not hide your browser identity from websites — your User-Agent, language, and other signals are still transmitted normally during the session.
Frequently asked questions
Common questions about browsers, tracking, and what websites can see.
What is my browser?
A browser is the application you use to access websites — Chrome, Firefox, Safari, Edge, and Opera are the most common. Every browser identifies itself to websites by sending its name and version number with every request, so the page shown above reflects exactly what any site you visit can see.
Why do websites need to know what browser I'm using?
Websites use browser information primarily for compatibility — different browsers implement web standards slightly differently, and developers use the browser name and version to serve the right code or layout. Analytics teams also track it to understand which browsers their visitors use, which informs long-term development decisions.
Can websites track me even with cookies disabled?
Yes, to a degree. Browser fingerprinting is a technique where a website reads multiple browser signals — your browser name, version, language, screen size, and others — and combines them into a profile that can be used to recognize you across visits, even without storing any cookie. No single signal is unique, but the combination often is.
Does Do Not Track actually stop tracking?
No, not reliably. Do Not Track is a signal your browser can send asking websites to refrain from tracking you. It is entirely voluntary — there is no technical enforcement and no legal requirement in most jurisdictions for websites to honor it. Most analytics and advertising services ignore it, which is why most browsers have stopped enabling it by default.
What's the difference between my browser and my operating system?
Your operating system (Windows, macOS, Android, iOS, Linux) is the software that runs your device. Your browser (Chrome, Firefox, Safari, Edge) is an application that runs on top of your OS and lets you access the web. Both are visible to websites — the OS is included alongside the browser name in the User-Agent string sent with every request.
Does private or incognito mode hide my browser from websites?
No. Private or incognito mode prevents your browser from saving your browsing history, cookies, and form data locally on your device. It does not change what the website sees — your browser name, version, language, and IP address are all still transmitted normally.
What is the User-Agent string?
The User-Agent is a short text string your browser sends in the headers of every web request. It includes your browser name and version, your operating system, and sometimes other details. Websites read it to decide how to render the page, which assets to serve, and for analytics. You can inspect your own by checking the BROWSER field shown above.
Your browser is just one of many signals shared automatically with every site you visit. See everything else this connection reveals →