"GitHub Copilot Business is active for your account" how long until this goes away after removal? #187874
Replies: 3 comments 4 replies
-
|
When a GitHub organization removes or changes a GitHub Copilot Business/Enterprise license, the update is usually processed almost immediately at the organization level, but it may take some time (sometimes several hours) for all account indicators to fully synchronize. What you're experiencing is typically caused by one of the following: License state desynchronization Session caching Copilot entitlement precedence Billing system delay Recommended Steps Log out and log back in. Check https://github.com/settings/copilot Verify with your organization owner that the seat was actually removed (not just disabled). Wait up to 24 hours for synchronization. If the issue persists beyond that, contact GitHub Support and reference the billing change. Important Note GitHub currently does not support multiple active Copilot licenses (personal + organization) on the same account. If you need separation between organizational and personal usage limits, using a dedicated account for your organization may be the cleanest long-term solution. This behavior is related more to license propagation and entitlement syncing rather than a technical failure of Copilot itself. |
Beta Was this translation helpful? Give feedback.
-
|
The "GitHub Copilot Business is active for your account" banner is known to be sticky. Based on multiple reports and my own experience, here's what actually happens behind the scenes: When an organization removes your Copilot Business seat, the entitlement revocation happens almost immediately on the backend (API-level), but the UI state on Typical Timeline
You can verify whether the seat is actually removed right now by hitting the API directly: curl -H "Authorization: Bearer YOUR_PAT" \
-H "Accept: application/vnd.github+json" \
https://api.github.com/copilot_internal/v2/tokenIf the seat is truly removed, this will return a 404 or an error indicating no active Copilot subscription, even if the UI still shows the banner. That confirms it's purely a UI propagation delay. Regarding your bigger problem — the dual license situationYou're right that GitHub does not support stacking a personal subscription on top of a Business seat on the same account. But before committing to maintaining two separate GitHub accounts long-term (which creates friction with contributions, commit history, and identity), consider this alternative: Once the Business license fully detaches, you can re-subscribe to Copilot Pro on your original account. Then ask your org to assign the Business seat to a dedicated org-only account. This way your personal account keeps full Copilot access under your own control, with your own limits, and your commit graph and identity stay unified. If the banner hasn't cleared after 48 hours, open a ticket with GitHub Support referencing the seat removal date — they can force-clear the entitlement cache on their end. |
Beta Was this translation helpful? Give feedback.
-
|
What a horrendous way to rollout this "feature" - forcing people into org-wide plans without them ever accepting an invitation. This has been reported several times already: I opened a support ticket, like I can only imagine several other people also have, and have so far received no reply. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Question
Copilot Feature Area
Copilot Enterprise
Body
TL;DR: Business removed my copilot seat, how long does it take to reflect this? I still see "GitHub Copilot Business is active for your account" along with all copilot features disabled and 0% premium requests.
I have asked my organization to remove my Copilot seat as they gave me a license and without any confirmation my personal paid license was revoked and I was refunded.
Now my organization has disabled many copilot features I was using and frequently hit limits which blocks my own personal use.
Due to GH not supporting multiple licenses, I am forced to create a new GH account for my org, and have them cancel my seat and apply it to this new account.
Beta Was this translation helpful? Give feedback.
All reactions