| Goal | Primary Action | Key Benefit |
|---|---|---|
| Save Laptop Battery | Disable GPU Hardware Acceleration | Reduced CPU/GPU load, longer battery life |
| Fix Lagging Video | Turn off hardware offloading | Better stability on integrated graphics |

What is Hardware Acceleration in Microsoft Teams?
Hardware acceleration is a feature in Microsoft Teams designed to improve performance by offloading graphical tasks from the CPU to the GPU. This includes rendering video calls, animations, and UI transitions.
While this sounds beneficial, it is a primary cause of Teams battery drain on many laptops. The GPU consumes significant power to maintain these visual flourishes, leading to a hot chassis and a rapidly depleting battery.
For users on older hardware or those working remotely without a charger, disabling this feature forces the app to use more power-efficient processing methods, effectively extending your device’s runtime during long meetings.
Step-by-Step Solutions
Method 1: Using Teams Settings (Classic Teams)
If you are using the standard version of Microsoft Teams, you can toggle this setting directly within the application interface.
- Launch Microsoft Teams.
- Click on the three dots (…) next to your profile picture in the top right corner.
- Select Settings from the dropdown menu.
- Under the General tab, locate the “Application” section.
- Check the box labeled “Disable GPU hardware acceleration”.
- Restart Teams for the changes to take effect.
Method 2: Force Refresh via Cache Clearing
Sometimes, Teams settings do not apply correctly until the local configuration files are refreshed. You can use the terminal to clear the cache and ensure the power-saving mode is active.
# Close Teams completely before running these commands
rm -rf ~/Library/Application\ Support/Microsoft/Teams/*
# For Windows Users (PowerShell)
# Get-ChildItem -Path "$env:AppData\Microsoft\Teams" -Recurse | Remove-Item -Force
Method 3: Optimizing New Teams (Work/School)
The “New Teams” client is built on a different architecture. If you cannot find the hardware acceleration toggle, Microsoft has automated some of these processes. However, you can still limit energy usage by disabling “Register Teams as the chat app for Office.”
- Open New Teams Settings.
- Go to General.
- Uncheck “Register Teams as the chat app for Office” to reduce background sync power consumption.
- Navigate to Appearance and accessibility and disable animations.
By following these steps, you will significantly reduce the resource footprint of Microsoft Teams, ensuring your laptop stays cool and your battery lasts through your final meeting of the day.