User Agent Parser

Parses a browser's User-Agent string into its browser name and version, operating system, and device type. Runs entirely in your browser — nothing is sent to a server.

Ad placeholder: Resp_Horizantal_1 (horizontal)
Ad placeholder: Resp_Square_1 (square)

Parses a browser's User-Agent string into its browser name and version, operating system, and device type. Runs entirely in your browser — nothing is sent to a server.

Use cases

  • Debugging a User-Agent string logged from a request
  • Checking which browser and OS a visitor is using

Examples

Chrome on Windows

Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36
Browser: Chrome 120.0.0.0
OS: Windows
Device: Desktop

FAQ

Is my data sent to a server?

No — this tool runs entirely in your browser.