User Agent Parser
Parse user agent strings to detect browser, OS, and device type. Shows your current browser's UA.
Processed on your device β never uploaded
Try Sample User Agents
Frequently Asked Questions
What is a user agent string?
A user agent string is a text identifier sent by your browser to websites, containing information about your browser type, version, operating system, and device.
How do I find my browser user agent?
This tool automatically detects and displays your current browser's user agent string at the top of the page. You can also find it by typing "navigator.userAgent" in your browser's developer console.
Why do user agent strings all start with Mozilla?
Most browsers include "Mozilla" for historical compatibility reasons, dating back to the early browser wars when servers would serve different content based on the user agent.
Can user agent strings be spoofed?
Yes, user agent strings can be easily changed using browser extensions or developer tools, which is why they should not be relied upon for security purposes.