Skip to content

Uninstalling

  1. Open Settings → Apps → Installed apps (Windows 11) or Control Panel → Programs → Uninstall a program (Windows 10).
  2. Find Phantom Pad in the list and click Uninstall.
  3. The uninstaller will stop and remove the background service automatically.

Note: The uninstaller will prompt to remove the ViGEmBus driver, but some other apps might depend on it, so only delete it if you’re sure nothing else uses it.

  1. Close phantompad.exe if it is running.
  2. Delete the executable.
  3. Optionally remove the firewall rule

If Phantom Pad was the only application using ViGEmBus and you want to remove it:

  1. Open Settings → Apps → Installed apps.
  2. Find ViGEmBus and uninstall it.
  3. Reboot your PC to complete driver removal.

  1. Stop and disable the service:
    Terminal window
    sudo systemctl disable --now phantompad
  2. Remove the service file:
    Terminal window
    sudo rm /etc/systemd/system/phantompad.service
    sudo systemctl daemon-reload
  3. Remove the binary:
    Terminal window
    sudo rm /usr/local/bin/phantompad
  1. Kill the process if it’s running:
    Terminal window
    pkill phantompad
  2. Delete the binary:
    Terminal window
    rm ./phantompad

If you added the udev rule during installation and want to clean it up:

Terminal window
sudo rm /etc/udev/rules.d/99-uinput.rules
sudo udevadm control --reload-rules

You can also remove your user from the input group if it was added solely for Phantom Pad:

Terminal window
sudo gpasswd -d $USER input

Log out and back in for the group change to take effect.