Share via

Sudden audio volume change

Albert Shen 0 Reputation points
2026-04-06T17:24:22.0966667+00:00

I was watching YouTube and switched to another tab when my volume increased dramatically. However, the volume controls did not appear to have changed. Also, when the volume is above 9 in the controls, it is loud but, when volume is below 10 it is a bit quieter than my normal volume.

User's image

Microsoft Edge | Audio and video playback | Windows 11
0 comments No comments

2 answers

Sort by: Most helpful
  1. John DeV 160.7K Reputation points Independent Advisor
    2026-04-06T17:58:20.59+00:00

    Hi, good day!

    When was the last time it worked properly?


    Please let me know if you have tried the methods below.

    • Press Windows key+R to open Run then type: control mmsys.cpl sounds

    Press Enter then select Communications tab

    Select "Do nothing"

    Click Apply then Ok

    • Press Windows key+R to open Run then type: services.msc

    Press Enter

    Double-click Windows Audio

    If the Startup status lists Stopped, click Start and then click OK. If the status is Running, right click then select Restart

    Right click the volume icon on the taskbar

    Select Sounds settings > More sound settings

    Double-click your Speakers in the list then select Advanced tab

    Under Exclusive Mode, uncheck both options

    Click Apply then Ok

    • Open Device Manager

    Click View > Show hidden devices

    Expand the Sound, video and game controllers

    Find the Realtek Audio driver in the list

    Right click it and select Update

    Click "Browse my computer for driver software"

    Select "Let me pick from a list of available drivers on my computer"

    Make sure to put a check mark "Show compatible hardware"

    Select an older driver from the list

    Click Next then Restart your computer


    If the issue persists, what is the exact make and model of your computer?

    Press Windows key+R to open Run then type: msinfo32

    Press Enter

    Please take a screenshot of the System Information window and post it in your next response. Note: Don't include any personal information or sensitive data as Microsoft Q&A is a public forum.

    I look forward to your update and am happy to continue working with you until the issue is resolved. If you find the answer helpful, please click "Accept Answer" and consider upvoting it. Otherwise, please keep me posted by clicking "Add comments" below instead of selecting Yes or No.


  2. Q&A Assist
    2026-04-06T17:24:38.96+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    Windows volume sliders are not linear in perceived loudness. Both the system master volume and legacy APIs such as waveOutSetVolume use values that are interpreted logarithmically, and Windows also supports “audio‑tapered” volume curves so that small changes near the low end of the slider cause large changes in perceived loudness.

    This means:

    • A small numerical change around low values (for example, from 8 to 9 or 9 to 10) can produce a disproportionately large jump in how loud the audio sounds.
    • Above a certain point on the slider, equal steps (for example, 20 → 30 → 40) produce much smaller perceived changes than the same‑size steps near the bottom.

    That behavior matches what is described for audio‑tapered controls and logarithmic volume levels and explains why the sound suddenly seems much louder even though the on‑screen volume only changed by 1 step.

    To smooth this out in practice:

    1. Use the app’s own volume control (for example, YouTube’s slider) to fine‑tune loudness at low system volume levels.
    2. Keep Windows’ master volume a bit higher (for example, 20–30) and reduce volume inside Edge/YouTube so that 1‑step changes in the system slider are less dramatic.

    References:


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.