Live Mouse Position Tracker
Track your mouse cursor position and click coordinates in real time.
Move here for relative position
How to use this tool
- Open this page — it runs instantly in your browser, no signup or install.
- Allow any permission prompt if asked; everything stays on your device.
- Use the on-screen controls — results update live.
Track your mouse cursor position and click coordinates in real time.
Frequently asked questions
- What is the difference between clientX and pageX?
- clientX/clientY are relative to the viewport. pageX/pageY include scroll offset, so they differ when the page is scrolled.
- What is screenX?
- screenX/screenY give the position relative to your physical monitor, not the browser window.