User Agent Parser
Parse UA strings into browser, OS, device, and bot information.
Examples
| Input | Result |
|---|---|
| Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 Chrome/120.0.0.0 | Chrome 120, Windows 10/11, Desktop, Blink engine |
| Mozilla/5.0 (iPhone; CPU iPhone OS 17_0 like Mac OS X) Safari/604.1 | Safari, iOS 17.0, Mobile, WebKit engine |
| Googlebot/2.1 (+http://www.google.com/bot.html) | Bot detected: Googlebot |
| Mozilla/5.0 (Linux; Android 13) Chrome/119.0.0.0 Mobile | Chrome 119, Android 13, Mobile, Blink engine |
About this tool
Paste a user agent string and the parser breaks it down into browser, operating system, device type, and rendering engine. It also flags known bots and crawlers. Your own browser's UA is auto-detected when you load the page.
This is useful for debugging browser-specific issues, analyzing access logs, or checking what information your browser broadcasts to websites.
Frequently asked questions
What information can be extracted from a user agent string?
Browser name and version, operating system and version, device type (desktop, mobile, tablet), rendering engine, and whether the client is a known bot or crawler.
Does this tool detect my current browser automatically?
Yes. When you load the page, it pre-fills with your browser's user agent string and parses it immediately.
Can it detect bots and crawlers?
It checks for known bot signatures like Googlebot, Bingbot, and other common crawlers. Generic bot patterns are also detected.
