Skip to content

User Agent Parser

Identifies the browser, rendering engine, operating system and device type from a user agent string.

Your user agent stays on this device

This tool runs entirely inside your web browser. Your user agent is processed on your own device and is never sent to our servers. How this works

User Agent Parser is a free tool that reads a user agent string and tells you the browser and version, rendering engine, operating system and type of device. Paste one from your server logs or analytics, or check your own browser with one click. The string is parsed in your browser.

How to use it

  1. Paste a user agent string, or click Use my browser’s user agent.
  2. The browser, engine, operating system and device type are shown instantly.

Reading a user agent

A typical string looks likeMozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36. Most of it is historical baggage kept for compatibility: nearly every browser claims to be “Mozilla”, and Chrome also mentions Safari. The useful parts are the operating system in brackets and the last product name with its version.

Limitations

To see everything else your browser sends with each request, paste the request headers into theHTTP Headers Analyzer; for cookies, use theCookie Parser.

Frequently asked questions

What is a user agent?

A short text every browser sends with each request, describing the browser, its version and the operating system. Servers use it for statistics and compatibility.

Why does every browser say “Mozilla”?

For historical compatibility: in the 1990s, sites only sent modern pages to Netscape (“Mozilla”), so other browsers copied the name. It has meant nothing for decades.

Can I trust the user agent?

Not for security. It’s easy to change, and browsers increasingly freeze or simplify it for privacy, so detailed versions and device models may be approximate.

Last updated

Missing a feature, or need a tool we don’t have? Suggest it.