Apps Optimize Video Playback when on Battery in Windows 11


Video_banner.png

This tutorial will show you how to optimize video playback when on battery for your account in Windows 11.

Some apps use the video platform that's built into Windows 11. These include Universal Windows Platform (UWP) apps that come with Windows 11, such as Microsoft Edge, Photos, and Movies & TV, as well as many third-party video apps you get from Microsoft Store (for example, Hulu, Netflix, and Vudu).

For these apps, you can control video playback using the video playback settings in Windows 11. For example, you can have your PC process video to enhance it (depending on your PC’s hardware) or choose to play video at a lower resolution to help save network bandwidth.

When watching movies and videos on battery power, you can select to optimize video playback for battery life or video quality.

References:


Contents

  • Option One: Optimize Video Playback when on Battery in Settings
  • Option Two: Optimize Video Playback when on Battery using REG file




Option One

Optimize Video Playback when on Battery in Settings


1 Open Settings (Win+I).

2 Click/tap on Apps on the left side, and click/tap on Video playback on the right side. (see screenshot below)

Open Video playback settings

Video_playback_Settings-1.png

3 Do step 4 (quality) or step 5 (battery life) below for what you want.

4 Optimize Video Playback for Video Quality

A) Select Optimize for video quality in the Battery options drop menu. (see screenshot below)​

B) Go to step 6 below.​

Video_playback_Settings-2.png

5 Optimize Video Playback for Battery Life

A) Select Optimize for battery life in the Battery options drop menu. (see screenshots below)​

B) Check or uncheck Don't automatically process video when on battery for what you want.​

Don't automatically process video when on battery is only available if you turned on Process video automatically to enhance it (depends on your device hardware).


C) Check or uncheck Don't adjust video based on lighting when on battery for what you want.​

Don't adjust video based on lighting when on battery is only available if you turned on Adjust video based on lighting around me.


D) Check or uncheck Play video at a lower resolution when on battery for what you want.​

Play video at a lower resolution when on battery is only available if your turned off Save network bandwidth by playing at a lower resolution.


E) Go to step 6 below.​

Video_playback_Settings-3.png
Dont_adjust_video_based_on_lighting_when_on_battery.png

6 You can now close Settings if you like.




Option Two

Optimize Video Playback when on Battery using REG file


1 Do step 2 (quality) or step 3 (battery life) below for what you want.

2 Optimize Video Playback for Video Quality

A) Click/tap on the Download button below to download the REG file below, and go to step 4 below.​

Optimize_for_video_quailty_when_on_battery.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\VideoSettings]
"VideoQualityOnBattery"=dword:00000001

3 Optimize Video Playback for Battery Life

A) Click/tap on the turn on/off Download buttons you want below for the settings you want, and go to step 4 below.​

 Turn On (check) or Off (uncheck) "Don't automatically process video when on battery"

Turn_ON_Dont_automatically_process_video_when_on_battery.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\VideoSettings]
"EnableAutoEnhanceDuringPlayback"=dword:00000001
"DisableOtherEnhancementsOnBattery"=dword:00000001
"VideoQualityOnBattery"=dword:00000000

OR​

Turn_OFF_Dont_automatically_process_video_when_on_battery.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\VideoSettings]
"EnableAutoEnhanceDuringPlayback"=dword:00000001
"DisableOtherEnhancementsOnBattery"=dword:00000000
"VideoQualityOnBattery"=dword:00000000


 Turn On (check) or Off (uncheck) "Don't adjust video based on lighting when on battery"

Turn_ON_Dont_adjust_video_based_on_lighting_when_on_battery.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\VideoSettings]
"EnableOutsideModeFeature"=dword:00000001
"DisableAutoLightingOnBattery"=dword:00000001
"VideoQualityOnBattery"=dword:00000000

OR​

Turn_OFF_Dont_adjust_video_based_on_lighting_when_on_battery.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\VideoSettings]
"EnableOutsideModeFeature"=dword:00000001
"DisableAutoLightingOnBattery"=dword:00000000
"VideoQualityOnBattery"=dword:00000000


 Turn On (check) or Off (uncheck) "Play video at a lower resolution when on battery"

Turn_ON_Play_video_at_a_lower_resolution_when_on_battery.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\VideoSettings]
"AllowLowResolution"=dword:00000000
"DecreaseResolutionOnBattery"=dword:00000001
"VideoQualityOnBattery"=dword:00000000

OR​

Turn_OFF_Play_video_at_a_lower_resolution_when_on_battery.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\VideoSettings]
"AllowLowResolution"=dword:00000000
"DecreaseResolutionOnBattery"=dword:00000000
"VideoQualityOnBattery"=dword:00000000

4 Save the .reg file to your desktop.

5 Double click/tap on the downloaded .reg file to merge it.

6 When prompted, click/tap on Run, Yes (UAC), Yes, and OK to approve the merge.

7 You can now delete the downloaded .reg file if you like.


That's it,
Shawn Brink


 

Attachments

Last edited:

Latest Support Threads

Back
Top