WebmasterID logoWebmasterID
User agents

Internet Explorer legacy user agent

Internet Explorer is retired, but its user-agent patterns still appear. Older IE used an MSIE token; IE 11 dropped MSIE and is recognised by a Trident engine token instead. Today, genuine IE traffic is rare, so these strings frequently come from old devices, embedded clients, or bots imitating a browser.

Verified against primary sources

The IE legacy UA patterns

Older Internet Explorer versions identified themselves with an MSIE token and a version number. IE 11 changed approach: it removed the MSIE token and is instead recognised by a Trident engine token (Trident being IE's layout engine), often alongside an rv: version marker.

So two patterns matter: MSIE for older IE, and Trident for IE 11. A rule that only checks for MSIE will miss IE 11 entirely.

Why fresh IE traffic is suspicious now

Internet Explorer has reached end of life and its real-world usage is very low. When an IE-shaped user agent appears today, it is more likely to be an old or embedded client, a misconfigured tool, or a bot copying a dated browser string than a person browsing in IE.

Treat IE-shaped traffic as a weak, dated signal: match on the stable MSIE or Trident tokens, do not over-trust the claim, and corroborate with behaviour. Confirm token specifics against Microsoft's archived documentation.

How it appears in analytics and logs

A user agent with an MSIE or Trident token claims Internet Explorer. Because real IE usage is now very low, such strings are often old or minimal clients, or automation wearing a dated browser identity.

Diagnostic use case

Recognise legacy IE patterns by MSIE and Trident tokens, and treat fresh IE-shaped traffic with suspicion given that genuine IE is now uncommon.

What WebmasterID can help detect

WebmasterID recognises legacy IE patterns server-side and records a coarse browser category, while keeping unverified IE-shaped automation in an honest bucket rather than assuming a real IE visitor.

Common mistakes

Privacy and accuracy notes

An IE user agent describes legacy browser software, not a person. WebmasterID stores a coarse browser category rather than a real visitor's raw string.

Related pages

Sources and verification notes

Last reviewed 2026-06-24. Facts are checked against primary/official sources where available; uncertain specifics are marked “Data not yet verified” rather than guessed.