Information

Everything worth knowing about the Synaptics touchpad driver

Technical background on how the driver fits into Windows, how it differs across devices, and how to confirm exactly what is running on your machine today.

How the driver fits into Windows

Windows communicates with touchpad hardware through the Human Interface Device (HID) stack. Since Windows 10, most laptops use Microsoft's Precision Touchpad (PTP) specification, a standard that defines how gestures, palm rejection, and pointer behavior should work. Synaptics supplies the hardware-specific firmware and driver layer that lets its touchpad chips speak this standard correctly, and laptop manufacturers (OEMs) tune that layer for each individual model.

Because of this layered design, two laptops with a Synaptics touchpad can end up with different driver packages, version numbers, and release schedules, even if both run the same version of Windows.

Precision Touchpad vs. legacy driver mode

AspectPrecision Touchpad (PTP)Legacy mode
Gesture handlingManaged by Windows SettingsManaged by a separate control panel
Typical devicesMost laptops from 2015 onwardOlder or budget models
Configuration locationSettings > Bluetooth & devices > TouchpadVendor-branded touchpad panel
Update sourceWindows Update or OEM packageOEM package only

You can tell which mode your laptop uses by opening Settings and searching for "Touchpad": Precision Touchpad devices show a dedicated gesture and sensitivity panel built into Windows.

Checking the version currently on your device

  1. Right-click the Start button and select Device Manager.
  2. Expand Mice and other pointing devices.
  3. Right-click the entry named Synaptics or HID-compliant touch pad and choose Properties.
  4. Open the Driver tab to see the current version and date.

Keep this version number on hand — it makes it easy to confirm whether a newer package is actually available before you act on one.

Compatibility notes