How to Fix a Laptop Touchpad That Is Not Working
A dead touchpad is most often toggled off by accident — a function key or a Windows setting — not broken. This guide checks the instant fixes first (the disable hotkey, the touchpad setting, the "turn off when a mouse is plugged in" option), then the driver, so you fix it in the right order.
- ✓Checks the function-key toggle and Windows setting that switch the touchpad off
- ✓Re-enables the precision-touchpad gestures and tap-to-click that updates reset
- ✓Refreshes the touchpad driver and clears mouse-driver conflicts
Best when the touchpad stopped after an update, after plugging in a mouse, or when gestures/tap-to-click stopped working.
Main Troubleshooting Guide
How to Fix Driver Issues →Complete symptoms, causes, and step-by-step solutions
Symptoms
You might be experiencing this problem if you notice:
- •Touchpad is completely unresponsive to movement and taps
- •The cursor jumps, jitters, or moves erratically
- •Multi-finger gestures (scroll, zoom, three-finger swipe) stopped working
- •Tap-to-click does nothing (but physical clicks still work)
- •The touchpad stopped after a Windows update
- •The touchpad is dead only while a USB/Bluetooth mouse is connected
- •The touchpad section is missing from Settings entirely
- •Cursor works but is slow/laggy or has wrong sensitivity
Quick triage: if the touchpad died right after plugging in a mouse, it is the "disable touchpad when a mouse is connected" setting; if gestures/tap broke after an update, it is the driver; if it is fully dead, try the function-key toggle first.
What RescuePC checks for touchpad problems
RescuePC checks the touchpad toggle, settings, and driver together and applies the safe fixes, so you do not have to navigate Settings and Device Manager with only a keyboard.
- →Detects the touchpad being disabled by the function-key hotkey or Windows setting
- →Re-enables precision-touchpad gestures and tap-to-click reset by updates
- →Clears the "disable touchpad when a mouse is connected" option
- →Refreshes or reinstalls the touchpad driver (Precision, Synaptics, or ELAN)
- →Resolves conflicting third-party mouse drivers that disable the touchpad
This is most useful when the touchpad is fully dead and navigating with only the keyboard is painful, or when gestures broke after an update.
When These Fixes Resolve It
- ✓The touchpad was toggled off or disabled in Settings
- ✓It dies only when a mouse is connected
- ✓Gestures or tap-to-click stopped after an update
- ✓The cursor is jumpy due to a driver or sensitivity setting
These are toggle, setting, and driver faults — exactly what the hotkey/Settings check, the mouse-coexistence option, and the driver refresh repair.
When the Touchpad Is Physically Faulty
A few cases are hardware:
- ⚠The touchpad is dead in BIOS and in a new user account after a driver reinstall
- ⚠The pad is cracked, was hit, or had a liquid spill
- ⚠Physical clicks feel loose/stuck or the pad lifts at a corner
Common Causes
- ⚠The touchpad was toggled off with the function key (Fn + F-key with a touchpad icon)
- ⚠The touchpad is turned off in Settings
- ⚠"Leave touchpad on when a mouse is connected" is unchecked, so it dies with a mouse plugged in
- ⚠Outdated, reset, or update-replaced touchpad driver
- ⚠Tap-to-click and gestures disabled in the precision touchpad settings
- ⚠A conflicting third-party mouse driver disabling the built-in pad
- ⚠Palm-rejection / sensitivity set too aggressively (jumpy or unresponsive cursor)
- ⚠A physically dirty, wet, or damaged touchpad surface
Solutions
Solution 1: Re-enable the Touchpad (Hotkey + Setting)
- 1Look for a key with a touchpad icon (often F5, F6, F7, F9, or F23) and press it — usually with Fn
- 2Open Settings > Bluetooth & devices > Touchpad (use Tab/arrow keys + Enter if the cursor is dead)
- 3Make sure the "Touchpad" toggle is ON
- 4Expand "Taps" and enable "Tap with a single finger to single-click"
- 5Test movement and tapping
Solution 2: Stop the Touchpad Disabling With a Mouse
- 1Open Settings > Bluetooth & devices > Touchpad
- 2Ensure "Leave touchpad on when a mouse is connected" is CHECKED
- 3On some Synaptics/ELAN laptops this lives in Control Panel > Mouse > the touchpad/Device Settings tab — uncheck "Disable when external USB pointing device is attached"
- 4Unplug the mouse and confirm the touchpad now stays alive with it connected
- 5Re-test gestures
Solution 3: Re-enable Gestures and Tap-to-Click
- 1Open Settings > Bluetooth & devices > Touchpad
- 2Under "Taps", enable tap-to-click and two-finger tap if you use them
- 3Under "Scroll & zoom", enable "Drag two fingers to scroll" and pinch-to-zoom
- 4Under "Three-finger gestures" / "Four-finger gestures", set the actions you want
- 5If these options are missing, your precision-touchpad driver needs reinstalling (next step)
Solution 4: Update or Reinstall the Touchpad Driver
- 1Right-click Start > Device Manager > expand "Mice and other pointing devices"
- 2Right-click the touchpad (Precision Touchpad, Synaptics, or ELAN) > Update driver > Search automatically
- 3If gestures broke after an update, use the Driver tab > Roll Back Driver
- 4If still broken, Uninstall device and restart to force a clean reinstall — for best gesture support install the laptop maker's touchpad driver
- 5Restart and test
Solution 5: Fix Jumpy Cursor and Rule Out Hardware
- 1Wipe the touchpad with a clean, dry cloth — moisture and grease cause jumpy/erratic tracking
- 2In Settings > Touchpad, lower the cursor speed and increase touchpad sensitivity to "Medium" if taps are missed
- 3Disable any third-party mouse utility (gaming mouse software) that may be hijacking input, then test
- 4Boot into BIOS/UEFI; some laptops have an "Internal Pointing Device" setting that must be Enabled
- 5If the pad is dead in every account and after a driver reinstall, the hardware or its cable may be faulty
Fix a dead touchpad — the exact commands
Touchpads die from three software causes: accidentally disabled (Fn key or settings), a failed precision driver, or a stuck HID stack. Plug in a USB mouse to run these.
start ms-settings:devices-touchpadOpens touchpad settings — confirms the master toggle and "leave touchpad on when a mouse is connected" state.
Get-PnpDevice -Class Mouse | Format-Table Status, FriendlyNameLists pointing devices with driver status. An Error state on the I2C HID device is the classic laptop-touchpad failure.
pnputil /enum-devices /problemLists devices with problem codes — catches "I2C HID Device cannot start (Code 10)" which kills the touchpad entirely.
sfc /scannowRepairs corrupted system files including the HID/I2C driver stack.
Most laptops also have an Fn-row touchpad toggle (commonly F5–F9, look for the touchpad icon) — check it first. RescuePC automates the device re-detection and driver-stack checks.
Why Did the Touchpad Stop?
Completely dead, no movement
Likely cause: Toggled off by the function key or Windows setting
Dead only when a mouse is plugged in
Likely cause: The "disable touchpad when a mouse is connected" option
Gestures / tap-to-click stopped after an update
Likely cause: The precision-touchpad driver was reset or replaced
Cursor jumps/jitters erratically
Likely cause: Driver issue, palm-rejection setting, or a dirty/wet pad surface
Fix Touchpad Not Working Automatically
RescuePC Toolkit includes 109+ automated repairs that fix this problem with one click. No command line knowledge required.
Download Now - Free TrialNo credit card required • Works on Windows 10 & 11
Check the Toggle Before the Driver
Most dead touchpads are switched off, not broken — fixing in the right order saves a needless driver reinstall.
- →Fully dead = function-key toggle / Settings toggle
- →Dies with a mouse = the coexistence setting
- →Gestures gone after update = driver
- →Dead in BIOS too = hardware