Skip to content
Follow
Windows

How to Enable or Disable Toggle Keys Tone in Windows 11

Richard
Written by
Richard
Aug 17, 2022 Updated Apr 29, 2026 3 min read
How to Send and Receive Text Messages on Windows 11
How to Send and Receive Text Messages on Windows 11

You enable or disable the Toggle Keys tone in Windows 11 within the Accessibility settings.

The Toggle Keys tone is a sound that Windows 11 plays to confirm when you press Caps⇩, Num Lock, or Scroll Lock. This audible alert helps you quickly know if a lock key is active, preventing common typing mistakes like accidental all-caps phrases.

For instance, a distinct beep typically sounds when you press Caps⇩. You can customize or turn off this sound entirely to better suit your typing habits.

⚡ Quick Answer

You can enable or disable the Toggle Keys tone in Windows 11 using the Settings app by navigating to Accessibility, then Keyboard, and toggling the option. Alternatively, press and hold the Num Lock key for 5 seconds to bring up the confirmation prompt.

How to Enable or Disable Toggle Keys

The fastest way to change this setting is using a keyboard shortcut:

  1. Press and hold the Num Lock key for 5 seconds.
  2. A window will pop up asking if you want to turn on Toggle Keys.
  3. Select Yes to confirm.
Windows 11 toggle keys settings interface
windows 11 toggle keys turn on or off

Using the Settings App

You can manage this through the Windows Settings app:

  1. Press Windows key + I to open Settings.
  2. Click on Accessibility in the menu on the left.
  3. Select the Keyboard tile on the right side.
  4. Click on the Toggle keys option to switch it On or Off.
Windows 11 start menu settings for accessibility
windows 11 start menu settings updated
Windows 11 accessibility keyboard options for toggle keys
windows 11 accessibility keyboard tle
Windows 11 keyboard showing toggle keys on and off
windows 11 keyboard toggle keys on off

Control Panel Method

For those who prefer the classic interface, you can use the Control Panel:

  1. Press Windows key + R, type control, and hit Enter.
  2. Go to Ease of Access Center.
  3. Click Make the keyboard easier to use.
  4. Check or uncheck Turn on Toggle Keys.

Advanced Configuration and Troubleshooting

Registry Editor Method (Admin Required)

You can turn the Toggle Keys tone on or off in Windows 11 by changing a setting in the Registry Editor, but you’ll need administrator rights to do this.

  1. Press Windows key + R, type regedit, and press Enter.
  2. Navigate to: 🗝️HKEY_CURRENT_USER\ Control Panel\Accessibility\ToggleKeys
  3. Modify the Flags string value. Setting it to 59 enables the feature, while 58 disables it.

PowerShell for IT Management (Admin Required)

IT administrators can use PowerShell to deploy this setting across multiple machines:

PowerShell
Set-ItemProperty -Path 'HKCU:\Control Panel\Accessibility\ToggleKeys' -Name 'Flags' -Value '59'

Troubleshooting Audio Issues

If you do not hear the tone, ensure your system volume is not muted. Check your audio drivers in Device Manager to confirm your speakers are working correctly. Toggle Keys relies on the default system sound scheme.

Summary

Toggle Keys in Windows 11 gives you a sound when you press your Caps Lock, Num Lock, or Scroll Lock keys, helping you know they’re on or off.

Does Toggle Keys work for all keyboard types?

Yes, Toggle Keys works for almost all standard USB, wireless, and laptop keyboards. Since the feature is handled by the Windows operating system rather than the hardware itself, it will trigger the sound as long as the keyboard sends the standard lock key signals to the computer.

Can I change the pitch of the Toggle Keys tone?

Windows does not provide a native setting to change the specific pitch or frequency of the Toggle Keys sound. The tones are hardcoded into the system accessibility features to ensure they are distinct from other system notifications, helping you identify the status of your lock keys instantly.

Is Toggle Keys enabled by default in 🪟 Windows 11?

No, Toggle Keys is disabled by default in Windows 11. Most users prefer to keep it off to avoid unnecessary beeping. You must manually enable it through the Accessibility settings or the keyboard shortcut if you want to receive auditory feedback when pressing the Caps, Num, or Scroll Lock keys.

Was this guide helpful?

Tags: #Windows 11
Was this helpful?
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

📚 Related Tutorials

How to Disable Caps Lock in Windows 11
Windows How to Disable Caps Lock in Windows 11
How to Access Control Panel in Windows 11
Windows How to Access Control Panel in Windows 11
Windows 11 Control Panel Shortcuts Guide
Windows Windows 11 Control Panel Shortcuts Guide
How to Enable or Disable Notifications in the Settings app on Windows 11
Windows How to Enable or Disable Notifications in the Settings app on Windows 11

3 Comments

Leave a Comment

Your email address will not be published. Required fields are marked *