Free Touch Screen Test — Check Multi-Touch & Response
Verify multi-touch points and screen responsiveness.
Touch or drag on the area below. Each touch point is labeled with its ID.
Touch here to test
How it works
How to use the touch screen test
Simply drag your finger across the touch area. Each touch point will appear as a labeled circle showing its unique touch ID. Test different areas of your screen, try multi-touch gestures like pinch-to-zoom, and see how many simultaneous touches your device supports. The pressure and radius fields show additional data when your hardware provides it.
This test helps identify dead zones — areas where touch does not register at all — and erratic behavior where touch points jump or ghost. Both are common failure modes on damaged or worn touch screens.
Reading your results
Touch count
Place all ten fingers on the screen at once (or as many as you can). The touch counter shows how many points are tracked simultaneously. Fewer than expected points may indicate a hardware limitation or a damaged digitizer. Most modern phones track 10 points; many laptop touch screens track 5.
Jitter or ghost touches
If circles appear when you are not touching the screen, or if they flicker rapidly, the digitizer may be failing. This is common after a crack or liquid damage and typically requires screen replacement.
Pressure and radius
Not all devices report pressure or touch radius. If these fields stay empty, your hardware or browser simply does not expose that data — it is not a fault. Active styluses usually report pressure and tilt, while fingers typically only report contact geometry.
Touch vs. Pointer Events
This tool uses the Pointer Events API, which unifies mouse, touch, and stylus input into a single interface. It gives us a unique pointer ID, coordinates, pressure (0–1), width/height radius, and the pointer type (touch, pen, or mouse). This is the modern standard and works across all major browsers. Older frameworks relied on the Touch Events API, which is still supported but less consistent for cross-device testing.
Related tools
- Mouse & trackpad test — verify non-touch pointing devices.
- Used laptop checklist — run every hardware test in order.