Your laptop runs dozens of background processes without your knowledge. Apoint.exe is one of them. It belongs to the Alps Pointing-device Driver — software that lets your trackpad respond to taps, two-finger scrolling, pinch-to-zoom, and other gestures. On most laptops, this file comes preinstalled alongside the hardware. When it breaks, your touchpad either misbehaves or stops responding.
The genuine Apoint.exe file lives at C:\Program Files\Apoint2K\. If you spot it running from C:\Windows\System32 instead, treat it as a red flag — malware frequently hides behind this filename.
Apoint.exe, and select Open File Location.
Common Apoint.exe Errors
| Error Type | What Happens |
|---|---|
| Application crash | A pop-up reports the program stopped responding or closed unexpectedly. |
| File not found | The system cannot locate Apoint.exe at startup, blocking trackpad initialization. |
| High CPU usage | The process consumes excessive processor resources, slowing the machine. |
| Corrupted binary | The trackpad behaves erratically due to file corruption or infection. |
Why Apoint.exe Breaks
| Root Cause | Explanation |
|---|---|
| File corruption | The binary gets damaged and can no longer run properly. |
| Outdated driver | Old Alps packages create conflicts with newer Windows builds. |
| Malware | Threats impersonate or tamper with Apoint.exe under its legitimate name. |
| Software conflicts | Security software like Norton can block Apoint from running, causing high CPU spikes. |
If your PC also throws DLL-related faults alongside Apoint errors, the repair logic is similar — see how Kernel32.dll errors are fixed on Windows for a comparable walkthrough.
How to Fix Apoint.exe Errors
Method 1: Run SFC and DISM
System File Checker and DISM can repair missing or corrupted Windows components that Apoint depends on.
Open Command Prompt as administrator (search cmd, right-click, select Run as administrator).
Run DISM first:
# DISM /Online /Cleanup-Image /RestoreHealth
Then run SFC:
# sfc /scannow
Restart the machine after both complete.
Method 2: Update the Trackpad Driver
Right-click the Start button and open Device Manager. Expand Mice and other pointing devices. Right-click your Alps touchpad entry and select Update driver, then choose Search automatically for drivers. Reboot once finished.
Method 3: Uninstall and Reinstall the Driver
In Device Manager, right-click the touchpad entry and select Uninstall device. Confirm the prompt, then restart. Windows detects the hardware again on boot and fetches a clean driver copy automatically.
For a manual reinstall, download the Alps driver package from your manufacturer’s support site before uninstalling so it’s ready to go.
Method 4: Scan for Malware
Threats commonly hide behind the Apoint.exe name, especially crypto-mining malware that drives up CPU usage. Run a full scan with Windows Defender or your preferred antivirus. For extra coverage, follow up with a dedicated scanner like Malwarebytes.
Apoint.exe processes appear simultaneously in Task Manager, treat the duplicate as malware until proven otherwise.
Method 5: Add Apoint to Your Antivirus Exception List
If you recently updated Norton Internet Security and Apoint’s CPU usage spiked afterward, Norton may be interfering. Open your Norton settings, locate the Exclusions or Exceptions section, and add C:\Program Files\Apoint2K\Apoint.exe to the list.
Method 6: Use System Restore
If the problem started after a recent Windows update or software install, roll back to a previous restore point. Type System Restore in the Windows search bar, select a date before the issue appeared, and follow the wizard. No files are deleted during this process.
Method 7: Clear Junk Files
Open Disk Cleanup from the Windows search bar. Select your primary drive (C:). Check boxes for temporary files and system-generated data, then confirm. Corrupted fragments in temp folders can interfere with driver initialization on startup.
Alternatively, run this from an elevated Command Prompt:
# cleanmgr /sagerun:1
Method 8: Disable Apoint from Startup
If Apoint drains CPU on every boot but your touchpad still works without it loaded, disable it from startup. Open Task Manager, go to the Startup tab, find the Apoint entry, and select Disable.
Method 9: Reinstall Windows
When every other method fails, a clean OS installation resets the system entirely. Back up your files first, then use Microsoft’s Media Creation Tool to prepare a bootable USB drive. Boot from it and follow the setup prompts.
Driver file errors across Windows often follow the same repair pattern. The steps for fixing emp.dll errors and the ASAPI driver file overlap significantly with what’s outlined above.
Keeping Apoint.exe Healthy
Most Apoint issues come from one of two sources: stale drivers or malware. Keeping your Alps driver package up to date and running periodic malware scans covers both. If errors return after trying every method above, a hardware technician can check whether the trackpad itself has a physical fault.
FAQs
Apoint.exe is the Alps Pointing-device Driver, preinstalled on many laptops. It is safe when located at C:\Program Files\Apoint2K\. If found in System32, it is likely malware.
Run a malware scan first, then add Apoint.exe to your antivirus exception list if Norton is installed. Disabling it from Task Manager’s Startup tab also stops the CPU drain at boot.
Some users report the touchpad still works after removing it. Deleting it removes gesture support and trackpad settings. Disabling it from startup rather than deleting it is the safer choice.
The legitimate file path is C:\Program Files\Apoint2K\Apoint.exe. Any other location — particularly inside the Windows or System32 folder — indicates a compromised file.
The file was deleted, corrupted, or removed by a security tool that flagged it incorrectly. Reinstalling the Alps touchpad driver from Device Manager or your laptop manufacturer’s site restores it.