What Is My User Agent
Your data never leaves your browserDetect and display your browser's User-Agent string with parsed browser, OS, and device info.
Brie — Bug Reporting Tool
Debugging browser-specific issues?
Brie captures browser version, OS, screen size, and user agent automatically with every bug report.
About What Is My User Agent
Click Generate to instantly read your browser's navigator.userAgent string and parse it into structured information: browser name and version, operating system, and device type. Useful for debugging browser compatibility, support tickets, and automated testing.
How to use
- Click the Generate button.
- Your full User-Agent string and parsed details appear in the output panel.
- Click Copy to share the User-Agent with a support team or use it in tests.
More Network / Browser Tools
Frequently Asked Questions
FAQs about What Is My User Agent
What is a User-Agent string?
A User-Agent string is sent by your browser with every HTTP request. It identifies your browser, version, operating system, and rendering engine.
Can I use this to test how my site sees different browsers?
This tool shows your current browser's User-Agent. To test specific strings, you can paste them into your browser's DevTools console under navigator.userAgent.
Why does the UA string look so verbose?
For historical compatibility reasons, all modern browsers include tokens from older browsers (like "Mozilla/5.0") in their UA strings.
Is this information private?
Your User-Agent is sent with every HTTP request you make, so it is not secret. This tool simply makes it easy to view and copy.
Is my data safe?
Everything runs in your browser. No data is sent to any server.