What is my user agent?

Which browser and operating system does your device report to websites? Here is your user agent in plain text and broken down – plus the more detailed Client Hints. You can also paste someone else’s user agent, for example from a server log. Everything is processed in your browser only.

Your browser reports

detected in your browser …

User-Agent Client Hints

Brands
detected in your browser …
Mobile device
detected in your browser …
Platform
detected in your browser …
Platform version
detected in your browser …
Architecture
detected in your browser …
Device model
detected in your browser …
Form factor
detected in your browser …
Full versions
detected in your browser …

More browser properties

Preferred languages
detected in your browser …
Cookies enabled
detected in your browser …
Touch screen
detected in your browser …
Online
detected in your browser …
Hardware threads (CPU)
detected in your browser …
Device memory
detected in your browser …

Everything stays local: the user agent and all values are evaluated only in your browser – nothing is sent or stored.

The pasted text is neither stored nor sent anywhere.

Result

Detected
Notes

    How it is calculated

    With every page request, your browser sends the HTTP header User-Agent. In it, the browser names itself, its version, its rendering engine and the operating system. Websites use it for statistics, download buttons (“for Windows”) and debugging. This tool shows your user agent, breaks it down and also reads the newer Client Hints.

    How it works

    1. At the top you see your browser’s user agent, followed by Client Hints and further properties such as language, cookies and touch support.
    2. Under “Detected” you get the browser, version, engine, operating system and device type.
    3. Paste another user agent (e.g. from a server log or bug report) into the field and it is parsed instantly. Clear the field to go back to your own.

    Why user agents look so odd

    Almost every user agent starts with Mozilla/5.0, and Chrome also claims to be “Safari” and “like Gecko”. That is history: browsers pretended to be their predecessors so websites would serve them the full version. This is why a parser checks tokens in a fixed order – Edge (Edg/) and Opera (OPR/) first, then Chrome, and Safari last.

    User-Agent Reduction and Client Hints

    Since 2023, Chrome, Edge and other Chromium browsers deliberately shorten the user agent (User-Agent Reduction): the minor version is always .0.0.0, Windows always shows as Windows NT 10.0, macOS as 10_15_7, and on Android the phone model is replaced by Android 10; K. This makes it harder to recognise users (fingerprinting). Precise details are only available through User-Agent Client Hints (navigator.userAgentData): platform version, architecture, model and full browser version, which a page has to request explicitly. Firefox and Safari do not offer Client Hints.

    Limitations

    Frequently asked questions

    What is my user agent?

    A line of text your browser sends with every page request. It names the browser, version, engine and operating system, e.g. “Mozilla/5.0 (Windows NT 10.0; Win64; x64) … Chrome/140.0.0.0 Safari/537.36”. Yours is shown in plain text at the top of this page.

    Why does Chrome show its version as 140.0.0.0?

    That is Chromium’s User-Agent Reduction: only the major version is real, the rest is fixed at “0.0.0”. The exact version is available through Client Hints (“Full versions”) if your browser supports them.

    Why does Windows 11 show “Windows NT 10.0”?

    Microsoft never raised the version number in the user agent, so Windows 10 and 11 look the same there. Client Hints can detect Windows 11: platform version 13.0.0 or higher.

    Can the user agent be changed or faked?

    Yes. Developer tools (device mode / network conditions) or an extension can set any text. That is why the user agent is not suitable as a security feature.

    Is my data stored?

    No. The page reads the values directly in your browser and displays them; nothing is sent to a server and nothing is stored – including any user agent you paste.

    Sources and legal basis

    As of:

    Related tools