Device & Browser Info Checker
This device and browser info checker shows exactly what information your browser exposes about your hardware, screen, network, and privacy settings. Understanding your digital footprint is the first step to protecting your privacy online.
What Information Does Your Browser Share?
Every time you visit a website, your browser automatically shares a surprising amount of information about your device and setup. This includes your operating system, browser version, screen resolution, installed plugins, language preferences, timezone, and even hardware details like CPU cores and available memory. Websites use this information for legitimate purposes like rendering content correctly for your screen size and language, but it can also be used to create a unique profile that tracks you across the web without cookies.
Browser Information
The user agent string is one of the most commonly shared pieces of information. It tells websites your browser name, version, operating system, and sometimes device model. The platform property reveals your operating system family (Win32, MacIntel, Linux, etc.). Language settings show your preferred language and all accepted languages, which can reveal your nationality or location even without IP-based geolocation. These details are sent with every HTTP request your browser makes.
Hardware Detection
Modern browsers expose hardware information through JavaScript APIs. The hardwareConcurrency property reveals how many CPU cores your device has. The deviceMemory API shows available RAM in gigabytes. WebGL provides access to your GPU model and vendor through debug renderer info extensions. Touch point detection reveals whether you are using a touchscreen device and how many simultaneous touch points it supports. The Battery Status API (where supported) can even report your battery level and charging status.
Screen and Display Information
Your screen resolution, color depth, and device pixel ratio are all accessible to websites. The device pixel ratio is particularly telling, as it can distinguish between standard displays and high-DPI (Retina) screens. Combined with the actual viewport size, websites can often determine your specific device model. For example, an iPhone 15 Pro has a distinctive combination of screen dimensions and pixel ratio that sets it apart from other devices. This information is essential for responsive web design but also contributes to browser fingerprinting.
Network and Privacy Signals
The Network Information API exposes your connection type (4G, WiFi, etc.), estimated downlink speed, and round-trip time. Privacy-related signals include whether cookies are enabled, the Do Not Track header setting, and your timezone. Ironically, enabling Do Not Track can make you more identifiable because relatively few users enable it, making it a distinguishing signal rather than a privacy protection. The combination of all these data points creates a remarkably unique fingerprint that can identify your browser across different websites and sessions.
Why This Matters for Privacy
Browser fingerprinting is increasingly used as an alternative to cookies for tracking users online. Unlike cookies, fingerprints cannot be easily cleared or blocked. Advertisers, analytics companies, and even some websites use fingerprinting to identify returning visitors, serve targeted ads, and detect fraud. Understanding what your browser reveals is the first step toward making informed decisions about your online privacy. Tools like this help you see exactly what data you are exposing and take steps to minimize your digital footprint.