MySysInfo — See What Your Browser Reveals About You<br>MYSYSINFO● LIVE SCAN<br>Here's what any website can see about you.<br>// My System Information on the Internet<br>IP_ADDRESS<br>reading...<br>● VISIBLE
A numerical label assigned to your device by your internet provider that identifies it on the network.<br>Learn more about your IP →<br>TIMEZONE<br>reading...<br>● VISIBLE
The UTC offset and regional timezone your device is currently set to (e.g. America/New_York, UTC−5).
COORDINATES<br>reading...<br>● VISIBLE
Estimated latitude and longitude for your connection, derived from the same IP lookup as the city and region above.
LOCATION<br>reading...<br>● VISIBLE
A rough geographic estimate of where you are, derived by looking up your IP address in a regional database.
DEVICE_TYPE<br>reading...<br>● VISIBLE
Whether your device is classified as a desktop, tablet, or mobile phone, based on your browser's user agent string.
OPERATING_SYSTEM<br>reading...<br>● VISIBLE
The underlying software running your device — Windows, macOS, Android, iOS, Linux, etc.<br>Learn more about your OS →<br>CPU_CORES<br>reading...<br>● VISIBLE
The number of logical processor cores available in your device, as reported by the browser.
PIXEL_RATIO<br>reading...<br>● VISIBLE
A number describing how many physical pixels make up one "logical" pixel — typically 2 on Retina/high-DPI displays.
SCREEN_RESOLUTION<br>reading...<br>● VISIBLE
The number of pixels wide and tall that make up your screen (e.g. 1920×1080).<br>Learn more about your screen →<br>VIEWPORT_SIZE<br>reading...<br>● VISIBLE
The size of your actual visible browser window — different from your full screen resolution if your browser isn't maximized.
BROWSER<br>reading...<br>● VISIBLE
The name and version number of the web browser you're using (e.g. Chrome 125, Firefox 126, Safari 17).<br>Learn more about your browser →<br>LANGUAGE<br>reading...<br>● VISIBLE
The preferred language (or ranked list of languages) configured in your browser or operating system.
COOKIES<br>reading...<br>● VISIBLE
A flag indicating whether your browser is configured to store small text files that websites can write and read back later.
DO_NOT_TRACK<br>reading...<br>● VISIBLE
An optional signal your browser can send asking websites not to track your behavior — most browsers no longer enable this by default.
// learn more about what gets shared<br>Your IP Address →Your Browser →Your Operating System →Your Screen →
Frequently asked questions<br>Why can websites see this data — and what do they actually do with it?
What is my IP address?<br>Your IP address is a numerical label assigned to your device by your internet provider that identifies it on the network. Every request your browser makes must include your IP address so the server knows where to send the response — it's a fundamental part of how the internet works. Websites use it for fraud detection, rate limiting, and regional content delivery.
Can a website tell what city I'm in?<br>Websites can make a rough geographic estimate of your location by looking up your IP address in a regional database — no GPS or permission required. Internet providers are assigned blocks of IP addresses for specific regions, so a site can cross-reference your IP to guess your city or country. This powers features like showing local currency, nearby stores, or language defaults.
Why does this show coordinates as well as a city name?<br>Both come from the same IP-based estimate and have the same accuracy — typically resolving to your internet provider's regional hub, not your exact address. Coordinates are shown separately because they're useful for a specific case: checking whether a VPN or proxy is successfully changing your apparent location. If you're connected to a VPN and these coordinates still match your real area, the VPN may not be masking your location correctly.
Can websites see what browser I'm using?<br>Yes. Browsers automatically send their name and version in something called the User-Agent header with every page request. Developers use this to test compatibility, serve the right code for older browsers, and understand which platforms their audience uses.
Do websites know if I'm using Windows or Mac?<br>Yes. Your operating system — Windows, macOS, Android, iOS, Linux, etc. — is included in the same User-Agent string as your browser, sent automatically with every request. Developers use it to ensure their site looks and works correctly across different platforms, and analytics tools use it to track broad device trends.
Can websites tell what type of device I'm using?<br>Yes. Your browser's user agent string includes signals that let websites infer whether you're on a desktop, tablet, or mobile phone. Web developers use this to serve device-appropriate layouts and features — for example, serving a touch-optimized interface to mobile visitors, or disabling certain animations on lower-powered devices.
Can websites see how many CPU cores my device has?<br>Yes. Browsers expose the number of logical processor cores through the navigator.hardwareConcurrency property,...