Snaplytics JS Tests

Multi-Touch Test

Check how many simultaneous touches your phone or tablet screen can track. Place several fingers on the pad — each gets a numbered circle, and the peak keeps the highest count you reach.

Ready
0now· peak0
Touch here with as many fingers as you can

Open this page on the phone or tablet you want to test. A mouse counts as a single pointer.

Touches now
0
Peak at once
0
Browser limit

Place several fingers on the pad — the counters show how many simultaneous touches your screen tracks.

Add one at a time

Lower fingers one by one. Where the count stops is your screen’s real limit.

Capped at 10?

Not a fault — ten points, one per finger, is the industry standard.

Jumpy circles

Circles that flicker, vanish, or drift while fingers hold still suggest a failing digitizer.

Multi-touch is what makes a touchscreen more than a pointer: pinch-to-zoom needs two clean contact points, rotation gestures need three, and mobile games expect both thumbs plus more. It also fails silently. A cracked corner, a cheap replacement digitizer, or a dying touch controller usually keeps single taps working — so the phone feels fine — while the second or third finger is dropped. Worth thirty seconds before buying a used phone, after a screen repair, or when a game keeps missing your second thumb.

Each finger arrives as a separate pointer through the browser’s Pointer Events API, and the test draws a numbered circle for each. Touches now counts what the digitizer tracks this instant; Peak at once remembers the highest it reached. Browser limit reads navigator.maxTouchPoints — the count the hardware claims to support, so a screen advertising ten but tracking two has a fault the spec sheet won’t admit. Use full-screen mode to fit all ten fingers. Everything runs locally in your browser.

Why does the counter stop at 10?

Ten points — one per finger — is the industry standard for phone and tablet digitizers, and the controller firmware stops reporting contacts beyond its designed limit. A device capping at exactly 10 is working perfectly. Budget phones and e-readers may stop at 2 or 5, which still covers pinch-to-zoom. What is not normal: a peak stuck at 1 on hardware claiming more, contacts vanishing when a second finger lands, or circles drifting while your fingers hold still — signs of a damaged digitizer or a bad replacement screen. Run the Touch Screen Test to check for dead regions.

Typical multi-touch limits by device

DeviceTypical touch pointsNotes
Budget phones & e-readers2–5Covers pinch-to-zoom; multi-finger gestures may struggle
Modern smartphones10The industry standard — one point per finger
Tablets (iPad, Android)10Two-hand input for drawing, gestures, split-keyboard typing
Windows touch laptops & 2-in-1s10Certification requires at least 5; most panels ship with 10
Interactive whiteboards & kiosks20–40+Built for several people using the display at once

Related tools