Parses a User-Agent string into browser, OS and device.
The User Agent Parser breaks down any user-agent string into readable details about the browser, rendering engine, operating system, device, and CPU architecture. Paste a UA string and instantly see which browser and version, which OS, and what kind of device (mobile, tablet, or desktop) it represents. It is handy whenever you need to make sense of a raw user-agent header from a log, request, or analytics report.
It reports five fields: Browser (name and version), Engine (name and version), OS (name and version), Device (vendor, model, and type), and CPU (architecture).
If a value such as the browser or OS cannot be recognized, that field shows "(unknown)". When no device type is detected, the device line falls back to "desktop".
Yes. Leading and trailing whitespace is trimmed first, and empty or unrecognized strings simply produce the five labels with "(unknown)" values rather than an error.
No. Parsing runs entirely in your browser, and nothing you paste is uploaded or sent to any server.