CalculatorsConvertersDeveloperTextAll toolsDirectory
Submit your tool Sign in
Theme
Home/Network/User Agent Parser

User Agent Parser

Paste a user agent string, or use your own, and this tool makes a best effort guess at the browser name and version, the rendering engine, the operating system and whether the device is a phone, tablet or desktop. User agent strings are famously messy, full of legacy tokens kept for compatibility, so this tool applies the same kind of ordered pattern matching that real analytics libraries use to pull out the meaningful parts. It is handy for reading a UA from a log line, checking what your own browser reports, or understanding why a site treats a device a certain way. A button fills in your current browser user agent so you can see it broken down instantly. All parsing runs locally in your browser using pattern matching only, with no external database and no data ever leaving your machine.

How to use User Agent Parser

  1. Paste a user agent string.
  2. Read the detected browser, engine, OS and device.
  3. Adjust the string to test different cases.

Frequently asked questions

What does it read from a user agent string?

It reports the likely browser, rendering engine, operating system and device type parsed from the tokens in the string.

How reliable is the detection?

User agent strings are self reported and can be spoofed or frozen by browsers, so treat the result as a best guess rather than a certainty.

Can I test my own browser string?

Yes, paste any user agent string, including your own current one, to see how it is interpreted.

What is User Agent Parser?

Paste a user agent string, or use your own, and this tool makes a best effort guess at the browser name and version, the rendering engine, the operating system and whether the device is a phone, tablet or desktop. User agent strings are famously messy, full of legacy tokens kept for compatibility, so this tool applies the same kind of ordered pattern matching that real analytics libraries use to pull out the meaningful parts.

Is User Agent Parser free to use?

Yes. User Agent Parser is completely free, with no sign-up and no usage limits.

Does User Agent Parser work in a web browser?

Yes. User Agent Parser runs in any modern web browser. There is nothing to download or install.

Is my data private with User Agent Parser?

Yes. User Agent Parser runs entirely on your device in your browser, so nothing you enter is uploaded to a server.

Badge

Link this tool from a README, doc or site. The badge links back to this page.

Listed on yourhack.ai

[![Listed on yourhack.ai](https://yourhack.ai/badge/user-agent-parser.svg)](https://yourhack.ai/user-agent-parser)