What Is My User Agent

Instantly see your browser's user-agent string with full parse breakdown. Detect your browser, OS, and device type. Copy your UA or analyze it for bots and anomalies.

Your user agent
Browser Signals
Not part of your UA string, but visible to websites alongside it.
Touch
Languages
Timezone
Screen
Cookies
FAQ
What is a user agent string?

A user agent string is a short text identifier your browser includes in every HTTP request. It tells the server which browser, browser version, rendering engine, operating system, and device type you are using. Servers use it to serve compatible content or detect automation.

How do websites use user-agent strings?

Websites use UA strings to serve browser-specific code (like polyfills or CSS prefixes), redirect mobile users to a mobile layout, detect bots and scrapers, enforce platform-specific paywalls, and log traffic analytics by browser and OS. Security tools use UAs to fingerprint suspicious clients.

Can I change or fake my user agent?

Yes. Browser developer tools let you set a custom UA string under Network Conditions. Extensions like User-Agent Switcher do it per-tab. Some privacy browsers (Brave, Tor Browser) rotate or genericize the UA by default to reduce fingerprinting. Note that the UA alone is not sufficient for fingerprinting — sites pair it with browser signals like timezone, screen resolution, and canvas rendering.

How do I check my user agent on mobile?

Open any browser on your phone and visit this page — it reads your UA automatically. On Chrome for Android you can also find it at chrome://version. On Safari for iOS, UA access requires a tool like this one, since iOS does not expose it through a settings page.