What the User Agent Checker does
Your user agent is a text string your browser sends with every request, identifying the browser, its version, and the operating system it runs on. Websites use it to serve compatible pages, gather analytics, and sometimes to tailor content to your device.
This tool reads that string directly in your browser and pairs it with related environment details — platform, language, screen and viewport size, timezone, and connection status — so you can see the full fingerprint a site can collect. Everything is read locally; nothing is sent to our servers.
How to read the results
- User Agent — the full identification string (browser, engine, version, OS).
- Platform / Language — your OS family and preferred language.
- Screen / Viewport — your display resolution and the visible page area.
- Timezone — your local timezone as reported by the browser.
Worked example
Input: (reads your own browser)
User Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) … Platform Win32 Language en-US Timezone America/New_York
Modern browsers deliberately keep the user-agent string generic to reduce fingerprinting, but combined with screen size, language and timezone it still helps sites recognise your setup.
Common use cases
- Confirm which browser and version you're actually running.
- Grab your exact user-agent string for a bug report or support ticket.
- Test how a site detects device type or language.
- Understand the fingerprint data websites can read from your browser.