CPS Test
Click as fast as you can for a fixed time window and see your clicks-per-second score, with a running history of your best attempts.
🔒 This tool runs entirely in your browser. Your files are never uploaded to a server.
Time left: 5.0s
History (this session)
No attempts yet — your best run will be marked ★.
How CPS Test works
- Pick a test duration — 5, 10, or 15 seconds.
- Click the pad to start; the timer begins on that first click, and every subsequent click within the window is counted.
- When time runs out, your total click count is divided by the duration to give clicks-per-second (CPS).
- Each attempt is added to a running history for the session, with your best run marked ★.
The formula
CPS = total clicks ÷ test duration in seconds. Clicking is measured with the browser's
high-resolution performance.now() timer rather than a coarser wall-clock timer, so the
countdown and cutoff stay accurate to a few milliseconds.
FAQ
How is CPS actually calculated?
Total clicks registered during the run, divided by the test duration in seconds — a 10-second run with 65 clicks scores 6.5 clicks per second. The timer starts on your very first click, not before, so waiting to get ready doesn't cost you any time.
What's a good CPS score?
Casual clicking with a single finger typically lands around 5-7 CPS. Experienced "jitter clicking" or "butterfly clicking" techniques (used competitively in some games) can push scores past 10-12 CPS, though sustaining that for a full 10 seconds is harder than a 1-second burst.
Does the history save between visits?
No — the history list is kept only in the page's memory for this session. Reloading the page or closing the tab clears it, since nothing about your clicking is ever sent to or stored on a server.
How we compare
| Feature | Online Tool Store | Counting clicks with a stopwatch | A generic click-test site |
|---|---|---|---|
| No file upload — runs in your browser | ✓ | N/A | ✗ |
| No sign-up required | ✓ | ✓ | ✗ |
| Free, no watermark | ✓ | ✓ | ✗ |
A stopwatch and manual tally can't keep up with real click speed. CPS Test times to the millisecond, counts every click precisely, and keeps a running history so you can track improvement across attempts.