You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After some trial and error, I finally got my A3120 Magic Trackpad working on Windows 11.
Here’s my procedure (I uninstalled all the drivers and redid everything from scratch).
Perquisites
Download Apple official trackpad drivers from here
Steps
0. (click to expand) Uninstall any drivers associated with trackpad (optional)
/* You can skip this step if you haven’t force-installed any drivers for the Apple Trackpad. */
First open powershell/cmd in admin mode. (you can find one in win+x)
# Run the uninstall commands, and replace oemXXX.inf with the one you found.# For me, it's oem231.inf oem168.inf oem230.inf> pnputil /uninstall /delete-driver oemXXX.inf
Enter the folder and right-click the .inf, choose install
Connect your trackpad via type-c, then open device manager.
The trackpad should work like a buggy trackpad (can only move cursor and left click)
Select View-> devices by container
Find Magic Trackpad, You can easily find it since it's not working XD
Ignore the alert mark, select the USB Input Device with USB\VID_05AC&PID_0324&REV_0410&MI_01
Note
It may vary, so here's another way to find out the correct USB Input Device
Just disable each USB Input Device one by one. After you disable one, test whether the trackpad still works.
Install the imbushuo driver like this
Also, you can choose to use `Apple official` driver
Force-install `Apple USB xxx` driver to this device
Installing the driver may take about 30 seconds, so please be patient.
(Optional) Confirm and reboot (it should work without rebooting — at least on my laptop).
Now the Magic Trackpad should work over USB as a Precision Touchpad.
You can use the config tool from this repository to tweak your trackpad(No need to click install driver, just apply is ok)
Bluetooth Setup
Disconnect the USB
Pair the trackpad via Bluetooth
Open Device Manager, Follow Step.2 in USB Step
Now you will see another trackpad like this, this time only one USB Input Device
Just like step.5 in USB Step, replace the driver with ApplePrecisionTrackpadBluetooth
Now the trackpad should work under bluetooth mode
Bonus
I expected the trackpad’s polling rate to differ between USB mode and Bluetooth mode, but there’s actually no difference on my A3120.
Update 26/02/03
After some trial and error, I finally got my A3120 Magic Trackpad working on Windows 11.
Here’s my procedure (I uninstalled all the drivers and redid everything from scratch).
Perquisites
Download Apple official trackpad drivers from here
Steps
0. (click to expand) Uninstall any drivers associated with trackpad (optional)
/* You can skip this step if you haven’t force-installed any drivers for the Apple Trackpad. */
First open powershell/cmd in admin mode. (you can find one in win+x)
Find

applerelated ouputs:Find

wangrelated outputs, if you have installed any drivers from https://github.com/imbushuo/mac-precision-touchpadNow, re-plug the magic trackpad.
USB Setup
(click to expand) Prepare imbushuo's driver
.inf, chooseinstallConnect your trackpad via type-c, then open
device manager.The trackpad should work like a buggy trackpad (can only move cursor and left click)
Select
View-> devices by containerMagic Trackpad, You can easily find it since it's not working XDUSB Input DevicewithUSB\VID_05AC&PID_0324&REV_0410&MI_01Note
It may vary, so here's another way to find out the correct

USB Input DeviceJust disable each USB Input Device one by one. After you disable one, test whether the trackpad still works.
imbushuo driverlike thisAlso, you can choose to use `Apple official` driver
Force-install `Apple USB xxx` driver to this deviceInstalling the driver may take about 30 seconds, so please be patient.
(Optional) Confirm and reboot (it should work without rebooting — at least on my laptop).
Now the Magic Trackpad should work over USB as a Precision Touchpad.

You can use the
config toolfrom this repository to tweak your trackpad(No need to clickinstall driver, justapplyis ok)Bluetooth Setup
Device Manager, Follow Step.2 inUSB Steptrackpadlike this, this time only oneUSB Input DeviceUSB Step, replace the driver withApplePrecisionTrackpadBluetoothNow the trackpad should work under bluetooth mode
Bonus
I expected the trackpad’s polling rate to differ between USB mode and Bluetooth mode, but there’s actually no difference on my A3120.

