User-Agent Parser
Parse any User-Agent string to detect browser, OS, device type, and rendering engine. Includes your current UA.
Your Current Browser
About this tool
The User-Agent (UA) string is sent by browsers and HTTP clients with every request, identifying the software making the request. UA strings are notoriously complex and non-standard — parsing them correctly requires handling hundreds of edge cases.
This tool parses any UA string and extracts: - Browser — name, version, and rendering engine (Chrome, Firefox, Safari, Edge, Opera...) - Operating System — name and version (Windows 11, macOS 14, iOS 17, Android 14...) - Device type — desktop, mobile, tablet, bot/crawler - Bot detection — identifies known search engine crawlers (Googlebot, Bingbot, etc.)
Your current browser's UA is shown automatically — see exactly what your browser reports to websites.
Paste any UA string from server logs, network requests, or testing to analyze it.
Frequently Asked Questions
Where can I find User-Agent strings in server logs?
Why are User-Agent strings so long and complex?
What is the User-Agent Client Hints API?
Can I trust User-Agent strings?
Related Tools
URL Encoder/Decoder
Encode and decode URLs and query strings. Parse URL components. Convert special characters to percent-encoding.
Meta Tag Generator
Generate SEO meta tags, Open Graph, and Twitter Card tags. Preview how your page looks in Google and social media.
HTTP Status Codes
Complete reference for all HTTP status codes with descriptions, use cases, and examples. Searchable.
Regex Tester
Test regular expressions with real-time match highlighting, named groups, and plain-English explanation of each part.