1 Rookie
•
7 Posts
11
48716
July 23rd, 2020 11:00
XPS 15 7590, touchpad does not respond sometimes
Hello, My touchpad does not respond sometimes. I have to press the touchpad as if I wanted to click to move the pointer. I have the impression that it does this to me especially when the PC heats up a bit. It's been a year since I have this laptop and the problem has been occurring more and more recently. This is getting really annoying because I have to plug in a mouse. Is this a known issue on this model?


DarkMatter1
3 Posts
1
July 19th, 2021 07:00
I forgot to update my post here after trying out the solution posted by the other user. I noticed that the problem comes back after the laptop is rebooted. I have to complete all the steps in the solution every time after a reboot for it to work.
owilliams
2 Posts
1
August 17th, 2021 02:00
Still no fix of this from Dell. Getting kind of ridiculous now. Having to hibernate your laptop all the time just to use the trackpad isn't acceptable.
Spice Whale
5 Posts
0
August 26th, 2021 18:00
Well it's been over a year now and it's become very clear Dell is never going to fix this. The supposed fix to this is temporary only and resets with every restart. Given how often this thing updates, which never fixes problems and only creates them, you'll be applying the "fix" an awful lot. If they're not going to fix this they could at least have the decency to remove the solved banner from this thread.
NICOSS 0013
1 Rookie
•
7 Posts
0
September 11th, 2021 03:00
Hi, Yes I call the support and no one can tell me how to fix this problem...
I changed the touchpad, the motherboard, the battery and stil doesn't fix it
NICOSS 0013
1 Rookie
•
7 Posts
0
September 11th, 2021 03:00
Hello, yes i have to do that too to solve the problem ! Did you fix it ?
NICOSS 0013
1 Rookie
•
7 Posts
1
September 11th, 2021 03:00
Yes it's not solved....
I opened another thread, Dell still don't want to solve this problem...
https://www.dell.com/community/XPS/Mouse-cursor-quot-freeze-quot-with-touchpad-XPS-15-7590-Windows/m-p/8018991#M88577
niikos
2 Posts
0
September 21st, 2021 14:00
same problem here.
really remarkable that they haven't solve this after so many complaints.
Spice Whale
5 Posts
0
September 24th, 2021 21:00
I had a mod message me like half a dozen times to get my service tag. Knowing full well it was out of warranty I ignored them but finally relented. Lo and behold I was told my warranty is no longer valid but rest assured, I could pay for additional support! That proved to me exactly where Dell's priorities lie. I used to really like this laptop and raved about it to everyone, I even gave them a break for months and months to give them time to fix what should be a simple problem. I no longer feel that way. You're right though, it really is remarkable.
Juan Pablo Gallardo
1 Rookie
•
8 Posts
0
September 28th, 2021 23:00
I am having exactly the same issue, First claim they sent a tech and changed the pad and arm rest, problem continues, second request, Dell claims to not have heard about this issue on other users before and they are asking me to send the laptop to their repair center....I am running an XPS new 7590 i9 with controller A368 and A369, testing the solution posted here about disabling power managment on the IO controllers but to me the problem is that the Power management keeps going back to on after restarting so not really a great solution. If I restart the computer the problem goes away only to come back after the computer has been on for some hours, the computer does not really heat up that much I have it running always with a cooling pad that has like 5 fans at full speed.
RobCoenen
1 Rookie
•
12 Posts
1
October 27th, 2021 04:00
I am experiencing the same problem here.
Very unfortunate for a device of +€2,000
It is 100% related to the "Intel(R) Serial IO I2C Host Controller - A369"
OkiMike
1 Message
0
November 15th, 2021 16:00
Thanks, this worked on my Precision Mobile Workstation 15 5540.
Device Manager | (local) > Human Interface Devices > I2C HID Device
I had two of these listed and applied the setting to both.
Tofandel
1 Message
0
November 22nd, 2021 12:00
I have the same problem on a brand new XPS 15 with a touchscreen, the mentionned fix doesn't even solve the issue anymore, even after a reboot (plus those checkboxes don't persist on reboot).. This is really frustrating. We need a permanent solution
This has to be a driver issue, and cannot be anything else, no amount of hardware change or win reinstall is gonna fix this issue
Ryanod
1 Message
1
December 17th, 2021 03:00
I have been having this problem occasionally, touchpad sticking and not responding to touch. This fixed it for me:-
plug in a usb mouse to use instead of the touchpad
1 go to device manager
2 select human interface devices
3 right click HID-compliant touch pad, uninstall device
4 right click human interface devices, scan for hardware changes
this will reinstall touchpad and hopefully make it work again.
ayalmaliki
1 Message
0
December 18th, 2021 15:00
Same problem here and my laptop is on the latest software and updates from Microsoft and Dell.
AZAZAZ_01
1 Message
0
December 21st, 2021 13:00
I have the same or similar issue on a Dell 5540. Seems to be consistently reproducible. Every time the device goes to sleep and I log back in, the touchpad has about a second delay before it registers any touch events. The video posted in this thread shows the issue well: https://www.dell.com/community/XPS/Mouse-cursor-quot-freeze-quot-with-touchpad-XPS-15-7590-Windows/m-p/8018991
It seems to be a software issue, because the touchpad works well 100% of the time after a device restart or after restarting the touchpad driver. Until the device goes to sleep again.
I wanted to share my workarounds (from the help of many people posting here). To fix the touchpad issue, I have a .bat script that can be run with admin privileges. It disables and re-enables the touchpad. My file has this code (please verify the '*touch pad*' is appropriate for your device before using):
Or to avoid the issue when the device sleeps, I have a .ps1 (powershell) script with the following (please verify the correct instance is found for your device before disabling it with the last two lines):
I have the .ps1 file running "At log on of any user" via Window's Task Scheduler, with "highest privileges". I do this, because "Allow the computer to turn off this device to save power" is always reset on device restart. So this script disables that option when I first log on to the device.