How to easily disable "Caps Lock Indicator"

A gift, from me to you: How to disable the "Caps Lock Indicator", and stop it from constantly popping up and DRIVING YOU INSANE:


Here's a fix from an Apple support guy that was a godsend: System Settings---Keyboard---Shortcuts----Modifier Keys (on left)----Caps Lock----Change to "No Action". This turns off your caps lock, so afterwards you have to keep your finger on the Shift key to write in all caps, BUT it stops that tiny blue menace from continuously popping up in your documents and driving you CRAZY. You're welcome.


[Edited by Moderator]


MacBook Pro 13″, macOS 15.7

Posted on Feb 18, 2026 9:38 AM

Reply
Question marked as Top-ranking reply

Posted on Feb 18, 2026 12:17 PM

To disable the indicator, copy-paste the following into Terminal and press Enter (triple click the line):


sudo defaults write /Library/Preferences/FeatureFlags/Domain/UIKit.plist redesigned_text_cursor -dict-add Enabled -bool NO


Terminal will then ask for your admin password. Enter that, then close Terminal and restart the Mac. The icon will be gone.


To enable the indicator, copy-paste the following into Terminal and press Enter (triple click the line):


sudo defaults write /Library/Preferences/FeatureFlags/Domain/UIKit.plist redesigned_text_cursor -dict-add Enabled -bool YES


Terminal will then ask for your admin password. Enter that, then close Terminal and restart the Mac. The icon will reappear.



Double checking, this is the same command provided by Zurarczurx. I tested this in Sequoia and it worked there. I have not tested it in Tahoe.


Edit: Just tested in Tahoe. Yes, it still works. In the case of either bolded command above as noted, you must restart the Mac before you'll see any change.

7 replies
Question marked as Top-ranking reply

Feb 18, 2026 12:17 PM in response to Catrobot

To disable the indicator, copy-paste the following into Terminal and press Enter (triple click the line):


sudo defaults write /Library/Preferences/FeatureFlags/Domain/UIKit.plist redesigned_text_cursor -dict-add Enabled -bool NO


Terminal will then ask for your admin password. Enter that, then close Terminal and restart the Mac. The icon will be gone.


To enable the indicator, copy-paste the following into Terminal and press Enter (triple click the line):


sudo defaults write /Library/Preferences/FeatureFlags/Domain/UIKit.plist redesigned_text_cursor -dict-add Enabled -bool YES


Terminal will then ask for your admin password. Enter that, then close Terminal and restart the Mac. The icon will reappear.



Double checking, this is the same command provided by Zurarczurx. I tested this in Sequoia and it worked there. I have not tested it in Tahoe.


Edit: Just tested in Tahoe. Yes, it still works. In the case of either bolded command above as noted, you must restart the Mac before you'll see any change.

Feb 18, 2026 10:22 AM in response to Catrobot

Yes, that has been the common answer seen in this Support Site and posted many times. The problem for the users that don't like it is that it also removes the functionality of the Caps Lock key on your keyboard. The users who are looking for a solution want to disable the indicator while keeping the functionality of the Caps Lock key and that is what is not possible.


If you are not going to use the Caps Lock key, you are not going to see the indicator anyway. As opposed to disabling it, you can just as easily not use it without having to change anything.

Feb 18, 2026 10:57 AM in response to Mac Jim ID

While I typically don't recommend to enter any Terminal commands for a user to try due to the serious problems that can arise just by a mistyped character in some cases, the one provided has also been posted. I believe this also has the side effect of removing the text input cursor, but Zurarczurx would be the best to confirm that.


Note that when asked for your password, it is the computer password and the typed characters will not be reflected on the screen. Also you have to restart for the changes to take affect.


Not my recommendation, but just wanted to let users know who do try. And while I can confirm this terminal command is legitimate, please don't enter random terminal commands you find on the internet. There are some nefarious ones that have been posted that can lead to your computer being compromised or completely trashed.

How to easily disable "Caps Lock Indicator"

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.