/
/

How to Turn the Toggle Keys Sound On or Off in Windows 11

How to Turn the Toggle Keys Sound On or Off in Windows 11 blog banner image

Toggle Keys is a helpful Windows accessibility feature that plays a tone when you press Caps, Num, or Scroll Lock. For users with visual impairments or in quiet workspaces, this sound offers vital feedback. Still, you might need to change the sound of toggle keys to optimize productivity or avoid distractions.

In this guide, you’ll learn exactly how to enable or disable Toggle Keys audio in Windows 11, using simple Settings controls for individual machines or Registry edits for system-wide deployment.

Methods for turning the toggle keys sound on or off

The methods in this guide are available for all Windows 11 editions (Home, Pro, Enterprise, and Education). However, ensure that you currently have administrative privileges and are using a physical keyboard (touch-based or on-screen keyboards won’t trigger these tones). This will ensure the steps are done smoothly.

Method 1: Enable or disable the toggle keys’ sound via Settings

Use Windows Settings for a quick, user-specific toggle. This method does not require administrator rights, and it is the simplest approach for configuration.

  1. Press Win + I to open Settings, then go to Accessibility > Keyboard.

Keyboard accessibility in Settings window

  1. Under the Sticky, Filter, and Toggle keys section, you’ll find the Toggle keys switch, with “Play a sound when you press caps, num, or scroll lock”.
    • ON: Enables the tone.
    • OFF: Disables the tone.

Toggle keys for keyboard accessibility

The changes will apply immediately. If you switch this feature on but still have no sound, check your system’s audio output. This setting only mutes the key tones, not other sounds.

Method 2: Enable or disable via Control Panel

The Control Panel offers a reliable alternative for users who prefer the classic interface.

  1. Search Control Panel in Search on the taskbar, then click the tool.

Control panel window

  1. Go to Ease of Access > Ease of Access Center, then click the Make keyboard easier to use setting.

Ease of Access Center window

  1. Under the Make it easier to type section, look for the Turn on Toggle Keys box:
    • Enable: Tick the ✅checkbox to turn on the toggle keys sound.
    • Disable: Uncheck ❌ the box to turn off the tone.

Turn on Toggle keys options

  1. Click Apply, then OK to apply changes.

Method 3: Configure via Registry Editor

For IT admins deploying system-wide configurations or fixing persistent issues, the Registry offers targeted control over the Toggle keys sounds.

  1. Press Win + R to open Run.
  2. Type regedit, then press Enter to open the Registry Editor.
    • Confirm any UAC prompt if it pops up.

Open registry editor

  1. Go or paste this address in the bar above: HKEY_CURRENT_USER\Control Panel\Accessibility\ToggleKeys

ToggleKeys path for registry editor

  1. Double-click the Flags string to open its edit menu.
    • If the string does not exist, right-click an empty space, then select New > String Value.
    • Name the new string as Flags.

Add value data to ToggleKey

  1. In the Value data bar, set it to:
    • Enable: Input the value 63 to turn on the toggle keys sound.
    • Disable: Input 62 to turn the tone off.
  2. Changes will be applied on the next log-in or after restarting your PC.

Method 4: Automate with PowerShell

Deploy Toggle Keys sound settings silently across devices using PowerShell. This is ideal for mass deployments or fixing recurring issues.

  1. Press Win + X, then select Terminal (Admin).

Open Terminal (Admin)

    • Once open, PowerShell will be the default command-line tool. If not, click the dropdown arrow next to the window tabs, then select PowerShell.

Windows PowerShell tab

  1. Run the following command scripts:
    • To enable the toggle keys sound, run:

Set-ItemProperty -Path "HKCU:\Control Panel\Accessibility\ToggleKeys" -Name "Flags" -Value "63" 

    • To disable the toggle keys sound, run:

Set-ItemProperty -Path "HKCU:\Control Panel\Accessibility\ToggleKeys" -Name "Flags" -Value "62" 

  1. Restart your PC to apply changes.

Pro tips and key considerations when modifying the toggle keys sound

Understanding these nuances ensures your toggle keys configuration works flawlessly across different scenarios.

Per-user scope

The Registry and Settings methods changes apply only to the current user profile. If you want to configure across multiple devices, deploy PowerShell scripts across profiles for system-wide consistency.

Enterprise management

While no native Group Policy exists, push registry tweaks via GPO Preferences in the Group Policy Management Console to configure this across a work environment.

Accessibility value

Keep the toggle keys sounds enabled for users who rely on auditory feedback, like those with visual impairments or trainees practicing keyboard navigation. The confirmation tones prevent errors such as accidental key presses and reduce cognitive load.

Environment optimization

Disable tones on shared devices in libraries, labs, or conference rooms to prevent disturbances. You can use the Registry and PowerShell methods for permanent configuration.

Optimize the toggle keys’ sound to improve accessibility or focus

Whether enabling auditory feedback for accessibility or silencing distractions in shared workspaces, changing the toggle keys sound in Windows 11 aligns your devices with user needs.

Use Settings for quick personalization, Registry for enterprise control, PowerShell for automation, and Control Panel for legacy support. These methods allow you to effortlessly configure your caps lock, num lock, and scroll lock tones. Optimize your environment, boost productivity, and own your Windows 11 experience.

You might also like

Ready to simplify the hardest parts of IT?
×

See NinjaOne in action!

By submitting this form, I accept NinjaOne's privacy policy.

NinjaOne Terms & Conditions

By clicking the “I Accept” button below, you indicate your acceptance of the following legal terms as well as our Terms of Use:

  • Ownership Rights: NinjaOne owns and will continue to own all right, title, and interest in and to the script (including the copyright). NinjaOne is giving you a limited license to use the script in accordance with these legal terms.
  • Use Limitation: You may only use the script for your legitimate personal or internal business purposes, and you may not share the script with another party.
  • Republication Prohibition: Under no circumstances are you permitted to re-publish the script in any script library belonging to or under the control of any other software provider.
  • Warranty Disclaimer: The script is provided “as is” and “as available”, without warranty of any kind. NinjaOne makes no promise or guarantee that the script will be free from defects or that it will meet your specific needs or expectations.
  • Assumption of Risk: Your use of the script is at your own risk. You acknowledge that there are certain inherent risks in using the script, and you understand and assume each of those risks.
  • Waiver and Release: You will not hold NinjaOne responsible for any adverse or unintended consequences resulting from your use of the script, and you waive any legal or equitable rights or remedies you may have against NinjaOne relating to your use of the script.
  • EULA: If you are a NinjaOne customer, your use of the script is subject to the End User License Agreement applicable to you (EULA).