Developer utility

User Agent Parser

Identify browser, operating system, device, rendering engine, CPU architecture, and common bots, then inspect tokens and export structured JSON locally.

Input

Paste a user agent

Ready to parse locally.

ClassificationWaiting

Paste a user agent to inspect browser and platform hints.

Length0
Products0
MobileUnknown
BotUnknown

Parsed identity

Browser and platform results

BrowserUnknown

Version unknown

Operating systemUnknown

Version unknown

DeviceUnknown

Type unknown

EngineUnknown

Version unknown

CPUUnknown

Architecture hint

Automation / botNot detected

No common crawler or automation signature found

Normalized fields

User agent details

FieldValueMeaning

Modern browser data

User-Agent Client Hints

Client Hints belong only to the browser running this page. High-entropy values are requested only when you press the button.

Press Read current hints to inspect data exposed by this browser.

Raw structure

Product and comment tokens

#TypeNameVersion / value

Structured output

Parsed JSON

Examples

Common user agent samples

User agent token reference

TokenTypical meaningImportant limitation
Mozilla/5.0Historical compatibility prefix used by most browsers.Does not mean the browser is Firefox.
AppleWebKit/537.36WebKit compatibility token used by Chromium browsers.Chrome and Edge use Blink despite this token.
Chrome/xChromium or Chrome product version.Also appears in many Chromium-based browsers.
Safari/xSafari compatibility or build token.Use Version/x for the marketed Safari version.
Windows NT 10.0Modern Windows platform token.Windows 10 and 11 may share this reduced token.
MobileCommon mobile form-factor hint.Its absence does not guarantee a desktop device.

User agent parser FAQ

Does this parser upload user agent strings?

No. Parsing, token analysis, bot detection, Client Hints display, and JSON generation happen locally.

Can a user agent reliably identify Windows 11?

Not always. Modern Chromium browsers commonly report Windows NT 10.0 on both Windows 10 and 11.

Can user agents be spoofed?

Yes. Browsers, extensions, automation tools, proxies, and HTTP clients can send any string. Treat results as hints.

Should a website use UA parsing for feature support?

Prefer feature detection and responsive design. UA parsing is useful for analytics, diagnostics, logs, and crawler classification.