Browsers Windows

How to Enable or Disable Offer to Translate Videos in Microsoft Edge

Richard
Written by
Richard
Apr 23, 2026 2 min read
How to Enable or Disable Offer to Translate Videos in Microsoft Edge

Microsoft Edge has a feature that translates video audio and subtitles in real-time. This can help you watch content in other languages.

Why use this feature?

You may want to use this if you frequently watch videos in foreign languages and need help understanding the audio or subtitles. It is useful for learning or catching up on global news.

What happens when you turn it on?

When you enable this, Edge will ask to download a language model the first time you translate a video. Once downloaded, all translation happens right on your computer. Your video data never leaves your device.

Note: Your computer needs at least 12 GB of RAM and a 4-core processor for this to work.

Real-time video translation | Microsoft Edge

Option One: Turn On or Off for Your Account

This method works for your specific user profile.

  1. Open Microsoft Edge.
  2. Click the Settings and more (three dots) menu icon, then select Settings.
  3. Click on Languages in the left menu.
  4. Under the Translation section, toggle the switch for Offer to translate videos on supported sites to On or Off.
  5. Close the Settings tab when you are finished.
micrsoft edge browser more option and settings
micrsoft edge browser more option and settings

Option Two: Enable or Disable for All Users

This option requires admin privileges. It uses the LiveVideoTranslationEnabled policy to set the rule for everyone on the computer. Open the Windows Terminal as an administrator to run these commands.

To Always Enable for All Users:

🗝️Registry
reg add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /v LiveVideoTranslationEnabled /t REG_DWORD /d 1 /f

To Disable for All Users:

🗝️Registry
reg add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /v LiveVideoTranslationEnabled /t REG_DWORD /d 0 /f

To Reset to Default (User Choice):

🗝️Registry
reg delete "HKLM\SOFTWARE\Policies\Microsoft\Edge" /v LiveVideoTranslationEnabled /f

Summary

The video translation feature in Microsoft Edge allows you to watch videos with AI-generated audio and subtitles. You can enable or disable this feature for your personal account through the browser settings or force a global setting for all users on the computer using the command line if you have administrator access.

Was this guide 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.

2473 articles → Twitter

📚 Related Tutorials

Add or Remove Languages in Microsoft Edge Browser
Browsers Add or Remove Languages in Microsoft Edge Browser

Leave a Reply

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