AbraCalc

Live Mouse Position Tracker

Track your mouse cursor position and click coordinates in real time.

Move your mouse over the page…
Move here for relative position
Embed this tool on your site

How to use this tool

  1. Open this page — it runs instantly in your browser, no signup or install.
  2. Allow any permission prompt if asked; everything stays on your device.
  3. 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.