Regedit Value for Classic Volume Mixer in Windows
Windows allows users to switch between the modern volume flyout panel
and the classic volume control interface by modifying a specific value
in the Windows Registry. This article explains the exact registry path,
the specific DWORD value responsible for controlling the volume mixer’s
visibility (EnableMtcUvc), and the step-by-step process to
apply these changes.
The Registry Key and Value
The visibility of the classic volume control versus the modern interface is controlled by the following registry entry:
- Registry Path:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\MTCUVC - Value Name:
EnableMtcUvc - Value Type:
REG_DWORD(32-bit Value) - Value Data:
0= Enables the Classic Volume Mixer1= Enables the Modern Volume Control Panel (Default)
How to Change the Volume Panel in Registry Editor
Press
Windows Key + Rto open the Run dialog box.Type
regeditand pressEnterto launch the Registry Editor.Navigate to the following key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersionCheck if a subkey named
MTCUVCexists underCurrentVersion.- If it does not exist, right-click
CurrentVersion, select New > Key, and name itMTCUVC.
- If it does not exist, right-click
Select the
MTCUVCkey. In the right pane, look for theEnableMtcUvcvalue.- If it does not exist, right-click the empty space, select
New > DWORD (32-bit) Value, and
name it
EnableMtcUvc.
- If it does not exist, right-click the empty space, select
New > DWORD (32-bit) Value, and
name it
Double-click
EnableMtcUvcand set its Value data:- Set to
0to switch to the classic volume interface. - Set to
1to restore the modern volume flyout.
- Set to
Click OK and close the Registry Editor.
The changes take effect immediately without requiring a full system restart. Click the volume icon in the system tray to view the updated interface.