Adjust Text Cursor Indicator Width and Color in Regedit
This guide explains how to customize the text cursor indicator’s thickness and color using the Windows Registry Editor. By modifying specific values under the Accessibility registry key, you can activate the visual indicator, adjust its size across a defined scale, and assign a custom HEX/RGB color value to improve text visibility across Windows.
Step 1: Open the Registry Editor
- Press Windows Key + R to open the Run dialog.
- Type
regeditand press Enter. - Click Yes if prompted by User Account Control (UAC).
Step 2: Navigate to the Cursor Indicator Key
Paste the following path into the Registry Editor address bar at the top and press Enter:
HKEY_CURRENT_USER\Software\Microsoft\Accessibility\CursorIndicator
(Note: If the CursorIndicator key does not exist,
right-click on Accessibility, select New >
Key, and name it CursorIndicator.)
Step 3: Enable the Text Cursor Indicator
- In the right pane, locate the DWORD value named
IndicatorStatus.- If it does not exist, right-click an empty area, select New
> DWORD (32-bit) Value, and name it
IndicatorStatus.
- If it does not exist, right-click an empty area, select New
> DWORD (32-bit) Value, and name it
- Double-click
IndicatorStatus. - Set the Value data to
1(Enabled) and click OK.
Step 4: Adjust the Cursor Indicator Width / Size
- In the right pane, locate or create the DWORD value named
IndicatorSize.- To create: Right-click > New > DWORD (32-bit)
Value > Name:
IndicatorSize.
- To create: Right-click > New > DWORD (32-bit)
Value > Name:
- Double-click
IndicatorSize. - Select Decimal as the Base.
- Enter a value between 1 (narrowest) and 5 (widest/largest).
- Click OK.
Step 5: Adjust the Cursor Indicator Color
The color is defined using a 32-bit hexadecimal value structured in
standard Windows BGR format (0x00BBGGRR).
- Locate or create the DWORD value named
IndicatorColor.- To create: Right-click > New > DWORD (32-bit)
Value > Name:
IndicatorColor.
- To create: Right-click > New > DWORD (32-bit)
Value > Name:
- Double-click
IndicatorColor. - Select Hexadecimal under Base.
- Enter your desired color value. Common examples include:
- Purple:
00d800bb - Blue:
00ff8000 - Green:
0000cc00 - Yellow:
0000d7ff - Orange:
000080ff - Red:
000000ff
- Purple:
- Click OK.
Step 6: Apply the Changes
To make the new cursor width and color take effect immediately:
- Press Ctrl + Shift + Esc to open Task Manager.
- Locate Windows Explorer under the Processes tab.
- Right-click it and select Restart (or sign out of your Windows account and sign back in).