Parse any User-Agent string to detect browser, OS, device type, and engine. Auto-detects your current browser UA on load.
All parsing runs in your browser. Your User-Agent is never sent to any server.
More free utilities you might find useful
Quick answers to common questions
A User-Agent string typically contains: browser name and version, rendering engine, operating system and version, device type hints, and sometimes app or bot identifiers.
This is a legacy compatibility artifact from the 1990s when servers gatekept features by detecting Netscape (Mozilla). Other browsers added Mozilla/5.0 to receive full-featured pages.
Common bot indicators: 'bot', 'crawl', 'spider', 'Googlebot', 'Bingbot', 'facebookexternalhit'. This parser highlights known bot signatures.
Your data is processed entirely in your browser. Nothing is sent to any server.