WebmasterID logoWebmasterID
User agents

Vivaldi browser user agent

Vivaldi is a Chromium-based browser from Vivaldi Technologies. Because it is built on Chromium, its user-agent string follows the Chrome pattern and may include a Vivaldi version token; on some platforms Vivaldi reports a Chrome-only string with no Vivaldi marker. Treat it as a real human browser, not automation.

Partially verified

What this means

Vivaldi is a desktop and Android browser built on the Chromium open-source project. Like Edge, Brave, and Opera, it shares Chrome's rendering engine, so its user agent inherits the Chrome structure: a Mozilla/5.0 prefix, a platform token, AppleWebKit and Chrome version markers, and Safari for compatibility.

Vivaldi may append its own product token with a version number after the Chrome marker. However, Vivaldi has at times shipped a user agent identical to plain Chrome to avoid breaking sites that sniff for specific browsers, so a missing Vivaldi token is not proof the visitor is not using Vivaldi.

How Vivaldi identifies itself

When present, the distinguishing signal is a Vivaldi product token plus version appended to an otherwise Chrome-shaped string. Match on the literal Vivaldi token rather than the version, which changes with each release.

For reliable browser detection, prefer Client Hints (the Sec-CH-UA header) where available, since the legacy user-agent string is increasingly frozen and reduced across Chromium browsers.

Why it matters for analytics

Vivaldi is a real human browser, so it belongs in human traffic, not bot traffic. If your dashboards group all Chromium engines under Chrome, Vivaldi users may be undercounted as Chrome.

Do not block Vivaldi as automation merely because it resembles Chrome. The presence of a Vivaldi token, normal navigation timing, and Client Hints all indicate a genuine browser session.

How it appears in analytics and logs

A user agent following the Chrome pattern that also contains a Vivaldi token is the Vivaldi desktop or Android browser — a human visit on the Chromium engine. The absence of the token does not prove a request is not Vivaldi, because the browser does not always advertise itself.

Diagnostic use case

Recognise Vivaldi visitors when auditing browser-share, and understand why a fraction of real Chromium-engine traffic may not carry a distinct Vivaldi label.

What WebmasterID can help detect

WebmasterID classifies Vivaldi as a human Chromium-engine browser rather than a bot, so it is counted in human analytics. It surfaces the browser family as context without building a fingerprint from it.

Common mistakes

Privacy and accuracy notes

Vivaldi is identified only from the request user-agent token. No visitor identity, device fingerprint, or exact location is involved. WebmasterID records the browser family as coarse context, never as a personal identifier.

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.