User Agent Parser
Parse a user-agent string into browser, engine, OS, and device type.
User-agent string
Paste any UA string, or load your current browser's
Parsed result
Detected via pattern matching
Notes
How detection works
Detection uses an ordered table of regular expressions, checking the most specific browser signatures (Edge, Opera, Samsung Internet) before falling back to Chrome, Firefox, Safari, or Internet Explorer. Results are heuristic — user agents can be spoofed or incomplete.
About the User Agent Parser
Paste a raw User-Agent header to identify the browser and version, rendering engine, operating system, and device type using a compact table of regular expressions. Includes a one-click button to load your own browser's UA.
Examples
Chrome on Windows
Mozilla/5.0 ... Chrome/120.0.0.0 Safari/537.36Output
Browser: Chrome, OS: Windows 11/10, Device: DesktopKeyboard shortcuts
- Copy the main outputCtrl / ⌘ + Shift + C
- Download the resultCtrl / ⌘ + S
- Share this toolCtrl / ⌘ + Shift + S
- Reset the inputsAlt + R
- Open the tool search paletteCtrl / ⌘ + K
Related tools
Bulk URL Status Checker
Network & IP
Check HTTP status codes and redirects for many URLs at once.
Cookie Attribute Analyzer
Network & IP
Parse Set-Cookie headers and flag security issues.
HTTP Cache Header Planner
Network & IP
Plan Cache-Control, ETag and max-age headers for any asset type.
HTTP Header Comparator
Network & IP
Diff two sets of HTTP headers, case-insensitively.
HTTP Headers Explainer
Network & IP
Look up common HTTP headers and explain pasted raw headers.
HTTP Status Codes
Network & IP
Searchable reference of HTTP status codes with meaning and usage guidance.
Frequently asked questions
Version 1.0.0 · Updated 2026-08-06 · Runs entirely in your browser