User Agent Parser
Identify the browser, OS, and device type from any user-agent string. Detects bots and crawlers too.
User Agent Parser — A user-agent string is the little blurb of text your browser sends to every website to identify itself. It looks like noise, but inside it tells you which browser, which version, which operating system, and which device type made the request. Parsing it is essential for analytics, browser-specific bug reports, and bot detection.
Parsing happens in your browser. Your UA string is not sent anywhere.
Was User Agent Parser useful?
What is user agent parser?
A user-agent string is the little blurb of text your browser sends to every website to identify itself. It looks like noise, but inside it tells you which browser, which version, which operating system, and which device type made the request. Parsing it is essential for analytics, browser-specific bug reports, and bot detection.
Paste a UA string and get a clean breakdown: browser + version, OS + version, device type (mobile / tablet / desktop / bot), and a bot flag. The "What is my UA" button fills the field with your own browser's UA so you can see it parsed live.
How to use it
-
Paste a UA string
From server logs, browser dev tools, or an HTTP header.
-
Or click "Use my UA"
Fills the field with your own browser's UA string.
-
Read the breakdown
Browser, version, OS, device, and bot flag appear below.
Examples
Chrome on Windows
The classic desktop Chrome UA.
Result: Browser: Chrome 120 · OS: Windows 10 · Device: desktop
Googlebot
The Google web crawler.
Result: Browser: Unknown · OS: Unknown · Device: bot · Bot: true
Frequently asked questions
Related tools
JSON Formatter
Format, beautify, and validate JSON with adjustable indentation — instantly in your browser.
HTTP Status Code Lookup
Look up any HTTP status code from 100 to 511 with plain-language explanations, searchable and filterable by category.
Regex Tester
Test and debug regular expressions with live matches, capture groups, and highlighted results.