Browser info tools show what your browser reveals about itself to every website you visit. This free tool auto-detects and displays your browser name and version, operating system, screen resolution, viewport size, pixel ratio, timezone, language, and privacy settings. Useful for support tickets, responsive design testing, or just curiosity. No sign-up required.
What Is My Browser auto-detects your full browser environment as soon as you open the page. It shows browser name and version, operating system and version, platform, screen resolution, viewport size, pixel ratio (DPI), color depth, display orientation, system language and language list, timezone, preferred color scheme, Do Not Track status, cookie support, touch point count, and network connection type. All detection is 100% client-side using standard browser APIs: navigator, screen, window, and Intl. No data is sent to any server and the page works without any network requests. This tool is useful for developers testing responsive layouts across devices, support teams gathering environment details from users, and anyone curious about what information their browser exposes. For the UA string that identifies your browser to servers, see User Agent Parser. For your public IP address and network details, see IP Address Lookup.
Browsers expose a surprisingly large amount of information through standard web APIs without any special permissions. The combination of screen resolution, device pixel ratio, timezone, language list, browser version, and OS version creates a fingerprint that can uniquely identify many users even without cookies. The EFF (Electronic Frontier Foundation) research project Panopticlick demonstrated that the vast majority of browsers are unique across these parameters, with browser fingerprints being stable enough to track users across sessions. In response, browser vendors have been progressively reducing the fingerprinting surface. Firefox randomizes the canvas fingerprint when privacy.resistFingerprinting is enabled. Safari limits access to certain APIs and reduces screen resolution precision in certain contexts. Chrome's Privacy Sandbox project aims to replace third-party cookies with aggregated interest-group advertising APIs that reduce cross-site tracking. The Do Not Track (DNT) header, shown as a preference in this tool, is a browser setting that sends a request header asking websites not to track the user. However, DNT is a voluntary signal with no legal enforcement in most jurisdictions, and most advertising networks do not honor it. The Global Privacy Control (GPC) signal is a more recent initiative with legal weight in California under the CPRA, which requires covered businesses to honor it. Timezone and language detection are legitimately useful for web applications: timezone is used to show correct local times, and language is used for automatic locale selection and serving translated content. The viewport and screen resolution are critical for responsive design testing.