← Back to all tools

🌐 Browser Info

What browser am I using? Full browser & system details

User Agent String

Feature Support

About Browser Info

Instantly detect your browser, operating system, language, and supported features. See your full user agent string, check for WebGL, WebRTC, Service Worker support, and more. Useful for debugging, tech support, and testing browser capabilities.

How to Use Browser Info

  1. Open this tool — your browser information is detected automatically
  2. View your browser name, version, and rendering engine
  3. Check your operating system and device information
  4. Review screen resolution and viewport dimensions
  5. See supported web features and capabilities

About Browser Info

Knowing your browser's details is essential for web development, troubleshooting, and security. This tool instantly detects and displays your browser name and version, operating system, screen resolution, viewport size, user agent string, enabled features (JavaScript, cookies, localStorage), installed plugins, and supported APIs. Web developers use this information to debug compatibility issues — if a website looks broken, the first question is always 'what browser are you using?' It's also useful for tech support, filling out bug reports, and checking that your browser is up to date for security patches. All detection happens client-side using standard JavaScript APIs — no server requests or data collection involved.

Frequently Asked Questions

What is a user agent string?

The user agent is a text string your browser sends with every web request, identifying itself. It includes browser name, version, OS, and rendering engine. Websites use it to serve compatible content. Modern browsers have complex user agents for backward compatibility.

Why does my browser show a different resolution than my screen?

Your screen's physical resolution and your browser's viewport can differ due to display scaling (e.g., 150% on a 4K monitor) and browser chrome (toolbar, scrollbars). CSS pixels may not equal physical pixels on high-DPI screens.

Is my browser up to date?

Check your browser version against the latest release: Chrome and Edge update every 4 weeks, Firefox every 4 weeks, Safari with macOS updates. Outdated browsers miss security patches and modern web features.

What is a rendering engine?

The rendering engine interprets HTML, CSS, and JavaScript to display web pages. Blink (Chrome, Edge, Opera), Gecko (Firefox), and WebKit (Safari) are the three major engines. They can render pages slightly differently.

Can websites detect my real browser if I change user agent?

Partly — while changing the user agent string fools basic detection, advanced browser fingerprinting uses canvas rendering, WebGL, font enumeration, and timing attacks to identify browsers more accurately.

Related Tools

Screen Resolution Detector → DNS Lookup → Password Strength Checker → User Agent Parser →