WebmasterID logoWebmasterID
User agents

Nintendo Switch browser user agent

The Nintendo Switch includes a limited built-in web browser based on WebKit, used mainly for captive-portal logins and embedded views. Its user-agent string carries a NintendoBrowser product token alongside WebKit tokens, which identifies console traffic so you can separate it from desktop and mobile browsers.

Partially verified

What this means

The Switch's built-in browser is intentionally limited; it surfaces mainly for network sign-in pages and certain in-app web views rather than as a general browsing tool. It is based on WebKit, so it shares some Safari-family behaviour, but it is not a full desktop browser.

The NintendoBrowser token is the reliable signal that a request came from the console rather than from a phone or computer.

How it appears

Look for a Mozilla/5.0 prefix, WebKit tokens, and a NintendoBrowser product token, often with a Nintendo Switch platform indicator. Because the browser is WebKit-based, naive detection can mistake it for Safari; the NintendoBrowser token disambiguates it.

Match on the NintendoBrowser token rather than a version. The string is a claim and can be copied, so treat it as device context, not proof.

How it appears in analytics and logs

A WebKit-based user agent carrying a NintendoBrowser token indicates the Nintendo Switch's built-in browser. It is real human traffic from a game console, with a constrained browser rather than a full desktop one.

Diagnostic use case

Recognise Nintendo Switch console web traffic in logs, separate it from desktop and mobile browsers, and account for its limited browser capabilities.

What WebmasterID can help detect

WebmasterID can classify the NintendoBrowser token as console traffic, keeping game-console visits distinct from desktop and mobile in form-factor reporting.

Common mistakes

Privacy and accuracy notes

The NintendoBrowser token reveals the device class (a console browser), not who is using it. WebmasterID treats it as coarse device context only.

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.