Game console user agents
PlayStation 5 and 4, Xbox Series X|S, Xbox One, Nintendo Switch, Wii U and Steam Deck browser strings.
20 user agents
0 matching user agents ·
| User agent string | Browser | Platform | Device | Actions |
|---|
Three platforms, three engines
Consoles are unusually easy to identify — each ships a clearly branded token — but they run very different engines underneath.
PlayStation 5: Mozilla/5.0 (PlayStation; PlayStation 5/9.60) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.0 Safari/605.1.15
Xbox Series X: Mozilla/5.0 (Windows NT 10.0; Win64; x64; Xbox; Xbox Series X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0
Switch: Mozilla/5.0 (Nintendo Switch; WifiWebAuthApplet) AppleWebKit/609.4 (KHTML, like Gecko) NF/6.0.2.22.6 NintendoBrowser/5.1.0.23519
PlayStation runs WebKit and reports a Safari version, so it behaves broadly like Safari of the same vintage. Xbox runs the Windows shell and reports a full Windows platform block plus an Edg token — a naive parser will classify an Xbox as a Windows desktop, which is why the Xbox token has to be checked before the platform block. Nintendo uses its own NetFront-derived browser.
The Switch has no general browser
Nintendo never shipped a standalone browser on the Switch. The WifiWebAuthApplet in the string is the captive-portal handler that appears when joining a hotel or airport network, and ShareApplet is the social-sharing view. Both are real, both appear in server logs, and neither can be navigated to arbitrary URLs by the user — so Switch traffic to a general website is far rarer than the install base would suggest.
Steam Deck
The Steam Deck runs SteamOS, an Arch Linux derivative, and its browser is desktop Chrome. Strings from the Steam client's built-in overlay carry Valve Steam GameOverlay; the desktop-mode browser sends an ordinary Linux Chrome string with no console marker at all.
Frequently asked questions
Why does an Xbox look like a Windows PC?
Because it largely is one. The Xbox system software is built on Windows, and its browser is Edge, so the user agent carries a genuine Windows NT 10.0; Win64; x64 platform block. The only distinguishing markers are the Xbox and Xbox Series X tokens appended inside that block — check for those before you conclude a request came from a desktop.
Can I detect a PS5 versus a PS4?
Yes, easily — the model and firmware version are both in the string: PlayStation 5/9.60 against PlayStation 4 11.00. Note the punctuation differs between generations, a slash on PS5 and a space on PS4, so a single regex has to allow for both.
Do console browsers support modern web features?
PlayStation 5 tracks a reasonably recent WebKit and handles most modern CSS and JavaScript. Xbox ships Chromium Edge and is effectively current. The Nintendo Switch applet browser is the weakest of the three by a wide margin and should be treated like a legacy engine if you support it at all.
Other categories
Desktop & Laptop
Chrome, Firefox, Safari, Edge and Opera on Windows, macOS, Linux and Chrome OS.
8,989 user agentsMobile Phones
Android and iOS phones from Samsung, Apple, Google, Xiaomi, OPPO, vivo and more.
15,434 user agentsTablets
iPad, Galaxy Tab, Fire tablets, Lenovo Tab and Windows 2-in-1 devices.
2,680 user agentsSmart TVs & Streaming
Samsung Tizen, LG webOS, Android TV, Roku, Fire TV, Apple TV and Chromecast.
86 user agentsWearables & XR
Apple Watch, Wear OS smartwatches, Meta Quest, PICO and Apple Vision Pro.
13 user agentsIn-App Browsers
Facebook, Instagram, TikTok, WeChat, LINE webviews and Electron desktop apps.
108 user agents