Browser Information Checker
See what your browser reveals about itself and your device — language, timezone, screen, platform, and more. All read locally; nothing is uploaded.
Snapshot: 6/21/2026, 9:02:18 PM
Browser
System
Language & Time
Screen & Viewport
Network & Privacy
What this tool shows
Your browser exposes a range of information via browser APIs: the user-agent string, language preferences, screen dimensions, timezone, and more. This tool reads those values locally and displays them in one place. Browser and OS names are labelled "approximate" because user-agent strings can be spoofed, reduced (via UA-CH), or misidentified.
Field glossary
Privacy — reads locally, uploads nothing
This tool reads information your browser exposes locally via standard JavaScript APIs. Nothing is uploaded. No signup required. No server is contacted.
Frequently Asked Questions
Why are browser and OS labelled "approximate"?
Browsers can include misleading text in user-agent strings for compatibility reasons. For example, every Chromium-based browser includes "Safari" in its UA. Detection is a best guess, not a guaranteed fact. Modern browsers also support User-Agent Client Hints (UA-CH) which reduces the detail exposed.
Why is Device Memory blank?
navigator.deviceMemory is only exposed in Chromium-based browsers (Chrome, Edge, Opera). Firefox and Safari do not report it.
Why does the browser show a different screen size than my monitor?
The browser reports screen size in CSS pixels, not physical pixels. On HiDPI or Retina displays the device pixel ratio is above 1, so the CSS pixel count is lower than the physical pixel count. Multiply screen width/height by the device pixel ratio to get the physical pixel count.
What does the Viewport size mean?
The viewport is the usable area inside the browser window after the address bar and toolbars. It reflects window.innerWidth and window.innerHeight. Use the Refresh button to update if you resize the window.