MS Teams performance issue - disabling GPU acceleration

Elroy 11 Reputation points
2021-11-30T18:49:49.823+00:00

We have been struggling with MS Teams performance and one of the suggestions that we found to improve was disabling GPU hardware acceleration.

We are considering disabling GPU hardware acceleration on all of our systems but I have two questions about this.

1- Is this a good idea? What are the implications of disabling GPU hardware acceleration in Teams? IE- what else does it effect? Is there any reason we shouldn't do this?

2- I have searched the web for ways to disable hardware acceleration in Teams on all of our computers (GPO, Registry key etc...) and all I have found is that this setting is controlled via a .json file. Is this the only way to do it or is there an easier way?

Below is the link I found that discusses making the change via JSON file. It's an older article and I'm hoping MS has addressed it with a GPO template or some other means:

https://answers.microsoft.com/en-us/msteams/forum/all/gpo-to-disable-hardware-acceleration/5164ccfa-f94b-474b-8f2c-a8446c61ca17

Thanks in advance

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,142 questions
{count} votes

1 answer

Sort by: Most helpful
  1. JimmyYang-MSFT 53,136 Reputation points Microsoft Vendor
    2021-12-01T07:32:35.02+00:00

    Hi @Elroy

    What are the implications of disabling GPU hardware acceleration in Teams?

    There is no obviously impact for your Teams client. It should improve your laptops ability to run Teams client.

    Is this the only way to do it or is there an easier way?

    Yes, because this is the user settings. User settings for Teams are saved in a JSON file desktop-config.json. If you want to automate this setting for your users, you need to search and replace “disableGpu”:false for “disableGpu”:true. This can be done with a simple Powershell Script. And then let the script run via a GPO, SCCM or Intune.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


    2 people found this answer helpful.

Your answer

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