Windows Text Cursor Indicator Registry Settings
This guide details the exact Windows Registry location and values responsible for configuring the system-wide text cursor indicator. By modifying these registry entries, you can enable or disable the cursor indicator, adjust its size, and customize its color across the operating system without using the standard Settings menu.
Registry Location
The configuration for the system-wide text cursor indicator is stored under the current user’s profile at the following Registry path:
HKEY_CURRENT_USER\Software\Microsoft\Accessibility\CursorIndicator
Registry Values and Configurations
Inside the CursorIndicator key, Windows manages the
feature using three primary DWORD (32-bit) Value
entries:
CursorIndicatorType- Type:
REG_DWORD - Values:
0= Disabled (turns off the text cursor indicator)1= Enabled (turns on the text cursor indicator)
- Type:
IndicatorSize- Type:
REG_DWORD - Values: An integer ranging from
1(smallest) to5(largest) determining the thickness and size of the indicator markers.
- Type:
IndicatorColor- Type:
REG_DWORD - Values: An integer or hexadecimal value
representing the color in BGR (Blue-Green-Red) or standard integer
format. For example,
0x00A400FFor standard predefined theme colors selected in Windows Settings.
- Type:
How to Modify the Settings via Regedit
- Press
Windows Key + R, typeregedit, and press Enter to open the Registry Editor. - Navigate to:
HKEY_CURRENT_USER\Software\Microsoft\Accessibility\CursorIndicator - If the
CursorIndicatorkey does not exist, right-click onAccessibility, select New > Key, and name itCursorIndicator. - Double-click any of the values (
CursorIndicatorType,IndicatorSize, orIndicatorColor) to modify their numeric data. - Restart your open applications or sign out and sign back into Windows for the changes to take full effect.