Can GitHub Copilot be active on multiple devices at the same time? #183983
-
Select Topic AreaQuestion Copilot Feature AreaCopilot in GitHub BodyI’m using GitHub Copilot with VS Code on both a laptop and a desktop, logged in with the same GitHub account. Is Copilot licensed per account or per device? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Yes — GitHub Copilot is licensed per account, not per device, so you can use it on multiple machines simultaneously as long as you’re logged into the same account. A few important points: Simultaneous usage is supported across editors (VS Code, JetBrains, Neovim, etc.) and devices. There are no official limits on sessions per account, so using it on a laptop and a desktop at the same time is fine. The license is tied to your GitHub account, so logging out on one device does not affect another device using the same account. Billing is per account, not per device — you won’t be charged extra for multiple machines. This is the expected behavior and how GitHub intends Copilot to be used in daily workflows. |
Beta Was this translation helpful? Give feedback.
-
|
GitHub Copilot is licensed per GitHub account, not per device. That means: |
Beta Was this translation helpful? Give feedback.
Yes — GitHub Copilot is licensed per account, not per device, so you can use it on multiple machines simultaneously as long as you’re logged into the same account.
A few important points:
Simultaneous usage is supported across editors (VS Code, JetBrains, Neovim, etc.) and devices.
There are no official limits on sessions per account, so using it on a laptop and a desktop at the same time is fine.
The license is tied to your GitHub account, so logging out on one device does not affect another device using the same account.
Billing is per account, not per device — you won’t be charged extra for multiple machines.
This is the expected behavior and how GitHub intends Copilot to be used in da…