What Is My User Agent?

Your browser sends the following User Agent string with every request.

Parsed Details

What is a User Agent?

A User Agent (UA) is a string of text that your web browser sends to every website you visit. It acts like a digital name tag, identifying your browser, its version number, and your operating system to the web server. This allows the server to understand what kind of device is accessing it.

What is it Used For?

Examples of User Agent Strings

User Agent strings can vary greatly. Here are a few examples:

Chrome on Windows 10:

Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36

Safari on an iPhone:

Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1

Googlebot (Google's Web Crawler):

Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)