User Agent Parser
Parse user agent strings to detect browser, engine, OS, device type, and CPU architecture.
About this tool
The User Agent Parser analyses HTTP User-Agent strings and extracts structured information: browser name and version, rendering engine, operating system, device type (desktop, mobile, tablet), device vendor and model, and CPU architecture. Uses the ua-parser-js library in the browser — no server call.
User agent strings are sent by browsers and HTTP clients with every request. Parsing them helps you understand your web traffic breakdown, debug browser-specific issues, validate device detection logic, and analyse logs. The "Use my UA" button loads your own browser's user agent string for instant inspection.
Because ua-parser-js runs in the browser, you can paste user agent strings from server logs without uploading them anywhere. The parsed result is shown as a structured table with copy buttons for each field.