Windows

How to Turn On or Off Mono Audio in Windows 11

Richard
Written by
Richard
Mar 18, 2026 Updated Mar 28, 2026 2 min read
How to Turn On or Off Mono Audio in Windows 11

This tutorial will show you how to turn on or off mono audio in Windows 11.

Windows lets you convert stereo sound into a single channel with mono audio. Why would you want this? If you’re using just one headphone, mono audio lets you hear everything. You won’t miss any sounds.

People with partial hearing loss or deafness in one ear benefit from mono audio. What happens when you turn it on? Windows will play audio from both the left and right channels into both ears when using headphones. This way, you hear everything clearly.

Reference:

Make Windows easier to hear – Microsoft Support Learn about Windows accessibility features that can help make your PC easier to hear.

Note: If you turn on mono audio, it will disable the spatial sound setting.

Option One: Turn On or Off Mono Audio in Quick Settings

  1. Open Quick Settings. Press Win+A.
  2. Click on Accessibility.
  3. Turn on or off Mono audio. Choose whatever works for you.
Mono audio option in Quick Settings menu on Windows 11

Option Two: Turn On or Off Mono Audio in System Settings

  1. Open Settings. Press Win+I.
  2. Click System on the left side. Then click Sound on the right side.
  3. Find Output devices. Turn on or off Mono audio based on what you need.
  4. You can now close Settings if you like.
Windows Sound tile in Windows Settings app

Mono audio tile button in Windows 11 Sound settings

Option Three: Turn On or Off Mono Audio in Accessibility Settings

  1. Open Settings. Press Win+I.
  2. Click Accessibility on the left side. Click Audio under Hearing on the right side.
  3. Turn on or off Mono audio for what you want.
  4. You can now close Settings if you like.
Mono audio accessibility button in Windows 11 settings

Option Four: Turn On or Off Mono Audio Using Registry

⚠️ Admin privileges required

Turn On Mono Audio

🗝️Registry
reg add "HKEY_CURRENT_USER\Software\Microsoft\Multimedia\Audio" /v AccessibilityMonoMixState /t REG_DWORD /d 1 /f

Turn Off Mono Audio

This is the default setting.

🗝️Registry
reg add "HKEY_CURRENT_USER\Software\Microsoft\Multimedia\Audio" /v AccessibilityMonoMixState /t REG_DWORD /d 0 /f

Summary

Windows 11 makes it easy to turn mono audio on or off. You have four options to do this. The quickest way is using Quick Settings. If you prefer using the settings menu, you can find mono audio in System Settings under Sound, or in Accessibility Settings under Hearing and Audio. Advanced users can also adjust this setting using the Windows Registry. Mono audio is helpful for people with hearing loss in one ear, as it combines sound from both channels into both ears when wearing headphones.

Was this guide helpful?

Tags: #Windows 11
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.

2469 articles → Twitter

📚 Related Tutorials

How to Enable or Disable Spatial Sound in Windows 11
Windows How to Enable or Disable Spatial Sound in Windows 11
How to Change Audio Format of Sound Device in Windows 11
Windows How to Change Audio Format of Sound Device in Windows 11

Leave a Reply

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