Text Cursor Indicator Registry Settings in Windows
This article outlines the exact Windows Registry location and values used to configure the system-wide text cursor indicator styling. By modifying these registry keys, administrators and users can adjust the indicator’s visibility, size, and color across Windows 10 and Windows 11.
The Registry Path
The active configuration for the text cursor indicator is stored
within the HKEY_CURRENT_USER hive. Navigate to the
following path in the Registry Editor (regedit):
HKEY_CURRENT_USER\Software\Microsoft\Accessibility\CursorIndicator
Key Registry Values
Inside the CursorIndicator key, the styling and behavior
are controlled by three primary DWORD (32-bit) Value
entries:
IndicatorType: Controls whether the indicator is active.0: Disabled (default standard cursor)1: Enabled (shows visual markers at the top and bottom of the text cursor)
IndicatorSize: Defines the thickness and dimensions of the indicator markers.- Values range from
1(smallest) to5(largest).
- Values range from
IndicatorColor: Sets the visual accent color for the indicator.- Stores a 32-bit integer representing the color value (typically
stored in standard hexadecimal format, such as
0x00RRGGBBor0x00BBGGRRdepending on the active theme setting).
- Stores a 32-bit integer representing the color value (typically
stored in standard hexadecimal format, such as
Applying Changes
Modifications made directly in the Registry may not appear immediately across all running applications. To apply the new styling settings:
- Restart the Windows Explorer process via Task Manager, or
- Log out of the current Windows user account and log back in.