User Agent Parser
Break down a browser's user agent string into readable browser, operating system, and device details, useful for debugging analytics.
Browser
UnknownOperating System
UnknownDevice Type
DesktopEngine
UnknownAbout the User Agent Parser
A user agent parser breaks down a browser's user agent string into readable details about the browser, operating system, and device, useful for debugging analytics or compatibility issues.
How to use
1
Paste a user agent string into the input field.
2
View the parsed browser name, version, operating system, and device type.
3
Use this to debug an unexpected value showing up in your analytics or logs.
Frequently asked questions
Where do I find my own user agent string?
You can find it by searching 'what is my user agent' in your browser, or it's often visible in your browser's developer tools network tab.
Can user agent strings be spoofed?
Yes, a user agent string is simply a text value the browser reports and can be modified by the user or by testing tools, so it shouldn't be relied on for security purposes.
Related tools
Explore more tools in the Developer category.