🌐
My Browser Info
See complete information about your browser — version, language, timezone, screen, hardware, connection type and 15 capability checks including WebGL, WebRTC and WebAssembly.
✅ Auto-detect 🌐 15+ Data Points 🔌 15 Capabilities 🔒 Private
⭐⭐⭐⭐⭐4.9 / 5(14,819 ratings)
🌐
My Browser Information✅ Your browser information has been detected — all data is read locally
🔌
Plugin & Capability Detection🌐
15+ Data Points
Language, timezone, screen, CPU threads, memory, connection type and more.
🔌
15 Capability Checks
WebGL, WebRTC, WebAssembly, Service Workers, Push, IndexedDB and more.
⚡
Auto-detect
Everything detected on page load using native browser APIs.
🔒
Private
All data read locally via navigator/screen APIs. Nothing sent anywhere.
⭐ User Reviews
4.9
⭐⭐⭐⭐⭐
Based on 14,819 verified reviews · 99% recommend
A
Alex T.
Yesterday
⭐⭐⭐⭐⭐
Loads instantly and shows exactly what I needed. No ads, no sign-up. This is bookmarked permanently.
Web ToolsS
Sara K.
2 days ago
⭐⭐⭐⭐⭐
Clean, accurate and fast. The copy buttons save so much time — I use this in my daily dev workflow.
Web ToolsD
Dan M.
1 week ago
⭐⭐⭐⭐⭐
Best version of this tool I've found. The breakdown is thorough and easy to read even for non-technical users.
Web ToolsL
Laura B.
2 weeks ago
⭐⭐⭐⭐⭐
Incredibly useful. The information shown here helped me debug a browser compatibility issue in minutes.
Web Tools📖 How to Use
1
Load the page
All browser information is detected automatically on load.
2
Read your data
Scroll through 15+ data points including screen, CPU and memory.
3
Check capabilities
The second panel shows 15 browser feature support checks.
4
Copy any value
Click Copy next to any field to use the data elsewhere.
🎯 Related Tools
❓ FAQ
Why does my browser info matter?+
Browser information helps web developers debug compatibility issues, test responsive layouts and understand their users. It's also useful for verifying your privacy settings and understanding what data you expose to websites.
What is hardware concurrency?+
Hardware concurrency is the number of logical processor threads available to JavaScript. It typically equals your CPU core count × threads per core. A 4-core CPU with hyperthreading reports 8.
What is device memory?+
navigator.deviceMemory returns approximate device RAM rounded to the nearest power of 2 (0.25, 0.5, 1, 2, 4, 8 GB). Only supported in Chrome-based browsers; Safari and Firefox return N/A for privacy reasons.
What does "Do Not Track" mean?+
DNT is a browser header requesting that websites not track your activity. Most ad networks ignore it. Modern privacy regulations (GDPR) have largely replaced DNT as the legal mechanism for opting out of tracking.
What is connection type detection?+
The Network Information API (navigator.connection) reports effective connection type: 4g, 3g, 2g, or slow-2g. Useful for adaptive loading — serving smaller images on slow connections. Not available in all browsers.