Get real-time screen coordinates, perfect for web development, design and testing.
💡 Tip: Press PrtSc on your desktop, then Ctrl+V here to measure desktop coordinates.
This online screen coordinates tool helps you find the exact X and Y coordinates of your mouse pointer on the screen. An essential utility for frontend developers, UI/UX designers, and QA testers.
Select where the (0,0) point should be. "Top Left" is standard for websites.
Pick "Native" for physical pixels or "Display" for CSS pixels (with DPI scaling).
Click Start to enter fullscreen. Move mouse to see coordinates.
Press PrtSc (Print Screen) to capture your desktop (entire screen screenshot). Return to this tool and press Ctrl+V. The screenshot will become the background, allowing you to measure coordinates of any desktop application.
Open this tool, select origin, and move your mouse.
Native refers to physical pixels. Display includes scaling factor (DPI).
It's a free screen coordinates tool for verifying pixel-perfect designs, debugging, and automation scripts.
Yes! First minimize this site, open the app or page you want to capture, and press PrtSc (Note: capture the full screen). Then return here and paste by pressing Ctrl+V. The tool will load your screenshot as the background, allowing you to measure any position on it.
Screen coordinates are a system used to specify the position of a point on a computer display. In web development and most graphical user interfaces, the coordinate system typically starts from the top-left corner of the screen, which is designated as (0,0). The X-axis increases as you move to the right, and the Y-axis increases as you move down. This is different from the standard Cartesian coordinate system used in mathematics, where the Y-axis usually increases upwards.
Modern displays have high pixel densities (Retina, 4K, etc.). This introduces a distinction between physical pixels and CSS pixels. For example, a "Retina" screen might have a physical width of 2000 pixels but report a CSS width of only 1000 pixels (Device Pixel Ratio of 2). This tool allows you to switch between "Native" (physical) and "Display" (CSS) modes to understand this relationship better.
Precise coordinate tracking is crucial for: