User-Agent is the ID card your browser shows the server — for example, that you run Chrome 125 on a MacBook. We decode that string for you.
Operating System (OS)
Loading...
Browser Engine
Loading...
Rendering Core
Loading...
Device Type
Loading...
Servers use User-Agent to serve mobile layouts, block outdated browsers, or tailor responses. It is a branching filter for responsive and compatible experiences.
Historical compatibility: browsers once pretended to be Mozilla; Safari added WebKit; Chrome added Safari-like tokens plus Chrome/version. Modern Chrome UAs look like `Mozilla/5.0... AppleWebKit/537.36... Chrome/125.0... Safari/537.36` — a layered legacy string.
Long detailed User-Agent strings enable fingerprinting. W3C and browser vendors are moving to UA-CH — shorter defaults and permission-gated hints — to improve privacy while still supporting compatibility.