User Agent Parser

Parse user agent strings into browser, platform, and device details.

Browser family detection
Platform and device type breakdown
Simple paste-and-read workflow

User agent

Paste a raw user agent string from logs, analytics, or support tickets.

Parsed details

A quick read on browser family, platform, and likely device type.

Browser

Google Chrome

Platform

Windows

Device

Desktop

Common use cases

  • Debugging analytics and device reports
  • Checking browser support assumptions
  • Reviewing copied user agent strings from logs or tickets

FAQ

Can a user agent string guarantee the exact device?

No. User agent strings are best for broad browser, platform, and device clues rather than perfect identification.

Does this send the string to a server?

No. The parsing happens in the browser so you can inspect strings locally.

More guides