Copilot Student Plan: 200 Credits Exhausted on Day 1 #197557
Replies: 68 comments 25 replies
This comment was marked as spam.
This comment was marked as spam.
-
|
Hi everyone, I'm also facing the same issue as many students here. I'm a verified GitHub Copilot Student plan user, and my entire 200 AI credits were exhausted on June 1, 2026 β the very first day of the new billing cycle β after just 4β5 chat requests in VS Code. My situation:
The problem: My concern: I understand GitHub needs to manage costs, but this is a significant downgrade from what students were promised when they signed up. Many of us depend on this tool for coursework and personal projects. Request: |
Beta Was this translation helpful? Give feedback.
-
|
same issue here,, i used copilot extensively past month and that wasnot even near 20% usage,, but today all 100% went out in 4 hrs |
Beta Was this translation helpful? Give feedback.
-
|
same issue with everyone as per the new credit system I am Copilot Agentic Heavy User, and surprisingly with too much use, I barely cant cross 50% in previous Month quota as due to Session and Weekly Limits, and just as it reset today, on 1 single run it took 80.6 credits and in next 2 run, its over in that single chat! So maybe the Credit System is not correctly rolled out or AI is excessively using too much credits ( but it use to do same task previously without any issue ) Kindly look into this Issue as it will become merely Copilot Student Plan without any actual outcome, if only for 15min work whole monthly credits will be used up ! |
Beta Was this translation helpful? Give feedback.
-
|
Yes, exact same issue here as well. What are the chances of them increasing credits??? |
Beta Was this translation helpful? Give feedback.
-
same boat, it Exhausted pretty fast.
|
Beta Was this translation helpful? Give feedback.
-
|
Happened with me as well. Doesn't make much sense to have that limited number of credits. Hopefully is a bug they're gonna fix, if intended, well, thanks for the ride. |
Beta Was this translation helpful? Give feedback.
-
|
Same issue here, around 10-15 agent requests completely wiped my monthly credits, which never happened in previous months
|
Beta Was this translation helpful? Give feedback.
-
|
I'm more so curious as to why we don't get the pro plan limits, even though that's what we used to get. I don't see anything saying we shouldn't, so why don't we get the 10 dollars of usage? |
Beta Was this translation helpful? Give feedback.
-
|
same issue any suggest ?
|
Beta Was this translation helpful? Give feedback.
-
|
Same here. Same problem. Verified student. Yesterday (May 31) everything worked fine. Today, June 1, after the credit reset β within less than 10 simple chat requests, my entire 200 credits were gone. I'm going to be honest: I'm really angry. Not because I expect something for nothing, but because GitHub changed the Student plan overnight β drastically for the worse β without clear warning and without giving us any choice. What used to easily last a full month is now exhausted after 15 minutes of development on the very first day of the month. That's not "student support" anymore. That's a demo. Either the credit calculation is broken (then fix it immediately), or GitHub has intentionally made the Student plan useless. Both are unacceptable. My clear demand: Immediately investigate the credit metering Significantly increase the monthly allowance for students (at least to the level of the old request-based system) This is not okay. |
Beta Was this translation helpful? Give feedback.
-
|
Same issue here -- I must have been using 400 credits per day in the past months, because I hardly got through half of a working session today before my credits were completely exhausted (and this is day 1!). |
Beta Was this translation helpful? Give feedback.
-
|
same here i dont know how to manage everything now.... |
Beta Was this translation helpful? Give feedback.
-
|
2$ usage for student plan is absurd. Either cancel completely that shit or make it at least comparable to what it was before. It was basically same as pro plan before you started nerfing it. |
Beta Was this translation helpful? Give feedback.
-
|
same here, i used to use it every day and have no problems, now i used it for like 20 minutes and it ran out |
Beta Was this translation helpful? Give feedback.
-
|
Extremely disappointing to burn through 7000 credits in Pro+ by the 3rd day of the month. This is a huge bait and switch. |
Beta Was this translation helpful? Give feedback.
-
|
Is there an alternative that we can use since I am midway through a project then they did this. |
Beta Was this translation helpful? Give feedback.
-
π₯²
|
Beta Was this translation helpful? Give feedback.
-
|
Same problem here today. First Copilot usage this month, just a few conversations and already out of credits. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
Ran out within 100K context on 5.4Mini. I thought this one had 0.33x multipler? |
Beta Was this translation helpful? Give feedback.
-
|
Same issue, one query towards Gemini 3.0 (preview) cost me around 100 credits from the 200 credits available. This basically makes the student plan not viable. Code completions being free is nice though. |
Beta Was this translation helpful? Give feedback.
-
|
Same here. I barely scratched the surface compared to what I've been doing the previous month. |
Beta Was this translation helpful? Give feedback.
-
|
It's pretty fair to say that 2$ is nothing for using an agentic system, you can burn enough tokens very quickly with such new quota. Honestly I'm impressed that until now the system didn't count token usage and managed to work as a per-per-use model. Before, if you were clever enough, you could build such a prompt and add an absurd limit to copilot agent interactions in a single session, in a way that the model would loop with itsefl and get your task done, maybe burning hundreds of thousands of tokens with just 1 of the... I don't remember how many agent uses were given for free each month. |
Beta Was this translation helpful? Give feedback.
-
|
As a verified student whose Student Developer Pack is valid until 2027, the new 200 AI credit monthly limit has effectively rendered Copilot Chat unusable for real academic coursework. Because the VS Code extension automatically bundles open tabs and workspace context, a single multi-file debugging request or logic explanation silently consumes dozens of credits, wiping out the entire monthly allowance on day one. While I understand the immense server infrastructure costs of running heavy LLMs, a strict 200-credit cap defeats the educational purpose of the program. Please consider optimizing how workspace context tokens are parsed for student accounts, or provide an unlimited, lower-cost model fallback (like a mini or haiku-tier model) for the Chat sidebar so students can continue learning without immediately hitting a hard paywall. |
Beta Was this translation helpful? Give feedback.
-
|
Ok, so there are actually three things going wrong at once, and i want to be precise because the vague answers in this thread are genuinely not helping anyone. June 1st, GitHub switched from flat "premium requests" to token based billing. The student plan's 200 credits is $2.00 worth of tokens. Under the old system that was fine because each request cost a fixed unit regardless of size. Under the new system, one chat message can cost anywhere from 10 to 40 credits depending on how much code VS Code silently stuffed into the prompt. Nobody announced this to students clearly. Here's the part most people are missing: VS Code is doing this to you without asking. Every time you send a chat message, the Copilot extension automatically bundles your open file,s workspace index chunks, diagnostics and the rest. A five word question becomes a 50,000+ token prompt and you won't see it happen. This is why people who swear they weren't using Agent Mode still burned through everything in less than 24 hours. The dashboard discrepancy some people noticed, where the total shows 200/200 but the per model/breakdown only adds up to 50 credits is almost certainly a real billing bug, not user error. The missing credits are probably from background workspace indexing Copilor runs when you open a project, before you even type anything. Github hasn't acknowledged this yet, but if your math doesn't add up, that's not you miscounting. This is what i would do:
Also, if your dashboard total doesn't match your per-model breakdown, i am pretty sure that that's a bug. File a support ticket with screenshots. Community threads won't do much! If you really want to use AI and looking for something cheap. Then i would recommend Kimi K2.6. it beats Claude and gpt-5.5 on most agentic coding benchmarks right now, and the api costs are $0.60 per million input tokens vs Claude Opus at $5.00. That's about 8x cheaper. Hope this helps! |
Beta Was this translation helpful? Give feedback.










Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
π·οΈ Discussion Type
Question
π¬ Feature/Topic Area
Verification Help & Guidance
Hi everyone,
Copilot Student Plan: 200 Credits Exhausted on Day 1
Hi everyone,
I'm a verified student using the GitHub Copilot Student plan and I'm looking for clarification regarding AI credit usage.
Today (June 1, 2026), my monthly credits were reset. After using Copilot Agent Mode for a few around 10 to 20 requests, I noticed that my entire monthly allowance had already been exhausted.
Usage Summary:-
Model Usage Breakdown
What Seems Unusual:-
The usage dashboard shows the full $2.00 (200 credits) being consumed on June 1, which is the first day of the new billing cycle. I only used Agent Mode for around 10 requests before receiving the "out of credits" message.
In previous months, I used Agent Mode much more extensively and did not exhaust my credits this quickly.
I also recently received GitHub's email regarding changes to the Copilot Student plan, available models, and usage limits, so I'm wondering whether this behavior is expected under the new system.
Questions
I've attached screenshots of:
Credit usage (200/200)
Model-wise breakdown
Daily usage graph
Any insights from students, moderators, or GitHub staff would be greatly appreciated.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions