Share via

Dissapearing Cursor

Jeff M 0 Reputation points
2026-04-30T12:37:30.3866667+00:00

Windows 11. The cursor disappears after a few seconds after clicking in the typing space or the cursor goes away while typing in a document if there is a pause during typing, also, cursor will go away after a few seconds when hovering over a drop down menu. I have disabled hide cursor when typing, deleted the mouse drivers, and restarted the computer. Still same issue.

Windows for home | Windows 11 | Devices and drivers
0 comments No comments

2 answers

Sort by: Most helpful
  1. Ferdinand Nanalig 30,505 Reputation points Independent Advisor
    2026-04-30T13:23:35.1333333+00:00

    Hi! Let me help you.

    Does the cursor disappear in all apps (e.g., browser, Word, File Explorer), or only in specific ones?

    When the cursor disappears, does it come back if you move the mouse or press a key?

    Does the issue also happen on the login screen or BIOS/UEFI (before Windows loads)?

    Are you using a laptop touchpad, an external mouse, or both?

    If both, does the issue happen with both devices?

    Have you tried a different mouse (or unplugging the external mouse and using only the touchpad)?

    Was this answer helpful?

    0 comments No comments

  2. AI answer

    2026-04-30T12:37:43.5766667+00:00

    The behavior matches Windows’ auto-hiding cursor features rather than a driver fault.

    Try these steps in order:

    1. Disable “Hide pointer while typing” (already done, but confirm)
      • Open Settings > search for Mouse settings.
      • Select Additional mouse settings.
      • In Mouse Properties, go to Pointer Options.
      • Make sure Hide pointer while typing is unchecked.
      • Click Apply and OK.
      • Sign out and back in, or restart Windows Terminal or any affected apps if they were open.
    2. Check for app-specific behavior (Windows Terminal / Git Bash) Some apps (for example, Windows Terminal with Git Bash) can visually flash or hide the cursor by design.
      • If the disappearing cursor happens mainly in Windows Terminal with Git Bash, open the Git Bash ~/.inputrc file and change:
             set bell-style visible
        
        to:
             set bell-style none
        
        then save and restart the terminal. This removes visible flashes that can look like the cursor disappearing.
    3. Verify no custom code or tools are hiding the cursor If any utilities or custom software are installed that modify mouse behavior (accessibility tools, cursor enhancers, game overlays), temporarily disable or uninstall them and test again. Windows exposes APIs like ShowCursor and SystemParametersInfo (SPI_SETMOUSEVANISH) that such tools can use to auto-hide the pointer; misconfigured tools can cause the symptoms described.
    4. Hardware and driver sanity check
      • Test the mouse on another PC to confirm it behaves normally.
      • On the Windows 11 PC, unplug the mouse, wait a few seconds, and plug it into a different USB port.
      • If using a USB hub, connect the mouse directly to the PC.
      • Run Windows Update to check for driver updates, or update the mouse driver via Device Manager.

    If the cursor still disappears in all apps after these steps, test in a new local user profile. If the issue does not occur there, it is likely caused by a per-user setting or software in the original profile.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.