Hello geekiamnot_CJ,
Welcome to Microsoft Community.
Based on your description, I understand that when you hover your mouse cursor anywhere using the touchpad, the cursor changes to a state similar to when you're in a text box. Is that correct?
Does this issue also occur when using an external device, such as a wired or wireless mouse?
To rule out other factors, please try the following steps to see if the issue persists:
Perform a clean boot:
- Press Windows+R, type "msconfig", and press Enter to open System Configuration.
- Go to the Services tab, check "Hide all Microsoft services", and then click "Disable all". (If you have fingerprint recognition enabled, do not disable the related services.)
- Click the "Startup" tab, click "Open Task Manager", and then disable all startup items.
- Restart your device.
Disclaimer: A "clean boot" starts Windows with a minimal set of drivers and startup programs. It helps to determine if a background service is interfering with your game or program and to isolate the cause of a problem. These steps might seem complicated at first glance, but please follow them in order and step-by-step to avoid any trouble.
Check system file integrity and run DISM:
1.Search for CMD, find Command Prompt, and run it as administrator.
2.Enter the following commands one by one, making sure to execute each command completely before moving on to the next:
sfc /scannow
DISM /Online /Cleanup-Image /CheckHealth
DISM /Online /Cleanup-Image /ScanHealth
DISM /Online /Cleanup-Image /RestoreHealth
3.Once the scans are complete, you can check the scan information to see if any issues were detected and repaired.
Best wishes
Leo Z | Microsoft Community Support Specialist